Vladimir
|
a743565796
|
Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
|
2025-01-13 01:23:52 +05:00 |
|
Andreas Reischuck
|
b522d8bc96
|
fix crash on preview close
|
2021-08-06 23:54:43 +02:00 |
|
Vladimir
|
2374806c0a
|
Disabled translation of default preset names
|
2021-03-11 22:14:58 +05:00 |
|
Vladimir
|
ede3b648ed
|
Pass settings groupName via signal changed()
|
2018-02-25 00:24:37 +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
|
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
|
5f1c232cdc
|
Fixed loading of first selected preset
|
2017-10-03 22:45:05 +05:00 |
|
Vladimir
|
5273fab06e
|
Update setting's UI only on selecting presets from combobox
|
2017-10-01 14:39:33 +05:00 |
|
Vladimir
|
e467b7cb57
|
Fixed loading first preset in list
|
2017-01-16 21:44:31 +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
|
7fb2e36c19
|
Select imported preset
|
2016-10-11 17:05:07 +05:00 |
|
Vladimir
|
5e3790e5d7
|
Disconnect slot on time while preset's list filling
|
2016-10-11 21:18:41 +05:00 |
|
Vladimir
|
12451a3867
|
Do not create new images with new() operator on every timer's tick
|
2016-10-10 21:27:11 +05:00 |
|
Vladimir
|
733dfc5fd0
|
Save directory for other dialogs
SaveDocument, ImportImage, ImportPreset, ExportPreset, TemplateImage, TemplateFont
|
2016-09-13 18:18:15 +05:00 |
|
Vladimir
|
0ece59ee8d
|
Default presets updated
|
2016-07-17 23:51:14 +05:00 |
|
Vladimir
|
88194ad569
|
If a preset with the same name already exists, allow rename it.
|
2015-06-24 00:21:48 +05:00 |
|
Vladimir
|
4ab34900a4
|
Import preset into new temp object
|
2015-06-23 23:26:57 +05:00 |
|
Vladimir
|
2f15018322
|
Added importing preset from xml file
|
2015-06-20 22:20:06 +05:00 |
|
Vladimir
|
5a7915bea6
|
Added saving full preset data to xml file
|
2015-06-20 22:20:00 +05:00 |
|
Vladimir
|
a905f5b4d3
|
Added buttons to import/export presets
|
2015-06-14 12:52:42 +05:00 |
|
Vladimir
|
a7e11ffa3d
|
Added default grayscale 4bpp preset
|
2014-07-19 18:41:19 +06:00 |
|
Vladimir
|
703bf88b42
|
Preset::currentName() renamed to selectedName()
|
2014-05-27 19:36:16 +06:00 |
|
Vladimir
|
669d7aecce
|
Added class to hold reordering options
|
2013-01-04 22:00:01 +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
|
08db73cddb
|
Save presets as "default" if all presets removed by user;
Create 5 default presets , if no exists presets or only "default".
|
2012-11-05 13:16:51 +06:00 |
|
Vladimir
|
2fd24235b1
|
Methods to manage preset name implemented in class Preset
|
2012-11-03 20:34:47 +06:00 |
|
Vladimir
|
711c98a9d1
|
Duplicate removed
|
2012-09-19 22:51:42 +06:00 |
|
Vladimir
|
d3f6a96cfe
|
Changed method to get setup widget title
|
2012-09-15 17:22:07 +06:00 |
|
Vladimir
|
ffb8924257
|
Added FontOptions
|
2012-09-15 01:49:22 +06:00 |
|
Vladimir
|
9312886013
|
Removed old 'Setup' dialog
|
2012-09-15 00:37:55 +06:00 |
|