- 27 Feb, 2012 1 commit
-
-
Matthew Vogt authored
The declarative module has been replaced by the qml module. To allow existing projects which depend on the old declarative module to build, add a new declarative module which forwards dependencies on to the new qml module. This module contains only redefinitions of old symbol names to their new replacements, and creates forwarding headers that include the replacement headers provided by the qml module. This is a temporary change to prevent breaking existing projects that depend on the declarative module. After clients have had an opportunity to update their code to the use the new interfaces, it can be removed. Task-number: QTBUG-23737 Change-Id: I3cec5ceec4f9725c258e3672360a05ea87d3ca2f Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 24 Feb, 2012 2 commits
-
-
Matthew Vogt authored
Change-Id: I1f00f21cd5acc03e8b5020a5415db28bf127ad16 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
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>
-
- 22 Feb, 2012 11 commits
-
-
Michael Brasser authored
Change-Id: I67e0dae6f21162b962c1ce4454dc3d82e4e40049 Reviewed-by:
Gunnar Sletta <gunnar.sletta@nokia.com>
-
Michael Brasser authored
Change-Id: I38e112c2493abd9ec79b97e6e28334a3ba66543c Reviewed-by:
Gunnar Sletta <gunnar.sletta@nokia.com>
-
Martin Jones authored
Change-Id: Ib2410e1b32e2cc5216d5fc9659bc45fb46a1da61 Reviewed-by:
Lars Knoll <lars.knoll@nokia.com>
-
Oswald Buddenhagen authored
remove "header" and assignmets which are defaults or bogus Change-Id: I1d777f5418b0f353bf276a979c6300a941927e7e Reviewed-by:
Marius Storm-Olsen <marius.storm-olsen@nokia.com> Reviewed-by:
Kent Hansen <kent.hansen@nokia.com>
-
Aurindam Jana authored
Do not send version info of QMessageLogContext. Change-Id: I32dd4a548ee2b918e5d04dcdffd4d5545fd2f54f Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Caroline Chao authored
Fixes segmentation fault introduced by qtbase change: 36f5cc848de2525 Coverage data are now saved in QTestLog::stopLogging. Also the current application name needs to be set for a quick test as well. Remove also code coverage call to installCodeCoverage from quicktest due to refactor of the code coverage setup in qtestlib. This should be less error-prone. See qtbase change: 949b7452e0d2402 Change-Id: I13566cc43dfb3af264d3b2be2e5f2617128f4801 Reviewed-by:
Caroline Chao <caroline.chao@nokia.com>
-
Alan Alpert authored
Use qreal for positions and spacing instead of ints, and make the positionedItems list take care of filtering out invisible items. Change-Id: Icad93ad89c848e40a70bd7a9539bd810e27020df Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
Matthew Vogt authored
Ensure that an object derived from QObject is correctly passed to an invokable function from QML. Change-Id: I71eefe8c480e1f1574804d05244b53f29c7fbf0d Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Bea Lam authored
- Fix docs that say opacity changes can trigger an add transition since this is no longer the case - Be more clear about when the move transition is applied - Be more clear about which anchors are allowed/disallowed in which positioners - Add example to Positioner attached property Change-Id: I78417ac5b8eba1af5587955121b7fd4e2ca21169 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
Alan Alpert authored
Change-Id: I53a8a023e218cd41b2c01a7c931c95edfbaee780 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
Andrew den Exter authored
Remove some redundant or obsolete member and reorder members to minimise padding for alignment. Change-Id: I2660007baa07bea076e9ad307061af87c07e37cf Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- 21 Feb, 2012 18 commits
-
-
Martin Jones authored
v8's localeCompare() implementation is not locale aware, so we use Qt's locale aware compare. Change-Id: Ia9092b3d6754545bb797adac26080ac7a29dcd92 Reviewed-by:
Glenn Watson <glenn.watson@nokia.com>
-
Aurindam Jana authored
Use QMessageHandler which provides context information such as line, file and function for the debug output. Change-Id: I475faf4a1363d8419dec910b8a23cc44666c1908 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Fix regression introduced in 82dfecab. Change-Id: Icd90c483b9b2fde8d4cf522f3a35368cd395b120 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Aaron Kennedy authored
Change-Id: I02653536f68cfef3dfc06acaf30e2565a97dc194 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Gunnar Sletta authored
Change-Id: I7758f5ba1f58e19d92e394133cccd449ce5a1756 Reviewed-by:
Samuel Rødal <samuel.rodal@nokia.com>
-
Martin Jones authored
The deceleration is inconsistent and dragging slowly is jerky. This was largely due to the poor resolution of the path points. pointAt() now interpolates, and the dragging logic is more accurate. Also removed the rounding of item positioning so that side-by-side items don't bounce around. Task-number: QTBUG-24312 Change-Id: I956aff0b83c3c1211d5657159c3de1e4ef0b5171 Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
Charles Yin authored
Change-Id: Ic3706b0920b8a50f994e0627bda6baf0fd04b81c Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Charles Yin authored
Change-Id: I921b252380d095fb878b4e5d36df0b5a13a3888f Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Charles Yin authored
Change-Id: I43aa11e948a498796788587e03a699f121308d1b Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Bea Lam authored
Some tests need to wait for view to be updated before proceeding. This ensures a polish is received before proceeding - before checking through child items after initial load - after changing content y unless some other QTRY_* is already doing the job. Also fixed some tests that randomly failed for other reasons. Task-number: QTBUG-22872 QTBUG-23605 Change-Id: I2d41bf09fae09b90fd3aadbd5349e991c3339761 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Bea Lam authored
Change-Id: I0857166e666e886077e4b0eda2d8b00b13f99ba6 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
Bea Lam authored
Failing occasionally Change-Id: I74fdc7f0d71a92ef2ea19df3125a362e2fa199c5 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Andrew den Exter authored
Remove some unnecessary members, store colors as QRgb values instead of QColor, and reorder members to minimise alignment padding. Change-Id: Id3958429008c97a5714734a529250fe881e2161b Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
Jędrzej Nowacki authored
The comment is not valid. It was added for QScriptValue generated test which are not included in QJSValue tests. Change-Id: I958e3c1d1f57cfa0ad34d1a8c8387deec792efaf Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
Martin Jones authored
Set delegates that are created asynchronously to non-visible. This would have happened the next time addVisibleItems() was called. Task-number: QTBUG-24364 Change-Id: I4b628bef186c8c41bd6a4d9e4ac402d59bcb4972 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
Justin McPherson authored
- It's not really necessary. - It's probably a mis-use of QSGNode::preprocess() - Because it triggers a race between object deletion in the main thread and preprocess() in the render thread. Change-Id: I51433f508db306aab53398f8c3d1d8c9d9e986fd Reviewed-by:
Michael Brasser <michael.brasser@nokia.com> Reviewed-by:
Yunqiao Yin <charles.yin@nokia.com>
-
Aurindam Jana authored
Iterate through contents of QVariantMap to convert QObjects to streamable type. Change-Id: I2cb64a84aef674904de43f9a0c0fee539b87a59a Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Friedemann Kleint authored
Change-Id: I22d0a45bdcf68c454af0aab9fa62dd2d126d63c2 Reviewed-by:
Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 20 Feb, 2012 8 commits
-
-
Michael Brasser authored
Fix compile after 054114a459580b71e170dc6bf356e8943d0ed068 in qtbase. Change-Id: Ibeea6b4b2e3c5f420446b15edd1df7bf88535dcd Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Aaron Kennedy authored
These were used when we were porting from QtQuick 1 to QtQuick 2 but are no longer necessary. Change-Id: I0eeb7e13b4affdd6ab6c6dddea760afcdf38ee4f Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Kai Koehne authored
Log the file, line, function context from the original calls in js. Also print the stack trace as part of one multi-line message. Change-Id: I53836df081f3ce06e9b52ebb647ba172ff6bdbef Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Aurindam Jana authored
qmlprofiler is a standalone tool used to record profiling data of QML apps. The data is stored in a file which can be loaded in QtCreator for investigation. Change-Id: I308f4c40bc3876933bd0d32c336cef6cd6f5fb4a Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aaron Kennedy authored
Change-Id: I6412ad352ad23db4100fffc9285532eb7e0b3a71 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Aaron Kennedy authored
Change-Id: I84fd61893db3578b80beb85b9a88ed325ea7584f Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Aaron Kennedy authored
Change-Id: I57ce25f4e20cac048ff507a8c195b83adc30040d Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Aaron Kennedy authored
Change-Id: Ia164655f6329ec80dc466a1a3a5613a73e1c23ac Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-