summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Widgets: Improve usage of string view typesAnton Kudryavtsev2024-04-081-2/+2
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* QColorDialog: Use pmf-style connectsChristian Ehrlicher2024-01-101-36/+43
* QColorDialog: use std::array instead QPolygonChristian Ehrlicher2023-11-161-4/+3
* Unify QDialog WA_WState_ExplicitShowHide handlingTor Arne Vestbø2023-10-231-5/+0
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-061-11/+23
* 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
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-281-1/+1
* Add flag to hide eye dropper button from QColorDialogFabio Falsini2023-06-061-10/+13
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-11/+22
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-011-6/+18
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-141-2/+2
* 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