summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added environment variable for style overriding.Dominik Holland2010-11-021-2/+10
* Do not crash on SymbianAlessandro Portale2010-10-281-2/+7
* Allow default QApplication::startDragDistance() to be defined in platformdefs.hMartin Jones2010-10-061-2/+5
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-241-2/+7
|\
| * Incorrect translations for application menu items on Mac OS X.Prasanth Ullattil2010-09-231-2/+7
* | Doc: Said that QApplication exits when not able to open X11 displayGeir Vattekar2010-09-241-0/+6
|/
* Make qml debugging work with command line argumentsLasse Holmstedt2010-09-171-0/+6
* fix QTBUG-13501 - crash when a gesture is accepted but not consumedJeremy Katz2010-09-141-2/+4
* Remove compiler warning in qapplication.cpp.Jason Barron2010-09-131-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-101-0/+2
|\
| * Fix crash in QRuntimeGraphicsSystem due to destruction order.Jason Barron2010-09-101-0/+2
* | Force MeeGo touch to use native graphics system for now.Samuel Rødal2010-09-101-0/+24
|/
* resolving method name does not work for Symbian so need to use ordinal insteadPetri Kiiskinen2010-09-071-0/+6
* Crash in QWidgetPrivate::init on QApplication::quit() using a modal dialog on...Carlos Manuel Duclos Vergara2010-08-181-12/+12
* Increase drag distance on Symbian to improve finger usability on capacitive s...Joona Petrell2010-08-051-1/+1
* Cocoa: Active QDockWidget does not stay on top of inactive QDockWidgetRichard Moe Gustavsen2010-08-031-0/+7
* Check the gesturemanager pointer before accessing it.Denis Dzyubenko2010-07-271-4/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-101-0/+2
|\
| * Fix compilation when QT_NO_IM is definedTasuku Suzuki2010-07-081-0/+2
* | SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-0/+3
|/
* Making orbit input methods work with Qt apps with -no-s60mread2010-07-011-2/+2
* fix for broken input method loadingmread2010-07-011-1/+1
* Avkon removal configured with -no-s60mread2010-07-011-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-121-0/+1
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-s...Denis Dzyubenko2010-06-071-4/+22
| |\
| * | Fix QApplication/QWidget to really take ownership of input contextsMichael Hasselmann2010-06-071-0/+1
* | | Handle setting the layoutDirection to Qt::LayoutDirectionAutoLars Knoll2010-06-091-1/+1
* | | Allow to build Qt in static with mingwThierry Bastian2010-06-071-1/+1
| |/ |/|
* | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-1/+8
* | Added environment variable graphicssystem switch.Andreas Hartmetz2010-06-011-3/+14
|/
* Add runtime_graphics_system flag to QApplicationPrivate.Jani Hautakangas2010-05-281-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-271-1/+12
|\
| * Merge commit 'origin/4.7' into symbian47Thomas Zander2010-05-271-7/+11
| |\
| * \ Merge branch '4.7' of scm.dev.troll.no:qt/qt-s60-public into 4.7Jani Hautakangas2010-05-201-0/+17
| |\ \
| * | | QRuntimeGraphicsSystemJani Hautakangas2010-05-201-1/+12
* | | | Update documentation for the -font command line optionBradley T. Hughes2010-05-271-1/+2
| |_|/ |/| |
* | | Dont crash when assigning the same input context twice.Denis Dzyubenko2010-05-251-4/+6
* | | QApplication::closeAllWindows() should ignore windows being closedBradley T. Hughes2010-05-201-3/+5
| |/ |/|
* | Propagate LocaleChange event from application to widgets.Denis Dzyubenko2010-05-031-0/+13
* | Support updating system locale data on SymbianDenis Dzyubenko2010-05-031-0/+4
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-1/+1
|\
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-1/+1
* | Fix compile error with QT_NO_IMAGEFORMAT_XPM in QtGuiTasuku Suzuki2010-04-151-0/+2
* | Make encoding clearThomas Zander2010-04-071-2/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-221-2/+5
|\ \
| * | Minor update for f3f979cbd37f47892cd0c0a9fc23b802ed6f7890Prasanth Ullattil2010-03-181-0/+2
| * | Incorrect translation for Application menu items in Mac.Prasanth Ullattil2010-03-181-3/+4
* | | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-7/+9
|\ \ \ | |/ / |/| / | |/
| * Initialize the graphics system before creating the style.Jason Barron2010-03-181-6/+8
| * Removed unused macro.Adrian Constantin2010-03-031-4/+0