summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix warnings about size conversion in QListThiago Macieira2014-10-312-20/+23
| * | Report the system error on why chmod(2) failed in XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+2
| * | Don't always chmod the XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+3
| * | Attempt to make QFile I/O 64-bit safeThiago Macieira2014-10-313-22/+39
| * | Load default codecs even if custom QTextCodec has been registeredKai Koehne2014-10-301-3/+8
| * | Adapt the names in the documentation to the names used in the headerAlbert Astals Cid2014-10-301-8/+8
| * | Correct QStandardPaths::DataLocation return value for iOSSamuel Gaist2014-10-301-0/+2
| * | QTextCodec: Fix source code indentationKai Koehne2014-10-291-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-291-1/+1
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-281-1/+1
| | |\|
| | | * Add missing newline in fallback debug output.Volker Krause2014-10-281-1/+1
| * | | Fix X86 Wince builds.Bjoern Breitmeyer2014-10-291-1/+1
| * | | Properly detect UTF-8 BOM markers in ini filesLars Knoll2014-10-292-1/+10
| |/ /
| * | Doc: removed reference to obsolete classesNico Vertriest2014-10-281-6/+0
| * | Hardcode UTF-8 for "unicode" in QTextCodec::codecForHtml().Friedemann Kleint2014-10-281-1/+4
| * | Doc: link to MIBenumNico Vertriest2014-10-271-4/+4
| * | Doc: Corrected identifiers for QByteArray::toBase64 in snippetNico Vertriest2014-10-271-4/+4
| * | Doc: Corrected autolink errors qtbaseNico Vertriest2014-10-272-5/+5
| * | QSettings: Fix handling of long long ints with CFPreferences back-end.Christian Kandeler2014-10-271-1/+3
| * | QStorageInfo: include qt_windows.h instead of Windows.hDaniel Molkentin2014-10-271-1/+1
| * | Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-10/+9
| * | Allow hostname from lock files to be emptyRainer Keller2014-10-272-2/+2
* | | QVariant: Fix qIsNumericType(SChar)Thiago Macieira2014-11-201-1/+2
* | | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-2/+9
* | | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-8/+13
* | | Make QSysInfo enum types available cross-platformhjk2014-11-192-11/+27
* | | Remove unused private apiJędrzej Nowacki2014-11-191-14/+0
* | | Add debug output for QPlatformSurfaceEvent.Friedemann Kleint2014-11-171-1/+1
* | | Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-172-0/+3
* | | Reduce code bloat, by cleaning up QMetaTypeFunctionHelperJędrzej Nowacki2014-11-173-155/+64
* | | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-163-7/+38
* | | qwindowsmime.cpp: support dropping multiple mail attachmentsDavid Faure2014-11-132-0/+11
* | | QIdentityProxyModel: add missing default value, compared to base class.David Faure2014-11-131-1/+1
* | | Add a inline QVector::append(const QVector &) overloadhjk2014-11-062-0/+13
* | | QAbstractProxyModel: add missing default value, compared to base class.David Faure2014-11-061-1/+1
* | | QElapsedTimer/Unix: Improve accuracy for millisecond valuesJonathan Liu2014-11-041-10/+4
* | | Fix QMetaType::metaObjectForType for QtGui and QtWidgets typesOlivier Goffart2014-11-031-1/+20
* | | Add rvalue-ref qualified {QString,QByteArray}::{simplified,trimmed}Thiago Macieira2014-11-026-15/+109
* | | Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-013-1/+3
* | | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-312-6/+24
* | | QIdentityProxyModel: remove slow bounds-checking, for more performanceDavid Faure2014-10-311-3/+0
* | | Use Q_DECL_RELAXED_CONSTEXPR in QFlagsOlivier Goffart2014-10-311-7/+7
* | | Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-302-0/+134
* | | Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-302-0/+48
* | | Add conversion between QVariantHash and QJsonObjectAllan Sandfeld Jensen2014-10-303-1/+49
* | | moc: Move the property access code to the qt_static_metacallOlivier Goffart2014-10-282-7/+26
* | | moc: Have a staticMetaCall in the Q_GADGET metaobjectOlivier Goffart2014-10-281-1/+2
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2710-34/+75
|\| |
| * | Fix doc about the list of supported codecsAlexander Volkov2014-10-241-4/+3
| * | Add support for "Apple Roman" encodingAlexander Volkov2014-10-241-0/+2