summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove QT_JAMBI_BUILD codeBradley T. Hughes2011-12-151-2/+2
* Add specialization for QTypeInfo<void>Jędrzej Nowacki2011-12-131-0/+13
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-4/+1
* Add support for three new X11 keysAlbert Astals Cid2011-12-092-0/+7
* Fix QT_DEPRECATED_SINCE evaluationBradley T. Hughes2011-12-051-23/+23
* Re-add QInternal::EventNotifyCallbackBradley T. Hughes2011-12-052-0/+49
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-022-128/+0
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-23/+12
* Fix QT_DEPRECATED_SINCE on windows.Olivier Goffart2011-11-231-2/+7
* Added build system support for installing tests.Rohan McGovern2011-11-232-1/+12
* Add Q_ENUMS and Q_FLAGS to enumeration InputMethodQuery and flag InputMethodQ...Joona Petrell2011-11-211-2/+3
* Document new input method hints introduced in Qt 5Joona Petrell2011-11-181-0/+6
* fix doc typoOswald Buddenhagen2011-11-181-1/+1
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-1/+1
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-141-1/+30
* Add a -force-asserts option to configureHarald Fernengel2011-11-111-3/+3
* Fix Q_STATIC_ASSERT on MacJoão Abecasis2011-11-101-1/+1
* Updated Qt::InputMethodQuery documentationPekka Vuorela2011-11-101-7/+22