summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * 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
| * | | | | QErrorMessage: sort statements in ctorMarc Mutz2015-04-071-13/+16
| * | | | | QErrorMessage: streamline conditionals in done()Marc Mutz2015-04-071-5/+7
| * | | | | QErrorMessage: avoid some code duplicationMarc Mutz2015-04-071-9/+11
| * | | | | QErrorMessage: add some strategic qMove()sMarc Mutz2015-04-071-5/+5
| * | | | | QErrorMessage: replace inefficient QQueue with std::queueMarc Mutz2015-04-071-6/+8
| * | | | | QErrorMessage: put local types into the unnamed namespaceMarc Mutz2015-04-071-0/+2
| |/ / / /
| * | | | QStyleSheetStyle: do not style the moving tab of a QTabBarOlivier Goffart2015-04-021-0/+7
| * | | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0110-65/+135
| |\| | |
| | * | | 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
| * | | QWidgetWindow: use sendEvent to forward events to the wrapped QWidgetGiuseppe D'Angelo2015-03-262-3/+10
| * | | Fixed bug in QLayout::replaceWidget()Jan Arve Saether2015-03-261-2/+1
* | | | WIP: Add PdmDevicePixelRatioScaled.Morten Johan Sørvig2015-03-263-4/+7
|/ / /
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2421-46/+70
|\| |
| * | 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
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-1811-71/+148
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1611-71/+148
| |\| |
| | * | 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