summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-254-40/+36
* Don't define QT_NO_ICONV on Windows: that comes from qconfig.hThiago Macieira2012-08-251-1/+1
* Add qiterator.h to tools.priThiago Macieira2012-08-251-0/+1
* doc: Fix some qdoc warningsEskil Abrahamsen Blomfeldt2012-08-232-10/+12
* Compile without the deprecated filterEvent functionThiago Macieira2012-08-231-1/+1
* Extract the QMetaMethodPrivate::ownMethodIndex method.Stephen Kelly2012-08-231-5/+11
* Make QAbstractItemModel::sibling virtual.Stephen Kelly2012-08-232-17/+21
* Make sure we don't get duplicated doc pages.Lars Knoll2012-08-231-5/+0
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-23142-11/+235
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-236-12/+12
* ICU: Fix crash in codecForMib(2107)Kai Koehne2012-08-231-0/+4
* A few more random documentation fixesShawn Rutledge2012-08-232-5/+16
* De-inline QVariant(float)Harald Fernengel2012-08-232-1/+4
* Move Qt::CursorMoveStyle docs to the right file.Frederik Gladhorn2012-08-231-0/+15
* Logging: make qEmergencyOut() not allocate from the heapMarc Mutz2012-08-231-11/+38
* Simple optimisation in toLocal8Bit(): call codecForLocale once onlyThiago Macieira2012-08-231-6/+9
* Optimize QAbstractItemModel::sibling a bit.Stephen Kelly2012-08-221-1/+1
* Doc: Fix snippet bug in State Machine overview.Geir Vattekar2012-08-221-0/+1
* Do not consider sign in qIsNull.Mitch Curtis2012-08-221-4/+4
* Try to work around GCC 4.6's noexcept bugs, againThiago Macieira2012-08-211-6/+3
* Disregard milliseconds in QTime::secsTo().Mitch Curtis2012-08-211-1/+4
* Serialise QDateTime as UTC and timeSpec() instead of private spec.Mitch Curtis2012-08-211-6/+27
* doc: Added \relates command to some function qdoc commentsMartin Smith2012-08-213-1/+12
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-205-14/+78
* tst_qurlinternal: use qurl_p.h instead of declaring the functionsThiago Macieira2012-08-201-1/+1
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-209-38/+43
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-203-3/+51
* Remove QProxyModel from qtbase.Stephen Kelly2012-08-201-1/+0
* Disable C++11 noexcept support in GCC 4.6.0 and 4.6.1Thiago Macieira2012-08-201-0/+5
* QAtomic: make ctors constexpr, if possibleMarc Mutz2012-08-201-0/+12
* QBasicAtomic: add QT_BASIC_ATOMIC_HAS_CONSTRUCTORS macroMarc Mutz2012-08-201-2/+6
* Fix processor detection for MSVC ARM compiler (WEC7).Janne Anttila2012-08-201-4/+7
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-202-8/+7
* Speed up sorting of dir entries when sorted by dateRobin Burchell2012-08-201-2/+13
* Doc: Work on QVariant's equality operator.Geir Vattekar2012-08-201-2/+13
* 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