summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Removed include to qdatastream.h from qmetatype.hOlivier Goffart2011-11-101-4/+2
* Fix Q_STATIC_ASSERT on MacJoão Abecasis2011-11-101-1/+1
* Updated Qt::InputMethodQuery documentationPekka Vuorela2011-11-101-7/+22
* Add isDebugBuild() query function to QLibraryInfoaavit2011-11-102-16/+21
* Correctly normalize timevals before calling select()Bradley T. Hughes2011-11-092-9/+5
* QVariant: Fix MSVC compiler warning about unused variable null.Friedemann Kleint2011-11-091-2/+1
* [optimization] QVariants comparisonJędrzej Nowacki2011-11-091-2/+2
* Add QPolygonF to metatype system.Jędrzej Nowacki2011-11-093-2/+8
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-093-413/+345
* Implement QMetaTypeSwitcher.Jędrzej Nowacki2011-11-092-1/+103
* Add QTypeModuleInfo template classJędrzej Nowacki2011-11-092-1/+118
* Refactor QMetaType types.Jędrzej Nowacki2011-11-093-163/+155
* 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