summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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.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
* | | QMainWindowLayout::unplug(): Prevent unplugging when the widget is not a window.Friedemann Kleint2016-01-201-11/+12
|/ /
* | QtWidgets: Improve native and top-level OpenGL widget performanceBłażej Szczygieł2016-01-181-11/+15
* | QFocusFrame: Don't crash on null d->widget.Morten Johan Sørvig2016-01-181-0/+4
* | QFileDialog: Check whether sizeHint() is valid before resizing.Friedemann Kleint2016-01-151-1/+3
* | QtWidgets: Don't show window of native widget with WA_OutsideWSRangeBłażej Szczygieł2016-01-131-4/+9
* | Fix a few container detachmentsSérgio Martins2016-01-103-5/+5
* | QDesktopWidget::screenNumber(QPoint): fix handling of virtual desktopsBłażej Szczygieł2016-01-061-6/+19
* | QDesktopWidget::screenNumber(QWidget*): check virtual sibling screensBłażej Szczygieł2016-01-061-17/+35
* | QFontDialog: optimize allocation of QFontDialogOptionsMarc Mutz2016-01-061-1/+2
* | Unbreak ubsan developer-buildMarc Mutz2016-01-067-8/+21
* | QMacPanGestureRecognizer - stop timer on 'reset'Timur Pocheptsov2016-01-051-0/+1
* | Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-302-6/+31
* | QHeaderView: Reset cached section sizes on font and style changeGabriel de Dietrich2015-12-211-3/+5
* | QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-212-5/+4
* | QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-152-8/+3
* | QFileSystemModel: report special files which are not symlinksGiuseppe D'Angelo2015-12-131-4/+0
* | QWidgetBackingStore::markDirty(): Clamp dirty region to window size.Friedemann Kleint2015-12-111-1/+5
* | QFileSystemModel: do not unwatch directories if removal failsGiuseppe D'Angelo2015-12-101-8/+12
* | Fix URL to "The Microsoft Windows User Experience".Friedemann Kleint2015-12-091-1/+1
* | Fix QAction::menuRole() documentationMitch Curtis2015-12-091-1/+1
* | Fix QAction MenuRole documentationMitch Curtis2015-12-091-1/+1
* | Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+20
* | doc: fix the shortcut for QListWidget::itemActivatedLiang Qi2015-12-091-1/+1
* | QFileDialog: Call reject() on Key_Escape even when itemview has focusGiuseppe D'Angelo2015-12-091-1/+1
* | Remove additional copyright noticeRainer Keller2015-12-072-20/+0
* | Doc: added doc for missing stylesheet outline properties.Nico Vertriest2015-12-031-0/+48
* | Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+16
* | Don't use QList<QPair>Lars Knoll2015-11-305-12/+12
* | Use natural comparison also for the file typesLars Knoll2015-11-301-1/+1
* | Use QCollator for sorting in the filesystem modelLars Knoll2015-11-301-84/+11
* | De-inline QFileSystemModel::fileInfo() and implement it efficientlyLars Knoll2015-11-283-3/+7