Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce QGraphicsItem::ItemHasNoContents. | Andreas Aardal Hanssen | 2009-06-11 | 1 | -0/+4 |
| | | | | | | | | | | | This flag helps optimize the case where an item is used only as a transformation node in a scene graph, and where the item itself doesn't paint anything. This is the default for FxItem (the subclasses that do paint enable the HasContents flag). This lets Graphics View know whether there's any point in setting up the world transform, opacity and other things. Reviewed-by: Lars | ||||
* | Compile fix for !QFX_RENDER_OPENGL | Thomas Hartmann | 2009-06-09 | 1 | -0/+2 |
| | | | | | | | Some QFX_RENDER_OPENGL guards were missing and getPen had to be replaced with d->pen in some places Reviewed-by: Kai Koehne | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-09 | 1 | -2/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | fix MSVC warnings | Thierry Bastian | 2009-06-02 | 1 | -2/+3 |
| | | |||||
* | | Share GL textures where possible | Aaron Kennedy | 2009-06-04 | 3 | -1/+109 |
| | | |||||
* | | Render items with z-order, and render opaque objects first. | Aaron Kennedy | 2009-06-03 | 5 | -13/+59 |
| | | |||||
* | | OpenGL perf improvements | Aaron Kennedy | 2009-06-03 | 5 | -56/+153 |
| | | |||||
* | | Minor perf tweaks | Aaron Kennedy | 2009-06-02 | 2 | -25/+25 |
|/ | |||||
* | Access variables directly for small, but measurable, perf gain | Aaron Kennedy | 2009-06-02 | 1 | -24/+32 |
| | |||||
* | Don't calculate map rect for items with no content | Aaron Kennedy | 2009-06-02 | 1 | -4/+14 |
| | |||||
* | Make compile under Open GL ES 2. | Michael Brasser | 2009-05-29 | 1 | -1/+6 |
| | | | | We will need to optimize the pixmap.toImage calls. | ||||
* | Merge branch 'kinetic-declarativeui-pixmapopt' of ↵ | Michael Brasser | 2009-05-29 | 5 | -29/+13 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Switch from QImage to QPixmap, to allow OpenVG optimization. | Warwick Allison | 2009-05-25 | 5 | -29/+13 |
| | | | | | | | | | | | | | | Switch QFxPixmap to use QPixmapCache, not own partial QImage cache. OpenGL prefers QImage for optimization, but that optimization is only partially preserved (QFxPixmap deals ONLY with QPixmap now). Opaque QFxPixmap no longer available. | ||||
* | | Remove more unneeded semicolons. | Martin Jones | 2009-05-27 | 2 | -7/+7 |
| | | |||||
* | | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 2 | -2/+2 |
| | | |||||
* | | Move canvas scene snapshot out of in-process debugger | Aaron Kennedy | 2009-05-26 | 3 | -1/+76 |
| | | |||||
* | | Add basic client/server debugging support | Aaron Kennedy | 2009-05-25 | 7 | -382/+35 |
|/ | | | | The canvas framerate monitor now uses this support. | ||||
* | Add canvas framerate monitor application | Aaron Kennedy | 2009-05-22 | 4 | -2/+328 |
| | |||||
* | Pass ShortcutOverride event through SimpleCanvas to QFxTextEdit | Kai Koehne | 2009-05-20 | 1 | -2/+7 |
| | | | | | | In Bauhaus we have a global shortcut associated with the Del key. This prevents the global shortcut from capturing the Del key while editing in a text edit field. | ||||
* | typo | Warwick Allison | 2009-05-20 | 2 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Roberto Raggi | 2009-05-19 | 3 | -2/+12 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-19 | 5 | -67/+107 |
| |\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxrect.cpp | ||||
| * | | Fix pens. | Warwick Allison | 2009-05-19 | 3 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | Now corresponds to standard Qt painting; in particular, penwidth extends outside rectangle. Task-number: 249318 | ||||
* | | | Fixed #includes | Roberto Raggi | 2009-05-18 | 3 | -5/+5 |
| |/ |/| | |||||
* | | GraphicsView preserves stacking order | Aaron Kennedy | 2009-05-18 | 1 | -4/+1 |
| | | |||||
* | | More aggressively skip calculations | Aaron Kennedy | 2009-05-18 | 5 | -51/+84 |
| | | |||||
* | | Don't traverse clipped canvas trees. | Michael Brasser | 2009-05-18 | 3 | -50/+60 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-11 | 1 | -0/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Update repaint region when removing items | Aaron Kennedy | 2009-05-11 | 1 | -0/+1 |
| | | |||||
* | | Fix double-click AND flicking. | Warwick Allison | 2009-05-11 | 1 | -0/+1 |
| | | | | | | | | Re-do of dae02071a9e985b3ea847f08af6849ff2daad3c3 | ||||
* | | Fix MouseRegion.enabled | Warwick Allison | 2009-05-11 | 1 | -11/+22 |
|/ | | | | | All Qt events are accepted by default. Must be specifically ignored. Normally, this is done by calling base class in the "ignore" case. | ||||
* | Expose import statements in QmlDomDocument | Kai Koehne | 2009-05-08 | 1 | -6/+6 |
| | | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi | ||||
* | Fix double-click. | Warwick Allison | 2009-05-07 | 1 | -1/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-07 | 2 | -0/+9 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | KeyProxy to send to focused child of focus realms. | Ian Walters | 2009-05-07 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | If a component is loaded into a focus realm, it is likely when specifying it as a target of a focus proxy the intent is to have it behave as if the focus proxy target had focus. This means for focus scopes, descend to find the focused descendent of that scope, rather than sending directly to the item itself. | ||||
* | | Add a QmlDebuggerStatus interface elements can use to interact with the debugger | Aaron Kennedy | 2009-05-07 | 5 | -8/+45 |
|/ | |||||
* | default QGV | Warwick Allison | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 11 | -406/+406 |
| | |||||
* | More mouse and key event handling and related documentation | Martin Jones | 2009-04-28 | 1 | -0/+1 |
| | |||||
* | Replace the use of the obsolete GfxEasing with QEasingCurve. | Michael Brasser | 2009-04-27 | 1 | -1/+0 |
| | |||||
* | qdoc: Marked QSimpleCanvas and QSimpleCanvasItem internal | Martin Smith | 2009-04-24 | 2 | -0/+2 |
| | | | | They have almost no documentation and are generating many qdoc warnings. | ||||
* | Add a QSimpleCanvasItem::ChildMouseFilter option | Aaron Kennedy | 2009-04-24 | 6 | -20/+89 |
| | | | | Child mouse filter only filters events sent to your children | ||||
* | Ensure -ve z stacks behind parent when using GraphicsView | Aaron Kennedy | 2009-04-24 | 1 | -0/+9 |
| | |||||
* | Don't manually stack children on GraphicsView | Aaron Kennedy | 2009-04-24 | 1 | -5/+1 |
| | | | | GraphicsView now has a sane default stacking order. | ||||
* | qdoc: Edited the documentation to remove numerous qdoc warnings. | Martin Smith | 2009-04-23 | 1 | -9/+9 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 16 | -0/+5677 |