summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Disable visibility on CC 5.9 since the compiler doesn't like itThiago Macieira2009-07-211-1/+2
* Add priority property to QActionJens Bache-Wiig2009-07-171-1/+1
* Allow picking up tool button style from the systemJens Bache-Wiig2009-07-161-1/+2
* Fix HPUX compilationRobert Griebl2009-07-151-1/+1
* fix warnings for mingw in QtCoreThierry Bastian2009-07-151-1/+1
* Build fix for mingwThierry Bastian2009-07-141-0/+7
* QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-1/+1
* support for id-based translationsOswald Buddenhagen2009-07-062-0/+68
* Refactored gesture apiDenis Dzyubenko2009-07-021-29/+0
* Make the macros QT_WA & QT_WA_INLINE only use the unicode partMarius Storm-Olsen2009-07-011-10/+2
* src/qt3support: Remove QT_WA and non-Unicode code paths, dropping Win9x and N...miniak2009-07-011-0/+9
* src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-1/+20
* src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-012-32/+15
* Merge branch '4.5'Thiago Macieira2009-06-282-5/+9
|\
| * Fix detection of the ELF interpreter on Linux.Thiago Macieira2009-06-282-5/+9
| * Bump Qt version number.Jason McDonald2009-06-251-2/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-261-1/+30
|\ \
| * | Add some macro expressions to qglobal.h for typeof, alignof and aligned().Thiago Macieira2009-06-261-1/+30
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-241-0/+4
|\ \ \ | |/ /
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-231-0/+4
| |\ \ | | |/
| | * Add an error message for building architecture mismatchNorwegian Rock Cat2009-06-231-0/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-231-0/+12
|\ \ \ | |/ /
| * | Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-221-0/+12
* | | Multitouch, Cocoa: Added Qt::WA_TouchPadAcceptSingleTouchEventsRichard Moe Gustavsen2009-06-221-0/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-221-0/+4
|\ \ \ | |/ /
| * | Changed enum Qt::Uninitialized to enum Qt::InitializationMartin Smith2009-06-191-1/+1
| * | Make construction of unitialized QTransform/QMatrix a no-op.Bjørn Erik Nilsen2009-06-181-0/+4
* | | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-1/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1718-37/+37
|\ \ \ | |/ /
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-1618-37/+37
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1618-37/+37
* | | rename Qt::WA_AcceptedTouchBeginEvent to Qt::WA_WState_AcceptedTouchBeginEventBradley T. Hughes2009-06-111-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-082-0/+4
|\ \ \ | |/ /
| * | handle qreal properties correctly in the meta-object systemKent Hansen2009-06-051-0/+1
| * | Fix for Qt issue #218037 - Add support for the WM_MOUSEHWHEEL message on Windowsminiak2009-06-051-0/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-052-0/+12
|\ \ \ | |/ /
| * | regeneration of qfeatures.hThierry Bastian2009-06-041-0/+5
| * | add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-041-0/+7
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-293-21/+47
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-12/+37
| |\ \ | | |/
| | * qdoc: Indicate that qAbs(T& v) compares v to a 0 of type T.Martin Smith2009-05-261-12/+37
| * | Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-271-1/+2
| * | Mac: Prefix sat in qt.conf is ignored on MacRichard Moe Gustavsen2009-05-261-8/+8
* | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-4/+6
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-262-2/+10
|\ \ \ | |/ /
| * | Added QT_NO_ANIMATION to qfeaturesThierry Bastian2009-05-251-0/+8
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-121-0/+1
|\ \ \ | |/ /
| * | Add a AA_MacDontSwapCtrlAndMeta application attribute.Norwegian Rock Cat2009-05-111-0/+1
* | | Added Qt::GestureUpdated state for the gesture.Denis Dzyubenko2009-05-111-2/+4