summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * QColorDialog: Don't loose focus while color pickingSérgio Martins2015-01-091-5/+19
| * Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-061-4/+36
* | QColorDialog: Fix build with QT_SMALL_COLORDIALOGSérgio Martins2015-01-171-70/+17
* | QColorDialog: Fix flickering when using "Pick screen color"Sérgio Martins2015-01-061-7/+12
* | QColorDialog: fix a crash on small displaysGiuseppe D'Angelo2015-01-051-1/+2
* | QColorDialog: merge two consecutive ifs with the same testGiuseppe D'Angelo2015-01-051-2/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-2/+13
|\|
| * QColorDialog: Fix a few layouting issues.Sérgio Martins2014-12-221-2/+13
* | QColorDialog: Move string into retranslateStrings()Sérgio Martins2014-12-231-1/+2
* | QColorDialog: Add missing accelerator keySérgio Martins2014-12-221-1/+1
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-10/+0
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-9/+25
|\|
| * QColorDialog: Fix matching against predefined colors.Sérgio Martins2014-12-161-4/+4
| * QColorDialog: Fix picking screen colors inside QColorPickerSérgio Martins2014-12-131-5/+21
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-30/+30
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Refactor custom/standard color selectors in QColorDialog.Friedemann Kleint2014-07-081-25/+33
* Implement QWidget::grabCursor(const QCursor&).Friedemann Kleint2014-07-031-8/+3
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-15/+24
|\
| * QColorDialog: Do not update custom/standard color cells while picking.Friedemann Kleint2014-06-251-15/+24