summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * | | QGraphicsTransformPrivate: declare dtor out-of-line and export classMarc Mutz2015-06-012-1/+8
| * | | QGraphicsWidget: micro-optimizationMarc Mutz2015-05-301-3/+1
| * | | QWidget{Text,Line}Control: reserve() a vectorMarc Mutz2015-05-302-0/+2
| * | | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-303-8/+8
| * | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-273-20/+7
| * | | Allow horizontal scrolling with a mouse wheel for QListViewAlexander Volkov2015-05-262-0/+34
| * | | QWidgetWindow: Avoid using global static non-trivial type.Sérgio Martins2015-05-251-1/+1
| * | | Respecting correct text interaction flags when setting text cursor.David Schulz2015-05-181-2/+3
| * | | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-126-23/+16
| * | | Add QMainWindow::GroupedDragging DockOptionOlivier Goffart2015-05-128-90/+705
* | | | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-1320-62/+154
|\| | |
| * | | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-071-4/+4
| * | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-045-6/+6
| |\| |
| | * | 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
| * | | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-301-1/+1
| * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-272-3/+12
| |\| |
| | * | 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
| * | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devFrederik Gladhorn2015-04-228-41/+128
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-228-41/+128
| | |\| |
| | | * | 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
| * | | | QWindowsStyle: Do not rely on the widget to draw the dock titleOlivier Goffart2015-04-221-1/+1
| |/ / /
| * | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-207-6/+2
* | | | Fix qwidget PdmDevicePixelRatioScaled implMorten Johan Sørvig2015-05-111-1/+2
* | | | Add some missing scalingsMorten Johan Sørvig2015-05-112-9/+9
* | | | Use qreal for devicePixelRatio everywhereMorten Johan Sørvig2015-04-154-16/+21
* | | | Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-1323-154/+330
|\| | |
| * | | Allow for rearranging tabified QDockWidgetsOlivier Goffart2015-04-114-0/+32
| * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-081-0/+2
| |\| |
| | * | Add Q_UNUSED for parameter (OS X)Timur Pocheptsov2015-04-071-0/+2
| * | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-04-0810-49/+97
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0610-49/+97
| | |\| |
| | | * | 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