| Commit message (Expand) | Author | Age | Files | Lines |
| * | Teach QKeySequence::toString(Native) about C0 Control Pictures | Tor Arne Vestbø | 2025-10-15 | 1 | -1/+4 |
| * | Use u' ' instead of QLatin1Char(' ') in qkeysequence.cpp | David Faure | 2025-03-28 | 1 | -4/+4 |
| * | QKeySequence: tolerate spaces when parsing a key sequence string | David Faure | 2025-03-12 | 1 | -13/+35 |
| * | Add Qt::Key_Keyboard | Kai Uwe Broulik | 2025-02-17 | 1 | -0/+2 |
| * | doc: QKeySequence cannot be cast to a QString any longer | Jan Arve Sæther | 2025-02-07 | 1 | -5/+2 |
| * | Create qdoc macros for C++ class docs 2.1: qHash() | Marc Mutz | 2024-11-27 | 1 | -4/+1 |
| * | Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing | Marc Mutz | 2024-11-05 | 1 | -3/+1 |
| * | Add Ctrl+Shift+Comma preferences shortcut for KDE | Kai Uwe Broulik | 2024-10-24 | 1 | -1/+1 |
| * | Apple: Make Qt::Key_Backspace primary sequence for StandardKey::Backspace | Tor Arne Vestbø | 2024-02-09 | 1 | -2/+2 |
| * | Use Ctrl+Shift+S for Save As... shortcut on every platform | Shawn Rutledge | 2023-12-09 | 1 | -1/+1 |
| * | QKeySequence::toString(): Treat Modifier+Qt::Key_Unknown as empty string | Tor Arne Vestbø | 2023-10-09 | 1 | -3/+3 |
| * | Teach QKeySequencePrivate about QKeyCombination | Tor Arne Vestbø | 2023-10-09 | 1 | -16/+19 |
| * | QKeySequence: Remove unused private helper methods | Tor Arne Vestbø | 2023-10-09 | 1 | -18/+0 |
| * | gui: use const methods more | Anton Kudryavtsev | 2023-09-09 | 1 | -2/+2 |
| * | Align QKeySequence behavior between macOS and iOS | Tor Arne Vestbø | 2023-06-08 | 1 | -43/+43 |
| * | Misc.: Fix some narrowing integral conversion warnings | Ahmad Samir | 2023-04-25 | 1 | -5/+5 |
| * | Doc: Use \relates for functions in the global scope | Topi Reinio | 2023-03-28 | 1 | -0/+1 |
| * | Doc: we no longer provide a list of common mnemonics | Volker Hilsheimer | 2023-03-01 | 1 | -5/+0 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -3/+3 |
| * | Replace usages of Q_CLANG_QDOC with Q_QDOC | Luca Di Sera | 2022-10-21 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -9/+9 |
| * | QtGui: Fix mismatches between string types and string literals | Mate Barany | 2022-09-21 | 1 | -10/+10 |
| * | QKeySequence: Update the doc to KeyboardModifiers | Laszlo Papp | 2022-07-12 | 1 | -5/+6 |
| * | QKeySequence: constinit ALL the things | Marc Mutz | 2022-06-02 | 1 | -3/+3 |
| * | QKeySequence: statically assert the sortedness of the MacSpecialKey array | Marc Mutz | 2022-06-01 | 1 | -0/+7 |
| * | QKeySequence: Add missing modifier names | Laszlo Papp | 2022-05-25 | 1 | -0/+4 |
| * | QKeySequence: constexpr ALL the things | Marc Mutz | 2022-05-20 | 1 | -14/+14 |
| * | QKeySequence: Add support for Eject and Clear glyphs on macOS | Laszlo Papp | 2022-05-18 | 1 | -0/+2 |
| * | QKeySequence/Mac: remove NumEntries variable | Marc Mutz | 2022-05-17 | 1 | -6/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QKeySequence: Fix the one-off error in the mac glyph array size | Laszlo Papp | 2022-05-15 | 1 | -2/+2 |
| * | QtGui: includemocs | Marc Mutz | 2022-04-29 | 1 | -0/+2 |
| * | QtGui: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-28 | 1 | -13/+15 |
| * | QtGui: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-13 | 1 | -15/+15 |
| * | Fix deprecated use of QBA/Q*String::count | Mårten Nordheim | 2022-03-15 | 1 | -1/+1 |
| * | gui: Fix typos in source code comments | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE | Andreas Buhr | 2020-11-30 | 1 | -1/+1 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -2/+2 |
| * | Long live QKeyCombination! | Giuseppe D'Angelo | 2020-09-03 | 1 | -7/+18 |
| * | Remove QVariant(int type, void *data, ...) constructor | Lars Knoll | 2020-08-15 | 1 | -1/+1 |
| * | Replace Qt CONSTEXPR defines with constexpr | Allan Sandfeld Jensen | 2020-08-14 | 1 | -1/+1 |
| * | Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOS | Tor Arne Vestbø | 2020-07-08 | 1 | -7/+7 |
| * | Use QList instead of QVector in gui implementation | Jarek Kobus | 2020-07-07 | 1 | -4/+4 |
| * | Port Q_STATIC_ASSERT(_X) to static_assert | Giuseppe D'Angelo | 2020-06-19 | 1 | -3/+3 |
| * | Port QtGui from QStringRef to QStringView | Lars Knoll | 2020-06-11 | 1 | -2/+2 |
| * | QtGui: fix deprecated QChar conversions | Marc Mutz | 2020-05-11 | 1 | -2/+2 |
| * | QKeySequence: remove docs of methods recently removed | Giuseppe D'Angelo | 2020-05-05 | 1 | -19/+0 |
| * | Change qHash() to work with size_t instead of uint | Lars Knoll | 2020-04-09 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-04-08 | 1 | -1/+1 |
| |\ |
|
| | * | macOS: Remove all use of deprecated Q_OS_OSX define | Tor Arne Vestbø | 2020-04-03 | 1 | -1/+1 |