summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cleanupYann Bodson2009-10-281-4/+4
|
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-1/+1
|
* Don't need to save and restore painter for tiling.Michael Brasser2009-09-111-5/+0
|
* Use drawTiledPixmap for tiling.Michael Brasser2009-09-111-30/+6
| | | | So we can take advantage of backend optimizations.
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-181-18/+16
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * No need to copy pixmap.Michael Brasser2009-08-171-18/+16
| |
* | Doc cleanup.Yann Bodson2009-08-171-8/+0
|/
* Clearer name for two PreserveAspect modes.Warwick Allison2009-08-101-4/+5
|
* Add a PreserveAspectFill mode (needs a better name)Yann Bodson2009-08-101-0/+9
|
* DocumentationYann Bodson2009-08-101-0/+13
|
* Add new class QFxBorderImage.Yann Bodson2009-08-091-89/+50
| | | | | * Move scalegrid code into QFxBorderImage * Update examples
* Start moving code from QFxImage to QFxImageBaseYann Bodson2009-08-071-289/+42
|
* Add new class QFxImageBaseYann Bodson2009-08-071-3/+3
| | | | New base class for QFxImage and QFxBorderImage.
* Start refactoring QFxPixmap so it isn't as slow to use.Michael Brasser2009-08-071-7/+29
|
* Add support for CSS-like horizontalTileRule and verticalTileRule to ScaleGrid.Yann Bodson2009-08-061-54/+6
| | | | | | * Simplify and improve QFxImage code by using qDrawBorderPixmap * Add horizontalTileRule and verticalTileRule to .sci files * Add example in example/declarative/border-image
* Move the 'smooth' property to QFxItemYann Bodson2009-08-031-39/+1
| | | | | Items currently using it are QFxImage, QFxText, QFxLineEdit, QFxTextEdit and QFxPaintedItem.
* DocumentationYann Bodson2009-08-011-2/+2
|
* Other minor API review changes.Warwick Allison2009-07-311-10/+10
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-311-26/+26
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.cpp
| * Remove paintContents.Michael Brasser2009-07-311-24/+24
| |
* | tile/preservseAspect are now fillModeWarwick Allison2009-07-311-84/+123
|/ | | | as per API review
* More QFxItem cleanup.Michael Brasser2009-07-301-4/+2
|
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
| | | | Span is from version where introduced (all 4.6) to current QT_VERSION.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
| | | | | Adjust examples and demos accordingly. As per QT-558
* Remove an unused method in QFxItemLars Knoll2009-07-221-6/+0
| | | | | propertyInfo was not used by anything, let's just get rid of it.
* Add missing docs.Michael Brasser2009-07-201-0/+6
|
* CompileEskil Abrahamsen Blomfeldt2009-07-171-8/+11
| | | | | Change 6626a9 broke compilation because several files indirectly depended on a #include that was removed.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-171-38/+0
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.h
| * Remove non-functioning opaque property.Michael Brasser2009-07-171-38/+0
| |
* | Add a preserveAspect property to ImageAaron Kennedy2009-07-171-2/+31
|/
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: examples/itemviews/frozencolumn/main.cpp src/declarative/canvas/qsimplecanvas.cpp src/declarative/canvas/qsimplecanvas_p.h src/declarative/canvas/qsimplecanvasitem.h src/declarative/extra/qfxparticles.cpp src/declarative/fx/fx.pri src/declarative/fx/qfxblurfilter.h src/declarative/fx/qfxcontentwrapper.cpp src/declarative/fx/qfxflickable.cpp src/declarative/fx/qfxfocuspanel.h src/declarative/fx/qfxfocusrealm.h src/declarative/fx/qfxhighlightfilter.cpp src/declarative/fx/qfxhighlightfilter.h src/declarative/fx/qfximage.cpp src/declarative/fx/qfxitem.cpp src/declarative/fx/qfxitem.h src/declarative/fx/qfxrect.cpp src/declarative/fx/qfxreflectionfilter.h src/declarative/fx/qfxshadowfilter.cpp src/declarative/fx/qfxshadowfilter.h src/declarative/fx/qfxtext.cpp src/declarative/fx/qfxtext.h src/declarative/fx/qfxtextedit.cpp src/declarative/opengl/glbasicshaders.h src/declarative/test/qfxtestengine.cpp src/declarative/test/qfxtestengine.h src/declarative/test/qfxtestobjects.cpp src/declarative/test/qfxtestobjects.h src/declarative/test/qfxtestview.h src/declarative/util/qfxglobal.h src/declarative/util/qfxview.cpp src/gui/graphicsview/qgraphicsitem_p.h tools/qmlviewer/qmlviewer.cpp
| * Make performance logging classes private.Michael Brasser2009-07-021-1/+1
| |
* | Merge branch 'kinetic-declarativeui' into kinetic-declarativeui-gvAaron Kennedy2009-06-241-3/+6
|\ \ | |/ | | | | | | | | | | Conflicts: src/declarative/canvas/qsimplecanvasitem.cpp src/declarative/canvas/qsimplecanvasitem_p.h src/declarative/fx/qfxwebview.cpp
| * Fix issue with render hints not being restored properly.Michael Brasser2009-06-241-3/+6
| |
* | Remove simple canvasAaron Kennedy2009-06-231-8/+0
| |
* | Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-191-358/+0
|/
* Ensure image loads are cencelled if item destroyed.Warwick Allison2009-06-191-6/+11
| | | | (most obvious when item is in a delegate)
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-8/+7
| | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
* Compile fix for !QFX_RENDER_OPENGLThomas Hartmann2009-06-091-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
* Fix OpenGL texture access issuesAaron Kennedy2009-06-091-44/+56
|
* Share GL textures where possibleAaron Kennedy2009-06-041-23/+34
|
* Cleanup private class member namesAaron Kennedy2009-06-041-67/+67
|
* Use POT textures onlyAaron Kennedy2009-06-031-7/+7
|
* Render items with z-order, and render opaque objects first.Aaron Kennedy2009-06-031-1/+4
|
* OpenGL perf improvementsAaron Kennedy2009-06-031-198/+150
|
* Make compile under Open GL ES 2.Michael Brasser2009-05-291-1/+1
| | | | We will need to optimize the pixmap.toImage calls.
* Merge branch 'kinetic-declarativeui-pixmapopt' of ↵Michael Brasser2009-05-291-20/+17
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-251-20/+17
| | | | | | | | | | | | | | 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.
* | Don't really need QPainter::save/restore for render hint mods.Martin Jones2009-05-271-6/+4
| |
* | Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
|/ | | | Caused massive number of warnings with winscw