summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Fix inactive combo box appearance in 10.10Gabriel de Dietrich2014-09-011-2/+27
* QFileDialog: save and restore all settings even if widgets not usedShawn Rutledge2014-09-012-12/+14
* QMacStyle: Fix push buttons focus ring on YosemiteGabriel de Dietrich2014-08-271-9/+49
* QMacStyle: Fix QTabBar appearance on YosemiteGabriel de Dietrich2014-08-261-10/+19
* QMacStyle: Fix default button look on YosemiteGabriel de Dietrich2014-08-261-40/+71
* Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+8
* QFusionStyle paints sliders outside of clipAllan Sandfeld Jensen2014-08-141-1/+1
* Fix QT_NO_ANIMATION buildSérgio Martins2014-08-137-0/+25
* Fix build with QT_NO_MDIAREASérgio Martins2014-08-121-2/+5
* Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-2/+1
* Fix build due to missing include when using a minimal config.Sérgio Martins2014-08-111-0/+1
* Fix build with QT_NO_DRAGANDDROPSérgio Martins2014-08-111-9/+9
* Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-112-0/+18
* QFileDialog docs: remove misleading sentence about static functionsShawn Rutledge2014-08-061-3/+1
* Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-305-36/+11
|\
| * Fix warning message when re-setting text on tooltipJoni Poikelin2014-07-291-1/+1
| * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-032-24/+0
| * Mac: Don't register for Pan Gestures.Morten Johan Sørvig2014-07-031-1/+1
| * Fix QFileInfoGatherer threading issueBernd Weimer2014-06-301-10/+9
* | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-1/+1
* | make QtWidgets claim style pluginsOswald Buddenhagen2014-07-161-0/+1
* | QSplitter: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-2/+4
* | Document QApplication::cursorFlashTime() can return -1İsmail Dönmez2014-07-071-0/+3
* | Fix typo in QGraphicsView documentation.Mitch Curtis2014-07-071-1/+1
* | Fix QTimer with negative interval in QWidgetLineControl::setCursorBlinkPeriodİsmail Dönmez2014-07-061-1/+1
* | Improve QListWidget documentation.Mitch Curtis2014-07-041-1/+8
* | Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-021-0/+4
* | Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-021-1/+2
* | QMacStyle: Fix focus frame rendering in YosemiteGabriel de Dietrich2014-07-021-5/+14
* | Mac Style: Fix QLineEdit frame in 10.10Gabriel de Dietrich2014-06-301-11/+9
* | Fix pixel noise in X11 systray icons that are not 22x22Allan Sandfeld Jensen2014-06-301-0/+6
* | QMac/FusionStyle: fix the background color for transient scrollbarsJ-P Nurmi2014-06-304-2/+13
* | qtoolbar: add missing header on OSX.Mike McQuaid2014-06-281-0/+4
* | QColorDialog: Do not update custom/standard color cells while picking.Friedemann Kleint2014-06-252-17/+33
* | Add that the corner settings are saved/restored with the stateAndy Shaw2014-06-231-3/+6
* | QComboBox: update focus policy when setting a new line editLiang Qi2014-06-212-8/+17
* | Remove the widget from the stylesheet cache before polishingAndy Shaw2014-06-201-0/+1
* | Use QModelIndex to get the data from underlying modelFriedemann Kleint2014-06-191-2/+2
* | Fix compilation in under -no-c++11 modeThiago Macieira2014-06-191-7/+10
* | QFontComboBox sometimes became too wide because of wrong fixed sizeJan Arve Saether2014-06-141-1/+1
* | Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-10/+2
* | Revert "Revert "Fixed duplicate QMoveEvent generated for each QWidget::move c...Friedemann Kleint2014-06-131-1/+4
* | Doc: correct the format of Q_PLUGIN_METADATA macro in sample codesZhang Xingtao2014-06-121-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-113-11/+13
|\ \
| * | Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-113-11/+13
| |\|
| | * Fix failing qtdeclarativetextedit auto-testSimon Hausmann2014-06-101-2/+2
| | * Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-2/+10
| | * Revert "Fixed duplicate QMoveEvent generated for each QWidget::move call"Friedemann Kleint2014-06-061-4/+1
| | * Fix selection by dragging after double click in QWidgetTextControl.Friedemann Kleint2014-06-061-3/+0
* | | QWidget: fix documentation for isEnabledTo(0)David Faure2014-06-111-1/+7
|/ /