summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1112-63/+73
| |\| | | |
| | * | | | QWindowsVistaStyle: Suppress animation when QLineEdit's base color is set.Friedemann Kleint2016-02-101-5/+22
| | * | | | QWindowsXPStyle: Introduce utility function for QLineEdit's palette.Friedemann Kleint2016-02-103-39/+21
| | * | | | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-3/+2
| | * | | | Reduce allocations by using reserve()Sérgio Martins2016-02-073-4/+8
| | * | | | QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
| | * | | | Doc: corrected minor link issuesNico Vertriest2016-02-051-0/+1
| | * | | | Fix crash introduced by 75b705fec8e9517047d7dfa98203edff69f2bf8aAndy Shaw2016-02-051-1/+1
| | * | | | End the drag if the dockwidget is being hiddenAndy Shaw2016-02-041-0/+2
| | * | | | QWizard/Windows: Add missing override.Friedemann Kleint2016-02-041-1/+1
| | * | | | Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-021-3/+3
| | | |/ / | | |/| |
* | / | | Add SH_ItemView_ScrollMode style hint and use it in QMacStyleGabriel de Dietrich2016-02-117-5/+49
|/ / / /
* | | | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-093-0/+3
* | | | Replace some QList<int> with QVector<int>Marc Mutz2016-02-082-3/+3
* | | | QGraphicsItemAnimationPrivate::linearValueForStep(): pass vector by const-&Marc Mutz2016-02-081-21/+21
* | | | QToolBarAreaLayout: replace inefficient QLists with QVectorMarc Mutz2016-02-081-3/+6
* | | | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-6/+0
* | | | QTabBar: remove dead codeGiuseppe D'Angelo2016-02-051-3/+0
* | | | QFusionStyle: Fix subtle groove paintingLouai Al-Khanji2016-02-041-1/+1
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-0216-113/+87
|\| | |
| * | | QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-021-6/+2
| * | | Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-021-9/+0
| * | | Fix flickering status tips in submenus.Michal Policht2016-01-301-1/+3
| * | | Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-305-33/+33
| * | | QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-291-0/+9
| * | | Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-292-6/+4
| * | | Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
| * | | Doc: Remove Qt3 compatibility functions from QToolButtonCédric Bonnier2016-01-291-4/+4
| * | | Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-5/+0
| * | | QtWidgets: Allow to cover up the window container by another widgetBłażej Szczygieł2016-01-281-2/+9
| * | | Remove some old QT_MAC_USE_COCOA cruftTor Arne Vestbø2016-01-281-53/+0
| * | | QWindowsVistaStyle: Reorder the if statement so the variable is checked firstAndy Shaw2016-01-261-1/+1
| * | | add QDebug operator for QActionShawn Rutledge2016-01-262-1/+30
| |/ /
* | | QtBase: avoid uses of Java-style iterators [QHash, QMap]Marc Mutz2016-02-021-4/+1
* | | QGraphicsAnchorLayout: return a struct instead of a QListMarc Mutz2016-01-292-27/+20
* | | QFontComboBox: optimize handling of icons for delegateMarc Mutz2016-01-291-6/+6
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-263-9/+14
|\| |
| * | Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
| * | Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-8/+10
| * | Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-211-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-269-56/+82
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-219-56/+82
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-215-29/+39
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-195-29/+39
| | | |\|
| | | | * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-24/+22
| | | | * QTreeView: take into account the min/max size of the header viewGiuseppe D'Angelo2016-01-041-3/+7
| | | | * QSystemTrayIcon: Fix double connection with qpa.Christian Kamm2015-12-221-0/+4
| | | | * QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-1/+1
| | | | * Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
| | | | * Remove additional copyright noticeRainer Keller2015-12-102-20/+0