- 10 May, 2012 - 1 commit
-
-
Marius Storm-Olsen authored
Ensure comma between elements (16 missing), single space and curly- braces around title elements, etc. Change-Id: I74e5a42e4a7054265c5c8445f8d2e2e6f46d0cf9 Reviewed-by:
Casper van Donderen <casper.vandonderen@nokia.com>
-
- 04 May, 2012 - 1 commit
-
-
Charles Yin authored
Qt::MiterJoin has different behavior with HTML5 context2d spec, fortunately Qt::SvgMiterJoin is the right one. Change-Id: Ice50c6f92b244a4d39f984510f76146682b02f07 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- 03 Apr, 2012 - 1 commit
-
-
Thiago Macieira authored
Don't assume it's HSL just because it isn't RGB. This error was found by GCC's set-but-unused warning. Change-Id: Ie22e1509892163fccb3868fe8ff7091dc7bf5091 Reviewed-by:
Yunqiao Yin <charles.yin@nokia.com>
-
- 30 Mar, 2012 - 1 commit
-
-
Charles Yin authored
After calling transform related methods, the current path should be transformed with the same method but in reversal mode. So that during painting, the painter will apply the CTM to this path again, otherwise path will be transformed twice. Change-Id: I7e12bdff82dabb408f47152ba07b608872d4093f Task-number: QTBUG-24988 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- 20 Mar, 2012 - 1 commit
-
-
Tobias Koenig authored
Change-Id: I5e01cad23066a645c1434ce1463d370733f53e4f Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 13 Mar, 2012 - 1 commit
-
-
Casper van Donderen authored
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I62d203f21df63a95ee236e578b10418fd9680707 Reviewed-by:
Jerome Pasion <jerome.pasion@nokia.com>
-
- 06 Mar, 2012 - 1 commit
-
-
Justin McPherson authored
- Remove sync() - not necessary - Queue buffer before flush Change-Id: If7dea8e56a612d241c67a82eae265febc45059a8 Reviewed-by:
Yunqiao Yin <charles.yin@nokia.com>
-
- 24 Feb, 2012 - 1 commit
-
-
Matthew Vogt authored
Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 13 Feb, 2012 - 1 commit
-
-
Charles Yin authored
They are not standard context 2d APIs, and now the same effects can be implemented by the ShaderEffect/QtGraphicEffects as well, so remove them from canvas 2d to reduce the duplicated features. Change-Id: If77ea6794e839a59927a313702aeea2282384844 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- 10 Feb, 2012 - 1 commit
-
-
Justin McPherson authored
Refactor Canvas rendering paths to enable different drawing contexts. Change-Id: If0e00a14baa673fca6b999a787b4e89885bb1e51 Reviewed-by:
Yunqiao Yin <charles.yin@nokia.com>
-
- 30 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: If39bd256b0fa85eba17ea30f8ab87ea27d758908 Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 23 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
Replace Nokia contact email address with Qt Project website. Change-Id: I6a730abc0c396fb545a48b2d6938abedac2e3f1c Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 17 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
Update copyright headers from before 2011, and a couple of new ones that were merged after the previous change to copyright headers. Change-Id: Ia76e08e2734afa4ef3f1207dbcda5ff3bc81b366 Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 02 Dec, 2011 - 2 commits
-
-
Kent Hansen authored
This change moves the QtQuick 2 types and C++ API (including SceneGraph) to a new module (AKA library), QtQuick. 99% of this change is moving files from src/declarative to src/quick, and from tests/auto/declarative to tests/auto/qtquick2. The loading of QtQuick 2 ("import QtQuick 2.0") is now delegated to a plugin, src/imports/qtquick2, just like it's done for QtQuick 1. All tools, examples, and tests that use QtQuick C++ API have gotten "QT += quick" or "QT += quick-private" added to their .pro file. A few additional internal QtDeclarative classes had to be exported (via Q_DECLARATIVE_PRIVATE_EXPORT) since they're needed by the QtQuick 2 implementation. The old header locations (e.g. QtDeclarative/qquickitem.h) will still be supported for some time, but will produce compile-time warnings. (To avoid the QtQuick implementation using the compatibility headers (since QtDeclarative's includepath comes first), a few include statements were modified, e.g. from "#include <qsgnode...
-
Gunnar Sletta authored
In order to cleanly support multiple windows we need to not have the QSGContext reference in QDeclarativeEngine and we need to be able to have one copy of the texture for each QSGContext that is not sharing when we have multiple windows. This also makes it easier to the release graphical resources from a running application, which is another feature that we want to eventually implement. This patch does remove an adaptation feature which is the decodeToTexture, which seemed like a good idea at the time but in hindsight has not been used for anything. Edit: resolved conflict in qquickimage.cpp Edit: updated QDeclarativePixmap testcase Edit: updated QQuickImage testcase Edit: Rebased on top of QDeclarativePixmapCacheChanges Change-Id: Ifc61dd8158d3f841437d029b6031a91196145517 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 14 Nov, 2011 - 1 commit
-
-
Charles Yin authored
1) Delete m_buffer in QQuickContext2D::~QQuickContext2D 2) Add a default ctor for QQuickContext2D::State, although the reset() method is always called, but the valgrind still complains the "uninitialized" error, so add this to make an explicit initialization. 3) m_item in QQuickContext2DTexture is also not initialized. Change-Id: Ie6c74136342d7f0ff8dc268d5d6b976c95ff52f1 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- 01 Nov, 2011 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: Iac4bb4a6b1aa4071a239bb25f25f01b71e36868b Reviewed-by:
Alexis Menard <alexis.menard@openbossa.org> Reviewed-by:
Aaron Kennedy <aaron.kennedy@nokia.com>
-
- 24 Oct, 2011 - 1 commit
-
-
Kent Hansen authored
strtod() uses the locale's decimal point, which for me is ','. But we want to always use '.' when parsing color values for Context2D. qstrtod() does that. This fixes two test failures in qquickcanvasitem. Change-Id: I2ea58ad328f26903c57c7c80ed95fd24599805f4 Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
- 21 Oct, 2011 - 1 commit
-
-
Kent Hansen authored
The QSG (SceneGraph) prefix is too generic for Qt Quick(2)-specific classes. All the classes and files in the declarative/items directory have been renamed. In particular, for classes that are currently public, the renaming is as follows: QSGView --> QQuickView QSGCanvas --> QQuickCanvas QSGItem --> QQuickItem QSGPaintedItem --> QQuickPaintedItem The header files have been renamed accordingly (e.g. qsgview.h --> qquickview.h). Change-Id: Iac937fff81db20bb639486a793c3aeb5230b038c Reviewed-by:
Kent Hansen <kent.hansen@nokia.com>
-
- 17 Oct, 2011 - 2 commits
-
-
Kent Hansen authored
Avoid Qt Sanity Bot noise when these files are moved. Change-Id: I714e949837909883fe7e387ae336d2ffc4a1912b Reviewed-by:
Kent Hansen <kent.hansen@nokia.com>
-
Kent Hansen authored
(This commit is in preparation of moving several files to a separate library (QtQuick2).) Don't add all subfolders to the includepath (from the .pri files). There's no good reason to do that. For headers (both public and private) that are in the same folder as the file that includes them, prefer to use #include "foo.h" #include "bar_p.h" For public headers that are outside the current folder but have "unambiguous" names (e.g. qdeclarative prefix), use #include <foo.h> For private headers that are outside the current folder, use #include <private/baz_p.h> Also change #include <QtDeclarative/private/foo_p.h> to #include <private/foo_p.h> The header filenames already have a qdeclarative or qsg prefix; there's no need to prefix by module name to disambiguate. Finally, #include "private/foo_p.h" should be avoided. private/ is used for auto-generated (forwarding) headers, which never reside in the current (source) directory. Use angle brackets instead. Change-Id: I04f8477fdba043546064ee276475c09dc373f8f2 Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
-
- 10 Oct, 2011 - 1 commit
-
-
Charles Yin authored
Change-Id: Ic092f2b2fba5d13eabbca8c599316e5f51193175 Reviewed-on: http://codereview.qt-project.org/6277 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
- 06 Oct, 2011 - 2 commits
-
-
Charles Yin authored
Change-Id: I772bf58bead4b536cc632983846743e0d576bedd Reviewed-on: http://codereview.qt-project.org/6100 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
Charles Yin authored
Change-Id:I5fc11a5874d55ad423dc1fb9c3e1b75a38003465 Reviewed-on: http://codereview.qt-project.org/5962 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
- 02 Oct, 2011 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I0e4d61aa400094b3b059c836ee9145c1af989f00 Reviewed-on: http://codereview.qt-project.org/5881 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
- 30 Sep, 2011 - 2 commits
-
-
Friedemann Kleint authored
Change-Id: Ide43c1e37eeda8e5dc2c2d24b99c3b4f96e1b53e Reviewed-on: http://codereview.qt-project.org/5867 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kent Hansen <kent.hansen@nokia.com>
-
Charles Yin authored
Change-Id: Icbbc7f2a0fe3b908963ce18afef51e25ea0170a0 Reviewed-on: http://codereview.qt-project.org/5805 Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
- 29 Sep, 2011 - 1 commit
-
-
Friedemann Kleint authored
- Remove UTF8 special characters from comments in qsgcontext2d.cpp. Change-Id: I7ba71f7db72d6d31dec115483ff785a0ce79d0e2 Reviewed-on: http://codereview.qt-project.org/5738 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Charles Yin <charles.yin@nokia.com> Reviewed-by:
Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
Gunnar Sletta <gunnar.sletta@nokia.com>
-
- 16 Sep, 2011 - 3 commits
-
-
Charles Yin authored
Change-Id: I66cc6550a7d8eb054c70b6f17fee05976e0a32c6 Reviewed-on: http://codereview.qt-project.org/5040 Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
Charles Yin authored
Change-Id: Iacc9cb4bd9196869b9947f919b7748ab5ad9610f Reviewed-on: http://codereview.qt-project.org/5039 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
Charles Yin authored
Change-Id: If145f1d02566f839abeb50df167db2b237499290 Reviewed-on: http://codereview.qt-project.org/4857 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
- 13 Sep, 2011 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: I5a30f8c45e21344060ea6e61d440d6fea822f9de
-
- 12 Sep, 2011 - 1 commit
-
-
Charles Yin authored
1.Supports tiled canvas with canvasSize, tileSize and canvasWindow 2.Supports different rendering targets: Canvas.Image and Canvas.FrameBufferObject by renderTarget property 3.Supports thread rendering when possible by threadRendering property. 4.Refactors QSGContext2D code, move some logic to QSGContext2DCommandBuffer,QSGContext2DTexture,QSGContext2DTile, etc 5.Updates/adds some canvas examples 6.Some improvements for context2d API 6.1 drawImage() now loads image asynchoronously and draw images automatically when they are ready 6.2 adds fillRule supports 6.3 add svg path supports 6.4 Pixel operations (getImageData/putImageData/createImageData) now have better performance by using V8 indexed array accessors 6.5 Uses QTransform instead of QMatrix 6.6 Gradients/patterns now are V8 values, not QObjects 6.7 Supports measureText and TextMetrics interface 6.8 Gives not support warnings for unimplemented functions (drawFocusRing,setCaretSelectionRect,caretBlinkRate) 6.9 Better error handling, throw standard DOM exceptions according to the HTML5 context2d spec. 6.10 Adds shear, resetTransform to matrix operations 6.11 Adds roundedRect, ellipse, text to path operations 6.12 Adds new features to CanvasImageData interface 1) adds mirror() function 2) adds filter() function, include the following filters: Threshold GrayScale Brightness Invert Blur Blend Opaque Convolute 7. Adds documentations Change-Id: Id19224260d6a3fdc589d1f9681c34a88a7e7b3e5 Reviewed-on: http://codereview.qt-project.org/3621 Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-
- 07 Sep, 2011 - 1 commit
-
-
Michael Brasser authored
Introduces new elements PathCurve, PathArc, PathSvg, PathAnimation, and PathInterpolator. Change-Id: I0f5b6284511f332e826ed373018418d2e2a8c07e Reviewed-on: http://codereview.qt-project.org/4220 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 01 Sep, 2011 - 1 commit
-
-
Lars Knoll authored
Change-Id: I49efc4d0af4c19c24515ecfaa5c549e36f442cc8 Reviewed-on: http://codereview.qt.nokia.com/3992 Reviewed-by:
Gunnar Sletta <gunnar.sletta@nokia.com>
-
- 31 Aug, 2011 - 1 commit
-
-
Friedemann Kleint authored
Fix build on Windows and compiler warnings. Requires 090ee21eac7257644422e35395194e5fd7fb8efa in qtbase. Change-Id: Ief8da504ccd3e2c2e78644cc9943d685c4302019 Reviewed-on: http://codereview.qt.nokia.com/3988 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 29 Aug, 2011 - 1 commit
-
-
Samuel Rødal authored
Rename QGuiGLContext -> QOpenGLContext, QGL* -> QOpenGL*, etc. Change-Id: I08379029d756e28b20ae141ca30ed801626b513d Reviewed-on: http://codereview.qt.nokia.com/3711 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Gunnar Sletta <gunnar.sletta@nokia.com>
-
- 29 Jul, 2011 - 2 commits
-
-
Samuel Rødal authored
Change-Id: I0143767405afe968c0aea71651bd9e3dc7a74e23
-
Simon Hausmann authored
This replaces the dependency to QtScript with two new builtin classes QJSValue and QJSEngine. This is still work in progress, development continues now in the master branch. Change-Id: I7f5487feb45c972f25a22b10cc81b9218b9805de Reviewed-on: http://codereview.qt.nokia.com/2299 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Simon Hausmann <simon.hausmann@nokia.com>
-
- 26 Jul, 2011 - 1 commit
-
-
Charles Yin authored
Task-number:QTBUG-20523 Change-Id: I6ff71c12ffb66407cc5bbb4783e4c957ab740ac7 Reviewed-on: http://codereview.qt.nokia.com/2068 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Charles Yin <charles.yin@nokia.com>
-