84 Commits

Author SHA1 Message Date
Vladimir
c634874ed5 Change include for appsettings.h 2025-01-13 01:25:57 +05:00
Vladimir
a743565796 Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
2025-01-13 01:23:52 +05:00
Vladimir
aa75abf179 Replace class QName; with #include <QName> 2025-01-13 01:20:06 +05:00
Vladimir
679f792264 Uniformity of line breaks 2025-01-12 19:17:03 +05:00
Vladimir
05d81f5795 Add configuration parameter Blocks Per Line 2021-11-29 19:12:55 +05:00
Vladimir
8ffe6cdfcd Fix warnings from Qt 5.15 2021-03-03 21:22:52 +03:00
Vladimir
4d822a89fe Add bool CompactGlyphs to FontOptions class 2021-03-02 21:07:54 +03:00
Vladimir
1f6df9414c Added option to skip non-representable characters 2020-04-05 19:29:03 +05:00
Vladimir
e757217c44 Added field to imageoptions 2019-07-07 20:20:11 +05:00
Vladimir
4a14b92e75 Get strings by reference 2019-06-29 22:04:03 +05:00
Vladimir
56c91149c1 Default characters, prefix and suffix added to font's options class 2019-06-29 21:28:16 +05:00
Vladimir
c42b9320de Set encoding to UTF-8 by default 2018-09-30 12:43:27 +05:00
Vladimir
ede3b648ed Pass settings groupName via signal changed() 2018-02-25 00:24:37 +05:00
Vladimir
9e9ae622e8 Added groupName() to parts 2018-02-24 23:50:28 +05:00
Vladimir
3eff6b62f6 Added interface IPresetOptionsPart 2018-02-19 19:08:17 +05:00
Vladimir
8b5594e812 Added namespace to settings 2017-12-19 19:32:51 +05:00
Vladimir
ab1acea3e1 Scoped enums 2017-12-18 21:01:01 +05:00
Vladimir
e99b15fde0 Added namespace to parser 2017-12-13 13:08:28 +05:00
Vladimir
5e5ee9f43a Added virtual destructors 2017-10-06 20:33:55 +05:00
Vladimir
3b4e428673 Additional check for field's changing 2017-10-01 14:38:25 +05:00
Vladimir
83d784087d Added field for custom preprocess script to settings 2017-09-28 21:55:11 +05:00
Vladimir
c5ee4d93f8 Renamed methods and fields for custom scan script 2017-09-28 21:53:05 +05:00
Vladimir
c13cbea487 Added enum item ConversionTypeCustom 2017-09-25 23:06:17 +05:00
Vladimir
7684c9b9fa Do not emit signal when data not changed 2017-08-11 20:58:56 +05:00
Vladimir
2e262fcebb Replace bit0/bit1 with string's array 2017-08-11 20:57:20 +05:00
Vladimir
27f71a1af1 Added new fields to ImageOptions class
PreviewPreview, PreviewSuffix, PreviewDelimiter, PreviewBit0, PreviewBit1.
2017-08-03 20:59:35 +05:00
Vladimir
cfc93bdd0c Fixed losing of empty parameters in Image settings block 2017-07-11 14:33:48 +05:00
Vladimir
95d7870a79 Sort preset's list 2017-03-18 18:49:13 +05:00
Vladimir
69b349104e Dropped support of settings versions 2017-03-18 18:49:13 +05:00
Vladimir
9900cd7327 Changed preset's list in settings
Use random string as section name;
Save preset name as value.
2017-03-18 18:49:13 +05:00
Vladimir
99ba0c34fb Added support for separate file for presets 2017-03-15 21:47:47 +05:00
Vladimir
9b0c9046b4 Use QSettings object from AppSettings 2017-03-15 19:06:24 +05:00
Vladimir
13e1da5fd5 Code style changed with plugin Beautifier and Artistic Style 2016-10-15 19:31:03 +05:00
Vladimir
0d9208c892 Empty lines removed 2016-10-15 17:50:36 +05:00
Vladimir
afa19da8b4 Removed delimiter lines //-------------- 2016-10-15 17:50:29 +05:00
Vladimir
dc4c8ef2cf Preserve spaces for image suffix/prefix/delimiter in preset xml export/import 2016-10-09 12:55:41 +05:00
Vladimir
4de76bc7c8 Fixed text encoding when export preset to xml file 2016-07-20 23:08:52 +05:00
Vladimir
0ece59ee8d Default presets updated 2016-07-17 23:51:14 +05:00
Vladimir
a6377cf548 Division by zero with empty masks #32739;
Do not allow use a zero value for 'FILL', 'AND' and 'USED' masks
2015-11-12 23:38:37 +05:00
Vladimir
3d326f4980 Partially fixed zero masks in matrixpreviewmodel and matrixoptions #32739 2015-11-11 22:36:42 +05:00
Vladimir
7828a46775 Fixed loading preset name from xml 2015-06-23 23:21:39 +05:00
Vladimir
42f7d0039e Changed functions signature 2015-06-23 22:40:49 +05:00
Vladimir
2f15018322 Added importing preset from xml file 2015-06-20 22:20:06 +05:00
Vladimir
ad52189c71 Added loading from xml for templateoptions 2015-06-20 22:20:04 +05:00
Vladimir
65607403eb Added loading from xml for reorderingoptions 2015-06-20 22:20:04 +05:00
Vladimir
728332e81c Added loading from xml for matrixoptions 2015-06-20 22:20:03 +05:00
Vladimir
59c7c3ce98 Added loading from xml for imageoptions 2015-06-20 22:20:02 +05:00
Vladimir
dfdbee3885 Fixed sign in fontoptions 2015-06-20 22:20:02 +05:00
Vladimir
c43c1fbb2a Added loading from xml for prepareoptions 2015-06-20 22:20:01 +05:00
Vladimir
f1b5087bfc Added importing settings from xml for fontoptions 2015-06-20 22:20:00 +05:00