summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qapplication.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Add initial Wayland app init codeJesse Barnes1-0/+4
2010-06-02Add a new qconfig feature GESTURESTasuku Suzuki1-1/+8
2010-06-01Added environment variable graphicssystem switch.Andreas Hartmetz1-3/+14
2010-05-28Add runtime_graphics_system flag to QApplicationPrivate.Jani Hautakangas1-0/+1
2010-05-28Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System1-1/+12
2010-05-27Merge commit 'origin/4.7' into symbian47Thomas Zander1-7/+11
2010-05-27Update documentation for the -font command line optionBradley T. Hughes1-1/+2
2010-05-25Dont crash when assigning the same input context twice.Denis Dzyubenko1-4/+6
2010-05-20Merge branch '4.7' of scm.dev.troll.no:qt/qt-s60-public into 4.7Jani Hautakangas1-0/+17
2010-05-20QApplication::closeAllWindows() should ignore windows being closedBradley T. Hughes1-3/+5
2010-05-20QRuntimeGraphicsSystemJani Hautakangas1-1/+12
2010-05-03Propagate LocaleChange event from application to widgets.Denis Dzyubenko1-0/+13
2010-05-03Support updating system locale data on SymbianDenis Dzyubenko1-0/+4
2010-04-16Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart1-1/+1
2010-04-15Symbol visibility fixes for RVCT4 on SymbianIain1-1/+1
2010-04-15Fix compile error with QT_NO_IMAGEFORMAT_XPM in QtGuiTasuku Suzuki1-0/+2
2010-04-07Make encoding clearThomas Zander1-2/+2
2010-03-22Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System1-2/+5
2010-03-22Merge branch '4.6-s60' into 4.7-s60axis1-7/+9
2010-03-18Initialize the graphics system before creating the style.Jason Barron1-6/+8
2010-03-18Minor update for f3f979cbd37f47892cd0c0a9fc23b802ed6f7890Prasanth Ullattil1-0/+2
2010-03-18Incorrect translation for Application menu items in Mac.Prasanth Ullattil1-3/+4
2010-03-03Removed unused macro.Adrian Constantin1-4/+0
2010-03-03Application menu is not translated in Mac OS X CocoaPrasanth Ullattil1-0/+16
2010-03-02Allow platform specific values for the double click radius.Raino Priha1-0/+4
2010-03-02Implement alien widgets on Mac/Cocoa.Morten Johan Sørvig1-5/+3
2010-02-16MOBILITY-404 QS Windows.Wolfgang Beck1-1/+5
2010-02-12Enabled searching of IM plugins on Symbian.axis1-2/+12
2010-02-08Compile fix for embedded.Denis Dzyubenko1-2/+0
2010-02-05Added new mouse cursor types.Denis Dzyubenko1-0/+242
2010-02-01Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System1-1/+3
2010-01-26Remove unneeded resources from QtGuiAlessandro Portale1-1/+3
2010-01-13Merge branch '4.6'Thiago Macieira1-4/+13
2010-01-08Merge branch '4.6'Thiago Macieira1-0/+2
2010-01-07Fixes a crash when destroying and creating QApplication.Denis Dzyubenko1-3/+12
2010-01-07Update copyright year to 2010Jason McDonald1-1/+1
2010-01-05Prevent a crash when creating an inputContext from the QApplication dtor.Denis Dzyubenko1-0/+2
2009-12-26Merge branch '4.6'Thiago Macieira1-7/+45
2009-12-21Edit focus should not be lost unless by explicit actionSami Merila1-1/+5
2009-12-15Merge commit 'origin/4.6'Olivier Goffart1-2/+8
2009-12-15Optimisations to gesture event filtering.Denis Dzyubenko1-6/+40
2009-12-11Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers.Bradley T. Hughes1-2/+8
2009-12-02Revert back to using the native graphics system on Mac.Morten Johan Sørvig1-8/+0
2009-11-25Merge branch '4.6'Thiago Macieira1-29/+50
2009-11-24We don't need to initialize multitouch in non-gui applications.Denis Dzyubenko1-1/+2
2009-11-18Fixes in the multitouch handling.Denis Dzyubenko1-28/+48
2009-11-13Merge branch '4.6'Thiago Macieira1-1/+2
2009-11-10Merge branch '4.6'Thiago Macieira1-49/+15
2009-11-10PlatformPlugin: Do not load the plugin if there is no GUIOlivier Goffart1-1/+2
2009-11-04Merge commit '51c9b68' into 4.6Morten Johan Sørvig1-47/+11