49 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
8d9b572edc Find min/max character codes 2021-07-05 22:30:10 +05:00
Vladimir
50238ff79e Add tag 2021-03-07 01:43:05 +05:00
Vladimir
a498bff709 Added tag out_char_offset for offset of character's data in font table. 2020-07-16 17:10:34 +05:00
Vladimir
6d2516b328 Added tag for chararcter's index in font table 2020-05-17 01:46:10 +05:00
Vladimir
8b5594e812 Added namespace to settings 2017-12-19 19:32:51 +05:00
Vladimir
1097feb17b Scope enum for tags 2017-12-18 21:35:21 +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
6f3e871682 Added namespace to RevisionInfo 2017-12-13 11:40:26 +05:00
Vladimir
b892543d89 Added namespace for data containers and models 2017-12-13 11:23:17 +05:00
Vladimir
209b65e533 NULL replaced by nullptr 2017-10-07 23:38:46 +05:00
Vladimir
bf594bba8e Parse indent end EOL for image preview 2017-08-06 09:45:30 +05:00
Vladimir
9cc54fcd39 Added value to tag 2017-08-06 09:17:07 +05:00
Vladimir
ad634e5232 Added tags for application revision and date 2017-07-11 11:51:36 +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
7e0e8f0132 Fixed empty EOL and Indent on image prepare step 2016-07-13 19:38:52 +05:00
Vladimir
342fc10c10 Added algorithm description 2016-06-26 11:25:39 +05:00
Vladimir
35cfef3ef8 Some document-specific methods moved from Parser to Image/Font Document
Prepare images (ParsedImageData) in FontDocument;
Sort keys only in FontDocument;
Parser::convert() now uses existing ordered keys list and
ParsedImageData * list.
2016-06-25 11:27:20 +05:00
Vladimir
8e0fc69b8f Collect tags for image in other method
Collect tags, duplicates, hex code and text  of character in
Parser::prepareImages() instead of Parser::parseImagesTable().
2016-06-23 23:29:40 +05:00
Vladimir
be6b5f1a3a Implemented tag in images table parser to mark similar characters 2016-03-19 09:54:04 +05:00
Vladimir
3741fb1919 Null reference from list #32744 2015-11-12 18:01:59 +05:00
Vladimir
d42d9ec3db Null reference from list #32743 2015-11-12 18:00:42 +05:00
Vladimir
58ef872449 Load preset before conversion 2014-05-27 19:36:15 +06:00
Vladimir
ec0394b8e6 Fixed EOL and indenting in image to string conversion 2013-10-06 13:39:04 +06:00
Vladimir
863475513a Added new tag 'out_images_max_blocks_count' 2013-09-14 22:39:38 +06:00
Vladimir
06ae3b6e48 Convert images before parsing 2013-09-14 22:30:56 +06:00
Vladimir
2356f27e77 Fixed tag 'ScanDirection' value in parser 2013-09-14 13:59:02 +06:00
Vladimir
1b020fcdb1 Fixed saving control characters to *.xml and *.c 2013-07-19 23:50:43 +06:00
Vladimir
d417dead3f Method toAscii() replaced by toLatin1() 2013-05-30 23:49:31 +06:00
Vladimir
13d5cf3262 Implemented sorting by codes 2013-05-06 23:00:41 +06:00
Vladimir
95d26e5c7b '\n' in image data replaces by extracted eol 2013-03-13 21:16:44 +06:00
Vladimir
faaef3fc29 Added method to extract indent and eol 2013-03-13 21:12:50 +06:00
Vladimir
fbd562b15f Added method to collect info about image's size 2013-01-16 20:52:51 +06:00
Vladimir
f57a52486f Removed old commented code 2013-01-16 20:03:01 +06:00
Vladimir
93f5754272 Changed path to return parsed strings 2013-01-16 19:58:04 +06:00
Vladimir
49eb92a15e Some variables renamed 2013-01-16 19:52:42 +06:00
Vladimir
7142fc8639 Removed method expression() 2013-01-16 19:50:23 +06:00
Vladimir
44d85d97b2 Added method to get image indentation 2013-01-16 19:50:22 +06:00
Vladimir
0d017f1835 Image conversion sequence extracted to parseImage() 2013-01-16 19:50:17 +06:00
Vladimir
daaee0deac QString::mid() replaced by QString::right() 2013-01-16 19:29:24 +06:00
Vladimir
aa2976a011 Removed unused methods 2013-01-16 19:28:50 +06:00
Vladimir
7183b53b62 Use Parse2() recursively instead of parseSimple() 2013-01-16 19:23:40 +06:00
Vladimir
e2cc132f2c Method Parser::parse rewritten with using new Tags::find method 2013-01-16 18:40:43 +06:00
Vladimir
c305925ae2 Removed unused (o_O) method 2013-01-14 20:31:06 +06:00
Vladimir
84536fa61c Lost tags added, parser updated 2013-01-13 21:17:47 +06:00
Vladimir
26a0585a65 Files moved to other directories to make sources more structured 2013-01-13 14:16:24 +06:00