summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* QColorDialog: Account for native dialog helper not being able to showTor Arne Vestbø2022-11-111-4/+7
* QtWidgets: Use strcmp instead of equality operatorMate Barany2022-09-261-3/+1
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-261-1/+18
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-2/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-2/+4
* widgets: Disable "Pick color" in QColorDialog when unavailableFan PengCheng2022-03-241-14/+31
* Fix deprecated use of QColor::setNamedColorMårten Nordheim2022-03-171-2/+1
* QColorDialog: code tidiesGiuseppe D'Angelo2022-02-241-1/+1
* Fix Pick Screen Color with multiple monitorsFawzi Mohamed2022-01-151-1/+3
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-5/+5
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-5/+6
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-14/+14
* Remove winrtOliver Wolff2020-06-061-1/+1
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-1/+1
* Remove deprecated members from dialog classesVolker Hilsheimer2020-04-161-28/+0
* Remove all QRegExp dependencies from widgetsLars Knoll2020-04-011-2/+0
* Remove some leftovers of QRegExpValidatorLars Knoll2020-03-301-4/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+2
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-1/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-11/+11
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-281-2/+2
|\
| * QColorDialog: Fix memory leak when picking screen colorsFriedemann Kleint2019-10-241-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| |\
| | * Fix compilation with C++20Marc Mutz2019-07-061-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-0/+3
| |\|
| | * Don't try to retranslate strings for native color dialogsTor Arne Vestbø2019-05-161-0/+3
* | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-1/+1
* | | QRegExp include cleanupSamuel Gaist2019-04-191-0/+5
|/ /
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-3/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+1
|\|
| * QColorDialog: Remove flag Qt::MSWindowsFixedSizeDialogHintFriedemann Kleint2019-01-271-1/+1
* | QDrag: mark QDrag::start() as deprecatedChristian Ehrlicher2019-01-231-2/+2
* | Widgets: replace deprecated QPalette functionsChristian Ehrlicher2018-12-171-2/+2
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+2
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-0/+2
* | QColorDialog: use customColorCount() instead hardcoded valueChristian Ehrlicher2018-11-021-1/+1
* | Make overloaded function appear in assistant indexJarek Kobus2018-10-011-1/+0
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-9/+11
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-9/+11
* | QColorDialog: deprecate rgba()Giuseppe D'Angelo2018-04-261-0/+2
|/
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+1
* Fix persistence of custom colors palette in QColorDialogSerge Lysenko2017-12-081-4/+12
* Deprecate QDesktopWidget in favor of QScreenTor Arne Vestbø2017-11-081-2/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-1/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-1/+3
| |\