summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Doc: Updated Layout examples.Jerome Pasion2014-06-102-1/+10
* | Fix typo in QGraphicsTextItem::defaultTextColor() documentation.Mitch Curtis2014-06-101-1/+1
* | Remove unnecessary comma in QStackedWidget doc.Mitch Curtis2014-06-101-1/+1
|/
* QApp: Method to check for native style usage.Christoph Schleifenbaum2014-06-052-0/+28
* Do not clear default button in QMessageBox::setDetailedText().Friedemann Kleint2014-06-041-0/+2
* QDialogButtonBox does not need TabFocusJan Arve Saether2014-05-311-3/+0
* Move native subwidgets in QWidget::scroll().Friedemann Kleint2014-05-282-6/+6
* WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+3
* Account for the sort indicator being placed above the text on VistaAndy Shaw2014-05-263-9/+23
* Fix loss of precision warningsFrederik Gladhorn2014-05-261-1/+1
* Trigger repaint of window when toggling unified toolbar on or off.Jake Petroules2014-05-221-0/+1
* Fix broken QPlainTextDocumentLayout after removing charsAxel Rasmussen2014-05-211-2/+3
* QMacStyle: Always draw status bar in active state if the window is main.Jake Petroules2014-05-171-2/+2
* Accessibility: Update ComboBox text on arrow keysFrederik Gladhorn2014-05-161-6/+6
* Avoid setting unnecessary parameters in QOpenGLWidgetLaszlo Agocs2014-05-161-6/+0
* Ensure the QMenu is polished before creating the native windowMartin Gräßlin2014-05-091-0/+1
* Avoid drawing when the QOpenGLWidget isn't mappedJocelyn Turcotte2014-05-081-1/+1
* Remove trailing whitespace.Jake Petroules2014-05-081-1/+1
* Fix visual index lookup in QTreeViewPrivate::adjustViewOptionsForIndex().Friedemann Kleint2014-05-061-10/+3
* QFileDialog: Return empty QUrl from the static get..FileUrl() functions.Friedemann Kleint2014-05-061-3/+8
* Fix typo in QGraphicsView's interactive property doc.Mitch Curtis2014-05-061-1/+1
* Prevent interaction with a disabled menu in the menubarAndy Shaw2014-05-061-2/+2
* Use QCoreApplication::postEvent() for replaying popup mouse events.Friedemann Kleint2014-05-061-4/+6
* QMdiArea: Ignore events of other instances in the event filter.Friedemann Kleint2014-05-051-0/+3
* Fix crash on startup when running screenreaderFrederik Gladhorn2014-05-051-2/+4
* Fix typo in QListWidget documentation.Mitch Curtis2014-05-051-1/+1
* Fixed wrong condition in QMacStyle.Ivan Komissarov2014-05-031-1/+1
* Mac style: Get proper ThemeButtonKind for QDateTimeEditGabriel de Dietrich2014-05-021-6/+24