Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Integrate merge-request #419 into branch 'master' | Simon Hausmann | 2009-05-27 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Memory of fixedKernel is never returned, found by cppcheck. | Daniël | 2009-05-27 | 1 | -0/+1 | |
| | * | | | | | | | | | Optimized fast scaling of ARGB8565 images onto RGB16 images. | Samuel Rødal | 2009-05-27 | 1 | -1/+58 | |
| | * | | | | | | | | | Make QGLWidgets have the same background colour as QWidgets | Tom Cooksey | 2009-05-27 | 4 | -17/+22 | |
| * | | | | | | | | | | Restore undo compression for cut/del of selections | mae | 2009-05-27 | 1 | -25/+32 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Add comparation of images with indexed color | Benjamin Poulain | 2009-05-27 | 1 | -5/+5 | |
| * | | | | | | | | | Make WA_TranslucentBackground work on QGLWidget for X11 | Tom Cooksey | 2009-05-27 | 5 | -15/+146 | |
| * | | | | | | | | | Avoided expensive image upload for GL pixmap backend for QPixmap::fill. | Samuel Rødal | 2009-05-27 | 4 | -11/+59 | |
| * | | | | | | | | | Fixed bugs in GL2 paint engine when several engines are active. | Samuel Rødal | 2009-05-27 | 4 | -33/+41 | |
| * | | | | | | | | | Optimized QRasterPixmapData::metric. | Samuel Rødal | 2009-05-27 | 1 | -11/+22 | |
| * | | | | | | | | | Avoid deep copies of pixmaps when using cache in QGraphicsView. | Alexis Menard | 2009-05-27 | 1 | -13/+15 | |
| * | | | | | | | | | small refactor to change the interpolator at the same time as the | Thierry Bastian | 2009-05-27 | 4 | -34/+40 | |
| * | | | | | | | | | Do not use the locale in QDoubleSpinBoxPrivate::round | Olivier Goffart | 2009-05-27 | 1 | -3/+1 | |
| * | | | | | | | | | Add a flag that ensure that a connection is made only one | Olivier Goffart | 2009-05-27 | 2 | -10/+29 | |
| * | | | | | | | | | Use GLInt and not uint because of Apple's old header swap | Martin Smith | 2009-05-27 | 1 | -1/+1 | |
| * | | | | | | | | | Fix WinCE compile error not fixed by c666b88 | Jason McDonald | 2009-05-27 | 1 | -1/+1 | |
| * | | | | | | | | | doc update | Thierry Bastian | 2009-05-26 | 2 | -40/+186 | |
| * | | | | | | | | | some cleanups on private exported symbols | Thierry Bastian | 2009-05-26 | 13 | -41/+14 | |
| * | | | | | | | | | Mac: Prefix sat in qt.conf is ignored on Mac | Richard Moe Gustavsen | 2009-05-26 | 1 | -8/+8 | |
| * | | | | | | | | | A GLint is converted to int for passing to qBound(). | Martin Smith | 2009-05-26 | 1 | -1/+1 | |
| * | | | | | | | | | We first remove the pixmap from the cache and then release the key | Alexis Menard | 2009-05-26 | 1 | -1/+3 | |
| * | | | | | | | | | Windows CE compile fix | Joerg Bornemann | 2009-05-26 | 1 | -1/+1 | |
| * | | | | | | | | | Fixed a bug in animation when you set a start value that doesn't have | Thierry Bastian | 2009-05-26 | 1 | -3/+7 | |
| * | | | | | | | | | Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTS | Thierry Bastian | 2009-05-26 | 4 | -4/+4 | |
* | | | | | | | | | | Call the multitouch initialize and cleanup functions from cross-platform code | Bradley T. Hughes | 2009-05-29 | 2 | -2/+4 | |
* | | | | | | | | | | Reuse the raw touch event's modifiers when dispatching the widget touch events | Bradley T. Hughes | 2009-05-28 | 1 | -1/+1 | |
* | | | | | | | | | | Refactor the touch event dispatching code in preparation for allowing externa... | Bradley T. Hughes | 2009-05-28 | 8 | -145/+230 | |
* | | | | | | | | | | Don't try to maintain a current and active list of points for the app and wid... | Bradley T. Hughes | 2009-05-28 | 5 | -115/+30 | |
* | | | | | | | | | | When converting a touch event to graphicsscene event use lastPos instead of s... | Denis Dzyubenko | 2009-05-27 | 1 | -1/+1 | |
* | | | | | | | | | | Replaced ?: operator with a switch statement to make it more explicit | Denis Dzyubenko | 2009-05-27 | 1 | -5/+11 | |
* | | | | | | | | | | Capture keyboard modifiers for touch events | Denis Dzyubenko | 2009-05-27 | 1 | -6/+5 | |
* | | | | | | | | | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates() | Bradley T. Hughes | 2009-05-27 | 9 | -99/+165 | |
* | | | | | | | | | | Remove friends from QTouchEvent and QTouchEvent::TouchPoint | Bradley T. Hughes | 2009-05-27 | 4 | -38/+42 | |
* | | | | | | | | | | Don't enable WM_TOUCH* messages on all windows | Bradley T. Hughes | 2009-05-26 | 3 | -5/+19 | |
* | | | | | | | | | | Compile fix after conflict resolution | Bradley T. Hughes | 2009-05-26 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-26 | 239 | -3831/+22600 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Fixed docs warnings for Animation API | Thierry Bastian | 2009-05-26 | 3 | -6/+15 | |
| * | | | | | | | | | Fix build failure on MacOS 10.4 | Tom Cooksey | 2009-05-26 | 1 | -3/+3 | |
| * | | | | | | | | | Protect dump function by ifdef. | Ian Walters | 2009-05-25 | 2 | -1/+11 | |
| * | | | | | | | | | Fix all docs warnings and add since 4.6 to new methods | Alexis Menard | 2009-05-25 | 1 | -7/+22 | |
| * | | | | | | | | | Fixed insertion of unnecessary spaces at the end of attribute lists | Thorbjørn Lindeijer | 2009-05-25 | 1 | -3/+2 | |
| * | | | | | | | | | Some refactoring of windows specific code + a private class of animations | Thierry Bastian | 2009-05-25 | 8 | -82/+56 | |
| * | | | | | | | | | Removed some export to symbols that don't need it | Thierry Bastian | 2009-05-25 | 7 | -27/+11 | |
| * | | | | | | | | | Fix a warning on MSVC | Thierry Bastian | 2009-05-25 | 1 | -1/+1 | |
| * | | | | | | | | | Compile fix | Thierry Bastian | 2009-05-25 | 2 | -2/+2 | |
| * | | | | | | | | | Added QT_NO_ANIMATION to qfeatures | Thierry Bastian | 2009-05-25 | 2 | -4/+17 | |
| * | | | | | | | | | Warnings fixed on MSVC | Thierry Bastian | 2009-05-25 | 1 | -1/+3 | |
| * | | | | | | | | | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 73 | -223/+220 | |
| * | | | | | | | | | Introduced preserved swap buffer path in GL window surface. | Samuel Rødal | 2009-05-25 | 1 | -50/+64 | |
| * | | | | | | | | | Fixed bug in QPaintEngineEx::drawTiledPixmap fallback code. | Samuel Rødal | 2009-05-25 | 1 | -1/+1 | |