summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QGlobal: Define a default message handlerAurindam Jana2011-11-081-16/+26
* Add Q_DECLARE_PRIVATE equivalent for QDir, to be able to subclass itDavid Faure2011-11-084-15/+33
* Bump QCoreApplicationPrivate::app_compile_version to 0x050000Bradley T. Hughes2011-11-071-1/+4
* symbian epoc root code removedJoerg Bornemann2011-11-072-18/+0
* Reinstate and deprecate the two argument QMetaType::constructKevin Simons2011-11-051-0/+4
* Fix usage of QtConcurrent headers with -Wshadow -WerrorDavid Faure2011-11-041-2/+2
* Revert "Use standard spelling for two languages"Lars Knoll2011-11-042-49/+49
* QStandardPaths: add DownloadLocation.David Faure2011-11-045-3/+13
* Use standard spelling for two languagesJiang Jiang2011-11-042-49/+49
* QThread::isFinished should return true from finished()Olivier Goffart2011-11-031-2/+2
* Enable deprecated feature for nowOlivier Goffart2011-11-031-2/+3
* QStandardPaths: fix encoding of XDG_CONFIG_HOME env varDavid Faure2011-11-021-1/+1
* Adding custom bezier easing curves to QEasingCurveThomas Hartmann2011-11-022-6/+541
* Use C++11 static_assertOlivier Goffart2011-11-021-0/+10
* Fix broken build.Jędrzej Nowacki2011-11-011-2/+2
* Tentatively keep operator=(const QAtomic* &other)Bradley T. Hughes2011-11-011-2/+0
* qeventdispatcher_win: Fix warnings about QAtomicInt.Friedemann Kleint2011-11-011-2/+2
* Use QAtomicInt::store() instead of operator=(int)Bradley T. Hughes2011-11-011-2/+2
* Remove S60/symbian specific code in corelib/archLiang Qi2011-11-0114-7469/+1
* Update enums in documentation.Casper van Donderen2011-10-311-1/+2
* QRecursiveMutexPrivate should not inherit from QMutexPrivateOlivier Goffart2011-10-317-49/+55
* Rename QBasicMutex::d to QBasicMutex::d_ptrOlivier Goffart2011-10-313-26/+26
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-314-20/+13
* Remove symbian threading primitive.Olivier Goffart2011-10-286-928/+3
* Mark QAtomic* implicit cast and other operators as deprecatedBradley T. Hughes2011-10-281-0/+13
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-2718-56/+55
* Fix compiler warnings.Friedemann Kleint2011-10-273-4/+4
* Use load() instead of implicit cast when using QueuedConnectionBradley T. Hughes2011-10-271-12/+15
* Move the implementation of normalizeTypeInternal()Bradley T. Hughes2011-10-274-152/+211
* Add QDataStream operators to QMargins, so it can be streamedSteven Ceuppens2011-10-272-0/+49
* Use load() when constructing QSimpleCodec's reverse mapBradley T. Hughes2011-10-271-7/+10
* Unix (non-Glib) event dispatcher: round sleep to millisecond boundary.Thiago Macieira2011-10-271-1/+15
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-265-50/+50
* Revert "Use memmove in QListData::append(int) as regions overlap."Oswald Buddenhagen2011-10-261-1/+1
* Silence warning from clangBradley T. Hughes2011-10-251-2/+2
* Compile with clangBradley T. Hughes2011-10-241-5/+6
* QIODevice - disallow setTextMode when not openShane Kearns2011-10-241-0/+6
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-2424-250/+44
* Rename storageLocation() to writableLocation().David Faure2011-10-235-13/+13
* Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)David Faure2011-10-235-7/+42
* Add QStandardPaths::findExecutable.David Faure2011-10-233-14/+92
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-235-74/+297
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-236-0/+688
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-221-1/+1
* Compile with clangBradley T. Hughes2011-10-221-2/+2
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-222-26/+19
* Off-by-one error in assert condition...João Abecasis2011-10-211-1/+1
* Leftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6João Abecasis2011-10-211-14/+0
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-211-50/+34
* Use "native paths" on POSIX platforms as wellJoão Abecasis2011-10-211-27/+3