Vladimir
|
a743565796
|
Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
|
2025-01-13 01:23:52 +05:00 |
|
Vladimir
|
cd7ea86c74
|
Remove unused background color parameter
|
2025-01-12 23:16:47 +05:00 |
|
Vladimir
|
db053468df
|
Add uniform method to shift images
|
2022-06-27 01:04:10 +05:00 |
|
Vladimir
|
6e9a44db37
|
Rename dialog
|
2022-06-26 02:38:07 +05:00 |
|
Vladimir
|
07c39461b9
|
Add operation to images and fonts
|
2022-06-26 01:52:55 +05:00 |
|
Vladimir
|
9f76f11259
|
Apply results
|
2019-02-27 23:15:41 +05:00 |
|
Vladimir
|
9549dd008d
|
Pass keys to constructor
|
2019-02-27 20:23:59 +05:00 |
|
Vladimir
|
3204bf62bf
|
Removed operation 'minimize font'
|
2019-02-27 00:39:23 +05:00 |
|
Vladimir
|
f299657b41
|
Fixed detecting empty area
|
2019-02-27 00:32:03 +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
|
8b5594e812
|
Added namespace to settings
|
2017-12-19 19:32:51 +05:00 |
|
Vladimir
|
e99b15fde0
|
Added namespace to parser
|
2017-12-13 13:08:28 +05:00 |
|
Vladimir
|
b892543d89
|
Added namespace for data containers and models
|
2017-12-13 11:23:17 +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
|
86b1b0e430
|
Translation fixed
|
2016-10-16 14:15:45 +05:00 |
|
Vladimir
|
13e1da5fd5
|
Code style changed with plugin Beautifier and Artistic Style
|
2016-10-15 19:31:03 +05:00 |
|
Vladimir
|
0d9208c892
|
Empty lines removed
|
2016-10-15 17:50:36 +05:00 |
|
Vladimir
|
733dfc5fd0
|
Save directory for other dialogs
SaveDocument, ImportImage, ImportPreset, ExportPreset, TemplateImage, TemplateFont
|
2016-09-13 18:18:15 +05:00 |
|
Vladimir
|
fe5d2d6397
|
Save last directory for file dialogs
|
2016-09-12 23:58:20 +05:00 |
|
Vladimir
|
66f7e58ff7
|
Check filter index
|
2016-09-12 23:08:30 +05:00 |
|
Vladimir
|
c156fa06de
|
Use common method for all dialogs
|
2016-09-12 23:01:07 +05:00 |
|
Vladimir
|
5bcdf4281e
|
Save filter index for 'Image' -> 'Export' dialog
|
2016-09-12 22:20:20 +05:00 |
|
Vladimir
|
8fddb725af
|
Fixed CID 128354
Fixed uninitialized members.
|
2016-06-27 18:57:08 +05:00 |
|
Vladimir
|
66b16bafc1
|
Fixed CID 128355
Fixed uninitialized members.
|
2016-06-27 18:56:10 +05:00 |
|
Vladimir
|
671ab1a94b
|
Fixed build on Qt 4.8
|
2016-06-26 12:05:40 +05:00 |
|
Vladimir
|
153bc449d3
|
Added FontResize operation
Added FontResize operation, which is different from ImageResize by
support of ascent/descent properties.
|
2016-06-23 00:10:45 +05:00 |
|
Vladimir
|
f9751bef9c
|
Modify font ascent/descent in FontMinimizeHeight
|
2016-06-22 23:39:02 +05:00 |
|
Vladimir
|
4ef910c50f
|
Added operation ImageEditInExternalTool;
Added argument 'keys' to applyDocument();
Removed unused includes.
|
2016-06-17 19:40:55 +05:00 |
|
Vladimir
|
d1dde4a821
|
Added operation ImageExport
|
2016-06-16 23:31:24 +05:00 |
|
Vladimir
|
6741aab130
|
Added operation ImageImport
|
2016-06-16 23:29:51 +05:00 |
|
Vladimir
|
1878711e1b
|
Added ImageGrayscale operation
|
2016-06-16 21:48:27 +05:00 |
|
Vladimir
|
b4048ee9ca
|
FontResize renamed to ImageResise and used to resize image operation;
Added arguments 'keys' to prepare method, to allow specify affected keys.
|
2016-06-16 21:31:26 +05:00 |
|
Vladimir
|
479c8d34fb
|
FontInverse renamed to ImageInverse and used as image inverse operation
|
2016-06-16 20:40:53 +05:00 |
|
Vladimir
|
d3bbd790db
|
Added operation ImageShift
|
2016-06-16 20:23:30 +05:00 |
|
Vladimir
|
f54f655a83
|
Added ImageRotate
|
2016-06-16 20:12:35 +05:00 |
|
Vladimir
|
e175933fcc
|
Combined horizontal/vertical flip at one operation class
|
2016-06-15 23:39:09 +05:00 |
|
Vladimir
|
799e1cebcd
|
Added ImageFlipHorizontal
|
2016-06-15 23:23:13 +05:00 |
|
Vladimir
|
061d396c1f
|
Added Q_DECL_OVERRIDE to overrided functions
|
2016-06-14 23:18:06 +05:00 |
|
Vladimir
|
eeb352a4b6
|
Added const specifier
|
2016-06-14 20:17:25 +05:00 |
|
Vladimir
|
d6851b8792
|
Added method to modify entire document
|
2016-06-14 20:17:23 +05:00 |
|
Vladimir
|
1b50b908ef
|
Added method to prepare operation;
Removed area of operation.
|
2016-06-14 20:17:22 +05:00 |
|
Vladimir
|
510c3d58e9
|
Added FontResize
|
2016-06-14 20:17:16 +05:00 |
|
Vladimir
|
6de77f9db6
|
Added FontMinimizeHeight
|
2016-06-14 18:46:59 +05:00 |
|
Vladimir
|
074fe2a2e1
|
Added operation class for font inverse
|
2016-06-14 17:56:08 +05:00 |
|
Vladimir
|
a30e32a025
|
Added interface and class for operations on document and items
|
2016-06-14 17:40:44 +05:00 |
|