28 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
6fbbcbf98e Added namespace to widgets, dialogs, etc. 2017-12-20 13:21:44 +05:00
Vladimir
217c485b58 Namespaces for main window, menu handlers, status 2017-10-08 00:44:03 +05:00
Vladimir
209b65e533 NULL replaced by nullptr 2017-10-07 23:38:46 +05:00
Vladimir
5e5ee9f43a Added virtual destructors 2017-10-06 20:33:55 +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
bcc8c4e861 Null reference from list #32742 2015-11-11 23:32:17 +05:00
Vladimir
6d26003029 Null reference from list #32741 2015-11-11 23:31:58 +05:00
Vladimir
e895342062 Added license notice 2013-01-19 15:51:21 +06:00
Vladimir
2f32c35fe7 Update statuses on tab switching;
Hide statuses on document closing.
2013-01-18 22:47:25 +06:00
Vladimir
c98b7722bd RevisionLabel moved to left 2013-01-18 22:42:17 +06:00
Vladimir
4360ef0e0a Changed format of ImageIndex status data 2013-01-18 22:34:10 +06:00
Vladimir
6fb0ed4285 Added status 'image size' 2013-01-18 19:02:36 +06:00
Vladimir
3662a116f3 Changed status text 2013-01-18 18:49:19 +06:00
Vladimir
8cd0818f7c Show status items permanently 2013-01-18 18:42:55 +06:00
Vladimir
54cbbf2610 Added status 'Scale' 2013-01-18 17:53:21 +06:00
Vladimir
2654c091b0 Added singal 'changed' to StatusData 2013-01-18 17:43:37 +06:00
Vladimir
076a7b7bf2 Display mouse coordinates in status bar 2013-01-17 21:22:58 +06:00
Vladimir
87e44553fe Added methods to remove status data 2013-01-17 21:22:38 +06:00
Vladimir
9ac7303066 Added current image position 2013-01-17 20:16:50 +06:00
Vladimir
8d9cbb69a5 RevisionLabel moved to right 2013-01-17 19:43:44 +06:00
Vladimir
614b958f28 Added class to manage status bar 2013-01-17 19:41:04 +06:00
Vladimir
6d04d72fdc Added sample status event for font editor 2013-01-17 19:21:40 +06:00
Vladimir
0319e45de6 Changed type fo Value 2013-01-17 19:18:30 +06:00
Vladimir
99b051b97e Changed type of Key 2013-01-17 19:16:57 +06:00
Vladimir
842606e57a Added class to keep status data 2013-01-17 19:09:45 +06:00