- 14 Feb, 2013 - 2 commits
-
-
Timo Jyrinki authored
Currently only qtbase includes the required LICENSE files, which are referred to from the code headers. The same files should be distributed as part of all the modules as well, so that the (L)GPL licenses are adhered. These files were wget:d from: https://qt.gitorious.org/qt/qtbase/blobs/raw/stable/LGPL_EXCEPTION.txt https://qt.gitorious.org/qt/qtbase/blobs/raw/stable/LICENSE.LGPL https://qt.gitorious.org/qt/qtbase/blobs/raw/stable/LICENSE.GPL As an addition to above, added also LICENSE.FDL. All the modules additionally require it, since they include at least *.qdoc files and in some cases a couple of others. File received via wget http://qt.gitorious.org/qt/qtbase/blobs/raw/stable/LICENSE.FDL Change-Id: I35cb3523061cfb041084fe9a7e60928c44e224b2 Reviewed-by:
Jason McDonald <macadder1@gmail.com>
-
Michael Brasser authored
Change-Id: If70650d7150b224f4460697a953611dd37d57af1 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 13 Feb, 2013 - 1 commit
-
-
Stephen Kelly authored
QPointerBase is not public or exported and it is to be removed Change-Id: Ieb7360a1a01125d4bff20140b02ec71a076440cb Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 12 Feb, 2013 - 3 commits
-
-
Marco Bubke authored
The SG nodes are exchanged if the hierarchy the Qml hierarchy is changed. So the SG root node should be always updated for every rendering. Task-number: QTCREATORBUG-8699 Change-Id: I069142e4c5fc65efc3485017fa000ed7e8f2b350 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Gunnar Sletta authored
Change-Id: I7e1d07a9f34d6edf9dbe3449d34636f700218532 Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
Gunnar Sletta authored
The antialiasing was broken due to wrong flag being used and that the bounds were outside the texture and chapter 5 and 6 did not compile. Change-Id: Ib7c4d8c276a3cc5583ff794e10ff539720857e0c Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 08 Feb, 2013 - 2 commits
-
-
Nico Vertriest authored
Task-number: QTBUG-29101 Change-Id: If731480343fd4d65aa5fca5c184b03c14f2f340e Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Venugopal Shivashankar authored
This function is deprecated and it is recommended to reimplement QAbstractItemModel::roleNames() instead. Task-number: QTBUG-29456 Change-Id: Ib28759fe2349edd32a1b87bac04eb44d625d3e60 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 07 Feb, 2013 - 2 commits
-
-
Frederik Gladhorn authored
Resizing can take time. Instead of qWait(50) use QTRY_COMPARE to make sure we give enough time. Change-Id: I484eca1f4d49381913dc82f405c73de653608493 Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by:
David Faure (KDE) <faure@kde.org> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Samuel Rødal authored
Someone probably figured "since the data is all initialized to 0 to begin with, we can skip 0 values". However, it's possible to temporarily set a value to other than 0 and then back to 0, a fully valid use case that we need to support. Task-number: QTBUG-29065 Change-Id: Ia9f0803743d696ca8b9cca89c666ccba80a3abd0 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
-
- 06 Feb, 2013 - 5 commits
-
-
Oswald Buddenhagen authored
Change-Id: If28446d2d14dde62ff662ffdd366dc6384c95326 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Friedemann Kleint authored
Class 'QQmlRewrite' lacks Q_OBJECT macro. Replace global-static strings by message functions. Change-Id: I67a6fbe67575533d3ce5750d72c9d7eff06e7efa Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
-
Friedemann Kleint authored
qqmlimport.cpp:738: Class 'QQmlImportsPrivate' lacks Q_OBJECT Remove tr()-function and use QQmlImportDatabase::tr() directly. Change-Id: I3a1561c57a6ee90d271a6043b0175e17a7828666 Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
-
Friedemann Kleint authored
qqmlcomponent.cpp:667: Cannot invoke tr() like this qqmltypeloader.cpp:2292: Cannot invoke tr() like this qquickloader.cpp:944: Cannot invoke tr() like this Change-Id: Ifdd1a7b958b6af88f251e7df27eb4d4018301914 Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
-
Alan Alpert authored
Otherwise the executable versions of the examples print errors instead of loading it. Change-Id: I7d370ce3ee172491c004668847cdb6d5967f2b24 Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 31 Jan, 2013 - 3 commits
-
-
Andrew den Exter authored
Outside of when of a monospace font is used, if the text changes the visual position of the cursor will have most likely changed as well even when the cursor index hasn't. Task-number: QTBUG-28677 Change-Id: If8077772d8541a677d5875976e6cd9fc453731df Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
Sergio Ahumada authored
Change-Id: Ic270f7814489b2c7df7e0f1ecb46cd516802cac5
-
Gunnar Sletta authored
Change-Id: Ic0e50ae8760c0c3050db3a095b0fa86679a0c010 Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
- 29 Jan, 2013 - 3 commits
-
-
Alan Alpert authored
Normally var properties are kept alive by a reference to the object they are declared on, but during the construction of that object the GC may not be aware of said object. This change uses a strong reference during GC passes which take place while the object is being constructed. Task-number: QTBUG-29138 Change-Id: Ieecfcc7567aefac0d67cb933728daf16ed3eed0a Reviewed-by:
Christopher Adams <chris.adams@jollamobile.com>
-
Gunnar Sletta authored
Change-Id: I9500c336b9e11f858da95ff4ed783b70876f3fd6 Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
Alan Alpert authored
The cache is filled with dynamically created entries, so clear is not quite enough. Change-Id: I40a49ce5d1a3d6da1b419e85cae95f2f95011a19 Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Christopher Adams <chris.adams@jollamobile.com>
-
- 28 Jan, 2013 - 7 commits
-
-
Nico Vertriest authored
Copied the file from qml image dir to quick image dir Task-number: QTBUG-29101 Change-Id: Iae64763bc38e135a0dbff8566cf540a309e4c42f Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Nico Vertriest authored
Added "quick" to path in imageparticle.qdoc Task-number: QTBUG-29101 Change-Id: If328cde08f46b720defa1953916753ba9d9836a8 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Sze Howe Koh authored
Change-Id: Ic5bcbac339588fdded265a00515f768058d73870 Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Sze Howe Koh authored
It doesn't look like any list is meant to be here. All other instances of "down" are italicized in this document, so we follow suit. Change-Id: I2f0c55dba2025b4eef81248a5f650ebaaaa5bb3a Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I267155bb34b8226331fc2951521dc7b8643a014c Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
Oswald Buddenhagen authored
Change-Id: I83c7706479ea3afd45ab9c97f63f68d416b28f55 Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
Oswald Buddenhagen authored
split the project along the built-as-part-of-qt line: in qt, it must comply with the installation rules for examples, and it shouldn't be an actual test case - our CI is not supposed to run it ... the stand-alone build (which users are supposed to make use of) needed adding TESTDATA for proper installation. Change-Id: I1bbf7b1204410c5eb8755477310bb023e8f87623 Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
- 26 Jan, 2013 - 1 commit
-
-
Fabian Bumberger authored
When using the sizeTable property of the QQuickImageParticles, the vertex shader is not compiling. This is a workaround for a compiler bug on BB10. Change-Id: I32d5e92bc300304cb856d97b1310f607df1e48be Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
- 25 Jan, 2013 - 2 commits
-
-
Michael Brasser authored
If the job has been cancelled, ensure we clean up the texture factory that was created. Change-Id: I0a6e4a23732e6041084ddc483d701a25befd91c9 Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
-
Topi Reinio authored
Replace 'headerfile' with 'qmlclass' in qdocconf file. As a positive side-effect, QDoc will also add files for 'All members' for QML Types into .qhp as well. Task-number: QTBUG-29226 Change-Id: I282ef42283ec147ea0f2b466b15e7f104c8a012a Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
- 24 Jan, 2013 - 7 commits
-
-
Frederik Gladhorn authored
Commit 7b2e2117 introduced a regression in mouse handling: When moving the mouse out of the window it would cancel all further mouse events. That is actually not wanted (eg scroll bars). Instead ungrab the mouse when the focus changes, that means the mouse handling with popups works and the scrollbar use case is also fixed. All the tests related to this seem quite timing sensitive, so try some more QTRY_VERIFY. Remove the parallel_test so that more cpu time will actually let the tests pass more reliably. Change-Id: I90586b05f461d3762728a466d71bcb967e03d14b Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Debao Zhang authored
Change-Id: Idf497424279fbee08e6e5750e6a15372c808105f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Eskil Abrahamsen Blomfeldt authored
In change e1d6b323 there's an optimization which disables layouts on the QTextDocument, but the layout has to be re-enabled before we can call idealWidth() since this will be zero as long as the page size is 0x0. We simply set the page size to undefined again before calling idealWidth. Task-number: QTBUG-29262 Change-Id: I6bebe7be4c99fce0de8fc4178b5e1abc81abbe87 Reviewed-by:
Michael Brasser <michael.brasser@live.com> Reviewed-by:
aavit <eirik.aavitsland@digia.com>
-
Michael Brasser authored
Change-Id: If2fa95d9715a55d3f07ecf5f232e4f4b9a44a6fb Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
-
Jerome Pasion authored
Change-Id: I1cd4dc70265f2425045328910be12a0cfaeb795c Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Eskil Abrahamsen Blomfeldt authored
If the text width set is higher than the ideal width, there's no risk of wrapping, and thus we align the text based on the full width of the Text element. This matches the behavior in Qt Quick 1.1. Task-number: QTBUG-29262 Change-Id: Ib191e3dd9d17e3bea63ca7825708f53768960e26 Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
-
Christian Stenger authored
Change-Id: I4b58f3d74d7dec9a95a07b907c500990630e7762 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 23 Jan, 2013 - 1 commit
-
-
Frederik Gladhorn authored
tst_qquicktextedit::remoteCursorDelegate was failing because the test server served the the remote file too fast. It seems like the test relied on a slow machine to run it. Instead pass the Delay option to make the server serve the file delayed. Change-Id: Id99feea07f2da3b2ea0aa6c07e9b548e8f81f18b Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@digia.com>
-
- 22 Jan, 2013 - 1 commit
-
-
Jerome Pasion authored
Removed "class" from the "selectors" variable in qdocconf file. Task-number: QTBUG-29242 Change-Id: I960dcbdb22358e033177b0ccb9c211136c0e4dcb Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by:
Geir Vattekar <geir.vattekar@digia.com>
-