summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QFileDialogOptions: Expose default name filter setting.Friedemann Kleint2016-02-222-5/+2
* QListWidget: setup connections when changing selection model.Samuel Gaist2016-02-212-4/+27
* QFileSystemModelPrivate: remove unused codeAnton Kudryavtsev2016-02-201-10/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-186-25/+34
|\
| * Fix build when QMacStyle is disabled.Jake Petroules2016-02-181-1/+1
| * QListView: fix skipping indexes in selectedIndexes().Anton Kudryavtsev2016-02-171-1/+1
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-02-151-0/+1
| |\
| | * Add missing emission of activated(QString)Andy Shaw2016-02-021-0/+1
| * | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-23/+31
| |\ \
| | * | Revert "QWidgetWindow: call base class close event impl".Friedemann Kleint2016-02-051-1/+0
| | * | Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-0216-113/+87
| | |\ \
| | * | | Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-282-22/+31
* | | | | QDirModel: replace an inefficient QList with QVectorMarc Mutz2016-02-171-12/+13
* | | | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-1726-171/+58
|\ \ \ \ \
| * | | | | Use QVector instead of QList for sizeof(T) > sizeof(void*)Sérgio Martins2016-02-142-2/+2
| * | | | | QtWidgets: use new QRect::transposed()Marc Mutz2016-02-139-14/+11
| * | | | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-1217-155/+45
* | | | | | QDialogButtonBox: replace a QList copy + pop_front() with mid(1)Marc Mutz2016-02-171-7/+2
* | | | | | Add attribute Qt::AA_DontUseNativeDialogs.Friedemann Kleint2016-02-173-9/+12
|/ / / / /
* | | | | Suppress memory allocation due to temporary containerSérgio Martins2016-02-111-1/+1
* | | | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-02-1112-63/+73
|\ \ \ \ \
| * | | | | 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