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
..
2023-01-29 15:47:13 -05:00
2024-06-22 00:01:23 -04:00
2024-05-05 11:05:51 -04:00
2022-05-01 16:01:31 -04:00
2024-03-08 10:55:22 -05:00
2024-03-08 10:55:22 -05:00
2022-05-01 16:01:31 -04:00
2024-04-29 08:49:49 -04:00
2023-02-13 23:22:13 -08:00
2023-02-13 23:22:13 -08:00
2022-01-28 16:13:49 -05:00
2024-05-05 11:05:51 -04:00
2022-05-01 16:01:31 -04:00
2022-10-15 17:33:36 -04:00
2024-01-06 16:53:33 -05:00
2022-05-01 16:01:31 -04:00
2023-01-29 15:47:13 -05:00
2021-11-24 00:12:13 -05:00
2023-10-23 22:53:59 -04:00
2018-07-06 22:23:49 -04:00
2024-06-22 00:01:23 -04:00
2022-05-03 15:32:54 -04:00
2024-06-22 00:01:23 -04:00
2023-12-22 15:12:07 -05:00
2022-09-08 06:46:48 -04:00
2024-01-06 15:17:13 -05:00
2022-03-20 23:31:52 +01:00
2024-01-06 15:17:13 -05:00
2023-10-23 22:53:59 -04:00
2020-07-27 21:43:40 -04:00