- 19 Mar, 2012 31 commits
-
-
Lars Knoll authored
Change-Id: I328edc6deee302440cf65de9f87e6b68c93f42b7 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Yoann Lopes authored
Previously we had a different cache instance for each font size, but they all shared the same textures and positions. Only the glyph metrics were specific to each font size. The metrics for each font sizes are now calculated by scaling the metrics of the distance-field size (54px). Change-Id: I0d9016990dedd93318893506afb1dba7a5249e2e Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
-
Gunnar Sletta authored
When the scenegraph has been invalidated all node pointers have been deleted. In the image particle case the material is managed by the nodes and must also be reset. Change-Id: I867f0d36a3ea281a58c21f04c937b16b042ef373 Reviewed-by:
Kim M. Kalland <kim.kalland@nokia.com> Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
Gunnar Sletta authored
Change-Id: I5878e1d39eca3fa640f16d153924968f72bc9ffc Reviewed-by:
Kim M. Kalland <kim.kalland@nokia.com>
-
Gunnar Sletta authored
Change-Id: I83fdd2e7c569ebdfea0d21439b4db6d37c1eafa2 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
Yoann Lopes authored
In some cases QSGContext::invalidate() was called without any current GL context when the render thread was terminated. Change-Id: Ia5295c89fe13f2473115c736e328e386d6d4d183 Reviewed-by:
Gunnar Sletta <gunnar.sletta@nokia.com>
-
Aurindam Jana authored
Change-Id: Ie0e1b6e9edd6a09fef565635cc793f8bdb6c42e7 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: If20b53d2e47cdc4ed54df0d9360ae1b0566489c6 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Alan Alpert authored
Change-Id: I5d6c6bb50baaa4c1ba986de779bad04ba45947fa Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@nokia.com>
-
Miikka Heikkinen authored
Fixed by adding proper .gitattributes for the tests Task-number: QTBUG-24780 Change-Id: If8de0161a377c21fb5c6327d69e8da84174ee435 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Kai Koehne authored
Change-Id: I21800e2839b70d6678c4958ae9c7b23a4c95f153 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Kai Koehne authored
Don't send every message on it's own over the network. Change-Id: I770bf45573451cb9fb0eb10b374467286ae51093 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Kai Koehne authored
Don't rely on QML_DISABLE_OPTIMIZER environment variable being set. Change-Id: Ib1a9d83eb9698adcd3c9a5bbcc74cba382836078 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Aurindam Jana authored
Rename service from QDeclarativeEngine to QmlDebugger. Send a response for each query. Change-Id: I01cfeaf3e4116bfd7029d170ee228c159973947c Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Simjees Abraham authored
Change-Id: I5bb2e48e2ad2019b8a92f6f8842b88027fcd2d28 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Remove dependencies on quick-private from all possible debugging auto tests and list them under public tests. Change-Id: I688b5b36fdf3d6fbcb6cef2a975ecd1bf679af2b Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Do expensive operations directly in the constructor, guarded by and if (enabled). Also assert if the methods where this isn't feasible are called altough debugging hasn't been enabled. Change-Id: Ieaa3c71730042a88af2270203ea747af42ba5c58 Reviewed-by:
Aaron Kennedy <aaron.kennedy@nokia.com>
-
Kai Koehne authored
In Qt Creator 2.5, we're getting the exact text from the local sources anyway. Change-Id: I419e8e7d8cc8831b682ce619a4f8394e5be49c50 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Charles Yin authored
Windows currently does not support font loader yet. Change-Id: I370e41c1f2e2a45787741414a6e7bf00cc3f6c3e Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Charles Yin authored
Change-Id: I298c14d6ea5829d23a4f8b57b9c2f30546e12e80 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Charles Yin authored
$$Qt.qml.sources not recongnized on Windows, use relative path instead. Change-Id: Ia30acc34eff5193bea66ff06754b1cd2b2524878 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Charles Yin authored
Change-Id: Ib7399f9a005d3674fcb46c605cea3a8d40c21284 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Chris Adams authored
QQmlJavaScriptExpression::DeleteWatcher's wasDeleted() function simply checks to see if the pointer to the expression being watched is null. This commit ensures that the DeleteWatcher's expression pointer is set to null during QQJSE::dtor(). Change-Id: I566737bf30b4466ba96d771d9846fc3dd860cd2f Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Kai Koehne authored
Change-Id: I6f753d14aa381fd29aadfc7c649599beb4ec4a9a Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Aurindam Jana authored
All created instances are stored under the root context. Check for the creation context of the object when building up the tree. Do the same when building up the states list. Change-Id: I8716d9966a61b8f7cb3ad4b7ab5acd4c94b4cd03 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Martin Jones authored
If an incubator is cleared while waiting for other incubators to complete also clear the incubators it is waiting for. Change-Id: I83470920c0fd8a23d0098849192555f7478bb492 Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
Martin Jones authored
Geometry listeners were called for deleted header/footer. Change-Id: I47854178232f8a4ab5e19a931901b49741fec388 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
Martin Jones authored
If the model is cleared or replaced with an empty one, the section headers should be released. Change-Id: Ia2f070c312593743b2c5332a6c69facaf222ee6d Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
Martin Jones authored
Set model to null before adjusting view position, as changing position can trigger a refill() if the view is animating at that instance. Change-Id: I4bc20766b1ab906799213b149c84a1bdb268c200 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
Andrew den Exter authored
Switch to a QTRY_COMPARE to allow a little more time processing the event loop. Change-Id: I4f14feb5cbc7d11654f6c9089baff4ae67d894db Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Michael Brasser authored
Change-Id: I3535c57b5d8dd99c8a6cf24ccb1b56af298fcfe6 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 15 Mar, 2012 9 commits
-
-
Michael Brasser authored
Change-Id: I184065e0b7c8c6536f2081b9bf03e98992a4c9fe Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Harald Fernengel authored
Enable building QtDeclarative with the LSB compiler Change-Id: I3a81247670f47db3d861910150a722bc8ac7691a Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Miikka Heikkinen authored
Fixed by using testFileUrl() shared utility function where appropriate instead of testFile() or various other ways file URLs were being incorrectly used. Task-number: QTBUG-24779 Change-Id: I48cbd297d419238f42ea45132344b7e5a487b6f1 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Miikka Heikkinen authored
MSVC doesn't support setenv or unsetenv functions, so use qputenv instead. Change-Id: Ife4eb056e6c87d23774512c61b13a3ae3d8ac9ce Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Martin Jones authored
Enables threaded compilation for a Loader "source". Change-Id: I2d60a3ace07aab58f3b8f069e45a2864178c959f Reviewed-by:
Chris Adams <christopher.adams@nokia.com>
-
Yoann Lopes authored
The default implementation of the distance field glyph cache can now store the glyphs of one font in several textures, allowing to cache more glyphs at once. The default maximum number of textures per cache is 3. Glyphs are recycled when all textures are full. Change-Id: I28d2d6cf5aa409141e2700b505023f15d3c2cd26 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
-
Alan Alpert authored
Examples are in quick, not qtquick, since the rename merge. Change-Id: Ideb677752c3ea320bbddba49204d37e8a34e2609 Reviewed-by:
Matthew Vogt <matthew.vogt@nokia.com>
-
Alan Alpert authored
Already cleared focus should exit the function without terminating the runtime. Task-number: QTBUG-24714 Change-Id: Ia8c6be0d88e43d1f71112acc7bac3eb674f22de8 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Andrew den Exter authored
Function objects created from a FunctionTemplate are not short lived, and the objects created by a VisualDataModel can change between instances meaning a template is needed per instance. So use an object template as a constructor instead of a function. Change-Id: I364c6e4f714a623b7adb7475a3ee9862eeeeb119 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-