Vladimir
|
a743565796
|
Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
|
2025-01-13 01:23:52 +05:00 |
|
Vladimir
|
07c39461b9
|
Add operation to images and fonts
|
2022-06-26 01:52:55 +05:00 |
|
Vladimir
|
3204bf62bf
|
Removed operation 'minimize font'
|
2019-02-27 00:39:23 +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
|
b892543d89
|
Added namespace for data containers and models
|
2017-12-13 11:23:17 +05:00 |
|
Vladimir
|
217c485b58
|
Namespaces for main window, menu handlers, status
|
2017-10-08 00:44:03 +05:00 |
|
Vladimir
|
209b65e533
|
NULL replaced by nullptr
|
2017-10-07 23:38:46 +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
|
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
|
76cef719cc
|
Fixed opening file which already has been opened
Tab with already opened file is activated.
|
2016-10-12 21:43:39 +05:00 |
|
Vladimir
|
733dfc5fd0
|
Save directory for other dialogs
SaveDocument, ImportImage, ImportPreset, ExportPreset, TemplateImage, TemplateFont
|
2016-09-13 18:18:15 +05:00 |
|
Vladimir
|
54c3c43129
|
Added menu item File -> Close All
|
2016-09-12 21:25:23 +05:00 |
|
Vladimir
|
b42b97d204
|
Generate application icon from svg
|
2015-02-04 22:21:15 +05:00 |
|
Vladimir
|
557bdeb4b3
|
Menu item 'wiki' change to 'home page'
|
2014-12-07 13:29:43 +05:00 |
|
Vladimir
|
9f74dfffcc
|
Changed handler to open multiple files
|
2014-09-15 23:58:39 +06:00 |
|
Vladimir
|
68928da100
|
Add saved file to recent list
|
2014-07-29 18:18:43 +06:00 |
|
Vladimir
|
953733c4b1
|
Updated Close Request method
|
2014-07-27 10:00:39 +06:00 |
|
Vladimir
|
9c4e344a73
|
DialogSaveChanges replaced by QMessageBox
|
2014-07-27 10:00:35 +06:00 |
|
Vladimir
|
abd856dff1
|
Menu item added
|
2014-07-19 18:11:14 +06:00 |
|
Vladimir
|
b6294373dc
|
Added conditionally compilation for Command Line support and older Qt versions
|
2014-05-28 21:55:55 +06:00 |
|
Vladimir
|
22a964b669
|
Added info window about Qt
|
2013-10-03 17:47:48 +06:00 |
|
Vladimir
|
4ed56a5d7f
|
Added menu items
|
2013-09-18 20:59:57 +06:00 |
|
Vladimir
|
ff1dcbcc28
|
Update tab text in one method
|
2013-08-29 19:46:30 +06:00 |
|
Vladimir
|
a25399c356
|
Disable Font menu
|
2013-08-29 18:47:50 +06:00 |
|
Vladimir
|
52ac8f9812
|
Interface method renamed
|
2013-08-29 00:44:46 +06:00 |
|
Vladimir
|
79cbf49686
|
MainWindow and menu handlers updated
|
2013-08-29 00:44:46 +06:00 |
|
Vladimir
|
29b1155dc3
|
Added #ifdef for Qt4/Qt5 compilation
|
2013-06-02 13:05:32 +06:00 |
|
Vladimir
|
f442f6f82d
|
UTF-8 codec now used by default
|
2013-05-30 23:49:31 +06:00 |
|
Vladimir
|
77d9145fac
|
QDialog: 'filter' changed to 'nameFilter'
|
2013-05-30 23:49:31 +06:00 |
|
Vladimir
|
8cc43850bc
|
Added menu actions to show DialogUpdates
|
2013-02-04 20:05:47 +06:00 |
|
Vladimir
|
2f32c35fe7
|
Update statuses on tab switching;
Hide statuses on document closing.
|
2013-01-18 22:47:25 +06:00 |
|
Vladimir
|
e1e75690ec
|
Show status for new tabs
|
2013-01-18 17:53:37 +06:00 |
|
Vladimir
|
614b958f28
|
Added class to manage status bar
|
2013-01-17 19:41:04 +06:00 |
|
Vladimir
|
26a0585a65
|
Files moved to other directories to make sources more structured
|
2013-01-13 14:16:24 +06:00 |
|