36 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
8ffe6cdfcd Fix warnings from Qt 5.15 2021-03-03 21:22:52 +03:00
Vladimir
12b76511e2 Fixed build with Qt 5.11 2018-09-30 12:22:38 +05:00
Vladimir
a7f1ccaac0 Scaled selection outline 2018-02-27 20:56:22 +05:00
Vladimir
ac9ce4e2cf Removed user's ability to hide toolbars 2018-02-10 19:42:51 +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
3447b2007d Added namespace to imageeditor tools 2017-12-13 12:01:54 +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
a8c39b9e29 Processing of mouse movements also outside the borders of the image. 2016-10-12 20:50:13 +05:00
Vladimir
cd3be5a00b Pass selection to the WindowEditor 2016-10-05 21:13:01 +05:00
Vladimir
5d8b50ea8f Cleaned signals/slots for 'zoom' tool 2016-10-05 21:13:00 +05:00
Vladimir
f963c8096c Create tools inside WindowEditor 2016-10-01 20:10:34 +05:00
Vladimir
c01723c649 Uninitialized pointer #32774 2015-11-12 18:15:00 +05:00
Vladimir
933053797a dynamic_cast changed to static_cast because QEvent* is QMouseEvent* then type == QEvent::MouseButtonPress, QEvent::MouseButtonRelease, QEvent::MouseButtonDblClick, or QEvent::MouseMove. #32745 2015-11-12 18:04:29 +05:00
Vladimir
c1a8a58ffd Fixed signal/slot disconnect 2015-02-07 20:11:03 +05:00
Vladimir
64878dae9c Select tool by default 2015-02-04 21:46:53 +05:00
Vladimir
30efdf8c2d Added tooltips for tool settings 2015-02-04 20:57:16 +05:00
Vladimir
611d72f43b Warnings fixed 2015-02-04 20:23:01 +05:00
Vladimir
34f36c18e8 BitmapEditorOptions removed 2015-02-04 20:17:01 +05:00
Vladimir
da5311e2fd ToolPen - load/save/set colors 2015-02-03 22:49:14 +05:00
Vladimir
f9b445dada Implemented drawing methods in tool pen 2015-02-03 00:36:49 +05:00
Vladimir
d33cfec11c Scaling signal-slot sequence changed 2015-02-01 14:37:59 +05:00
Vladimir
1621424505 Load/save zoom settings 2015-02-01 00:35:23 +05:00
Vladimir
2a32cabca3 Removed old scaling slot 2015-01-31 22:18:22 +05:00
Vladimir
a79f3b3886 Save/Restore toolbar's layout 2015-01-31 14:02:15 +05:00
Vladimir
14f78c51c1 WindowEditor license added 2015-01-31 13:21:28 +05:00
Vladimir
28592a5145 Added widgets to tools, show them on toolbar 2015-01-31 12:44:05 +05:00
Vladimir
ce190b00b6 Create actions in tools manager 2015-01-30 21:57:34 +05:00
Vladimir
1f7d5a7b83 Added one action for pen tool from tools manager 2015-01-30 01:07:17 +05:00
Vladimir
8e5c8623b8 Methods from WidgetBitmapEditor copied to WindowEditor 2015-01-28 23:05:26 +05:00
Vladimir
76b575ace4 Viewer controls from WidgetBitmapEditor added to WindowEditor 2015-01-28 22:12:46 +05:00
Vladimir
05b39ec489 Widget replaced by window 2015-01-28 21:41:56 +05:00