| Commit message (Expand) | Author | Age | Files | Lines |
| * | Assess security level for files under qtbase/src/widgets/dialogs | Piotr Wiercinski | 2025-09-17 | 1 | -0/+1 |
| * | QDialogs: prevent crash in static get*() functions when parent gets deleted | Tatiana Borisova | 2024-09-14 | 1 | -5/+5 |
| * | Widgets/doc remove all \since 4.x comments in widgets/dialogs | Christian Ehrlicher | 2024-08-25 | 1 | -37/+0 |
| * | QInputDialog: Use pmf-style connects | Christian Ehrlicher | 2024-01-10 | 1 | -31/+35 |
| * | Include what you need: <QPointer> | Marc Mutz | 2023-10-12 | 1 | -0/+2 |
| * | Long live Q_UNREACHABLE_RETURN()! | Marc Mutz | 2022-10-15 | 1 | -2/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Core: Remove 'properties' feature | Kai Köhne | 2022-02-14 | 1 | -4/+0 |
| * | Remove deprecated members from dialog classes | Volker Hilsheimer | 2020-04-16 | 1 | -36/+0 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-04-08 | 1 | -27/+1 |
| |\ |
|
| | * | Fix deprecation warnings for QInputDialog::getDouble() | Lars Knoll | 2020-03-26 | 1 | -27/+1 |
| * | | QComboBox: remove currentIndexChanged(const QString&) | Vitaly Fanaskov | 2020-02-19 | 1 | -1/+1 |
| |/ |
|
| * | Deprecate one overload of QInputDialog::getDouble() for 5.15 | Jan Arve Sæther | 2020-02-12 | 1 | -1/+2 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -5/+5 |
| * | Don't enable the input method for the QListView in a QInputDialog | Andy Shaw | 2019-01-28 | 1 | -3/+14 |
| * | Make overloaded function appear in assistant index | Jarek Kobus | 2018-10-01 | 1 | -1/+0 |
| * | qdoc: Fix several minor errors to reduce qdoc warnings | Martin Smith | 2018-08-14 | 1 | -3/+3 |
| * | doc: Fix many qdoc warnings, mostly missing return types | Martin Smith | 2018-01-24 | 1 | -1/+1 |
| * | Add more Q_FALLTHROUGH() | Friedemann Kleint | 2018-01-12 | 1 | -1/+2 |
| * | Remove references to obsolete platforms | Jake Petroules | 2017-11-05 | 1 | -1/+0 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -4/+4 |
| * | Implement setDoubleStep for QInputDialog | Andy Shaw | 2017-07-11 | 1 | -0/+61 |
| * | Convert features.inputdialog to QT_[REQUIRE_]CONFIG | Stephan Binner | 2017-06-29 | 1 | -4/+0 |
| * | Convert features.listwidget to QT_[REQUIRE_]CONFIG | Stephan Binner | 2017-06-28 | 1 | -1/+1 |
| * | QInputDialog: prevent crash in static get*() functions when parent gets deleted | Marc Mutz | 2017-02-06 | 1 | -65/+41 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | widgets: Use QList::reserve(), reduces reallocations. | Sérgio Martins | 2015-06-23 | 1 | -0/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Add Q_DECL_OVERRIDE in the src subdirectory | Olivier Goffart | 2014-12-03 | 1 | -4/+4 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | QInputDialog: simplify signalForMember() | Marc Mutz | 2014-07-23 | 1 | -8/+5 |
| * | QInputDialog: use a switch instead of a string pointer table | Marc Mutz | 2014-07-23 | 1 | -10/+25 |
| * | QInputDialog: use QSignalBlocker | Marc Mutz | 2013-10-30 | 1 | -4/+5 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -1/+1 |
| * | Add getMultiLineText static method to QInputDialog | David Gil | 2013-06-27 | 1 | -9/+103 |
| * | Fix typos and style in QInputDialog's docs | David Gil | 2013-05-08 | 1 | -11/+11 |
| * | Fix license headers stating QtGui for QtWidgets files. | Jake Petroules | 2013-03-19 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | [docs] QInputDialog: document deprecated member getInteger() | Marc Mutz | 2012-09-26 | 1 | -0/+32 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlessly | Oswald Buddenhagen | 2012-09-08 | 1 | -4/+1 |
| * | Remove dialogs doc related warnings | Gabriel de Dietrich | 2012-08-20 | 1 | -35/+0 |
| * | change \img to \image in docs | Jeremy Katz | 2012-08-01 | 1 | -1/+1 |
| * | Doc: Modularize QtWidgets documentation. | Casper van Donderen | 2012-05-09 | 1 | -16/+16 |
| * | Remove the usage of deprecated qdoc macros. | Casper van Donderen | 2012-03-02 | 1 | -4/+4 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Obsolete QInputDialog::getInteger() 'officially'. | Robin Burchell | 2012-01-22 | 1 | -25/+0 |
| * | Merge overloads of QInputDialog::getText() and QInputDialog::getItem() | Robin Burchell | 2012-01-21 | 1 | -22/+0 |