summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Include the duplicated attribute name in the error messageThiago Macieira2014-05-061-1/+1
* Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-062-0/+69
* 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-062-5/+51
* 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-023-1/+11
* 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-304-0/+19
* Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-2910-38/+81
* SPDY: use QUrl's logic for determining the correct "Host" headerPeter Hartmann2014-04-291-19/+1
* Fixed i18n in QImageReader/QImageWriter.Ivan Komissarov2014-04-284-10/+14
* Removed unused function stringSize() in qmetaobject.cpp.Ivan Komissarov2014-04-281-5/+0
* Removed unused function qcolorFromCGColor() in qmacstyle_mac.mm.Ivan Komissarov2014-04-281-19/+0
* Remove direct OpenGL calls from QtOpenGLLaszlo Agocs2014-04-2813-258/+307
* Load qt_installs in platformheadersLaszlo Agocs2014-04-281-0/+1
* QRegularExpression: update the error strings to the ones in PCRE 8.35Giuseppe D'Angelo2014-04-281-1/+10
* QRegularExpression: enable JIT study for partial matching tooGiuseppe D'Angelo2014-04-281-1/+1
* Fix definition of HRESULT in qwindowdefs_win.h.Friedemann Kleint2014-04-251-2/+2
* Include GLES 3.0 and 3.1 headers when availableLaszlo Agocs2014-04-241-1/+22
* Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-2417-28/+581
* OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-247-12/+35
* Extend PCRE's JIT support to PPC (__GNUC__ compilers only)Giuseppe D'Angelo2014-04-241-2/+8
* Remove an unneeded PCRE patch fileGiuseppe D'Angelo2014-04-241-15/+0
* Import PCRE 8.35Giuseppe D'Angelo2014-04-2432-1908/+18254
* Adapt the PCRE import script to the PCRE 8.35 tarballGiuseppe D'Angelo2014-04-241-2/+6
* QSignalSpy: Added template function pointer constructorKeith Gardner2014-04-233-0/+61
* Introducing QPixelFormatJorgen Lind2014-04-236-2/+1360
* Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-2/+9
* QMetaType: Specialize IsPointerToTypeDerivedFromQObject for const void*Stephen Kelly2014-04-221-0/+5
* qdoc: \l now works with QML property groupsMartin Smith2014-04-172-3/+1
* Add a more reliable replacement for qt_add/removeObject().Volker Krause2014-04-155-2/+160
* Mark each QT_MOC_LITERAL usage with a commentJędrzej Nowacki2014-04-151-2/+4
* QtCore: Use Q_REQUIRED_RESULT in many more placesDavid Faure2014-04-114-55/+55
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Marc Mutz2014-04-11202-2955/+4213
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-11202-2955/+4213
| |\
| | * Cocoa: Send expose event on screen change.Morten Johan Sørvig2014-04-103-1/+5
| | * Cocoa: Set the COCOA_MENU_ANCESTOR() also when sync'ingGabriel de Dietrich2014-04-101-1/+1
| | * XCB: Print error code on Xlib I/O errorsUli Schlachter2014-04-101-0/+28
| | * HB-NG w/CoreText backend: Fix clustering of neutral charactersEskil Abrahamsen Blomfeldt2014-04-091-0/+9
| | * Cocoa: Fix DnD when using native widgets.Morten Johan Sørvig2014-04-091-6/+28
| | * QTextImageHandler: Load @2x images on retinaMorten Johan Sørvig2014-04-091-7/+35
| | * OS X: Add more text editing key bindings.Morten Johan Sørvig2014-04-092-17/+25
| | * Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-097-41/+112