summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix the docs for resizeGL in QOpenGLWindowLaszlo Agocs2014-08-081-3/+9
* | Add some missing STL typedefs and functions to QStringRef and QByteArrayThiago Macieira2014-08-084-0/+80
* | Windows/QGuiApplication::topLevelAt(): Skip mouse-transparent windows of othe...Friedemann Kleint2014-08-072-18/+42
* | Micro-optimize qdoc codeparser.Jędrzej Nowacki2014-08-071-2/+2
* | Android: Say hello to gradle!BogDan Vatra2014-08-079-17/+79
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-079-0/+9
* | Avoid repaints and swapbuffers when the platform window is already goneLaszlo Agocs2014-08-071-1/+2
* | Avoid crashing in QOpenGLWidget::metricsLaszlo Agocs2014-08-071-1/+2
* | Do not use GLES3 functions in a GLES2 contextLaszlo Agocs2014-08-071-6/+8
* | winrt: Handle dispatcher thread changeAndrew Knight2014-08-071-18/+21
* | winrt: Refactor backing storeAndrew Knight2014-08-074-326/+82
* | QFileDialog: implement getOpenFileUrl and friends for realDavid Faure2014-08-061-87/+81
* | Android: extract window style attributesJ-P Nurmi2014-08-061-0/+28
* | Android: add support for Android.R.attr.state_acceleratedJ-P Nurmi2014-08-061-3/+3
* | QCommandLineParser: support extremely concise option configuration in C++11Marc Mutz2014-08-066-2/+102
* | 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-0614-745/+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-061-0/+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-062-2/+38
* | 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
* | QPalette: add move constructorMarc Mutz2014-08-062-2/+15
* | Make sure that QPixelFormat is constexprThiago Macieira2014-08-061-1/+1
* | QHeaderView::restoreState(): Add sanity check.Friedemann Kleint2014-08-061-9/+26
* | Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-057-214/+7
* | 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-054-3/+317
* | QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-053-5/+16
* | 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-051-3/+7
* | 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-053-2/+209