summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix for build with -qreal floatTimur Pocheptsov2015-08-041-1/+1
* | | QMainWindow: allow dropping QDockWidget to floating docksOlivier Goffart2015-08-013-34/+153
* | | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-302-2/+4
* | | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-305-25/+32
* | | QDirModel: remove pointless user-defined QDirNode destructorMarc Mutz2015-07-201-1/+0
* | | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-1910-23/+23
* | | QFileSystemModel: reserve() a QListMarc Mutz2015-07-191-1/+3
* | | QFileSystemModel: avoid sibling() callsMarc Mutz2015-07-182-11/+6
* | | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+3
* | | QStyleSheetStyle: don't hold ButtonInfo in QListMarc Mutz2015-07-171-5/+7
* | | Remove a silly note from QFileDialog::getOpenFileNames documentationGiuseppe D'Angelo2015-07-172-15/+0
* | | Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-177-12/+19
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-177-12/+19
| |\| |
| | * | Don't complain about non-matching Qt versions in qwidget.cppThiago Macieira2015-07-171-1/+8
| | * | QWindowsVistaStyle: Don't use new style background on Controls ComboBoxGabriel de Dietrich2015-07-151-0/+2
| | * | QDial: remove documentation for non-existent functions.Mitch Curtis2015-07-141-3/+2
| | * | QComboBox: Fix compilation with QT_NO_COMPLETERChristoph Schleifenbaum2015-07-131-0/+2
| | * | Windows XP style: Pass widget to XPThemeData.Friedemann Kleint2015-07-102-4/+4
| | * | docs: QGraphicsWidget: Remove outdated statementSérgio Martins2015-07-081-3/+0
| | * | Remove stray period in QGraphicsItem documentation.Mitch Curtis2015-07-011-1/+1
* | | | QFileDialog: add setSupportedSchemes and pass it along to the QPA.David Faure2015-07-172-8/+32
* | | | Doc: fix punctuation and missing word in QFileDialog docu.David Faure2015-07-171-8/+8
* | | | Polish the widgets/mainwindows/sdi example.Friedemann Kleint2015-07-171-1/+5
|/ / /
* | | QMainWindow: Remove dockwidgets from the floating tabs when pluggingOlivier Goffart2015-07-161-0/+10
* | | QStyleSheetStyle: mark QRenderRule and ButtonInfo movableMarc Mutz2015-07-161-0/+2
* | | QFileSystemModel: add a symbolic constant for the number of columnsMarc Mutz2015-07-162-1/+3
* | | QStyleSheetStyle: scope a ButtonInfo object betterMarc Mutz2015-07-161-5/+6
* | | QStyleSheetStyle: remove empty QRenderRule dtorMarc Mutz2015-07-161-1/+0
* | | QStyleSheetStyle: separate data and functions in QRenderRuleMarc Mutz2015-07-161-7/+10
* | | QtWidgets: mark some private types movable or primitiveMarc Mutz2015-07-138-0/+12
* | | QLineEdit: don't hold SideWidgetEntry's in a QListMarc Mutz2015-07-131-1/+2
* | | widgets: add missing qheaderview_p.h to itemviews.priMarc Mutz2015-07-131-0/+1
* | | QAbstractItemView: don't hold QItemViewPaintPair in a QListMarc Mutz2015-07-131-1/+1
* | | QGraphicsItem: don't hold ExtraStruct in a QListMarc Mutz2015-07-131-1/+3
* | | QMenu: don't hold QPointers in QListMarc Mutz2015-07-132-9/+9
* | | Polish the widgets/mainwindows/application example.Friedemann Kleint2015-07-132-4/+17
* | | Fix some qdoc-warnings.Friedemann Kleint2015-07-105-11/+4
* | | QComboBox::setView only delete the old view if it is a childThorbjørn Martsum2015-07-081-1/+2
* | | Bring back OS X key handling.Morten Johan Sørvig2015-07-081-2/+2
* | | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionMorten Johan Sørvig2015-07-081-3/+0
* | | Remove Q_DEAD_CODE_FROM_QT4 sections.Morten Johan Sørvig2015-07-081-6/+0
* | | Fix inefficient code foreaching on container.values()Sérgio Martins2015-07-082-3/+3
* | | QMainWindowLayout::hover does not need to return a valueOlivier Goffart2015-07-072-9/+7
* | | QLabelPrivate: separate data and function members, avoid paddingMarc Mutz2015-07-072-43/+47
* | | QLabelPrivate: de-inline ctorMarc Mutz2015-07-072-34/+44
* | | QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0698-298/+298
* | | Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-0417-32/+36
* | | Use const-ref in foreach if T is big or non-trivialSérgio Martins2015-07-041-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0148-165/+159
|\| |
| * | QFileIconEngine: Remove reference to QFileIconProviderGabriel de Dietrich2015-06-301-6/+5