17 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
ef82387a09 Some cleanup 2017-12-20 19:00:11 +05:00
Vladimir
6fbbcbf98e Added namespace to widgets, dialogs, etc. 2017-12-20 13:21: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
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
f963c8096c Create tools inside WindowEditor 2016-10-01 20:10:34 +05:00
Vladimir
65e5f37187 Removed unused methods 2015-02-07 12:10:54 +05:00
Vladimir
d33cfec11c Scaling signal-slot sequence changed 2015-02-01 14:37:59 +05:00
Vladimir
1f7d5a7b83 Added one action for pen tool from tools manager 2015-01-30 01:07:17 +05:00
Vladimir
6b2b925134 License added 2015-01-28 23:43:02 +05:00
Vladimir
8e5c8623b8 Methods from WidgetBitmapEditor copied to WindowEditor 2015-01-28 23:05:26 +05:00
Vladimir
12d7d64bd2 Editor connected to WindowEditor 2015-01-28 22:13:27 +05:00
Vladimir
05b39ec489 Widget replaced by window 2015-01-28 21:41:56 +05:00
Vladimir
204149c41b Added empty widget for editor 2015-01-28 21:12:31 +05:00