summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add isDebugBuild() query function to QLibraryInfoaavit2011-11-102-16/+21
* QGlobal: Define a default message handlerAurindam Jana2011-11-081-16/+26
* symbian epoc root code removedJoerg Bornemann2011-11-072-18/+0
* Enable deprecated feature for nowOlivier Goffart2011-11-031-2/+3
* Use C++11 static_assertOlivier Goffart2011-11-021-0/+10
* Fix broken build.Jędrzej Nowacki2011-11-011-2/+2
* Fix compiler warnings.Friedemann Kleint2011-10-271-1/+1
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-244-193/+12
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-221-1/+1
* Expand QT_TR_NOOP("str") to "str", not ("str").Jan-Arve Saether2011-10-211-4/+4
* Introduce Q_STATIC_ASSERTJędrzej Nowacki2011-10-191-0/+9
* Remove Sensors and Location related macros/defines from qglobal.h.alex2011-10-191-26/+0
* Disable ELF interpreter check when cross-compilingHarald Fernengel2011-10-141-1/+1
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-0/+12
* Enable using the new Qt::ScreenOrientation enum as flagsJani Uusi-Rantala2011-10-101-5/+10
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-5/+0
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-072-0/+21
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-8/+8
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-031-5/+1
* Add Qt::WindowTransparentForMouseEventsLars Knoll2011-09-211-0/+1
* Add new composite Qt::ImQueryInput queryJoona Petrell2011-09-141-0/+2
* Windows: fixed compile of libQtPlatformSupportRohan McGovern2011-09-141-0/+15
* Merge branch 'refactor'Gunnar Sletta2011-09-133-45/+80
|\
| * Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-1/+2
| * Refactor the input frameworkLars Knoll2011-09-071-14/+26
| * Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-063-32/+0
| |\
| * | Introduce Q_QTQUICK1_EXPORT fixing exports in declarative.Friedemann Kleint2011-08-311-0/+8
| * | Merge branch 'master' into refactorGunnar Sletta2011-08-252-1/+12
| |\ \
| * | | Fix build.Friedemann Kleint2011-08-191-0/+16
| * | | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-032-2/+11
| |\ \ \