summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * QSystemTrayIcon: Fix the placement of title and message in a balloonAlexander Volkov2015-04-271-1/+1
* | | qnetworkreplyfileimpl: set attributes if file was sentValery Kotov2015-05-041-2/+5
|/ /
* | Use macros for the OS X enums in QSysInfo::MacVersion.Jake Petroules2015-05-031-12/+12
* | Update for the newest Darwin-family operating systems.Jake Petroules2015-05-033-1/+16
* | doc: Add missing documentation for QXcbWindowFunctionsMartin Smith2015-04-301-4/+131
* | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-305-7/+18
* | xcb: Export RootWindow to QXcbNativeInterface::nativeResourceForScreen()Alexander Volkov2015-04-301-0/+3
* | QNativeSocketEngine: add sendmsg(), recvmsg() wrappers on unixAlex Trotsenko2015-04-281-0/+26
* | Fix WEC2013 build of zlib.Bjoern Breitmeyer2015-04-282-1/+27
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-04-2839-221/+323
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2739-221/+323
| |\|
| | * Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-1/+2
| | * Windows: Add "Segoe UI Emoji" and "Segoe UI Symbol" as fallback fonts.Friedemann Kleint2015-04-271-0/+2
| | * Android: Make foreign windows expect global coordinates.Christian Strømme2015-04-271-23/+3
| | * Avoid setting a swap interval for pbuffersLaszlo Agocs2015-04-271-1/+1
| | * qdoc: Resolve base classes for a class declared in a namespaceTopi Reinio2015-04-271-3/+4
| | * Doc: Bring QSizeF/QPointF::isNull() documentation up to dateTopi Reinio2015-04-272-12/+4
| | * qdoc: Sanitize anchors in URLs for functionsTopi Reinio2015-04-274-58/+58
| | * MySQL: Add support for the timeout options via the connectionOptionsAndy Shaw2015-04-272-12/+32
| | * QMainWindow::restoreDockWidget(): Fix positioning of floating docks with nati...Friedemann Kleint2015-04-261-2/+8
| | * QGenericMatrix: remove one of two non-initializing ctorsMarc Mutz2015-04-261-10/+8
| | * QGenericMatrix: remove copy ctorMarc Mutz2015-04-261-9/+0
| | * QDir: sort-by-size remove two unconditional branchesNikita Baryshnikov2015-04-251-1/+1
| | * Short-cut SSE4 unpremultiplyAllan Sandfeld Jensen2015-04-251-2/+4
| | * Simplify QQuaternion::operator!=()Marc Mutz2015-04-241-1/+1
| | * QVector: Save one copy-CTOR call if we don't reallocSérgio Martins2015-04-241-5/+12
| | * Remove unused counter variableGatis Paeglis2015-04-231-2/+0
| | * Fix typo when resolving EGL extension.Gunnar Sletta2015-04-231-1/+1
| | * Fix inplace double mirroring on odd sized imagesAllan Sandfeld Jensen2015-04-231-2/+10
| | * uic: Delay the setting of QPushButton::default.Friedemann Kleint2015-04-231-1/+6
| | * Windows: Fix QLockFile hanging when file cannot be created.Friedemann Kleint2015-04-231-1/+12
| | * Add debug operator for QPrinterInfo.Friedemann Kleint2015-04-234-0/+84
| | * Fix FPE in QApplicationPrivate::dispatchEnterLeave() due to invalid cursor po...Friedemann Kleint2015-04-231-1/+4
| | * Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-236-45/+39
| | * qsystemdetection.h: Check existence of define WINAPI_FAMILY_PHONE_APP.Friedemann Kleint2015-04-221-1/+1
| | * QStateMachine: replaced Q_FOREACH with foreach.Erik Verbruggen2015-04-221-16/+16
| | * Cocoa: Stop using deprecated -convertBaseToScreen:.Erik Verbruggen2015-04-221-3/+4
| | * Cocoa: stop using the deprecated NSInputManager.Erik Verbruggen2015-04-222-7/+3
| | * Cocoa: fix compiler warning.Erik Verbruggen2015-04-221-1/+1
| | * Cocoa: fix compiler warning.Erik Verbruggen2015-04-221-2/+4
* | | Add support for stack traces in testlib on MacSimon Hausmann2015-04-271-0/+11
|/ /
* | qdoc: Fix broken links in qdoc manualMartin Smith2015-04-271-18/+15
* | Mark QRGba64 as Q_PRIMITIVE_TYPEMarc Mutz2015-04-271-0/+2
* | Fix exclusion of anonymous ciphers.Richard J. Moore2015-04-251-2/+4
* | Add the ability to prefer the cipher preferences specified by the server.Richard J. Moore2015-04-253-1/+9
* | Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-243-9/+9
* | QLocale: Exclude null-byte in QString generated from script_code_list.Milian Wolff2015-04-241-1/+1
* | Improve safety of QTestLib watchdogSimon Hausmann2015-04-241-0/+3
* | qdoc: Now parses enum values containing commasMartin Smith2015-04-231-2/+10
* | doc: Provide missing enum documentationMartin Smith2015-04-231-0/+24