summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1Laszlo Agocs2015-05-022-2/+2
* QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
* QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-012-6/+6
* [QTextStream::read.*] Return earlier when nothing has been readKonstantin Ritt2015-05-011-3/+3
* QFileDialog: Stabilize tests.Friedemann Kleint2015-05-014-23/+49
* [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
* [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
* [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0
* Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1
* 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
* 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
* automatically distclean internally generated artifactsOswald Buddenhagen2015-04-232-3/+11
* fix distclean target for plugins under unixOswald Buddenhagen2015-04-231-2/+2