summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* make all convenience functions in QFileDialog open modal dialogsNic Zonta2025-06-061-2/+2
* QColorDialog: Stop color picking when application is deactivatedFriedemann Kleint2025-06-051-0/+10
* Doc: Fix broken links in Qt WidgetsKai Köhne2025-06-031-1/+1
* Widgets: pass dpr to QIcon::pixmap()Christian Ehrlicher2025-04-232-3/+6
* Fix -no-feature-draganddrop buildsOliver Eftevaag2025-04-101-0/+2
* QErrorMessage: fix UB (invalid cast) in Private::setVisible()Marc Mutz2025-03-281-1/+3
* QFileDialog: fix UB (invalid cast) in Private::setVisible()Marc Mutz2025-03-261-2/+4
* QFontDialog: fix UB (invalid cast) in Private::setVisible()Marc Mutz2025-03-251-1/+3
* QColorDialog: fix UB (invalid cast) in Private::setVisible()Marc Mutz2025-03-251-2/+4
* QMessageBox: fix UB (invalid cast) in Private::setVisible()Marc Mutz2025-03-251-6/+9
* QMessageBox: really fix UB (invalid cast) in Private::canBeNativeDialog()Marc Mutz2025-03-231-1/+1
* Docs: fix typoMoss Heim2025-03-121-1/+1
* Use QThread::isMainThread() in a few placesThiago Macieira2025-02-261-1/+1
* QWizard: Drop obsolete sentence in QWizard::currentId docMichael Weghorn2025-02-241-3/+0
* QFileDialog: the lastVisited not loaded correctlyShitong Xu2025-01-211-4/+11
* Doc: Add setModel(open) option to the documentationJaishree Vyas2025-01-171-16/+24
* Remove unused qdebug.h include from private headersAhmad Samir2025-01-161-1/+0
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-2/+2
* Widgets: pass dpr to QIcon::pixmap()Christian Ehrlicher2024-12-291-2/+1
* Guard the usages of QPlatformIntegration::services()Liang Qi2024-11-251-1/+1
* QFileDialog: disconnect nativeEnterDirectory in dtorTimur Pocheptsov2024-10-181-1/+7
* Docs: Update the screenshots for the Qt Widgets examplesAlexei Cazacov2024-10-111-1/+1
* tests: Explicitly check for pathconf(_PC_CASE_SENSITIVE) == 1Tor Arne Vestbø2024-09-231-1/+1
* QDialogs: prevent crash in static get*() functions when parent gets deletedTatiana Borisova2024-09-144-65/+51
* Doc: Remove usage of defunct QDoc commandPaul Wicking2024-08-281-4/+0
* QFileDialog: return correct name filter with HideNameFilterDetails setChristian Ehrlicher2024-08-281-0/+5
* Widgets/doc remove all \since 4.x comments in widgets/dialogsChristian Ehrlicher2024-08-259-162/+0
* Make QWidgetPrivate::setVisible virtualTor Arne Vestbø2024-08-122-3/+3
* QUrlModel: optimize checking if QMimeData* has a supported formatAhmad Samir2024-07-231-3/+10
* Remove redundant qtimer.h includesAhmad Samir2024-06-111-1/+0
* Return button index for deprecated QMessageBox APIsTor Arne Vestbø2024-06-051-1/+5
* QDialog: Add Q_ENUM to DialogCodeFriedemann Kleint2024-04-251-0/+1
* Widgets: Improve usage of string view typesAnton Kudryavtsev2024-04-082-3/+3
* Don't accept QFileDialog when disabled item is activatedKeith Kyzivat2024-03-211-2/+3
* QMessageBox: Respect explicit accept/reject after closing dialogTor Arne Vestbø2024-03-141-7/+21
* QMessageBox: ensure setTextFormat() also apply to informative textWang Zichong2024-03-141-2/+9
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-4/+5
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QMessageBox: Forward helper checkbox state via lambdaTor Arne Vestbø2024-02-291-2/+7
* qmessagebox.h: Remove redundant semicolon after Q_ENUMAxel Spoerl2024-02-271-1/+1
* QErrorMessage: Honor devicePixelRatio for SP_MessageBoxInformationChristian Ehrlicher2024-02-191-1/+3
* Doc: Mention AA_DontUseNativeDialogs in QFileDialogKai Köhne2024-02-191-4/+7
* Clean up about Qt dialog textKai Köhne2024-02-141-6/+5
* Remove year from generic Qt copyright informationKai Köhne2024-02-141-1/+1
* Fix build with -no-feature-menuTasuku Suzuki2024-02-021-0/+2
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-011-4/+7
* Widgets: Add missing deprecation version markersKai Köhne2024-01-281-4/+4
* QMessageBox: Move enum static assertions to cpp fileAxel Spoerl2024-01-252-7/+14
* QFileDialog::getOpenFileContent: default new parent parameterVolker Hilsheimer2024-01-241-1/+1
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-162-3/+3