summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix Qt namespace compilation.Toby Tomkins2011-11-161-0/+4
* Hide QVariant helper classes in a namespace.Jędrzej Nowacki2011-11-151-0/+2
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-158-29/+82
* Integrate testcocoon support into Qt build system.Rohan McGovern2011-11-151-0/+58
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-141-1/+30
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-141-1/+2
* Don't use deprecated functions on Mac OS XBradley T. Hughes2011-11-142-7/+7
* Add a -force-asserts option to configureHarald Fernengel2011-11-111-3/+3
* Prefer organizationDomain or CFBundleIdentifier for settings fileChris Meyer2011-11-111-0/+44
* avoid type aliasingThomas Hartmann2011-11-111-9/+30
* 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