summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-1/+3
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-34/+34
|/ /
* / Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-2/+3
|/
* Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-5/+0
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-1/+4
* doc: Removed illegal qdoc commentsMartin Smith2017-01-051-5/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-2/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-2/+4
| |\
| | * Q(Color|File)Dialog: Fix several UBs (invalid cast/member call) in Private::c...Marc Mutz2016-09-241-2/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-1/+2
| |\|