summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* QtDebug: Include file, line, function informationKai Koehne2012-02-015-102/+408
* Remove non existant features from qfeature.hLars Knoll2012-01-312-540/+54
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-302-23/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3021-21/+21
* Fix compilation warnings on MSVC.Jędrzej Nowacki2012-01-291-2/+2
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-291-5/+10
* Mark the single argument containers as movable.Stephen Kelly2012-01-261-0/+25
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-261-2/+1
* Wrap unimplemented clang feature in __has_featureOlivier Goffart2012-01-261-4/+13
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-255-140/+1
* remove vestiges of text codec pluginsMark Brand2012-01-251-7/+0
* Remove Q_COMPILER_FINALOlivier Goffart2012-01-241-7/+1
* Made window orientation API more flexible.Samuel Rødal2012-01-242-2/+3
* Remove dependencies on removed "TEXTSTREAM" option (f65a10b733)David Faure2012-01-241-3/+3
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-243-19/+2
* Update obsolete contact address.Jason McDonald2012-01-231-2/+2
* Update contact information in license headers.Jason McDonald2012-01-2321-22/+22
* remove obsolete codec plugin loading codeMark Brand2012-01-205-17/+0
* Remove QBool and use bool instead.David Faure2012-01-201-17/+0
* Remove Q_CC_MWERKS.Robin Burchell2012-01-192-36/+2
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-191-6/+3
* qglobal: Remove symbian specific featuresOlivier Goffart2012-01-162-496/+15
* Document Q_DECL_CONSTEXPROlivier Goffart2012-01-141-0/+11
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-132-0/+11
* Add Q_COMPILER_* defines for C++11 features supported by clangBradley T. Hughes2012-01-121-1/+40
* QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-2/+1
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-114-27/+1
* Fix Q_ASSERT_X to handle QT_FORCE_ASSERTSHarald Fernengel2012-01-111-3/+3
* Add defines for explicit virtual overrides.Stephen Kelly2012-01-101-0/+17
* Document timer accuracy behavior on UNIX.Bradley T. Hughes2012-01-101-1/+9
* Use Qt::TimerType on Windows when starting timersBradley T. Hughes2012-01-101-0/+6
* Remove symbian debug macro definition.Stephen Kelly2012-01-101-9/+0
* Add define for C++11 explict delete methodsStephen Kelly2012-01-091-8/+8
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-6/+0
* Introduced input method hints for latinPekka Vuorela2012-01-072-0/+5
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-3/+3
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-0/+1
* Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUTDavid Faure2012-01-051-7/+9
* Removed Qt::ImhMultiLinePekka Vuorela2012-01-052-2/+0
* Update copyright year in license headers.Jason McDonald2012-01-0521-22/+22
* Added flag operators for Qt::InputMethodQueriesPekka Vuorela2012-01-051-0/+1
* corelib: Introduce Q_ALLOC_SIZE and use it on qMalloc and friendsHolger Hans Peter Freyther2012-01-021-4/+11
* Do not unconditionally define QT_BEGIN_MOC_NAMESPACEDenis Dzyubenko2012-01-021-0/+8
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-022-0/+17
* Enable variadic macros if building in c++0x mode.Stephen Kelly2011-12-291-0/+1
* Increase the value of the UserRole for the ItemDataRole enum.Stephen Kelly2011-12-271-1/+1
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-1/+0
* Q_STATIC_ASSERT: fix C style castOlivier Goffart2011-12-191-1/+1
* Remove note about Maemo5-reserved enum values, and renumber appropriately.Robin Burchell2011-12-181-14/+2
* Remove widget attribute orientation values from Qt:: enum.Robin Burchell2011-12-182-13/+0