summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-241-10/+1
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-222-31/+69
* Add spaces for string concatenation to work around C++11 source incompatibility.hjk2011-11-211-1/+1
* Add a roles argument to the dataChanged signal.Stephen Kelly2011-11-212-2/+7
* Reimplement some QMetaType methods.Jędrzej Nowacki2011-11-171-369/+205
* Reimplement QMetaType::typeName.Jędrzej Nowacki2011-11-171-97/+35
* 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-154-25/+37
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-141-1/+2
* Removed include to qdatastream.h from qmetatype.hOlivier Goffart2011-11-101-4/+2
* 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
* Bump QCoreApplicationPrivate::app_compile_version to 0x050000Bradley T. Hughes2011-11-071-1/+4
* Reinstate and deprecate the two argument QMetaType::constructKevin Simons2011-11-051-0/+4
* qeventdispatcher_win: Fix warnings about QAtomicInt.Friedemann Kleint2011-11-011-2/+2
* Update enums in documentation.Casper van Donderen2011-10-311-1/+2
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-312-4/+4
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-274-9/+9
* 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
* Unix (non-Glib) event dispatcher: round sleep to millisecond boundary.Thiago Macieira2011-10-271-1/+15
* Compile with clangBradley T. Hughes2011-10-241-5/+6
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-243-4/+4
* Add QStandardPaths::findExecutable.David Faure2011-10-231-13/+2
* Update keyToValue and keysToValue in QMetaEnumLiang Qi2011-10-192-10/+34
* Metatype: Silence MSVC warnings about unused variables.Friedemann Kleint2011-10-191-6/+6
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-192-8/+508
* Remove stale documentation.Casper van Donderen2011-10-181-5/+0
* Less friends is good, at least for C++ code :)Lars Knoll2011-10-172-3/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-6/+0
* Rename QMetaType::construct() to create()Kent Hansen2011-10-115-41/+45
* add qmetaobjectbuilder to qtbase.Lorn Potter2011-10-113-0/+2931
* Fix boolean logic issues in qcoreapplication_winKent Hansen2011-10-051-3/+3
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-033-7/+7
* "empty translation" does not mean "no translation"Oswald Buddenhagen2011-09-261-2/+2
* Use the right callback in QObject::disconnect()Olivier Goffart2011-09-231-1/+1
* merge translate() overloadsOswald Buddenhagen2011-09-212-25/+5
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-192-0/+28
* Fix warning when building objects with a Q_OBJECT macroTobias Hunger2011-09-151-1/+1
* Cocoa: QMenu refactor.Morten Sorvig2011-09-071-14/+0
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-062-13/+0
|\
| * Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-052-13/+0
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-302-0/+6
|\|