summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Allow platform specific values for the double click radius.Raino Priha2010-03-021-0/+4
* | Application menu is not translated in Mac OS X CocoaPrasanth Ullattil2010-03-031-0/+16
* | Implement alien widgets on Mac/Cocoa.Morten Johan Sørvig2010-03-021-5/+3
* | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-1/+5
* | Enabled searching of IM plugins on Symbian.axis2010-02-121-2/+12
* | Compile fix for embedded.Denis Dzyubenko2010-02-081-2/+0
* | Added new mouse cursor types.Denis Dzyubenko2010-02-051-0/+242
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-1/+3
|\ \ | |/
| * Remove unneeded resources from QtGuiAlessandro Portale2010-01-261-1/+3
* | Merge branch '4.6'Thiago Macieira2010-01-131-4/+13
|\ \ | |/
| * Fixes a crash when destroying and creating QApplication.Denis Dzyubenko2010-01-071-3/+12
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-081-0/+2
|\ \ | |/
| * Prevent a crash when creating an inputContext from the QApplication dtor.Denis Dzyubenko2010-01-051-0/+2
* | Merge branch '4.6'Thiago Macieira2009-12-261-7/+45
|\ \ | |/
| * Edit focus should not be lost unless by explicit actionSami Merila2009-12-211-1/+5
| * Optimisations to gesture event filtering.Denis Dzyubenko2009-12-151-6/+40
* | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-2/+8
|\ \ | |/
| * Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers.Bradley T. Hughes2009-12-111-2/+8
* | Revert back to using the native graphics system on Mac.Morten Johan Sørvig2009-12-021-8/+0
* | Merge branch '4.6'Thiago Macieira2009-11-251-29/+50
|\ \ | |/
| * We don't need to initialize multitouch in non-gui applications.Denis Dzyubenko2009-11-241-1/+2
| * Fixes in the multitouch handling.Denis Dzyubenko2009-11-181-28/+48