summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * QColorDialog::getRgba: Fixed ignoring of initial alpha valueThorbjørn Lindeijer2016-08-261-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-4/+4
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-29/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-29/+6
| |\|
| | * Remove dead code from QColorDialogThiago Macieira2016-05-141-29/+6
* | | QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-021-3/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-8/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-15/+0
|\| |