keepassxc/src/gui/entry
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
..
AutoTypeAssociationsModel.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
AutoTypeAssociationsModel.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
EditEntryWidget.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
EditEntryWidget.h Remove various undefined/unused functions 2024-03-31 17:19:35 -04:00
EditEntryWidget_p.h Improve readability and type-safety 2018-10-31 15:16:04 +01:00
EditEntryWidgetAdvanced.ui Fix unreadable buttons in attachments widget 2021-08-22 17:09:21 -04:00
EditEntryWidgetAutoType.ui Fix translations 2022-03-20 23:31:52 +01:00
EditEntryWidgetBrowser.ui Correct minor issues in translations 2024-04-28 18:16:10 -04:00
EditEntryWidgetHistory.ui Improve accessibility (#3409) 2019-08-30 20:18:41 -04:00
EditEntryWidgetMain.ui Fix various accessibility issues (#9138) 2023-04-15 21:35:54 -04:00
EditEntryWidgetSSHAgent.ui SSH Agent: Add support for generating SSH keys 2023-02-01 23:32:56 -05:00
EntryAttachmentsModel.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
EntryAttachmentsModel.h Improve and secure attachment handling (fixes #2400). 2021-08-22 17:09:21 -04:00
EntryAttachmentsWidget.cpp clang-tidy: use = default (#7999) 2023-01-29 15:47:13 -05:00
EntryAttachmentsWidget.h clang-tidy: use override 2022-05-01 16:01:31 -04:00
EntryAttachmentsWidget.ui Add ability to rename attachments 2020-08-31 23:06:10 -04:00
EntryAttributesModel.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
EntryAttributesModel.h Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords 2017-03-10 16:12:02 +01:00
EntryHistoryModel.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
EntryHistoryModel.h Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
EntryModel.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
EntryModel.h Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
EntryURLModel.cpp Passkeys: Add support for importing Passkey to entry (#9987) 2023-11-22 23:11:25 -05:00
EntryURLModel.h Remove various undefined/unused functions 2024-03-31 17:19:35 -04:00
EntryView.cpp Require Qt >= 5.12 2024-06-22 00:01:23 -04:00
EntryView.h Show Row-Backgroundcolor in a column 2023-09-16 09:00:03 -04:00