Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 6 | -6/+6 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed all but one of the failures in the headers autotest. | Martin Smith | 2009-09-09 | 1 | -4/+4 |
| | | | | The resource compiler still generates files that don't have the LPGL header. | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 6 | -24/+24 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make the example also work on a desktop with a dark theme. | Thomas Zander | 2009-09-04 | 1 | -0/+1 |
| | |||||
* | Update license headers. | Jason McDonald | 2009-09-01 | 3 | -41/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | Disable event compression when the tablet events are accepted | Benjamin Poulain | 2009-08-31 | 8 | -21/+254 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Since Qt 4.5, all tablet events are compressed not to overload the widgets with the corresponding mouse event (a mouse event is generated if the tablet event is not accepted). This behavior reduce the precision when drawing on a widget that use the tablet events. All tablet events should be sent to the widget that are accepting the tablet event. With this patch, the tablet event are filtered only if the widget ignore the first tablet event. The mouse events are compressed. There is two special cases for the filtering: First, if a tablet event is for another widget than the one ignoring the tablet, this event should not be filtered. Second, if there is a mouse press event, the mouse move event should be sent to the widget that received the mouse press event. Helped-by: Pierre Rossi Reviewed-by: Thomas Zander Reviewed-by: Bradley T. Hughes | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix some missing and duplicated license headers. | Jason McDonald | 2009-08-27 | 1 | -0/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make the license test pass. | Frans Englich | 2009-08-19 | 2 | -0/+82 |
| | | | | | | | This is partly done to address a review comment for S60. Reviewed-by: Marius SO Reviewed-by: Paul | ||||
* | Add a Widget for manual testing of the tablet API | Benjamin Poulain | 2009-08-10 | 4 | -0/+204 |
The QTabletWidget shows the informations provided by the last QTabletEvent. |