53 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
8b5594e812 Added namespace to settings 2017-12-19 19:32:51 +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
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
eeb352a4b6 Added const specifier 2016-06-14 20:17:25 +05:00
Vladimir
58ef872449 Load preset before conversion 2014-05-27 19:36:15 +06:00
Vladimir
f038ab3966 Code reoganized 2014-05-27 19:36:11 +06:00
Vladimir
91d354f4eb Added interface for command modes 2014-05-27 19:36:10 +06:00
Vladimir
3df292e04a Removed method setChanged(), added counter for nested calls for beginChanges()/endChanges() 2014-05-20 20:07:51 +06:00
Vladimir
cf1ce4c5cd IDocument::convert() now returns QString with conversion result 2014-05-20 18:47:17 +06:00
Vladimir
52ac8f9812 Interface method renamed 2013-08-29 00:44:46 +06:00
Vladimir
79cbf49686 MainWindow and menu handlers updated 2013-08-29 00:44:46 +06:00
Vladimir
ba99660fef Added new interface for tabs editor 2013-08-29 00:44:46 +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
0202c6d212 Added StatusData to editors 2013-01-17 19:21:20 +06:00
Vladimir
314384582b Added begin/end methods to initialize history and save changes 2012-12-19 18:27:40 +06:00
Vladimir
8b93b14cce Undo tested on image editor 2012-12-19 16:46:05 +06:00
Vladimir
d4aeb98aed Added action handler to call Undo 2012-12-19 15:30:56 +06:00
Vladimir
1fd48f23e5 Hide WidgetBitmapEditor * from IDocument 2012-12-19 00:42:39 +06:00
Vladimir
22102c6dbb Store document's parameters in DataContainer 2012-12-18 01:22:18 +06:00
Vladimir
dc71361b3d Removed interface IDataContainer, BitmapContainer and FontContainer replaced by one class 2012-12-15 20:52:32 +06:00
Vladimir
dfd3336de9 Fixed typo error 2012-12-15 12:52:33 +06:00
Vladimir
0395465608 Removed unused code 2012-10-28 21:02:15 +06:00
Vladimir
ac15196fb3 Collect opened documents to one list 2012-10-10 22:00:24 +06:00
Vladimir
e270885f2b Method 'convert' moved from action handlers to documents 2012-10-10 21:24:52 +06:00
Vladimir
81487bdd82 Save/load converted file name to/from xml document. 2012-10-04 22:56:18 +06:00
Vladimir
d2e18f0286 Added "const" to some methods 2012-08-20 21:37:11 +06:00
Vladimir
51c0513cfa Conversion switched to new encoder 2012-08-11 00:32:17 +06:00
Vladimir
9d13cb86fc Added radio buttons to select data align, added DataAlign parameter to settings 2012-08-04 21:26:11 +06:00
Vladimir
07a1cbf2ad Interface method replaced by signal/slot 2012-07-22 19:58:41 +06:00
Vladimir
7385c8902b Changed method for tab text and tooltip updating 2012-07-22 19:36:21 +06:00
Vladimir
c957cc62b7 File menu handlers 2012-07-21 18:40:47 +06:00
Vladimir
581125a656 Font manipulation method extracted from mainwindow 2012-07-21 12:40:58 +06:00
Vladimir
24ac79b8c5 Image manipulation methods extracted from mainwindow 2012-07-21 12:20:19 +06:00
Vladimir
d2aa59d000 Reset 'Changed' flasg on create new document 2012-06-24 21:09:05 +06:00
Vladimir
4816c84a7b License notice added to source files. 2010-12-27 01:01:20 +05:00
Vladimir
54cdc3cc5f BytesOrder enum changed to boolean. 2010-12-26 11:42:36 +05:00
Vladimir
cad1f58949 New conversion setup dialog, templates setup dialog. 2010-12-25 03:03:17 +05:00
Vladimir
504232ae8b Test conversion implemented. 2010-12-23 23:24:51 +05:00
Vladimir
590c6befcc Image processing and text preview for monochrome conversion. 2010-12-22 10:07:53 +05:00
Vladimir
33fcafeb18 Added dithering to monochrome conversion.
Save settings of conversion dialog.
2010-12-21 21:15:54 +05:00
Vladimir
1054156d30 Function QStringList keys() added to interface IDataContainer. 2010-12-21 19:00:39 +05:00
Vladimir
0979ea744e Option's widgets are combined to one dialog window. 2010-12-21 16:23:47 +05:00
Vladimir
d28cee569a Integer index of image changed to string key. 2010-12-19 19:54:22 +05:00
Vladimir
4449522cff Menu's behaviour changed. 2010-12-18 21:31:39 +05:00