summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Do not draw combo box items as checkedJan Arve Saether2014-09-021-1/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-0124-121/+412
|\
| * Add Q_ENUMS to QStyle's enumerations.Friedemann Kleint2014-08-291-0/+3
| * QListView: Catch stack overflow on mutual scrollbar calculation.Christoph Schleifenbaum2014-08-291-2/+32
| * QLineEdit: Disable standard key 'cut' when there is no selection.Friedemann Kleint2014-08-281-1/+1
| * Adapt the Vista-style wizard for device pixel ratio scaling.Friedemann Kleint2014-08-282-28/+57
| * QWidget::save/restoreGeometry(): Check screen size.Friedemann Kleint2014-08-281-4/+27
| * Close popup widgets when wheel events are receivedFriedemann Kleint2014-08-261-0/+9
| * Send QWindow::focusObjectChanged when clearing widget focusTor Arne Vestbø2014-08-261-0/+5
| * Clean up QAccessibleTabBarFrederik Gladhorn2014-08-261-9/+24
| * Remove QAccessibleToolButton::textFrederik Gladhorn2014-08-262-25/+0
| * Remove unused variableFrederik Gladhorn2014-08-261-1/+0
| * QDataWidgetMapper: micro-optimize clearMapping()Marc Mutz2014-08-261-4/+5
| * QDataWidgetMapper: micro-optimize handling of the widget mapMarc Mutz2014-08-261-17/+17
| * fix a camel case include guard macroTasuku Suzuki2014-08-261-3/+3
| * Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-251-0/+2
| * OS X: Fix pan gestures.Morten Johan Sørvig2014-08-251-1/+10
| * Accessibility: QSpinBox should not have any childrenFrederik Gladhorn2014-08-199-14/+188
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-195-12/+29
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-125-12/+29
| | |\
| | | * Fix build due to missing include when using a minimal config.Sérgio Martins2014-08-111-0/+1
| | | * Fix build with QT_NO_DRAGANDDROPSérgio Martins2014-08-111-9/+9
| | | * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-112-0/+18
| | | * QFileDialog docs: remove misleading sentence about static functionsShawn Rutledge2014-08-061-3/+1
* | | | QLineEdit: mark a comment with ### Qt6Marc Mutz2014-08-281-1/+1
|/ / /
* | | Fix composition for windows with alphaLaszlo Agocs2014-08-132-6/+17
* | | Accessibility: Fix boundaries for text functions in QLineEditFrederik Gladhorn2014-08-131-0/+12
* | | Fix error reported by address sanitizerOlivier Goffart2014-08-132-14/+20
|/ /
* | Fix msaa in QOpenGLWidgetLaszlo Agocs2014-08-113-6/+34
* | Fix crash in QOpenGLWidget when changing the TLWLaszlo Agocs2014-08-081-1/+19
* | OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-0/+12
* | Add default format to QSurfaceFormatLaszlo Agocs2014-08-082-3/+35
* | Avoid crashing in QOpenGLWidget::metricsLaszlo Agocs2014-08-071-1/+2
* | QFileDialog: implement getOpenFileUrl and friends for realDavid Faure2014-08-061-87/+81
* | Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-061-6/+0
* | Add the QTabBar::changeCurrentOnDrag property.Ivan Komissarov2014-08-066-1/+92
* | Micro-optimize QProgressDialogPrivate::ensureSizeIsAtLeastSizeHint()Marc Mutz2014-08-061-3/+4
* | QProgressDialog: Extract Method QProgressDialogPrivate::ensureSizeIsAtLeastSi...Marc Mutz2014-08-061-15/+15
* | QProgressDialog: Extract Method QProgressDialogPrivate::adoptChildWidget()Marc Mutz2014-08-061-31/+19
* | QProgressDialog: fix setBar() not properly adopting the new QProgressBarMarc Mutz2014-08-061-0/+8
* | Add missing devicePixelRatio multiplication in QOpenGLWidget size checksLaszlo Agocs2014-08-061-1/+1
* | Restrict tooltips triggered by mouse move events to widget area.Friedemann Kleint2014-08-061-1/+2
* | QHeaderView::restoreState(): Add sanity check.Friedemann Kleint2014-08-061-9/+26
* | QFileDialog: turn workingDirectory into a QUrlDavid Faure2014-08-052-48/+68
* | Enhance QOpenGLWidget docs about resource managementLaszlo Agocs2014-08-052-3/+125
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-055-36/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-045-36/+11
| |\|
| | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-305-36/+11
| | |\
| | | * Fix warning message when re-setting text on tooltipJoni Poikelin2014-07-291-1/+1
| | | * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-032-24/+0