summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| | | * 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