mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 00:09:54 -05:00
88b76244cf
* 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 |
||
---|---|---|
.. | ||
AgentSettingsPage.cpp | ||
AgentSettingsPage.h | ||
AgentSettingsWidget.cpp | ||
AgentSettingsWidget.h | ||
AgentSettingsWidget.ui | ||
ASN1Key.cpp | ||
ASN1Key.h | ||
BinaryStream.cpp | ||
BinaryStream.h | ||
CMakeLists.txt | ||
KeeAgentSettings.cpp | ||
KeeAgentSettings.h | ||
OpenSSHKey.cpp | ||
OpenSSHKey.h | ||
OpenSSHKeyGen.cpp | ||
OpenSSHKeyGen.h | ||
OpenSSHKeyGenDialog.cpp | ||
OpenSSHKeyGenDialog.h | ||
OpenSSHKeyGenDialog.ui | ||
SSHAgent.cpp | ||
SSHAgent.h |