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
|
8ffe6cdfcd
|
Fix warnings from Qt 5.15
|
2021-03-03 21:22:52 +03:00 |
|
Vladimir
|
b946072838
|
Added new parameters to command line mode of font conversion
|
2018-02-10 11:46:23 +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
|
8b5594e812
|
Added namespace to settings
|
2017-12-19 19:32:51 +05:00 |
|
Vladimir
|
e99b15fde0
|
Added namespace to parser
|
2017-12-13 13:08:28 +05:00 |
|
Vladimir
|
6903e4b077
|
Structure tFontParameters renamed to FontParameters
|
2017-12-13 11:50:39 +05:00 |
|
Vladimir
|
f9a9e9c242
|
Added namespace to tFontParameters
|
2017-12-13 11:48:07 +05:00 |
|
Vladimir
|
b892543d89
|
Added namespace for data containers and models
|
2017-12-13 11:23:17 +05:00 |
|
Vladimir
|
12b56c961d
|
References in CommandLine
|
2017-10-07 17:38:44 +05:00 |
|
Vladimir
|
5e5ee9f43a
|
Added virtual destructors
|
2017-10-06 20:33:55 +05:00 |
|
Vladimir
|
64f655c727
|
Use Q_DECL_OVERRIDE macro
|
2017-10-06 19:13:10 +05:00 |
|
Vladimir
|
19e26c3db0
|
Removed conditions from cmdline
|
2017-10-05 21:27:17 +05:00 |
|
Vladimir
|
a34a7c2168
|
Implemented conversion from existing font document
|
2017-06-25 12:32:35 +05:00 |
|
Vladimir
|
048246cf50
|
Added input font document filename
|
2017-06-25 12:29:28 +05:00 |
|
Vladimir
|
b9fae87352
|
Added enum for font's conversion submodes
|
2017-06-25 12:28:40 +05:00 |
|
Vladimir
|
b05eca9bad
|
Typo fixed
|
2017-06-25 12:27:52 +05:00 |
|
Vladimir
|
a53d00195b
|
Added option to reset configuration
|
2017-03-19 14:27:22 +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
|
99ba0c34fb
|
Added support for separate file for presets
|
2017-03-15 21:47:47 +05:00 |
|
Vladimir
|
27db8db9d5
|
Added class to change configuration file path
|
2017-03-12 15:24:00 +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
|
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
|
4fd85b563a
|
Fixed argument for foreground/background command line option
|
2016-07-21 20:49:19 +05:00 |
|
Vladimir
|
5d5ca63158
|
Added new options 'foreground color' and 'background color'
|
2016-07-17 22:50:11 +05:00 |
|
Vladimir
|
c43bd6da0c
|
Remove option 'font alpha-channel'
|
2016-07-17 20:58:22 +05:00 |
|
Vladimir
|
cd3fc26336
|
Fixed CID 128353
Fixed uninitialized ascent/descent font properties in command line mode.
|
2016-06-27 18:58:57 +05:00 |
|
Vladimir
|
d49b1a77ed
|
Renamed accessors to info in DataContainer
|
2016-06-09 21:09:27 +05:00 |
|
Vladimir
|
475cd4f010
|
Uninitialized fields #32776
|
2015-11-12 18:23:39 +05:00 |
|
Vladimir
|
b555ef213c
|
Added alpha channel option to command line
|
2015-11-02 20:33:32 +05:00 |
|
Vladimir
|
71efd8d5c9
|
Font parameters combined to structure
|
2015-11-02 20:30:14 +05:00 |
|
Vladimir
|
6dff720433
|
Alpha-channel added to drawing options of font
|
2015-11-02 19:57:24 +05:00 |
|
Vladimir
|
fe4aa93981
|
Bold/Italic replaced by Style in command-line mode
|
2014-09-11 18:45:59 +06:00 |
|
Vladimir
|
acc12f470b
|
Help text updated
|
2014-08-02 02:22:53 +06:00 |
|
Vladimir
|
87ce37f30d
|
Added endianess option
|
2014-08-02 02:11:11 +06:00 |
|
Vladimir
|
8af398a71a
|
Use characters range and encoding
|
2014-08-02 01:45:38 +06:00 |
|
Vladimir
|
17fe3f0151
|
Added options for encoding and range
|
2014-08-02 01:17:03 +06:00 |
|
Vladimir
|
bd67322845
|
Mode updated for fonts
|
2014-08-02 01:00:35 +06:00 |
|
Vladimir
|
8bab60f30d
|
ModeConvertImage copied to ModeConvertFont
|
2014-08-01 23:46:14 +06:00 |
|
Vladimir
|
bf59c7d055
|
Removed unused includes
|
2014-07-09 23:09:32 +06:00 |
|
Vladimir
|
2dc9a572b6
|
Added option for little-endian and big-endian
|
2014-07-09 21:31:01 +06:00 |
|
Vladimir
|
cc2757634b
|
Variable renamed
|
2014-07-09 20:48:05 +06:00 |
|
Vladimir
|
afa8d64bc3
|
Fixes
|
2014-07-09 20:47:12 +06:00 |
|
Vladimir
|
f3caf00e77
|
Hex2bin connected to parser
|
2014-07-09 20:39:25 +06:00 |
|
Vladimir
|
0509e3f0af
|
Added converter for hex
|
2014-07-09 20:37:39 +06:00 |
|
Vladimir
|
a3f1e28a9f
|
License added
|
2014-06-08 12:31:11 +06:00 |
|