summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix doc about the list of supported codecsAlexander Volkov2014-10-241-4/+3
* | Add support for "Apple Roman" encodingAlexander Volkov2014-10-241-0/+2
* | Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-242-3/+18
* | Doc: QFileDevice and QFile::setPermissions do not manipulate ACLsLeena Miettinen2014-10-242-2/+15
* | Add missing since info to ShareOpenGLContexts docsLaszlo Agocs2014-10-231-1/+2
* | Fix software OpenGL DLL name in the enum docsLaszlo Agocs2014-10-231-1/+1
* | Doc: Fix description of QTranslator::translate()Kai Koehne2014-10-231-0/+5
* | Q{Sequential,Associative}Iterable: fix const_iterator assignmentMarc Mutz2014-10-231-8/+12
* | Improve QLoggingCategory's detailed description.Mitch Curtis2014-10-221-10/+13
* | Fix badly laid out docs for AA_UseHighDpiPixmapsLaszlo Agocs2014-10-221-5/+4
* | logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-201-2/+3
* | Add a hint on application window positioning with QProcess::starthjk2014-10-201-0/+7
* | Doc: removed unnecessary textLeena Miettinen2014-10-201-2/+2
* | QEasingCurve: fix mem leak in operator>>Marc Mutz2014-10-191-0/+2
* | qdatetime.h: include correct headerMarc Mutz2014-10-191-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-181-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-1/+2
| |\|
| | * Initialize QFileSystemMetaData::size_ data memberGiuseppe D'Angelo2014-10-131-1/+2
* | | Fix QAbstractListModel's detailed description.Mitch Curtis2014-10-171-2/+2
* | | Android: Improve cache logic in findClass()Christian Strømme2014-10-171-30/+35
* | | Move Qt Core examples under a common subdirectoryTopi Reinio2014-10-172-16/+13
* | | Fix undefined behavior in QLoggingRegistry::defaultCategoryFilter()Marc Mutz2014-10-171-3/+5
* | | Export QFSFileEngine symbolsKai Koehne2014-10-171-1/+1
* | | QSettings: Prevent assert when passing empty keys.Friedemann Kleint2014-10-171-0/+8
* | | QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-152-6/+4
* | | Avoid sleeping 100ms in QProcessPrivate::drainOutputPipes()Oswald Buddenhagen2014-10-151-1/+1
* | | Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-142-2/+2
|/ /
* | QSettings: undo unintentional change of config dir on non-XDG platforms.David Faure2014-10-121-1/+10
* | Fix patching of installation dateKai Koehne2014-10-101-2/+3
* | Android: Support QSysInfo::productVersion()Eskil Abrahamsen Blomfeldt2014-10-101-1/+3
* | Gcc 4.5.* build fix.Tomasz Olszak2014-10-101-2/+5
* | Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-3/+3
* | Don't stream QStringLiterals into QDebugMarc Mutz2014-10-091-1/+1
* | QFactoryLoader: de-duplicate two QStringLiteralsMarc Mutz2014-10-091-4/+8
* | Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-092-7/+7
* | Don't use QStringLiteral in comparisonsMarc Mutz2014-10-093-5/+5