Vladimir
|
ba25cd8244
|
Remove division by zero
|
2025-01-14 00:16:09 +05:00 |
|
Vladimir
|
a743565796
|
Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
|
2025-01-13 01:23:52 +05:00 |
|
Vladimir
|
aa75abf179
|
Replace class QName; with #include <QName>
|
2025-01-13 01:20:06 +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
|
31a4d5cfdd
|
Add tooltip
|
2025-01-12 22:44:24 +05:00 |
|
Vladimir
|
05d81f5795
|
Add configuration parameter Blocks Per Line
|
2021-11-29 19:12:55 +05:00 |
|
Andreas Reischuck
|
b522d8bc96
|
fix crash on preview close
|
2021-08-06 23:54:43 +02:00 |
|
Vladimir
|
19a82b2327
|
Fix layout on setuptabfont after rev.f9dd80c
|
2021-03-11 22:33:40 +05:00 |
|
Vladimir
|
2374806c0a
|
Disabled translation of default preset names
|
2021-03-11 22:14:58 +05:00 |
|
Vladimir
|
8ffe6cdfcd
|
Fix warnings from Qt 5.15
|
2021-03-03 21:22:52 +03:00 |
|
Vladimir
|
f9dd80c825
|
Add option to UI
|
2021-03-02 21:17:04 +03:00 |
|
Vladimir
|
19134c404c
|
Translation updated
|
2020-04-05 19:32:06 +05:00 |
|
Vladimir
|
1f6df9414c
|
Added option to skip non-representable characters
|
2020-04-05 19:29:03 +05:00 |
|
Vladimir
|
62d701b7f1
|
UI connected to options
|
2019-07-07 20:27:24 +05:00 |
|
Vladimir
|
a67843b20b
|
Added combobox to image setup
|
2019-07-07 19:47:05 +05:00 |
|
Vladimir
|
e7435d91db
|
Added widgets to edit escaping settings
|
2019-06-29 21:45:55 +05:00 |
|
Vladimir
|
d90af44b06
|
Fixed preview's update on custom scripts editing
|
2018-03-30 20:38:34 +05:00 |
|
Vladimir
|
bab65dcbed
|
Update matrix on image settings changing
|
2018-02-25 00:27:43 +05:00 |
|
Vladimir
|
ede3b648ed
|
Pass settings groupName via signal changed()
|
2018-02-25 00:24:37 +05:00 |
|
Vladimir
|
7cd02e9816
|
Fixed UI update on template file selection
|
2018-02-24 13:28:53 +05:00 |
|
Vladimir
|
741d111f79
|
Temp workaround for FillMask
|
2018-02-12 22:05:00 +05:00 |
|
Vladimir
|
8e3bbb33e2
|
Fixed scan script's updating in settings
|
2018-02-10 13:25:40 +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
|
ab1acea3e1
|
Scoped enums
|
2017-12-18 21:01:01 +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
|
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
|
ca1da54d4f
|
Removed condition for Qt 5.2
Filter mode for QCompleter.
|
2017-10-05 21:45:12 +05:00 |
|
Vladimir
|
d5b90d6f93
|
Removed other condition for Qt 5.0
QApplication, QtWidgets, QUrlQuery, QTextCodec::setCodecForTr().
|
2017-10-05 21:43:36 +05:00 |
|
Vladimir
|
cd68745f03
|
Translation updated
|
2017-10-04 20:36:09 +05:00 |
|
Vladimir
|
5f1c232cdc
|
Fixed loading of first selected preset
|
2017-10-03 22:45:05 +05:00 |
|
Vladimir
|
cca6b3cb2b
|
Pass custom pixel's processing script as parameter
|
2017-10-02 23:35:06 +05:00 |
|
Vladimir
|
54f332069f
|
Added test of user's script
|
2017-10-02 23:01:08 +05:00 |
|
Vladimir
|
664c162b1b
|
Check script on changing
|
2017-10-02 22:18:29 +05:00 |
|
Vladimir
|
41ee493033
|
Removed 'conversion type' combobox from 'matrix' setup page.
|
2017-10-01 21:38:15 +05:00 |
|
Vladimir
|
5273fab06e
|
Update setting's UI only on selecting presets from combobox
|
2017-10-01 14:39:33 +05:00 |
|
Vladimir
|
bfa583f5a1
|
Display preprocessing script at UI
|
2017-09-28 22:07:21 +05:00 |
|
Vladimir
|
c5ee4d93f8
|
Renamed methods and fields for custom scan script
|
2017-09-28 21:53:05 +05:00 |
|
Vladimir
|
dc6d57ec14
|
Split widgets from tab 'Prepare' onto 2 tabs 'Scanning' and 'Preprocessing'
|
2017-09-28 21:41:11 +05:00 |
|
Vladimir
|
c13cbea487
|
Added enum item ConversionTypeCustom
|
2017-09-25 23:06:17 +05:00 |
|
Vladimir
|
0a52dbef8f
|
Class ConvImage renamed to ConvImageScan
|
2017-09-23 12:32:09 +05:00 |
|
Vladimir
|
15cc0a82a7
|
Changed minimum block's count in settings
|
2017-08-13 15:52:15 +05:00 |
|
Vladimir
|
7baae5878e
|
Changed SetupTabImage
|
2017-08-11 20:59:41 +05:00 |
|
Vladimir
|
fe1c105e13
|
Changed arguments list for ConverterHelper::pixelsData
|
2017-08-05 00:18:43 +05:00 |
|
Vladimir
|
a40ef21d29
|
SetupTabimage connected to new fields of ImageOptions
|
2017-08-03 21:38:36 +05:00 |
|
Vladimir
|
cc651bb82c
|
Changed layout of SetupTabImage widget
Added new widgets, renamed some old widgets, added group boxes.
|
2017-08-03 21:28:16 +05:00 |
|