summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * Mac: Don't register for Pan Gestures.Morten Johan Sørvig2014-07-031-1/+1
| | | * Fix QFileInfoGatherer threading issueBernd Weimer2014-06-301-10/+9
* | | | Rename globalShareContext to qt_gl_global_share_contextJocelyn Turcotte2014-08-041-1/+1
|/ / /
* | | Make QOpenGLWidget publicLaszlo Agocs2014-08-0110-154/+1080
* | | Fix high DPI icons in menu itemsAllan Sandfeld Jensen2014-08-011-2/+2
* | | QProgressDialog: make the cancel button retranslate on LanguageChangeMarc Mutz2014-07-301-2/+1
* | | QProgressDialog: Extract Method QProgressDialogPrivate::setCancelButtonText()Marc Mutz2014-07-301-7/+14
* | | QProgressDialog: don't crash when setting the same {bar,button,label} againMarc Mutz2014-07-301-0/+14
* | | Accessibility: Top level widgets should only be in the hierarchy onceFrederik Gladhorn2014-07-303-16/+12
* | | Fix documented default value of QProgressDialog::maximumMarc Mutz2014-07-301-1/+1
* | | Reduce the default frame rate of style animationsJ-P Nurmi2014-07-303-4/+38
* | | QMdiArea: Store focus widget when new QMdiSubWindow is added.Friedemann Kleint2014-07-302-16/+29
* | | Streamline debug output of QMainWindowLayout.Friedemann Kleint2014-07-302-42/+44
* | | add buttons to QTabletEventShawn Rutledge2014-07-282-2/+2
* | | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-262-3/+4
* | | QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-243-3/+14
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-243-3/+8
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-223-3/+8
| |\| |
| | * | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-1/+1
| | * | make QtWidgets claim style pluginsOswald Buddenhagen2014-07-161-0/+1
| | * | QSplitter: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-2/+4
* | | | QFileDialog: emit urlsSelected+urlSelected in accept().David Faure2014-07-243-12/+17
* | | | QMainWindow:::restoreDockWidget(): Restore to correct screen.Friedemann Kleint2014-07-241-3/+5
* | | | QInputDialog: simplify signalForMember()Marc Mutz2014-07-231-8/+5
* | | | QInputDialog: use a switch instead of a string pointer tableMarc Mutz2014-07-231-10/+25
|/ / /
* | | Fusion style: Use QStyleHelper::dpiScaled() where applicable.Friedemann Kleint2014-07-211-57/+83
* | | Implement QApplication::topLevelAt() using QGuiApplication::topLevelAt().Friedemann Kleint2014-07-181-10/+3
* | | QGroupBox: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-0/+2
* | | Fix various issues with qandroidstylePhilippe Lelong2014-07-102-67/+328
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-104-3/+13
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-104-3/+13
| |\| |
| | * | Document QApplication::cursorFlashTime() can return -1İsmail Dönmez2014-07-071-0/+3