15 Commits

Author SHA1 Message Date
Vladimir
a743565796 Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
2025-01-13 01:23:52 +05:00
Vladimir
8b5594e812 Added namespace to settings 2017-12-19 19:32:51 +05:00
Vladimir
3ebb9e4a51 Removed macro Q_OBJECT from static classes 2017-10-07 02:08:17 +05:00
Vladimir
5e5ee9f43a Added virtual destructors 2017-10-06 20:33:55 +05:00
Vladimir
f381c8ab83 Added command line option '--config-reset' to reset configuration data at default state
Merge branch 'feature-reset-settings' into develop
2017-03-19 14:50:55 +05:00
Vladimir
a53d00195b Added option to reset configuration 2017-03-19 14:27:22 +05:00
Vladimir
6a1a1acbc9 Added methods to escape node names 2017-03-19 14:26:04 +05:00
Vladimir
139ade5356 Enum indentation 2017-03-19 14:26:04 +05:00
Vladimir
ef01587fbb Validate xml tag names 2017-03-19 14:26:04 +05:00
Vladimir
99ba0c34fb Added support for separate file for presets 2017-03-15 21:47:47 +05:00
Vladimir
edea009267 Get values from text-only nodes 2017-03-14 23:24:33 +05:00
Vladimir
164181dc81 Process list, not item 2017-03-14 23:24:25 +05:00
Vladimir
9c0cddafca Read thru QDomDocument 2017-03-14 23:24:23 +05:00
Vladimir
4949d56511 Implemented settings write method 2017-03-14 23:24:16 +05:00
Vladimir
27db8db9d5 Added class to change configuration file path 2017-03-12 15:24:00 +05:00