summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-099-18/+78
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-069-18/+78
| |\
| | * QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+1
| | * Doc: QFileDialog::ShowDirsOnly not supported on WindowsLeena Miettinen2015-07-301-5/+10
| | * Fix the internal compositing flag for QOpenGL/QuickWidgetLaszlo Agocs2015-07-281-2/+2
| | * Clear qt_tablet_target only when all buttons are released.Friedemann Kleint2015-07-271-1/+1
| | * Fix action shortcuts for QToolButtonPaul Olav Tvete2015-07-232-9/+9
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-222-0/+54
| | * Protect against a null widget pointer.Volker Krause2015-07-211-1/+1
* | | Fix a memory leakTimur Pocheptsov2015-08-062-2/+3
|/ /
* | Avoid multisampled contexts in QOpenGLWidgetLaszlo Agocs2015-08-051-2/+11
* | 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