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
|
b892543d89
|
Added namespace for data containers and models
|
2017-12-13 11:23:17 +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
|
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
|
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
|
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
|
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
|
504232ae8b
|
Test conversion implemented.
|
2010-12-23 23:24:51 +05:00 |
|
Vladimir
|
4449522cff
|
Menu's behaviour changed.
|
2010-12-18 21:31:39 +05:00 |
|
Vladimir
|
9fb2b2fb8f
|
Added interface IDocument to operate with EditorTabFont and EditorTabImage in a similar way.
Now EditorTabImage called from main menu and closes by button "close tab".
|
2010-12-17 23:43:45 +05:00 |
|