keepassxc/src
Carlo Teubner 88b76244cf
Fix all Qt 5.15 deprecation warnings (#7783)
* Deprecated qSort() -> std::sort()
* Replace QDateTime::toString(Qt::DefaultLocaleShortDate) with Clock::toString()
* Replace QDateTime::toString(Qt::SystemLocaleShortDate) with QLocale::system().toString(..., QLocale::ShortFormat)
* Use QDateTime::startOfDay() instead of QDate(QDateTime) 
  Note: QDateTime::startOfDay() is only available in Qt 5.14, we need to guard it
* Replace QString::SkipEmptyParts with Qt::SkipEmptyParts
  Note: Its designated replacement, Qt::SplitBehavior, was only added in Qt 5.14.
* Don't call deprecated QFlags(nullptr) constructor
* QSet::{toList->values}
* Replace QList::toSet, QSet::fromList with Tools::asSet()
* QHash::insertMulti -> QMultiHash::insert
* QProcess::startDetached: non-deprecated overload
* QProcess::{pid->processId}
* QPainter::{HighQuality->}Antialiasing
* QPalette::{background->window}()
* Use Qt::{Background,Foreground}Role
* endl -> Qt::endl, flush -> Qt::flush
* Make YubiKey::s_interfaceMutex non-recursive
* OpenSSHKeyGenDialog: use non-deprecated QComboBox::sizeAdjustPolicy setting
2024-06-22 07:22:44 -04:00
..
autotype Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
browser Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
cli Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
core Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
crypto Botan: don't call deprecated functions (#10826) 2024-06-01 15:53:35 -04:00
fdosecrets Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
format Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
gui Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
keeshare Prevent KeeShare from merging database custom data 2024-04-29 08:50:46 -04:00
keys Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
post_install Fix various typos (#8748) 2023-01-29 09:38:44 -05:00
proxy Fix file permissions for some files 2024-06-06 17:35:49 -04:00
qrcode Removing QWidget dependency from src/core. 2021-11-12 07:41:30 -05:00
quickunlock Fix TouchID not being shown after lid close 2024-03-08 10:55:22 -05:00
sshagent Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
streams clang-tidy: use auto 2022-05-01 16:02:02 -04:00
thirdparty Fix broken build when using system zxcvbn (#10717) 2024-05-27 15:11:34 -04:00
updatecheck Optimize includes across code base 2021-07-13 22:08:33 -04:00
CMakeLists.txt Support remote database access using external tools (#7222) 2024-06-13 06:23:41 -04:00
config-keepassx.h.cmake Add basic support for WebAuthn (Passkeys) (#8825) 2023-10-25 10:12:55 -04:00
git-info.h.cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
main.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00