summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix debugging.BogDan Vatra2014-08-061-0/+7
* Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-062-11/+0
* QPlatformMenu: add overloaded function 'showPopup' that takes a target rectRichard Moe Gustavsen2014-08-061-1/+6
* Add debug operator for QTouchEvent::TouchPointShawn Rutledge2014-08-062-23/+33
* Be consistent in GrayScale vs Grayscale namingAllan Sandfeld Jensen2014-08-062-8/+8
* Remove specific maemo/meego codepathsAllan Sandfeld Jensen2014-08-0619-892/+16
* 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-062-7/+8
* Document the destroy/create behavior of QOpenGLContext::create()Laszlo Agocs2014-08-061-0/+3
* Add missing devicePixelRatio multiplication in QOpenGLWidget size checksLaszlo Agocs2014-08-061-1/+1
* Implement QStringRef::splitJędrzej Nowacki2014-08-063-2/+113
* Restrict tooltips triggered by mouse move events to widget area.Friedemann Kleint2014-08-061-1/+2
* Windows: Refactor QWindowsDragCursorWindow().Friedemann Kleint2014-08-061-29/+13
* Add a test for some copy semantics to QPaletteMarc Mutz2014-08-061-0/+22
* QPalette: add move constructorMarc Mutz2014-08-063-2/+23
* Make sure that QPixelFormat is constexprThiago Macieira2014-08-061-1/+1
* QHeaderView::restoreState(): Add sanity check.Friedemann Kleint2014-08-062-9/+27
* Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-0514-305/+8
* Doc: normalize the {to,from}WCharArray text about encodingsThiago Macieira2014-08-051-4/+4
* Add a few missing Neon constructsThiago Macieira2014-08-052-7/+7
* QFileDialog: turn workingDirectory into a QUrlDavid Faure2014-08-052-48/+68
* QPixelFormat: have field 'unused' have the correct number of bitsMarc Mutz2014-08-051-1/+2
* QPixelFormat: make data fields private instead of protectedMarc Mutz2014-08-051-1/+1
* QtConcurrent::run: allow to select the thread pool on which to run the taskMarc Mutz2014-08-055-5/+445
* QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-054-5/+65
* Android: Extract assets for 'listSeparatorTextViewStyle'Gabriel de Dietrich2014-08-051-0/+1
* Add SubType setters/getters and SupportedSubTypes option.Ivan Komissarov2014-08-057-1/+94
* QPlatformMenu: add MenuType enumRichard Moe Gustavsen2014-08-051-0/+3
* Improve qDebug output for QTabletEventShawn Rutledge2014-08-052-3/+27
* Logging: use the known function when the first frame of the backtrace is unknownOlivier Goffart2014-08-052-4/+9
* Make it possible to capture GLXBufferSwapComplete eventsFredrik Höglund2014-08-052-2/+67
* Enhance QOpenGLWidget docs about resource managementLaszlo Agocs2014-08-052-3/+125
* Introduce QRasterWindowLaszlo Agocs2014-08-059-4/+451
* Introduce QOpenGLWindowLaszlo Agocs2014-08-0516-6/+1950
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-0523-92/+140
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-0423-92/+140
| |\
| | * pass --sysroot to compile tests also on windowsOswald Buddenhagen2014-08-012-0/+12
| | * add /ENTRY:main only for target buildsOswald Buddenhagen2014-08-011-2/+4
| | * avoid that CROSS_COMPILE affects host buildsOswald Buddenhagen2014-08-011-1/+3
| | * ensure that arch_host.pro is used also on windowsOswald Buddenhagen2014-08-011-5/+7
| | * Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Oswald Buddenhagen2014-07-3112-55/+69
| | |\
| | | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-3012-55/+69
| | | |\
| | | | * Fix warning message when re-setting text on tooltipJoni Poikelin2014-07-291-1/+1
| | | | * XCB: Enable loading of the Qt::DragLinkCursorAlessandro Portale2014-07-101-1/+1
| | | | * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-033-24/+23
| | | | * Mac: Don't register for Pan Gestures.Morten Johan Sørvig2014-07-031-1/+1
| | | | * Fix QFileInfoGatherer threading issueBernd Weimer2014-06-301-10/+9