- 11 Nov, 2014 - 1 commit
-
-
Pasi Petäjäjärvi authored
Not all platforms do have QRegularExpression as it is based on pcre. Change-Id: I3247f8b2213f78a6e537f6781d97b0c6382482ad Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
- 28 Oct, 2014 - 1 commit
-
-
Shawn Rutledge authored
This reverts commit 427646b8 . It seems that it should have been more correct, but we are still not shipping English translations, and static QString find_translation() in qtranslator.cpp will return any language which is in QLocale::uiLanguages() for which the translation file is found. That is a long list on OSX. Reverting the patch means find_translation() is not called in such cases. This change can be re-done whenever we are more sure that the attempt to find a translation will succeed in finding a sensible one, or fall back to not translating, rather than choosing a language that the user didn't intend. Task-number: QTBUG-41977 Change-Id: I425946cc71cec96b4f38629eb2b7e80220c5236d Reviewed-by:
Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
-
- 01 Oct, 2014 - 1 commit
-
-
Shawn Rutledge authored
As the docs explain, the variant of QTranslator::load() taking a const QLocale& is better because it "uses QLocale::uiLanguages() and not simply the locale name, which refers to the formatting of dates and numbers and not necessarily the UI language." And, using a default-constructed QLocale permits QLocale::setDefault() to override the system locale, so for example an application's main.cpp can do that before constructing a QQmlApplicationEngine. Task-number: QTBUG-7329 Change-Id: Ia29a4c894087c92b071c0fe484728866f2660fe6 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
- 25 Aug, 2014 - 1 commit
-
-
Jani Heikkinen authored
- Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I84a565e2e0caa3b76bf291a7d188a57a4b00e1b0 Reviewed-by:
Jani Heikkinen <jani.heikkinen@digia.com>
-
- 02 Jul, 2014 - 1 commit
-
-
Shawn Rutledge authored
This affects the location of the QSettings files or registry entries. Other parts of Qt are using this organization name so it's good to have all the settings in the same place. [ChangeLog][QtQuick] tools and examples consistently use the QtProject organization name Change-Id: I1fae4eaed0248411fe95dda9572d38006648b162 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 09 May, 2014 - 1 commit
-
-
Jeff Tranter authored
Fix some spelling errors in the command usage string. Change-Id: Iee94987d0a3dff78e39f588b4c21415ed40a514c Reviewed-by:
Alan Alpert <aalpert@blackberry.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
- 13 Mar, 2014 - 1 commit
-
-
Erik Larsson authored
When using the tools qml and qmlscene with dummy-data it will crash or behave wrong, due to the dummy-data component will get the state not ready, if the dummy-data qml-files does an import of another folder or a js-file. By changing the way of loading dummy-data, by letting QQmlComponent handle the file opening instead of using the setData() method, qmlscene and qml will be able to handle this type of dummy-data. The tool qml also needed to load the dummy data before loading the regular components, otherwise the dummy-data would not be ready for the other components to use. Task-number: QTBUG-32721 Change-Id: Ia1cc2b2626187e23c7d7313be788202d91b12471 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 10 Mar, 2014 - 1 commit
-
-
Andrew Knight authored
Module includes are discouraged because they may increase compilation time. While debugging a broken core module include header, a number of module include infractions were discovered in qtdeclarative. Replace them with their more specific counterparts. Change-Id: I614e9a6aa2177f396e5289f3cdb3c35faa0202c9 Reviewed-by:
Gunnar Sletta <gunnar.sletta@jollamobile.com>
-
- 20 Nov, 2013 - 1 commit
-
-
Shawn Rutledge authored
Double-clicking to open a QML file was not working because it would exit if no files are given on the command line. It needs to wait a while for the QFileOpenEvent. Task-number: QTBUG-34926 Change-Id: Icb585a777b0438db85120c62e7717f0f6eafffb1 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com> Reviewed-by:
Morten Johan Sørvig <morten.sorvig@digia.com>
-
- 16 Nov, 2013 - 1 commit
-
-
Kai Koehne authored
Task-number: QTBUG-34836 Change-Id: I3ab2a16036a1086c0ac1f50880a402caf9f54f2d Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 11 Nov, 2013 - 1 commit
-
-
Alan Alpert authored
The extra output is primarily useful for debugging, and on windows it will actually make an ugly command prompt window appear. Change-Id: I552e479515a6f5249685844143601cb7449a10b5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
- 01 Nov, 2013 - 1 commit
-
-
Alan Alpert authored
QQmlComponent::setData does not perform any URL processing. Consequently when using that function we need to 'normalize' the URLs ourselves to ensure that the engine finds them acceptable. Task-number: QTBUG-34301 Change-Id: Ia0f3a51129423020f7e4d7003ca356af3f89b441 Reviewed-by:
Antti Piira <apiira@blackberry.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
- 30 Oct, 2013 - 1 commit
-
-
Shawn Rutledge authored
The error was that app can be uninitialized if the switch goes into the default branch. Change-Id: Ic690e1dd257cf88ee04d019b5b81121cecb48564 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@digia.com>
-
- 25 Oct, 2013 - 1 commit
-
-
Tasuku Suzuki authored
Change-Id: I079f5e09a0099550348388379c496fc8f8cfa27c Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 25 Sep, 2013 - 2 commits
-
-
Sérgio Martins authored
Change-Id: Ie0536ad94f88efe1e54226ed7f1d9e1042ffcc19 Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
Shawn Rutledge authored
Perhaps this illustrates why having -Werror is more of an annoyance than whatever it was supposed to help: https://codereview.qt-project.org/#change,65253 cannot be merged until the new enum value that it adds is handled _everywhere_ that it can be. Change-Id: I2bba730b471683487e38693c9ace2d09be4c874d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 17 Sep, 2013 - 1 commit
-
-
Alan Alpert authored
This tool simply runs QML files using a QQmlApplicationEngine. It is configurable so as to behave, by default, like qmlscene in that it will automatically place non-Window QtQuick 2 Items inside a QQuickWindow with the size of the root item. The configuration is extensible so that other GUI scenes can also use it by altering the configuration files in their installation. On OS X, it is an app bundle, and handles the QFileOpenEvent so that it can be the tool with which qml files are usually launched by double-clicking. (This does not break the ability to use it on the command line too: the options still work, you just have to give the path to the executable inside the bundle.) Change-Id: I6bac813ce188be54842a78d7b532fcf2d54dc443 Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
-