summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-15/+0
| |\|
| | * Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-15/+0
* | | Q{File,Font,Color,Message}DialogOptions are no value classesMarc Mutz2016-03-011-1/+1
|/ /
* | Add attribute Qt::AA_DontUseNativeDialogs.Friedemann Kleint2016-02-171-3/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-6/+2
* Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-08-131-50/+1
* QColorDialog: move all helper classes into the unnamed namespaceMarc Mutz2015-03-131-2/+12
* Inline qcolordialog_p.h into qcolordialog.cppMarc Mutz2015-03-131-1/+117
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-4/+4
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-5/+51
|\