summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Fix links to QMesssageBox::Option::DontUseNativeDialogTor Arne Vestbø2023-09-081-2/+2
* dialogs: use const methods moreAnton Kudryavtsev2023-09-082-2/+2
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-065-37/+76
* Remove dead code in QMessageBoxAxel Spoerl2023-09-011-10/+0
* QMessageBox: leave the Option's underlying_type as the default, intMarc Mutz2023-08-181-1/+1
* Doc: Fix \since for QMessageBox::optionsKai Köhne2023-08-161-2/+2
* QColorDialog: Ignore mouse move events when no mouse button is pressedAxel Spoerl2023-07-281-0/+8
* QColorDialog: React to HSV values during manual edit instead of changeAxel Spoerl2023-07-241-1/+1
* Move pixelator example to manual testTor Arne Vestbø2023-06-301-1/+1
* QMessageBox: Respect clients overriding QDialog::done()Tor Arne Vestbø2023-06-293-42/+35
* QMessageBox: Plumb native button clicks back to dialog's QAbstractButtonTor Arne Vestbø2023-06-292-18/+18
* QMessageBox: Emit accepted/rejected for native message boxesTor Arne Vestbø2023-06-291-8/+8
* QMessageBox: Set clicked button for native dialogs in clicked callbackTor Arne Vestbø2023-06-291-11/+2
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-282-3/+3
* QWizard: Support fractional DPR on WindowsMorten Sørvig2023-06-272-3/+3
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-272-3/+2
* Div. private RAII/smart ptr classes: mark ctors [[nodiscard]]Marc Mutz2023-06-211-1/+1
* QMessageBox: cut out the _q_requireVersion() middle-manMarc Mutz2023-06-212-7/+2
* QMessageBox: use optional<> instead of unique_ptrMarc Mutz2023-06-211-3/+3
* QMessageBox: use %ls and qUtf6Printable()Marc Mutz2023-06-211-1/+1
* QMessageBox: Remove include of qdebug.hFriedemann Kleint2023-06-162-17/+25
* Add flag to hide eye dropper button from QColorDialogFabio Falsini2023-06-062-11/+15
* QFileDialog: refactor a static helperAhmad Samir2023-06-051-12/+20
* QFileDialog: use ::sysconf() to get initial passwd struct buffer sizeAhmad Samir2023-06-051-4/+6
* QFileDialog: split a static helperAhmad Samir2023-06-051-20/+25
* Misc.: fix narrowing conversion warnings with explicit cast to intAhmad Samir2023-06-052-9/+10
* Misc.: fix narrowing conversion warningsAhmad Samir2023-06-053-48/+43
* QProgressDialog: minor refactorAhmad Samir2023-06-051-9/+7
* QProgressDialog: fix integral narrowing conversion warningsAhmad Samir2023-06-051-9/+13
* QDialog - avoid potential crashThorbjørn Lund Martsum2023-05-241-1/+3
* Remove the "classwizard" exampleVolker Hilsheimer2023-05-161-21/+13
* Convert "extension" dialog example into snippetsVolker Hilsheimer2023-05-161-5/+9
* Fix the QT_REQUIRE_VERSION macroYuhang Zhao2023-05-151-15/+23
* QWizard: Win: fix wrong frame size and title bar sizeYuhang Zhao2023-05-061-1/+1
* Allow disable native messagebox dialogThorbjørn Lund Martsum2023-05-022-2/+112
* FileDialog: Use well-known DeleteOnClose instead of custom lambdaMikolaj Boc2023-04-181-12/+2
* Update Qt logoFriedemann Kleint2023-03-281-0/+0
* Centralize copyright information for QtKai Köhne2023-03-201-1/+1
* Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-11/+22
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-092-4/+15
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-091-0/+1
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-222-4/+4
* macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-171-18/+13
* Move findfiles example into manual testsVolker Hilsheimer2023-02-091-1/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-012-13/+23
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-144-6/+6
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-096-44/+52
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-281-1/+1
* Cleanup QWizard Windows implementationYuhang Zhao2022-12-163-204/+114