summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the fast operator+ (in the form of operator%)Thiago Macieira2013-10-151-7/+4
* QTimeZone - Fix finding Linux System Time ZoneJohn Layt2013-10-151-2/+2
* Doc: Adding "\keyword Signals and Slots" to "Signals & Slots" page.Jerome Pasion2013-10-151-0/+1
* Add missing operators QMargins -=,+= (int).Friedemann Kleint2013-10-151-0/+18
* Document %{category} for qSetMessagePatternKai Koehne2013-10-151-0/+1
* Avoid other threads blocking for Q_GLOBAL_STATIC constructor on MacKai Koehne2013-10-151-2/+7
* Correct PrefixPath on iOS.Morten Johan Sørvig2013-10-151-0/+4
* Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-151-5/+5
* QMap - improve docs a bit (mainly by adding more time complexities)Thorbjørn Martsum2013-10-151-2/+13
* Improve implicit shared documentation a bitThorbjørn Martsum2013-10-159-18/+114
* QList - fix a few doc issuesThorbjørn Martsum2013-10-151-10/+14
* Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-151-1/+6
* Add qWarning when trying to read or write a closed deviceLaszlo Papp2013-10-151-2/+6
* Fix memory leak in QFileInfo::exists()Jian Liang2013-10-122-1/+16
* Documentation: Add '\since' to doc for Qt::EdgeKevin Funk2013-10-121-0/+2
* Doc: Fix typos and add missing words.Marcel Krems2013-10-122-3/+3
* Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-113-6/+13
* Allow custom definition of Q_FORWARD_DECLARE_OBJC_CLASS and friendsTor Arne Vestbø2013-10-111-6/+12
* Reduce risks of lock file corruptionKevin Ottens2013-10-111-10/+10
* QVector: add some functions missing for QList compatMarc Mutz2013-10-112-9/+52
* Make sure QLoggingCategory default is availableKevin Ottens2013-10-101-2/+4
* Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø2013-10-091-2/+0
* Android: Add QAndroidJniXxx as friend classes in qjni.Christian Strømme2013-10-091-2/+2
* Fix "Empty or null file name(s)" warning textKai Koehne2013-10-081-4/+4
* Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-082-10/+14