- Jan 25, 2012
-
-
Michael Brasser authored
Conflicts: tests/auto/declarative/declarative.pro Change-Id: Ie339be2989fac553d351f3077869f1847367b504
-
Michael Brasser authored
Change-Id: I11894325e73b8bb5b6ece4c626b15bd1d099f229 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- Jan 24, 2012
-
-
Bea Lam authored
Move check for deleted animation from setCurrentTime() to setState(). Change-Id: I8160c4cf68f7e7b11185d3190d42e5c375540254 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Matthew Vogt authored
Allow modules to export verisoned javascript code into specified namespaces. Task-number: QTBUG-20857 Change-Id: Ic968c697ba36cbc4535870ed5eed2fe7f01af11d Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Martin Jones authored
Inserting new items used a different threshold than removing items outside the view in refill. Change-Id: I3712837820a1e1a6af280d33d29bd9e01e559691 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
Jiang Jiang authored
glyphMargin() has been moved from QTextureGlyphCache to QFontEngine in qtbase. Update private API usage for that. Change-Id: Ia74c1387eaad4cb961ca0fe36905254edb351258 Reviewed-by:
Lars Knoll <lars.knoll@nokia.com>
-
Samuel Rødal authored
Change-Id: Ic2cb008b989780e297f03ddd5bdef466bb230c74 Reviewed-by:
Lars Knoll <lars.knoll@nokia.com>
-
Stephen Kelly authored
Fixes build after requirement for Q_DECLARE_METATYPE(T*) to be fully defined. In QtBase (4b8ceb41aed352f10d36db5284453f425dbc5f3f) Change-Id: I7ea42ec45797fafdde94ea5b58c6c71640710196 Reviewed-by:
Lars Knoll <lars.knoll@nokia.com>
-
Aurindam Jana authored
console.exception writes a message to the console and prints the JavaScript stack trace at the point where it is called. Change-Id: Idd2ff5982826accae0895db44c7ecf6130338cc7 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
console.assert tests if an expression is true. If it is false, it writes a message to the console and prints the JavaScript stack trace at that point. Change-Id: I5487552cb8a947e1947914166834e0bdedba3354 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Eskil Abrahamsen Blomfeldt authored
Use a shared graphics cache to back the distance fields if it is available. Change-Id: Id5e6e7a28e38e349d787e66016b2d0faebc791d7 Reviewed-by:
Jiang Jiang <jiang.jiang@nokia.com>
-
Charles Yin authored
1. Wake up the syncDone wait condition when delete the QDeclarativeListModelWorkerAgent, otherwise the the whole worker script engine thread will hang at the sync() call and can't exit gracefully. 2. Call QCoreApplication::processEvents() before delete the worker script engine to cleanup all pending events in main thread to release wait conditions which some worker scripts/agents are waiting for (QDeclarativeListModelWorkerAgent::sync() for example) Change-Id: Ia3712318771633e68238b4d629ba870ff7ce45b9 Reviewed-by:
Yunqiao Yin <charles.yin@nokia.com>
-
Xizhi Zhu (Steven) authored
Change-Id: Ifbcc92f1d44d46760ac7c5be24a997384fa22266 Reviewed-by:
Aaron Kennedy <aaron.kennedy@nokia.com>
-
Kent Hansen authored
The QtQuick module has been around for a while now, and the need to port to it was duly announced, coupled with a qmake warning (which has now been removed). Users who haven't ported their includes over will have to do so as of this commit. The fixqt4headers script in qtbase can be used to automatically update the stale include statements in existing projects. Change-Id: I9745723246f65ef726e51b8551d18b378085689d Reviewed-by:
Lars Knoll <lars.knoll@nokia.com>
-
Damian Jansen authored
A few instances where TextEdit is indicated Change-Id: I6d6a6c1f92d673978856befb9c2581b657cdb0f7 Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
Jason McDonald authored
The passCount, failCount and skipCount functions have moved from QTestResult to QTestLog. Change-Id: I0dbf8b43521f81dc29e20bb7547ff9f213487007 Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
Jason McDonald authored
QTestResult::ignoreMessage() is just a wrapper around QTestLog::ignoreMessage(). Both are private API, so just call the latter directly so that the former can be removed from the API. Change-Id: Icf77e2bf656afc556205ddf0dda5bb48fdbdfbbf Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
Alan Alpert authored
Change-Id: Ic7cf1596b060ed1a006907d26cf6720dc8bc134d Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Kai Koehne authored
console.count can be handy to check how often code snippets are executed. Change-Id: I0eaf17ab893c76e7b8956122aa31e218745e92bf Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Andrew den Exter authored
Use a QTRY_COMPARE to allow a little more time for the required frames to be rendered as needed. Change-Id: If60aeaa3af42476c19582c5efc3f96f7db1b148d Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
Michael Brasser authored
Change-Id: I3940b3d9f20ca948e435d583366544eecb895fb2 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Michael Brasser authored
Change-Id: Id8476ce3944094d48389f2ef24c0e26635e25c58 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Michael Brasser authored
Update the API according to the last API review. Document it and add a basic example as well. Change-Id: I2d06a0772a9fb2101844446e68799620c275db97 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Michael Brasser authored
Change-Id: I2dfec71ef24d83492b8ade5849392e4b056ba5f6 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Pekka Vuorela authored
Change-Id: Iedc015e4be2fe80cef7a3e26c0a0747615891f7b Reviewed-by:
Joona Petrell <joona.t.petrell@nokia.com>
-
Andras Becsi authored
If QQuickCanvas::event delivers a touch event and it is accepted the control ends up in QWindow::event which invalidates the event. These touch events end up as if they were unhadled which causes Qt to automatically synthesize mouse events even for accepted touch events. Add a unit test for testing this behavior. Change-Id: I83d4aeafee1ea7ec5d219e4b45aae699188717c3 Reviewed-by:
Zeno Albisser <zeno.albisser@nokia.com> Reviewed-by:
Samuel Rødal <samuel.rodal@nokia.com>
-
Yann Bodson authored
Change-Id: I2b55a2aeaee1012123e671ad4d854f25539231e1 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Rohan McGovern authored
QEventLoop::DeferredDeletion was deprecated long ago, and finally has been removed. Replace it with QCoreApplication::sendPostedEvents(0, QEvent::DeferredDelete) Change-Id: Ic03f26a57efeb35aefab67a913f56001303aa3e4 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- Jan 23, 2012
-
-
Alan Alpert authored
They're both large internal structures with extensive logic. Should have at least a basic attempt at documentation (beyond inline comments). Change-Id: I7d48ebf821fa759c11fa35889dbff8971644d23e Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Alan Alpert authored
interpolation bools work with the new sprite rendering approach. Giant sprite images that get split into multiple rows now work with the new sprite rendering approach (or even at all). Change-Id: I7f3e09684622f523564802c7634361b6fe363676 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
Alan Alpert authored
They would also trigger when the user gives invalid input, which is not an assert worthy circumstance. Change-Id: Ifa5697d411793a55b6895945e751a73841b1ba3f Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
Alan Alpert authored
Implements CPU sprite advancement in SpriteImage, and covers the manual sprite advancement codepath in an autotest. Task-number: QTBUG-22236 Change-Id: I52a8ca3f923e88232238f9e158863b1ba7c0441b Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
Alan Alpert authored
To allow for sprites to be advanced by the rendering framerate, two minor redesigns were needed. A) Sprite texture location is now calculated on the CPU and passed to the GPU per frame. B) Stochastic State engine now supports states that do not advance on a timer, and states can be advanced manually. This patch implements B and A for ImageParticle. A for SpriteImage will be done in a separate patch. Task-number: QTBUG-22236 Change-Id: If1c54a6a03fa48b95bb1e672283292859656457b Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
Matthew Vogt authored
Encode user input strings used to formulate URLs, to ensure they do not cause the structure of the URL to be subverted. Task-number: QTBUG-19925 Change-Id: I6173f4df67a4bc1676ac32be6072763fc16f9720 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
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>
-
Alan Alpert authored
Task-number: QTBUG-23740 Change-Id: I84922ac2dc6e499fc22b923298ca31eda382c622 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- Jan 21, 2012
-
-
Alan Alpert authored
Also shows the full framerate mode. Task-number: QTBUG-22236 Change-Id: I42790029c4b799f916dac1a183a5cef1724448c5 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- Jan 20, 2012
-
-
Kent Hansen authored
Remove benchmarks for functions that are going away. Task-number: QTBUG-23604 Change-Id: Ia65c7981652011f89f2131ff14f63aae410013cf Reviewed-by:
Simon Hausmann <simon.hausmann@nokia.com> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
-
Kent Hansen authored
This functionality will be removed or renamed in the final Qt 5 API. From this commit and with deprecated warnings enabled (DEFINES += QT_DEPRECATED_WARNINGS), it's easy to see how existing users of this API (e.g. qtjsondb) are affected. Task-number: QTBUG-23604 Change-Id: I242c43377bb34ddcca84b6ed5b7ef9fbf2017a83 Reviewed-by:
Simon Hausmann <simon.hausmann@nokia.com> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
-
Kent Hansen authored
The old name, construct(), was bad. This name is more descriptive and consistent with the other callXXX() functions. Task-number: QTBUG-23604 Change-Id: Ie205b0c52721782101e665f7dfedcac9051a00d0 Reviewed-by:
Simon Hausmann <simon.hausmann@nokia.com> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
-