summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove compression of posted input method events.Friedemann Kleint2015-03-301-4/+1
* | Windows: Support virtual folders as initial directory for file dialog.Friedemann Kleint2015-03-271-0/+10
* | Do not emit textEdited on inputMask changeJoni Poikelin2015-03-271-2/+2
* | Add a section about QOpenGLWidget alternativesLaszlo Agocs2015-03-251-0/+17
* | Don't replay mouse press event which closes a popup on X11Alexander Volkov2015-03-251-1/+2
* | iOS: support SH_ComboBox_UseNativePopup in fusion styleRichard Moe Gustavsen2015-03-251-0/+5
* | QComboBox: use native popup on iOSRichard Moe Gustavsen2015-03-252-7/+7
* | QComboBox: change showNativePopup to be non-blockingRichard Moe Gustavsen2015-03-252-51/+81
* | Fix QAccessibleTextWidget::characterRect for off-cursor positionsBoris Dušek2015-03-251-1/+14
* | Fix QAccessibleTextWidget::characterRect for complex linesBoris Dušek2015-03-251-1/+1
* | Support all underline types in accessibilityBoris Dušek2015-03-251-1/+36
* | OSX: add another missing AutoReleasePool.Erik Verbruggen2015-03-231-0/+1
* | Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-231-3/+3
* | QWidget: render() in correct resolution on retinaTimur Pocheptsov2015-03-231-1/+4
* | QSplashScreen: Center also on high-dpi screensMorten Johan Sørvig2015-03-231-1/+1
* | QDoubleSpinBox: Set back an upper limit widthCaroline Chao2015-03-232-4/+16
* | Fix problems with extended selection after changing the model contentsFrank Reininghaus2015-03-222-10/+13
* | Fix high-dpi scaledContents QLabelMorten Johan Sørvig2015-03-191-1/+4
* | QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-1712-26/+26
* | Add missing \since 5.5 for QSpacerItem::sizePolicy()Jan Arve Saether2015-03-161-0/+2