summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix documented QMetaType::UserType value.Aaron McCarthy2012-08-201-1/+1
* Use QThread instead of QPushButton as an example in the docsLars Knoll2012-08-202-3/+3
* Fix more qdoc errorsLars Knoll2012-08-209-37/+53
* Fix qdoc errors in qcoreevent.Lars Knoll2012-08-201-4/+9
* Fix qdoc errors in the QAbstractEventDispatcher documentation.Lars Knoll2012-08-201-4/+32
* Fix some qdoc errors in the QJson* classesLars Knoll2012-08-202-0/+16
* Fix snippet bug in State Machine OverviewLars Knoll2012-08-201-1/+3
* Fix a couple of qdoc errors.Lars Knoll2012-08-202-3/+10
* Refactor the automatic metatype templates into preprocessor lists.Stephen Kelly2012-08-201-24/+40
* Enable QAtomicInteger for char16_t and char32_tThiago Macieira2012-08-187-0/+47
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-1812-96/+96
* Modernise, update and fix errors in the QUrl documentationThiago Macieira2012-08-181-44/+65
* Bring back the documentation on QUrl deprecated methodsThiago Macieira2012-08-181-0/+433
* Fix a couple of qdoc errorsLars Knoll2012-08-188-22/+7
* Remove QWidgetStar.Stephen Kelly2012-08-183-23/+4
* Fix most qdoc errors for QMapLars Knoll2012-08-181-18/+10
* Move the statemachine documentation into qtcoreLars Knoll2012-08-1816-0/+1163
* Move the animation overview doc into QtCoreLars Knoll2012-08-182-0/+364
* Fix qdoc erros in qfile and related classesLars Knoll2012-08-185-9/+8
* Mark simple static methods in QThread as Q_DECL_NOTHROWThiago Macieira2012-08-183-6/+6
* QMessageLogger: mark noDebug() as nothrowMarc Mutz2012-08-182-2/+2
* QMessageLogger: make member functions constMarc Mutz2012-08-182-17/+17
* Doc: Fix spelling errorsSergio Ahumada2012-08-171-1/+1
* QThreadPool: fix race on 'queue' in stealRunnable()Marc Mutz2012-08-171-1/+1
* QThreadPool: use swap() when making a copy of allThreadsMarc Mutz2012-08-171-3/+3
* QThreadPool: don't loop unless neededMarc Mutz2012-08-171-2/+2
* Fix compilation of QThread on QNXSean Harmer2012-08-171-4/+6
* QSlotObjectBase: re-enable tail-call optimisation in impl()Marc Mutz2012-08-151-19/+19
* QSlotObjectBase: combat virtual function "bloat"Marc Mutz2012-08-154-72/+120
* Avoid an expensive call to toLocal8Bit upon thread creationThiago Macieira2012-08-151-10/+18
* Remove trailing comma in enumThiago Macieira2012-08-152-2/+2
* Add parameter docs for QAbstractEventDispatcher::filterNativeEvent.Frederik Gladhorn2012-08-151-2/+4
* Disable CPUID checking with GCC 4.2 or olderThiago Macieira2012-08-151-0/+22
* Only emit headerDataChanged for valid proxy intervals.Stephen Kelly2012-08-151-7/+35
* Fix QMessageLogger and associated qdoc errorsJeremy Katz2012-08-151-5/+100
* Add a module page for QtConcurrentLars Knoll2012-08-152-4/+2
* Mark QCollator as internal.Lars Knoll2012-08-151-0/+2
* Fix QPointer qdoc errorsLars Knoll2012-08-152-16/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-1532-144/+312
* Speed up construction of basic QVariantsHarald Fernengel2012-08-152-38/+100
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-145-7/+7
* Fix warning about change of signThiago Macieira2012-08-141-1/+1
* Deprecate Qt::WFlags.Stephen Kelly2012-08-142-0/+4
* Tidy up QEvent::Type enums.Mitch Curtis2012-08-141-13/+13
* Document QFile::open() argument "handleFlags"Jeremy Katz2012-08-141-0/+2
* Fix declaration of qt_gettime for Q_DECL_NOTHROWThiago Macieira2012-08-133-1/+5
* fix some QElapsedTimer doc grammar issuesJeremy Katz2012-08-131-3/+3
* Make QElapsedTimer always store nanoseconds in t2Thiago Macieira2012-08-131-18/+15
* Fix a ### Qt5 issue: remove limits.h from qreadwritelock.hThiago Macieira2012-08-131-1/+0
* QModelIndex: remove user-defined copy operationsMarc Mutz2012-08-111-3/+1