30 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
6fbbcbf98e Added namespace to widgets, dialogs, etc. 2017-12-20 13:21:44 +05:00
Vladimir
1097feb17b Scope enum for tags 2017-12-18 21:35:21 +05:00
Vladimir
b892543d89 Added namespace for data containers and models 2017-12-13 11:23:17 +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
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
3bd6ec0061 Fixed editor deleting 2015-02-04 20:51:03 +05:00
Vladimir
f88188f399 WidgetBitmapEditor replaced by WindowEditor 2015-01-28 23:06:52 +05:00
Vladimir
3df292e04a Removed method setChanged(), added counter for nested calls for beginChanges()/endChanges() 2014-05-20 20:07:51 +06:00
Vladimir
98095d15eb Added separate 'changed' flag to DataContainer 2013-08-29 00:44:46 +06:00
Vladimir
881654af4c Fixed image editor tab initialization 2013-08-29 00:44:46 +06:00
Vladimir
c375106b7c EditorTabImage and EditorTabFont upgraded to new interface 2013-08-29 00:44:46 +06:00
Vladimir
ec06446f07 Removed document logic from EditorTabImage 2013-08-29 00:44:45 +06:00
Vladimir
d417dead3f Method toAscii() replaced by toLatin1() 2013-05-30 23:49:31 +06:00
Vladimir
77d9145fac QDialog: 'filter' changed to 'nameFilter' 2013-05-30 23:49:31 +06:00
Vladimir
b1742763e4 Removed dublicates 2013-01-27 00:46:20 +06:00
Vladimir
b3ce766f8b Signal imageChanged(const QString &key) replaced by imagesChanged() 2013-01-26 20:20:33 +06:00
Vladimir
7427725df4 Removed metgods image()/setImage() 2013-01-26 19:49:10 +06:00
Vladimir
c59cfeea24 Added new interface method selectedKeys(), removed old methods image() and setImage(). 2013-01-26 01:44:39 +06:00
Vladimir
16fce1e2ba Added method updateStatus() to update status data from values, stored in editor. 2013-01-18 22:01:28 +06:00
Vladimir
6fb0ed4285 Added status 'image size' 2013-01-18 19:02:36 +06:00
Vladimir
e34e43915c Added slots and methods to read/write scale on bitmap editor 2013-01-18 18:06:24 +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
0202c6d212 Added StatusData to editors 2013-01-17 19:21:20 +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