Vladimir
|
a743565796
|
Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
|
2025-01-13 01:23:52 +05:00 |
|
Vladimir
|
6a2be552f5
|
Remove unused height/width
|
2025-01-12 23:28:55 +05:00 |
|
Vladimir
|
7a995fcffe
|
Remove unused height/width
|
2025-01-12 23:17:47 +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
|
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
|
209b65e533
|
NULL replaced by nullptr
|
2017-10-07 23:38:46 +05:00 |
|
Vladimir
|
cca6b3cb2b
|
Pass custom pixel's processing script as parameter
|
2017-10-02 23:35:06 +05:00 |
|
Vladimir
|
fe1c105e13
|
Changed arguments list for ConverterHelper::pixelsData
|
2017-08-05 00:18:43 +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
|
447c6b8b8c
|
Save scale value for Preview dialog
|
2016-09-23 20:57:50 +05:00 |
|
Vladimir
|
48ca72a31d
|
Added handlers to scale image
|
2014-08-06 00:19:27 +06:00 |
|
Vladimir
|
bac9250aa2
|
Changed Preview dialog
|
2014-01-08 14:34:45 +06:00 |
|
Vladimir
|
81a2df14e9
|
Changed dataToString parameters list, ImageOptions is used now
|
2013-09-17 21:31:58 +06:00 |
|
Vladimir
|
a8cc228de7
|
Added 'suffix' and 'delimiter' parameters to dataToString method
|
2013-09-17 20:14:07 +06:00 |
|
Vladimir
|
63ae827fad
|
Variables renamed
|
2013-01-04 23:24:17 +06:00 |
|
Vladimir
|
49d7042b09
|
Reordering connected to parser
|
2013-01-04 23:19:40 +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
|
04a2cc3639
|
Fixed 'data to string' method for compressed data
|
2012-09-26 18:58:49 +06:00 |
|
Vladimir
|
7afd79028c
|
Compression included to conversion sequence
|
2012-09-18 20:46:25 +06:00 |
|
Vladimir
|
7979fea651
|
Variable renamed
|
2012-09-15 11:16:23 +06:00 |
|
Vladimir
|
5200b4d93d
|
Conversion settings replaced with new classes
|
2012-09-14 23:17:49 +06:00 |
|
Vladimir
|
893cb80f15
|
Set monospace font for conversion text preview
|
2012-08-22 23:57:11 +06:00 |
|
Vladimir
|
126cff22b5
|
Show preview image according to operations mask
|
2012-08-11 23:57:02 +06:00 |
|
Vladimir
|
4e30c880cd
|
Added prefix "0x" for data
|
2012-08-11 16:14:29 +06:00 |
|
Vladimir
|
5e650b4440
|
QList replaced by QVector
|
2012-08-11 01:14:18 +06:00 |
|
Vladimir
|
51c0513cfa
|
Conversion switched to new encoder
|
2012-08-11 00:32:17 +06:00 |
|
Vladimir
|
600a35b1e3
|
QList<uint32> replaced by class ConversionMatrix
|
2012-08-09 22:19:03 +06:00 |
|
Vladimir
|
dd4e0da0c7
|
Added method 'prepare image'
|
2012-08-09 01:28:02 +06:00 |
|
Vladimir
|
57bbc05799
|
Text preview implemented
|
2012-08-09 00:21:56 +06:00 |
|
Vladimir
|
1c8deb8bb5
|
UpdatePreview connected to preview dialog
|
2012-08-08 23:32:00 +06:00 |
|
Vladimir
|
3ff1f6e290
|
Changed path to display preview window
|
2012-08-08 23:31:49 +06:00 |
|
Vladimir
|
2c68f6dc56
|
Added copyright
|
2012-08-06 22:07:25 +06:00 |
|
Vladimir
|
cf14200c29
|
Changed design of DialogConvert2, preview extracted to new dialog
|
2012-08-06 21:53:44 +06:00 |
|