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
|
38677826d1
|
Fix error with address of temporary variable
|
2017-12-21 13:47:05 +05:00 |
|
Vladimir
|
ef82387a09
|
Some cleanup
|
2017-12-20 19:00:11 +05:00 |
|
Vladimir
|
12b56c961d
|
References in CommandLine
|
2017-10-07 17:38:44 +05:00 |
|
Vladimir
|
19e26c3db0
|
Removed conditions from cmdline
|
2017-10-05 21:27:17 +05:00 |
|
Vladimir
|
edd5679e92
|
Updated command line switches for configuration files
Separate command line options for application config and presets.
With this feature we can place presets under version control.
|
2017-03-16 21:58:41 +05:00 |
|
Vladimir
|
50db5b2ca7
|
Added optional parameter to specify configuration file
|
2017-03-08 22:12:50 +05:00 |
|
Vladimir
|
13e1da5fd5
|
Code style changed with plugin Beautifier and Artistic Style
|
2016-10-15 19:31:03 +05:00 |
|
Vladimir
|
afa19da8b4
|
Removed delimiter lines //--------------
|
2016-10-15 17:50:29 +05:00 |
|
Vladimir
|
a3f1e28a9f
|
License added
|
2014-06-08 12:31:11 +06:00 |
|
Vladimir
|
b6294373dc
|
Added conditionally compilation for Command Line support and older Qt versions
|
2014-05-28 21:55:55 +06:00 |
|
Vladimir
|
f038ab3966
|
Code reoganized
|
2014-05-27 19:36:11 +06:00 |
|
Vladimir
|
79b6d67ecb
|
Function renamed, result added
|
2014-05-27 19:36:09 +06:00 |
|
Vladimir
|
28113fa23a
|
Pass arguments list in QStringList instead of QCoreApplication
|
2014-05-27 19:36:07 +06:00 |
|
Vladimir
|
3cfa54a4db
|
Imeplemented image to source conversion
|
2014-05-27 19:36:06 +06:00 |
|
Vladimir
|
6496035d9a
|
Processor extracted from parser
|
2014-05-27 19:36:04 +06:00 |
|