summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFileIconEngine: Use closest area when resolving the actual sizeGabriel de Dietrich2015-03-141-5/+19
* Don't use QFileIconEngine if the platform theme won't support itGabriel de Dietrich2015-03-141-0/+11
* QtWidgets: don't set Qt::WA_OutsideWSRange for 0-sized non-windowsUlf Hermann2015-03-121-8/+10
* Remove scrollarea cornerarea when only one scrollbar is visible.Marko Kangas2015-03-121-11/+3
* QWidgetWindow: Restrict context menu trigger to the widget's rectangle.Friedemann Kleint2015-03-121-1/+2
* QShortCut: Check whether the menu is QPA-disabledGabriel de Dietrich2015-03-111-3/+8
* Use own QIconEngine in QFileIconProviderGabriel de Dietrich2015-03-112-49/+89
* QGtkStyle: identify QtQuick.Controls.GroupBox as QAccessible::GroupingJ-P Nurmi2015-03-111-0/+7
* QAbstractButton: emit released on focus out or disableFrederik Gladhorn2015-03-101-3/+7
* Add missing flush for multisampled QOpenGLWidgetLaszlo Agocs2015-03-091-0/+1
* Doc: removed invalid warning about Qt stylesheetsNico Vertriest2015-03-091-2/+0
* Doc: added doc QProgressBar about undeterm. stateNico Vertriest2015-03-091-0/+2
* Add getter for QSizePolicy to SpacerItemKatja Marttila2015-03-062-0/+9
* xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-0/+5
* Fix QMessageBox::aboutQt().Friedemann Kleint2015-03-061-5/+4
* Implement debug operator for QStyle::State using the new operator for QFlags<T>.Friedemann Kleint2015-03-052-37/+13
* avoid sending QPinchGestures based on unreasonable pinch deltasShawn Rutledge2015-03-031-1/+9
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-1/+1
|\
| * Replace old qt-project.org wiki with wiki.qt.ioSergio Ahumada2015-02-271-1/+1
* | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+10
* | OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+19
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-254-8/+8
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-2513-41/+41
* | Micro-optimize QApplication.Friedemann Kleint2015-02-251-16/+21
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-249-62/+44
|\|
| * QWidgetWindow check valid widget geometryJørgen Lind2015-02-241-1/+1
| * Fix fusion style QPushButton icon on HiDPI modeMarko Kangas2015-02-241-4/+6
| * Make sure there's a scene before using itAlbert Astals Cid2015-02-171-2/+2
| * Fix crash in QAccessibleTextWidget::attributes()Jan Arve Saether2015-02-171-8/+20
| * Make sure the QSplashScreen isn't closed instantly when calling finish()Andy Shaw2015-02-171-1/+4
| * QFileDialog: fix overwritten filterJoerg Bornemann2015-02-131-1/+1
| * Fixed crash when adding items with spansJan Arve Saether2015-02-091-1/+1
| * Fix the look of inactive checkboxes in itemviews on OS X 10.10Andy Shaw2015-02-091-1/+4