summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Make QColorDialog build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-151-0/+8
|/
* Respect the DontUseNativeDialog option for QColorDialogAndy Shaw2014-02-121-0/+15
* QColorDialog: Emit done after setting the selected color.Friedemann Kleint2014-01-311-1/+1
* QColorDialog: Streamline painting code of QColorLuminancePicker.Friedemann Kleint2014-01-291-7/+5
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-44/+56
|\
| * Fix potential BC break in QColorDialog.Friedemann Kleint2013-11-081-44/+56
* | QColorDialog: use QSignalBlockerMarc Mutz2013-10-301-3/+1
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* QColorDialog: wrap setCursor calls in #ifndef QT_NO_CURSORAndrew Knight2013-09-031-0/+4
* Revert Mac event loop changes.Morten Johan Sørvig2013-09-021-2/+0
* Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-291-0/+2
* Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+10
|\
| * Set correct cell when selecting custom color cell with arrow keysJ-P Nurmi2013-07-031-1/+10
* | QColorDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-07-051-25/+45
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-2/+4
|\|
| * Cocoa color dialog cannot be modal, but should show anywayShawn Rutledge2013-06-151-2/+4
* | Add web color QLineEdit to QColorDialog.David Gil2013-05-271-0/+50
* | Add a screen color picker button to QColorDialogDavid Gil2013-04-281-1/+119
|/