| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 1 | -12/+48 |
|
|
* | | Fixed performance issue with graphics effects on graphics items. | Samuel Rødal | 2009-08-31 | 1 | -0/+2 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 976 | -12688/+12688 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 979 | -12727/+12727 |
|
|
| * | Fixes: Crash when double-clicking a tab in a QTabBar with movable tabs | Olivier Goffart | 2009-08-28 | 1 | -1/+2 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 4 | -13/+55 |
|
|
* | | Added QContextMenuEvent sending to widget in Symbian. | Janne Anttila | 2009-08-31 | 1 | -1/+2 |
|
|
* | | Warning -- | Alessandro Portale | 2009-08-28 | 1 | -0/+2 |
|
|
* | | Added a default theme for the simulated S60 style | Alessandro Portale | 2009-08-28 | 4 | -3/+3 |
|
|
* | | Removing an obviously obsolete LIBS includion workaround. | Alessandro Portale | 2009-08-28 | 1 | -2/+0 |
|
|
* | | Using QFocusFrame to visualize the focus. | Alessandro Portale | 2009-08-28 | 3 | -118/+80 |
|
|
* | | Don't call qFuzzyIsNull on every single frame in QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-08-28 | 2 | -3/+10 |
|
|
* | | Add support for setting an opacity mask on QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-08-28 | 3 | -6/+96 |
|
|
* | | Fix wrong transform when drawing graphics item effect source. | Bjørn Erik Nilsen | 2009-08-28 | 1 | -4/+2 |
|
|
* | | Re-enabled the QPixmap cleanup hooks in QPixmap destructor. | Trond Kjernåsen | 2009-08-28 | 1 | -0/+2 |
|
|
* | | Fixed runtime warning in tst_QGraphicsProxyWidget::childPos. | Gabriel de Dietrich | 2009-08-28 | 1 | -2/+2 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | David Boddie | 2009-08-28 | 16 | -44/+90 |
|\ \ |
|
| * | | QTabBar: Add ability to change the position of the close button in the styles... | Olivier Goffart | 2009-08-28 | 1 | -0/+12 |
|
|
| * | | QTabBar: Being able to change the close button appearence in the stylesheet | Olivier Goffart | 2009-08-28 | 1 | -3/+11 |
|
|
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | mread | 2009-08-28 | 6 | -12/+18 |
| |\ \ |
|
| | * | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -3/+0 |
|
|
| | * | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 2 | -6/+5 |
|
|
| | * | | Fix the API for resetting QAbstractItemModels. | Stephen Kelly | 2009-08-28 | 2 | -1/+11 |
|
|
| | * | | Fix crash in backingstore when QWidget::paintEngine() returns 0 | Prasanth Ullattil | 2009-08-28 | 1 | -2/+2 |
|
|
| * | | | Deleting the CFontStore without a crash | mread | 2009-08-28 | 3 | -5/+19 |
| |/ / |
|
| * | | doc: Change some uses of \reimp to \internal. | Martin Smith | 2009-08-28 | 1 | -4/+0 |
|
|
| * | | Merge branch 'inputPanelExample' into 4.6 | axis | 2009-08-28 | 1 | -8/+9 |
| |\ \ |
|
| | * | | Doc: First review of the input panel example. | David Boddie | 2009-08-28 | 1 | -8/+9 |
|
|
| * | | | Compile with Qt-in-a-namepsace. | Morten Sørvig | 2009-08-28 | 4 | -12/+21 |
|
|
* | | | | Doc: Added some information about the clipping applied in paint events. | David Boddie | 2009-08-28 | 1 | -1/+10 |
|/ / / |
|
* | | | Merge branch '4.6' | Thiago Macieira | 2009-08-27 | 75 | -491/+1012 |
|\ \ \ |
|
| * \ \ | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-27 | 1 | -3/+10 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Fix subControlRect of the Mac style for the QComboBox | Benjamin Poulain | 2009-08-25 | 1 | -3/+10 |
|
|
| * | | | QTabBar: Fix the position of button in tabs. | Olivier Goffart | 2009-08-27 | 2 | -8/+10 |
|
|
| * | | | QTabBar: fix text being croped when there is an icon on the tab | Olivier Goffart | 2009-08-27 | 2 | -19/+12 |
|
|
| * | | | Refactor the way QCommonStyle layout the tab | Olivier Goffart | 2009-08-27 | 2 | -81/+87 |
|
|
| * | | | Doc: Explained how mouse events are handled by QGraphicsView. | Geir Vattekar | 2009-08-27 | 1 | -3/+5 |
|
|
| * | | | Gestures: Implement swipe gesture | Richard Moe Gustavsen | 2009-08-27 | 7 | -4/+171 |
|
|
| * | | | Fix compile error on Windows | Prasanth Ullattil | 2009-08-27 | 2 | -2/+2 |
|
|
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | David Boddie | 2009-08-27 | 5 | -73/+99 |
| |\ \ \ |
|
| | * | | | Gestures: make all screen points float | Richard Moe Gustavsen | 2009-08-27 | 3 | -16/+16 |
|
|
| | * | | | Mac: Fix Imageviewer example, and bugfix gestures | Richard Moe Gustavsen | 2009-08-27 | 3 | -2/+4 |
|
|
| | * | | | Cocoa: implement pan gestures to follow mouse | Richard Moe Gustavsen | 2009-08-27 | 2 | -13/+14 |
|
|
| | * | | | Cocoa: Implement single touch pan | Richard Moe Gustavsen | 2009-08-27 | 3 | -56/+79 |
|
|
| * | | | | Doc: Fixed recommended code as suggested in the public task. | David Boddie | 2009-08-27 | 1 | -1/+2 |
| |/ / / |
|
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | David Boddie | 2009-08-27 | 14 | -27/+165 |
| |\ \ \ |
|
| | * | | | Fixed clipping bugs in QGLWidgets (very noticeable in sub-attaq). | Samuel Rødal | 2009-08-27 | 1 | -1/+2 |
|
|
| | * | | | Implement IME reconversion on windows. | Prasanth Ullattil | 2009-08-27 | 3 | -1/+74 |
|
|
| | * | | | Doc: Widgets may ignore the role set with QWidget::setForegroundRole(). | Geir Vattekar | 2009-08-27 | 1 | -0/+8 |
|
|
| | * | | | Make sure itemAt() reflects the visual order. | Jan-Arve Sæther | 2009-08-27 | 4 | -7/+26 |
|
|