Vladimir
|
a743565796
|
Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
|
2025-01-13 01:23:52 +05:00 |
|
Vladimir
|
8ffe6cdfcd
|
Fix warnings from Qt 5.15
|
2021-03-03 21:22:52 +03:00 |
|
Vladimir
|
6fbbcbf98e
|
Added namespace to widgets, dialogs, etc.
|
2017-12-20 13:21:44 +05:00 |
|
Vladimir
|
e99b15fde0
|
Added namespace to parser
|
2017-12-13 13:08:28 +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
|
f88fdbc8f0
|
Enable Alpha component in color dialog
|
2016-07-16 18:55:43 +05:00 |
|
Vladimir
|
018f651faa
|
Uinitialized field #32773
|
2015-11-12 18:08:58 +05:00 |
|
Vladimir
|
bac4140f9b
|
dynamic_cast changed to static_cast because QEvent* is QMouseEvent* then type == QEvent::MouseButtonPress, QEvent::MouseButtonRelease, QEvent::MouseButtonDblClick, or QEvent::MouseMove. #32740
|
2015-11-11 23:23:12 +05:00 |
|
Vladimir
|
34f36c18e8
|
BitmapEditorOptions removed
|
2015-02-04 20:17:01 +05:00 |
|
Vladimir
|
d33cfec11c
|
Scaling signal-slot sequence changed
|
2015-02-01 14:37:59 +05: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
|
076a7b7bf2
|
Display mouse coordinates in status bar
|
2013-01-17 21:22:58 +06:00 |
|
Vladimir
|
26a0585a65
|
Files moved to other directories to make sources more structured
|
2013-01-13 14:16:24 +06:00 |
|