summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
| | * [DiagLib] Sync QChar enumsKonstantin Ritt2015-05-011-0/+29
| | * Move QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO definition to gcc-base.confRomain Pokrzywka2015-04-303-6/+3
| | * Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-303-69/+172
| | * Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-302-97/+239
| | * Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-308-104/+124
| | * Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-302-2/+17
| | * xcb: Fix updating physical screen sizeAlexander Volkov2015-04-302-7/+19
| | * The qpluginloader machtest needs Q_AUTOTEST_EXPORTFrederik Gladhorn2015-04-301-1/+1
| | * Fix QTreeView ending up in wrong state when dragKatja Marttila2015-04-291-1/+1
| | * Convert opaque indexed images over RGB32Allan Sandfeld Jensen2015-04-281-5/+7
| | * QStateMachine: optimize conflict calculation.Erik Verbruggen2015-04-281-8/+22
| | * Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-282-2/+32
| | * Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-283-31/+64
| | * Tests: Use blacklist for failing tst_qfilesystemwatcher testsCaroline Chao2015-04-282-2/+8
| | * QIODevice: fix data loss when reading large amounts from sequential devicesMarc Mutz2015-04-281-0/+4
| | * QSystemTrayIcon: Fix the placement of title and message in a balloonAlexander Volkov2015-04-271-1/+1
| | * make headers-only modules work for framework buildsOswald Buddenhagen2015-04-272-4/+11
| | * make QMAKE_FRAMEWORK_VERSION work independently of TEMPLATEOswald Buddenhagen2015-04-271-7/+13
* | | qnetworkreplyfileimpl: set attributes if file was sentValery Kotov2015-05-043-2/+36
|/ /
* | 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
* | Clean up qt_on_cocoa manual test.Morten Johan Sørvig2015-04-304-169/+53
* | 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-2875-400/+863
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2775-400/+863
| |\|
| | * Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-272-1/+6
| | * cmake: Don't mark header-only frameworks with the FRAMEWORK property.Stephen Kelly2015-04-271-0/+2
| | * Windows: Add "Segoe UI Emoji" and "Segoe UI Symbol" as fallback fonts.Friedemann Kleint2015-04-271-0/+2
| | * remove superfluous method re-implementationJoerg Bornemann2015-04-271-3/+1
| | * Android: Make foreign windows expect global coordinates.Christian Strømme2015-04-271-23/+3
| | * Tests: Blacklist tst_QHostInfo::abortHostLookupInDifferentThreadCaroline Chao2015-04-272-2/+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-262-9/+74
| | * 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
| | * Tests: Blacklist task260974_menuItemRectangleForComboBoxPopupCaroline Chao2015-04-241-0/+3
| | * QVector: Save one copy-CTOR call if we don't reallocSérgio Martins2015-04-241-5/+12
| | * fix distclean targetsOswald Buddenhagen2015-04-236-56/+62