keepassxc/src/keys
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
..
drivers Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
ChallengeResponseKey.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
ChallengeResponseKey.h Add key serialization to support Quick Unlock 2022-02-22 17:53:50 -05:00
CompositeKey.cpp [CLI] Add a db-edit command (#8400) 2022-10-05 07:30:15 -04:00
CompositeKey.h [CLI] Add a db-edit command (#8400) 2022-10-05 07:30:15 -04:00
FileKey.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
FileKey.h Fix Botan 2/3 include 2023-11-22 23:11:47 -05:00
Key.h Add key serialization to support Quick Unlock 2022-02-22 17:53:50 -05:00
PasswordKey.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
PasswordKey.h Add key serialization to support Quick Unlock 2022-02-22 17:53:50 -05:00