summaryrefslogtreecommitdiffstats
path: root/src/gui/statemachine/qguistatemachine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+2
| | | | | Merge-request: 535 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: bin/syncqt doc/src/deployment/deployment.qdoc src/corelib/io/qfsfileengine_win.cpp src/corelib/xml/qxmlstream.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h tools/assistant/tools/assistant/centralwidget.cpp tools/linguist/lupdate/main.cpp
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Jason McDonald2010-01-061-0/+2
| |\
| * | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Cocoa: application will not quit when using dialogsRichard Moe Gustavsen2010-01-121-6/+0
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating a single dialog in the main function, and tell it to exec, we run a modal dialog. But there is really no other window on screen to be modal for. So in that case, since this is a rather common pattern for Qt applications, we allow users to quit the application from the dock. But this action is sendt as an apple event. And and that point in time, cocoa has the the apple event handler, and refuses to close down the application because it detects a modal window. Our solution is to install/overwrite the apple event handler for kAEQuit _after_ cocoa has finished its own installation. But in order to do this, we need to wait until [NSApplication run] has started, otherwise it will not take effect. And that is what this patch essentially does.
* | Fix QT_NO_CONTEXTMENUKent Hansen2010-01-061-0/+2
|/ | | | Task-number: QTBUG-6474
* Fix QT_NO_WHEELEVENTJørgen Lind2009-11-061-0/+2
| | | | Reviewed-by: Trust Me
* Fix QT_NO_WHATSTHISJørgen Lind2009-11-061-0/+2
| | | | Reviewed-by: tom
* Fix QT_NO_SHORTCUTJørgen Lind2009-11-061-0/+2
| | | | Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
* Fix QT_NO_TABLETEVENTJørgen Lind2009-11-061-0/+6
| | | | Reviewed-by: tom
* Fix QT_NO_STATUSTIPJørgen Lind2009-11-061-0/+2
| | | | Reviewed-by: paul
* Fix QT_NO_TOOLBARJørgen Lind2009-11-061-0/+2
| | | | Reviewed-by: tom
* compile without QT3SUPPORTJoerg Bornemann2009-10-061-0/+2
| | | | Reviewed-by: thartman
* statemachine: implement cloning of a whole bunch more GUI eventsKent Hansen2009-10-061-202/+142
| | | | | Now using QEventTransition with almost any type of event will actually work, instead of causing an assert.
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Compile with the following defines:msorvig2009-06-251-7/+9
| | | | | | QT_NO_DRAGANDROP QT_NO_ACTION QT_NO_GRAPHICSVIEW
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-041-0/+5
| | | | Reviewed-by: Thierry Bastian
* Fix missing/outdated license headers.Jason McDonald2009-05-211-3/+33
| | | | Reviewed-by: Trust Me
* kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-131-5/+0
| | | | We won't release another Qt Solution, so the define is no longer needed.
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+534