summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-4/+7
* Require CMake 2.8.9 for the qt5_use_modules function.Stephen Kelly2012-08-101-14/+1
* Doc: Added a Qt Network landing page.Jerome Pasion2012-08-102-3/+1
* Use an include guard for qelapsedtimer.h that matches the file nameThiago Macieira2012-08-101-3/+3
* Use Q_LIKELY instead of doing an #ifdef for GCCThiago Macieira2012-08-101-7/+2
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-092-0/+59
* Remove code duplication in QStandardPaths implementationsDavid Faure2012-08-096-68/+20
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-097-0/+35
* Mark QElapsedTimer functions as Q_DECL_NOTHROWThiago Macieira2012-08-098-63/+63
* Add Q_DECL_NOTHROW to QRefCount.Thiago Macieira2012-08-091-8/+8
* Mark all atomic functions as Q_DECL_NOTHROWThiago Macieira2012-08-0912-313/+313
* Add Q_DECL_NOTHROW to the atomic functionsThiago Macieira2012-08-092-56/+56
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-094-7/+55
* Remove unnecessary extra indentation in the EXPORT macrosThiago Macieira2012-08-091-23/+22
* Remove the Q_xxx_EXPORT macros of other modules from qglobal.hThiago Macieira2012-08-091-31/+0
* Rename QMapData::free to destroyThiago Macieira2012-08-091-3/+3
* Rename QLinkedList::free to freeData for consistencyThiago Macieira2012-08-091-6/+6
* Rename QContiguousCache allocate and free functions to say "Data"Thiago Macieira2012-08-092-20/+20
* Remove use of ::free from qlist.hThiago Macieira2012-08-092-5/+13
* statemachine: Really fix signal transition handling in multi-threaded setupKent Hansen2012-08-082-6/+27
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Clarify how days are counted in QDateTime::daysTo documentation.Mitch Curtis2012-08-082-1/+22
* Q_DECL_NOTHROW: stronger and more widely available version of Q_DECL_NOEXCEPTMarc Mutz2012-08-072-4/+73
* QUrl::idnWhiteList(): add QList::reserve() callMarc Mutz2012-08-071-2/+4
* QtNoDebug: remove special member functionsMarc Mutz2012-08-071-3/+0
* ifdef drivespec handling in relativeFilePath to windowsOswald Buddenhagen2012-08-071-9/+4
* Don't export QAtomicInt, it's all inlineThiago Macieira2012-08-071-1/+1
* Add a T parameter to the memory barrier functions in atomics.Thiago Macieira2012-08-076-39/+49
* QMessageLogger: mark default ctor as constexpr, tooMarc Mutz2012-08-071-2/+2
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-071-3/+10
* Remove extra Q_COMPILER_xxx defines from the MSVC section.Thiago Macieira2012-08-061-11/+0
* MSVC's throw() behaviour matches the C++11 noexcept, so use itThiago Macieira2012-08-061-1/+5
* Optimise QMutexLocker a little: don't call relock() in the constructorThiago Macieira2012-08-061-2/+5
* Make sure codecForLocale returns a valid codec in bootstrap modeJan-Arve Saether2012-08-061-1/+1
* Add missing const qualifier to snippet in QIdentityProxyModel doc.Mitch Curtis2012-08-061-1/+1
* Fix typos in qdatetime.cpp.Mitch Curtis2012-08-061-8/+8
* Logging: mark qEmergencyOut() noexceptMarc Mutz2012-08-061-1/+1
* qdatetime: micro optimization in fmtDateTimehjk2012-08-051-36/+36
* ICU: lock the mutex before calling an Unlocked functionThiago Macieira2012-08-041-0/+2
* ICU: Mark which functions are threadsafe and which ones aren'tThiago Macieira2012-08-043-14/+20