37 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
2ba4708365 Remove unused classes 2022-06-27 03:43:38 +05:00
Vladimir
8ffe6cdfcd Fix warnings from Qt 5.15 2021-03-03 21:22:52 +03:00
Vladimir
d87646e134 Remove commented 2019-03-15 22:07:16 +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
517fbca4a1 Implemented width's minimization 2019-02-27 00:33:00 +05:00
Vladimir
f299657b41 Fixed detecting empty area 2019-02-27 00:32:03 +05:00
Vladimir
1e31f7ae68 Implemented height's minimization 2019-02-26 23:57:58 +05:00
Vladimir
23df8a8d77 Fixed reset 2019-02-26 22:27:49 +05:00
Vladimir
232f6cb879 Proxy model replaced 2019-02-26 22:22:51 +05:00
Vladimir
0df7eb2bc2 Added draft of proxy model to display canvas modification data 2019-02-13 22:54:55 +05:00
Vladimir
c8c179dd64 Add map of modifications 2019-02-05 23:14:07 +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
74cdb38b9c Change scale with mouse wheel 2016-10-22 19:43:37 +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
0a21fb1b47 Move column with image preview to the last position
Resize Preview: display image at last position because it can be scaled.
2016-09-24 19:09:03 +05:00
Vladimir
595841476c Added TransposeProxy proxy model for horizontal orientation 2016-09-23 17:58:39 +05:00
Vladimir
6716ca388f Added ImagesResizeProxy proxy model 2016-09-21 21:32:45 +05:00
Vladimir
828d1cd117 Use only vertical orientation in ImagesModel and ImagesFilterProxy 2016-09-21 21:06:32 +05:00
Vladimir
54cfbe673e Use ImagesScaledProxy to scale images in DialogCanvasResize 2016-09-21 20:28:04 +05:00
Vladimir
699438948a Fixed default scale in 'Resize' dialog 2013-01-31 23:51:46 +06:00
Vladimir
1f7d5980b3 ImagesModelVertical renamed to ImagesModel 2013-01-29 23:59:45 +06:00
Vladimir
d448e6bca0 ResizeModel replaced by ImagesModelVertical 2013-01-29 22:56:12 +06:00
Vladimir
f18b58c178 Save scale to settings 2013-01-26 11:12:31 +06:00
Vladimir
406495baa9 Handler for font minimize height was updated 2013-01-26 02:48:50 +06:00
Vladimir
83f9b2511d Method getResizeInfo() renamed to resizeInfo() 2013-01-26 02:48:28 +06:00
Vladimir
713697d947 Added method to get result crop values 2013-01-26 02:28:55 +06:00
Vladimir
08b3287beb Added filter 2013-01-26 00:08:54 +06:00
Vladimir
bb89f8410e Removed unused methods 2013-01-25 00:03:07 +06:00
Vladimir
a2cdfffa6d Added scaled preview 2013-01-25 00:01:33 +06:00
Vladimir
759e1f0e71 Show preview image in tableView 2013-01-24 23:48:43 +06:00
Vladimir
e124c7edea Model connected to dialog 2013-01-24 23:16:45 +06:00
Vladimir
6dba09b1a2 Added empty dialog 2013-01-23 23:11:28 +06:00