summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* make qreal double by default on all platformsLars Knoll2013-10-311-3/+0
* QDateTime - Optimize refreshDateTime()John Layt2013-10-311-4/+1
* QDateTime - Optimize date() and time() methodsJohn Layt2013-10-311-6/+8
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* Don't cache QCoreApplication::appName.Robin Burchell2013-10-312-10/+5
* Include unistd.h in the unix implementation source of QLockFileLaszlo Papp2013-10-311-0/+1
* iOS: Add standard paths implementation for iOSIan Dean2013-10-302-0/+137
* Android: Fix problem with leaking local refs.Christian Strømme2013-10-303-8/+27
* Use Q_UNLIKELY in qCDebug, qCTraceKai Koehne2013-10-301-2/+2
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-304-6/+6
* Issue correct warnings with QObject::startTimer()Sze Howe Koh2013-10-301-2/+2
* remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-291-1/+1
* Make the localHostName() copy function return QByteArrayThiago Macieira2013-10-291-8/+8
* generate qfeatures.h at build timeOswald Buddenhagen2013-10-293-688/+2
* give XMLSTREAM a NameOswald Buddenhagen2013-10-291-1/+1
* fix "markup"Oswald Buddenhagen2013-10-291-20/+12
* purge references to non-featuresOswald Buddenhagen2013-10-293-43/+0
* purge vestiges of dead QT_NO_* definesOswald Buddenhagen2013-10-296-308/+1
* remove dead codeOswald Buddenhagen2013-10-291-7/+0
* Fail when QT_POINTER_SIZE is not setAndreas Holzammer2013-10-291-0/+2
* Android: Remove unneeded dependencyBogDan Vatra2013-10-281-2/+1
* Remove unused static function systemtimeToMsecs()Kai Koehne2013-10-281-8/+0
* QJNI: Don't detach from the thread as long as the thread is alive.Christian Strømme2013-10-251-16/+13
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-10-251-0/+5
* Introduce Windows version 8.1 and detect by checking the version.Friedemann Kleint2013-10-242-3/+39
* don't explicitly exclude qconfig.h when building mocOswald Buddenhagen2013-10-241-1/+1
* remove pointless "SeeAlso: ???" entriesOswald Buddenhagen2013-10-241-153/+0
* document format of entriesOswald Buddenhagen2013-10-241-0/+8
* Reserve some space for future use in QLoggingCategoryKai Koehne2013-10-242-1/+8
* BlackBerry: improve BPS event lifetime managementJonathan Hoffmann2013-10-232-4/+90
* Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2013-10-212-39/+15
* Initialize variable to fix build [-Werror=uninitialized].Sergio Martins2013-10-191-2/+1
* Change an addition into a subtractionThiago Macieira2013-10-191-1/+1
* Link from QLoggingCategory documentation to QTracer/QTraceGuardKai Koehne2013-10-181-5/+6
* QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-25/+3
* Add missing \since 5.2 tag to static QFileInfo::exists()hjk2013-10-171-0/+2
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-172-1/+13
* Windows: Capture last error right after CreateDirectory() in QFileSystemEngine.Friedemann Kleint2013-10-171-4/+10
* Clarify that the URL scheme does not include the ':'Kurt Pattyn2013-10-171-4/+13
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-174-20/+4
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-178-9/+13
* QLocale - Mac fix typos in commentsJohn Layt2013-10-171-2/+2
* Android: Use java.util.Random in qrand()Christian Strømme2013-10-171-0/+36
* QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-3/+30
* Move the Apple Clang specific features outside of the C++11 sectionThiago Macieira2013-10-161-8/+7
* Print non-default categories in default message handlerKai Koehne2013-10-161-1/+6
* Give an example how to configure categorized loggingKai Koehne2013-10-162-33/+67
* Doc: Expand thread technology comparisonsSze Howe Koh2013-10-161-32/+86
* Fix wide-char use in Posix collatorMatt Hoosier2013-10-161-1/+2
* Remove compatibility support for sealed/override in C++/CLIThiago Macieira2013-10-151-0/+5