summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixed qdoc warnings.David Boddie2009-10-261-0/+3
* Fix bad check for GCC version.Thiago Macieira2009-10-231-1/+1
* Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-221-1/+4
* Changed qsrand() behavior for Windows to match the linux versionninerider2009-10-221-5/+20
* Revert "Change the way we handle KeyboardUIMode on Mac"Benjamin Poulain2009-10-201-1/+3
* Removed unnecessary include from a public header file.axis2009-10-161-4/+0
* Doc: Minor corrections and additions to i18n documentation.David Boddie2009-10-121-1/+1
* Doc: Gesture API documentation review.David Boddie2009-10-121-5/+5
* Added documentation for the Gesture API.Denis Dzyubenko2009-10-121-1/+40
* Fixed warnings autotest.Denis Dzyubenko2009-10-121-1/+1
* Fixed enum values in Qt::GestureContext.Denis Dzyubenko2009-10-121-2/+2
* QUuid::createUuid() not unique when using threads on UnixBradley T. Hughes2009-10-121-0/+28
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-092-8/+23
* Fix Qt Designer startup warnings about Qt::DropAction propertiesFriedemann Kleint2009-10-081-2/+2
* Documented the NoOpaqueDetection enum value in ImageConversionFlags.Samuel Rødal2009-10-071-1/+7
* Fixing more GCC warningsJoão Abecasis2009-10-071-2/+2
* Add documentation for WA_DontShowOnScreen.Peter Yard2009-10-061-0/+3
* Added QT_VERSION_CHECK to docs.Peter Yard2009-10-061-0/+11
* Stopped using bitfields for S60 and Symbian versions.axis2009-10-051-8/+8
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-6/+0
* Renamed the values in the Qt::TileRule enum.Trond Kjernåsen2009-10-022-14/+14
* Use "if (1) {} else" instead of "if (1); else" to silence compiler.Volker Hilsheimer2009-10-011-2/+2
* Add input method hint for URL input widgets.Volker Hilsheimer2009-10-012-0/+2
* Doc: Remaining pieces of the Graphics effect documentation.Bjørn Erik Nilsen2009-09-301-0/+13
* Add Qt::RenderHint to control rendering operations.Bjørn Erik Nilsen2009-09-302-0/+20
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-0/+2
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-251-20/+14
|\
| * Changed S60 version check to do runtime check also in emulator.Miikka Heikkinen2009-09-251-20/+14
* | QPrintPreviewDialog depends on QMainWindow (qfeatures.txt)Jeremy Katz2009-09-252-2/+2
|/
* Change the way we handle KeyboardUIMode on MacBenjamin Poulain2009-09-251-3/+1
* Compile fix for platforms prior to Symbian^3.Jason Barron2009-09-231-0/+1
* Cleaned up input method hints documentation a bit.axis2009-09-231-6/+15
* Added ImhEmailCharactersOnly flag.axis2009-09-231-0/+1
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-1/+4
* Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-181-1/+3
* Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-181-0/+1
* have make_qfeatures_dot_h use QTSRCDIR if defined, update qfeatures.hJeremy Katz2009-09-161-5/+5
* QGlobal: fix Windows error reportingPeter Hartmann2009-09-161-1/+1
* doc: Fixed some qdoc errors.Martin Smith2009-09-161-2/+2
* QCursor support for Symbian OSShane Kearns2009-09-153-0/+39
* Fix -Wconversion warnings where possible.David Faure2009-09-132-11/+11
* Optimized S60 version check.Miikka Heikkinen2009-09-111-21/+29
* Update license headers again.Jason McDonald2009-09-0920-80/+80
* Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-081-1/+2
* Fix warning when compiling with QT_NO_EXCEPTIONSOlivier Goffart2009-09-071-1/+1
* Fix QDialog test compilation on MacOlivier Goffart2009-09-041-1/+1
* Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-031-1/+2
* Improved the gesture api.Denis Dzyubenko2009-09-032-0/+4
* Fix tst_Moc::oldStyleCastsOlivier Goffart2009-09-021-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kai Koehne2009-09-0220-273/+288
|\