1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 19:56:50 +00:00

55 Commits

Author SHA1 Message Date
bf63d93efa Add optional field 'Kontaktliste' to forms 2023-09-19 16:54:48 +02:00
b3054f971e Package deb package containing bash completion 2023-09-04 17:46:55 +02:00
d30c2991c0 Filter printed elements for list and tree sub command 2023-09-04 13:24:28 +02:00
ce8dca1c10 Use --sorted and --strip as options for productive use
This will keep old experimental options as alias.
2023-09-04 13:04:44 +02:00
bfa7cc3c6b Add sub command to calculate sha256 sum of an OSC file 2023-09-03 18:49:28 +02:00
9256e242eb Allow (actual) unused option 2023-09-03 18:40:43 +02:00
e33b1a3a4c Do not list form references twice as dataform and unterformular 2023-09-03 18:14:06 +02:00
42cbb9ce7e Combine matches to produce the same string 2023-09-03 18:06:56 +02:00
8edd50feb4 Show form references using tree sub command 2023-09-03 17:31:38 +02:00
31eda3efc9 Show notice if form has no field to be used as procedure date
This indicates that the form cannot be used as main form, but as subform only.
2023-09-03 14:03:31 +02:00
54cea88486 Inline additional information about subform mark 2023-09-03 13:58:28 +02:00
3ec51099c7 Extract method to apply form field profile part 2023-09-01 12:31:48 +02:00
1e7a95bb09 Always save form field content for hidden form fields 2023-09-01 09:07:08 +02:00
abdef90e90 Set filter to "false" if form field should be hidden 2023-08-31 22:20:19 +02:00
a2df2650ed Use empty entry lists if they did not exist in file 2023-08-31 17:30:47 +02:00
f507893b4d Show required dependencies not included in OSC file 2023-08-31 16:46:40 +02:00
af4ec8898a Strip content that is included in system library 2023-08-31 16:10:19 +02:00
7d6a6ee9b3 Add information about user library flag 2023-08-31 15:54:38 +02:00
a605018176 Do not modify forms included in system library 2023-08-31 12:08:34 +02:00
a8851c5e4f Mark system library content 2023-08-31 11:32:51 +02:00
0b0188bd30 Print info_xml content if using diff sub command 2023-08-30 17:57:53 +02:00
1e553aad58 Add add line break to very long argument description 2023-08-30 17:57:44 +02:00
103075ab78 Add sub command 'tree' to show dependencies 2023-08-29 17:34:02 +02:00
e84a39b7c4 Apply exported sorting to items itself and nested items 2023-08-07 14:16:44 +02:00
376bfb2852 Experimental sort of exported content 2023-08-07 10:11:45 +02:00
a8911f86dd Update dependencies 2023-07-02 23:14:19 +02:00
b030ce6a53 Add subcommand 'diff' to compare two OSC files 2023-07-01 17:40:04 +02:00
014fca2169 Styled name and revision in content listing 2023-06-16 00:10:20 +02:00
11b233b642 Add optional sorted listing of file contents 2023-06-15 23:27:21 +02:00
0f584997f7 Extract print function for catalogues and forms 2023-06-15 22:57:17 +02:00
13f1126619 Use traits for catalogues, forms and form entries 2023-06-15 22:56:33 +02:00
2c11690edf Do not create temp value 2023-06-15 22:07:53 +02:00
92acd7655a Add support for script replacing 2023-06-14 01:10:21 +02:00
4bf316d78a Make more fields optional as required by some OSC files 2023-06-13 22:32:44 +02:00
ea135010d2 Add 'compact' option to get smaller output files 2023-06-07 10:55:55 +02:00
aa610a0593 Extract method to write output file 2023-06-06 11:14:29 +02:00
70f6718ac5 Improve Error handling 2023-06-06 11:06:18 +02:00
55d8f2f592 Add optional form entry property 'MemoHeight' 2023-06-05 19:58:06 +02:00
b5da2969d4 Add structs 'Haeufigkeit' and 'Haeufigkeiten' 2023-06-05 19:56:20 +02:00
1d37ae9295 Show additional information on parsing error 2023-06-05 19:55:16 +02:00
f9b9c6d312 Add menu category changes 2023-06-05 14:42:23 +02:00
0d986059ce Extract cli command structs 2023-06-04 13:03:26 +02:00
53e9207cc5 Remove not required 'mut' keyword 2023-06-04 13:02:48 +02:00
eceafe18be Apply changes from profile to data 2023-06-03 17:50:27 +02:00
169a1eff00 Remove obsolete struct 2023-06-03 15:41:38 +02:00
d4eeb1c345 Show information stored in InfoXML part 2023-06-03 15:38:28 +02:00
ca145f5e4b Add subcommands 'list' and 'modify' 2023-06-03 15:27:09 +02:00
5681b1dee3 Use 'form_references' instead of 'fields' in profile 2023-06-03 13:03:31 +02:00
636fa34efc Add 'anzeige' and 'anzeige_auswahl' to profile 2023-06-03 12:59:05 +02:00
1224f93764 Check input file for additional entries
This will prevent the application from creating output without these
additional entities, which would be missing in output.

Instead, the application will exit with an error message.
2023-06-02 23:05:35 +02:00