peter
6b14b5dc27
Optimize includes across code base
2021-07-13 22:08:33 -04:00
Janek Bevendorff
557736ea5e
Add custom light and dark UI themes
2020-03-05 09:24:11 +01:00
Jonathan White
acd6847cd4
Support Ctrl+Enter shortcut on all dialogs with QPushButtonBox ( #3039 )
...
* Remove specific action from EditEntryWidget
* Implement key handling at the lowest level
* Fix #3036
2019-04-20 17:54:25 +02:00
Gianluca Recchia
4ac1601696
Replace old for-loops with range-based for-loops
2018-10-31 14:23:06 +01:00
Gianluca Recchia
f31d65bdaf
Replace deprecated parts of the code ( #2419 )
...
Performing a dev build against the latest version of Qt failed
because of some deprecated members. They have been replaced
according to the Qt documentation.
Further, Q_OS_MACOS is now the only macro available to identify a
machine running macOS, the others are now deprecated.
See https://doc.qt.io/qt-5/qtglobal.html#Q_OS_OSX and
https://doc.qt.io/qt-5/qtglobal.html#Q_OS_MAC .
2018-10-26 15:19:04 +02:00
Louis-Bertrand Varin
8324d03f0a
Formatting the code.
2018-03-31 16:01:30 -04:00
Felix Geyer
6c9c0fd5c5
Look for a close button when pressing the escape key.
2015-05-03 19:59:11 +02:00
Felix Geyer
41162ea2e8
Only try to click the focused button when pressing enter.
...
It makes no sense when pressing the escape button.
2014-01-02 10:51:51 +01:00
Felix Geyer
6504b6f2bd
Drop Qt module name from include statements.
...
This is a preparation to be able to build KeePassX against Qt 5.
2013-10-03 15:18:16 +02:00
Felix Geyer
8619682da3
Replace some more Q_WS_* with Q_OS_*.
2012-07-19 19:42:26 +02:00
Felix Geyer
739f4d97a6
Coding style fixes.
2012-05-02 17:04:03 +02:00
Felix Geyer
e4bc302d3d
Coding style fixes.
2012-04-25 20:22:55 +02:00
Florian Geyer
7a3a783eeb
Make dialogy widget work with arbitrary buttons in button boxes.
2012-04-25 00:30:23 +02:00
Florian Geyer
279793365a
Add dialogy widget which implements default button behaviour.
2012-04-25 00:30:23 +02:00