summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation of MIPS with ClangThiago Macieira2014-10-071-1/+1
* MSVC: Restore 'public' accessibility of QVariant member functions.Friedemann Kleint2014-10-071-1/+2
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-073-5/+19
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-063-5/+19
| |\
| | * Doc: Clarify QBitArray::fill() documentationTopi Reinio2014-10-032-3/+17
| | * Avoid naming clashes with QStringLiteral local variableKai Koehne2014-10-011-3/+3
* | | Doc: deletion plugin-howtos.qdocNico Vertriest2014-10-077-683/+39
|/ /
* | Update the signal and slots docsAlex Blasche2014-10-021-7/+4
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-014-25/+23
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-294-25/+23
| |\|
| | * QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-5/+7
| | * Document that default-constructed QFuture are canceledThiago Macieira2014-09-221-1/+1
| | * Refactor some loops over EINTRGiuseppe D'Angelo2014-09-221-5/+2
| | * QFile: fix undefined behavior when closing a buffered fileGiuseppe D'Angelo2014-09-221-13/+9
| | * QObject: fix a memory leak in moveToThreadGiuseppe D'Angelo2014-09-221-2/+5
* | | Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-013-12/+32
* | | Doc: fix misleading documentation of QProcess::set[Process]EnvironmentJoerg Bornemann2014-10-012-12/+7
* | | Fix hangs on QFileSystemWatcher.Leonard Lee2014-09-301-0/+1
* | | Doc: Use title case in section1 titlesNico Vertriest2014-09-3017-38/+38
* | | Update the detection of when to log to stderrThiago Macieira2014-09-291-47/+57
* | | Do not use Q_COMPILER_CLASS_ENUM for gcc 4.4hjk2014-09-291-1/+1
|/ /
* | Don't check for EINTR after calling QT_READ / QT_WRITEThiago Macieira2014-09-281-4/+2
* | Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-1/+25
* | Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-262-48/+91
* | Doc: Restructure "Signal & Slots" articleSze Howe Koh2014-09-251-70/+71
* | Doc: Remove irrelevant sections from "Signals & Slots"Sze Howe Koh2014-09-252-50/+2
* | Refactored qt_normalizePathSegmentsOliver Wolff2014-09-251-90/+104
* | Doc: 2 minor corrections in corelib/pluginNico Vertriest2014-09-251-2/+2
* | Update license headers and add new license filesMatti Paaso2014-09-24616-11620/+6692
* | Doc: Fixed autolink errors qtbase/kernelNico Vertriest2014-09-242-24/+23
* | Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-248-20/+20
* | Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-242-0/+10
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-2438-70/+248
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2338-70/+248
| |\|
| | * Remove reference to removed qatomic_sparc.hAdam Majer2014-09-181-2/+0
| | * Logging: Remove use of _declspec(thread)Kai Koehne2014-09-151-6/+3