summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Direct2D QPA: Refactor code to reduce code duplicationLouai Al-Khanji2014-04-161-102/+120
| * | Direct2D QPA: Optimize rectangle fills.Louai Al-Khanji2014-04-161-6/+18
| * | Direct2D QPA: Improve gradient supportLouai Al-Khanji2014-04-161-10/+87
| * | remove context unmatched warning in QOpenGLTextureTasuku Suzuki2014-04-161-0/+4
| * | XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-165-45/+206
| * | QCollator: Add note about ICU dependency.Friedemann Kleint2014-04-161-0/+5
| * | Fix objcopy config test for concurrent make processesWolfgang Bremer2014-04-151-7/+1
| * | snuff -L/-I with system paths when installing meta filesOswald Buddenhagen2014-04-152-5/+11
| * | de-duplicate setup of libdir replacement in prl filesOswald Buddenhagen2014-04-154-29/+13
| * | reshuffle code for clarityOswald Buddenhagen2014-04-151-21/+17
| * | don't attempt to replace include paths in meta filesOswald Buddenhagen2014-04-151-7/+4
| * | properly replace windows paths in installed qml plugin prl filesOswald Buddenhagen2014-04-151-0/+1
| * | enable path replacement in installed qml plugin prl files on all platformsOswald Buddenhagen2014-04-151-8/+6
| * | fix default QMAKE_PKGCONFIG_LIBDIROswald Buddenhagen2014-04-151-1/+1
| * | don't emit -L/-F/-I with system dirs to .pc filesOswald Buddenhagen2014-04-151-5/+11
| * | Unite the documentation for qmath.h functionsAllan Sandfeld Jensen2014-04-152-101/+78
| * | Add make check target for iOSSimo Fält2014-04-151-0/+6
| * | Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-142-7/+4
| * | QNX: Skip QGLBuffer autotestFabian Bumberger2014-04-141-0/+4
| * | QNX: Fix QDockWidget autotestFabian Bumberger2014-04-141-1/+4
| * | BlackBerry: Fix QDoubleSpinBox autotestsFabian Bumberger2014-04-141-0/+2
| * | QNX: Fix QComboBox autotestFabian Bumberger2014-04-141-7/+7
| * | QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-145-13/+14
| * | Fix documentation of QRegExpjkobus2014-04-142-3/+3
| * | QNX: Fix QMdiArea autotestsFabian Bumberger2014-04-141-3/+6
| * | QNX: Fix QGuiApplication autotestsFabian Bumberger2014-04-141-0/+36
| * | QNX: Fix QWizard autotestFabian Bumberger2014-04-141-1/+4
| * | Restrict QFontComboBox's popup width to screen widthFabian Bumberger2014-04-141-2/+5
| * | QNX: Fix QTreeView autotestFabian Bumberger2014-04-141-2/+2
| * | Doc: Remove QX11EmbedContainer/QX11EmbedWidget snippetsSze Howe Koh2014-04-142-128/+0
| * | Handle parent is None from query_tree_reply in QxcbWindow::frameMarginsMartin Gräßlin2014-04-141-1/+1
| * | Adding support for -separate-debug-info on win32Wolfgang Bremer2014-04-141-1/+27
| * | Make objcopy config test cross platform functionalWolfgang Bremer2014-04-144-37/+65
| * | check qmake/make exit code instead of looking for an executableOswald Buddenhagen2014-04-141-6/+2
| * | Fix build against older OpenSSL.Sérgio Martins2014-04-141-0/+2
| |/
* | Include the duplicated attribute name in the error messageThiago Macieira2014-05-067-7/+7
* | Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-063-0/+117
* | QRegularExpression: remove a boolean trap in private APIGiuseppe D'Angelo2014-05-061-6/+12
* | QRegularExpression: lock a mutex only if there's actual work to doGiuseppe D'Angelo2014-05-061-2/+2
* | QRegularExpression: add an option to prevent automatic optimizationGiuseppe D'Angelo2014-05-062-8/+27
* | QRegularExpression: add ways to force an immediate optimizationGiuseppe D'Angelo2014-05-067-7/+183
* | QKdeTheme: use system-wide kdeglobals as a fallbackJ-P Nurmi2014-05-032-66/+103
* | qdoc: Added 2nd argument to \generate list classes commandMartin Smith2014-05-023-10/+26
* | qdoc: attaching type of attached properties was missingMartin Smith2014-05-026-23/+28
* | QtGui: Use Q_REQUIRED_RESULT in many more placesDavid Faure2014-05-025-28/+28
* | Factor xcb check into a local variableDavid Faure2014-05-021-3/+4
* | Add support for -qwindowicon command line argument.David Faure2014-05-028-1/+38
* | qdoc: Simplify config code for reading file pathsTopi Reinio2014-05-026-107/+39
* | Windows: Start using High DPI API available from Windows 8.1 onwards.Friedemann Kleint2014-04-305-6/+94
* | Provide new API: QSslCertificate::isSelfSigned()Daniel Molkentin2014-04-305-0/+27