Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CI sytem build breakage. | Morten Johan Sørvig | 2010-03-25 | 1 | -0/+0 |
| | | | | (The .pro file name must match the dir name) | ||||
* | Mac: new auto test: macnativeevents | Richard Moe Gustavsen | 2010-03-24 | 7 | -0/+1316 |
This test will utilize the new API I wrote back in the days for posting/listening for native mouse and keyboard events on mac. By being able to create low-level native events that you can post to the window server, we can write tests that not only test the widgets layer of Qt, but also the platform dependent code that translates native events into Qt events. Reviewed-by: msorvig |