summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemModel: remove useless checkGiuseppe D'Angelo2015-05-151-1/+1
* Fix division by zero crash when restoring screen settingsKati Kankaanpaa2015-05-131-3/+2
* Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-131-1/+4
* Remove init() function declaration.Morten Johan Sørvig2015-05-131-1/+0
* Create contexts and pbuffers with the correct screen in QOpenGLWidgetLaszlo Agocs2015-05-122-0/+3
* Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-101-4/+22
* QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-1/+11
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-084-6/+19
|\
| * Merge remote-tracking branch 'origin/5.4.2' into 5.4Simon Hausmann2015-05-041-1/+13
| |\
| | * ItemViews: Fix acceptance of drag enter eventsChristoph Schleifenbaum2015-05-011-1/+13
| * | Fix shortcuts when using setDefaultActionPaul Olav Tvete2015-05-021-1/+1
| |/
| * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-162-4/+5
* | QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-072-5/+5
* | QColumnView: re-enable scrolling of the preview widgetGiuseppe D'Angelo2015-05-071-0/+10
* | QSizePolicy: improve docs of retainSizeWhenHiddenMarc Mutz2015-05-071-3/+4
* | Give QSizePolicy its own .cppMarc Mutz2015-05-075-113/+124
* | Mark QGraphicsScene::focusNextPrevChild as virtual in Qt 6Giuseppe D'Angelo2015-05-061-0/+4
* | doc: document how QFileDialog can be used to pick photos on iOSRichard Moe Gustavsen2015-05-061-0/+6
* | Make data tables const.Volker Krause2015-05-052-2/+2
* | QGraphicsWidget: call normal "setParent" when setting a parentGiuseppe D'Angelo2015-05-051-3/+1
* | QFileDialog: Stabilize tests.Friedemann Kleint2015-05-012-3/+3
* | Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1
* | Fix QTreeView ending up in wrong state when dragKatja Marttila2015-04-291-1/+1
* | QSystemTrayIcon: Fix the placement of title and message in a balloonAlexander Volkov2015-04-271-1/+1
* | QMainWindow::restoreDockWidget(): Fix positioning of floating docks with nati...Friedemann Kleint2015-04-261-2/+8
* | Fix FPE in QApplicationPrivate::dispatchEnterLeave() due to invalid cursor po...Friedemann Kleint2015-04-231-1/+4
* | QFileDialog: save settings to FileDialog group instead of serializedShawn Rutledge2015-04-202-35/+120
* | Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
* | Avoid warnings with clang 6Laszlo Agocs2015-04-161-3/+1
* | Fix compilation error (OS X 10.8, warnings as errors)Timur Pocheptsov2015-04-161-1/+1
* | QToolButton: Fix popup menu geometry in case of QGraphicsProxyWidget.Friedemann Kleint2015-04-091-2/+2
* | Guard QWidget::setStyleSheet() against invocation from destructor.Friedemann Kleint2015-04-091-0/+2
* | Avoid leaking the QPlatformTextureListLaszlo Agocs2015-04-081-0/+1
* | Add Q_UNUSED for parameter (OS X)Timur Pocheptsov2015-04-071-0/+2
* | QComboBox: also adjust size on model reset, with AdjustToContentsDavid Faure2015-04-041-0/+1
* | QComboBox: open popup on touch release if QStyleHints has setFocusOnTouchRele...Richard Moe Gustavsen2015-04-042-16/+32
* | Fix debug stream operators.Friedemann Kleint2015-04-011-1/+2
* | Improve debug operator for QGraphicsItem/QGraphicsObject.Friedemann Kleint2015-04-011-13/+40
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-017-19/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-317-19/+22
| |\|
| | * Fix use of the window geometry specificationAlexander Volkov2015-03-271-16/+1
| | * Doc: warn about resize event bugPaul Olav Tvete2015-03-211-0/+3
| | * QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-1/+4
| | * Do not colorizing images to invalid premultiplied colorsAllan Sandfeld Jensen2015-03-161-1/+4
| | * Workaround for programs depending on previous layout bugPaul Olav Tvete2015-03-111-0/+5
| | * [Android]: Ensure clicking on the arrow shows the popupAndy Shaw2015-03-111-0/+4
| | * Adjust wiki links to the new redirectSergio Ahumada2015-03-041-1/+1
* | | doc: Correct error in QProxyStyle() doc.Martin Smith2015-03-311-2/+2
|/ /
* | Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-301-1/+9
* | QTabBar: Disable wheel events on MacGabriel de Dietrich2015-03-301-0/+2