26 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
aa75abf179 Replace class QName; with #include <QName> 2025-01-13 01:20:06 +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
e99b15fde0 Added namespace to parser 2017-12-13 13:08:28 +05:00
Vladimir
b892543d89 Added namespace for data containers and models 2017-12-13 11:23:17 +05:00
Vladimir
bf594bba8e Parse indent end EOL for image preview 2017-08-06 09:45:30 +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
afa19da8b4 Removed delimiter lines //-------------- 2016-10-15 17:50:29 +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
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
06ae3b6e48 Convert images before parsing 2013-09-14 22:30:56 +06:00
Vladimir
13d5cf3262 Implemented sorting by codes 2013-05-06 23:00:41 +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
93f5754272 Changed path to return parsed strings 2013-01-16 19:58:04 +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
aa2976a011 Removed unused methods 2013-01-16 19:28:50 +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