- 27 May, 2014 2 commits
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-12309 Change-Id: I3d6ebe84408427b5a4e499a6d38ef5f37711610e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
This wizard is from a different era. Nowadays webkit is on the way towards deprecation and the replacement isn't ready yet. Change-Id: Ifac9a42463562fefaa4a33eb7be2a09e0d8af1aa Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 26 May, 2014 1 commit
-
-
El Mehdi Fekari authored
No more generated bar descriptor file. The default bar descriptor should be the same one used when packaging and all changes should be visible to the user. Change-Id: Ib0eb1dc2ad2d49e159fa1b6009bac2e0d2569c5a Reviewed-by:
Sergio Ahumada <sahumada@blackberry.com>
-
- 21 May, 2014 1 commit
-
-
qrc:///Kai Koehne authored
Both forms are functionally equivalent, but the official documentation favors the shorter one. Change-Id: I2b6fccfafc2474f5b61ed6dce460b0472a63854c Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 16 May, 2014 1 commit
-
-
Orgad Shaneh authored
Mostly trailing whitespace Change-Id: Ic324d20e8159c9d255895248ce04f25c692daf46 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 08 May, 2014 1 commit
-
-
Orgad Shaneh authored
Place all plugins in lib/qtcreator/plugins Change-Id: I66606910104b28d91038f5607850ce03bdd1b80f Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 02 May, 2014 1 commit
-
-
El Mehdi Fekari authored
The environment variables in the bar descriptor are modified depending on the Qt deployment option the user selects. This causes inconsistent behavior if the user modifies those values on the template file. The env var values will be generated in the final bar descriptor without being visible on the template to avoid any user modifications that won't apply correclty. Note: For next releases, the bar descriptor needs to be handled properly to avoid any black magic so all modifications should be visible to the user. Task-number: QTCREATORBUG-11916 Change-Id: I00a2c855be3def31cd008071c6269e5a69f81536 Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
- 28 Apr, 2014 1 commit
-
-
Christian Kandeler authored
For qmake, that is. The qbs versions already have deployment support. Change-Id: I75d9bf0a36285a5e04e0fb7f13fca304d74efdc9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 14 Apr, 2014 1 commit
-
-
El Mehdi Fekari authored
Task-number: QTCREATORBUG-12013 Change-Id: I6b8fa2409b2a6530267717879d82713313ae6672 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Vladimir Minenko <vminenko@blackberry.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Apr, 2014 1 commit
-
-
jkobus authored
The subfolder triggers some unfortunate issues, like that the default path that is chosen for adding files to the '/' prefix in the qrc is the project directory. Change-Id: Ia0010e01c37afb64506053014eae4524794e57d8 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 Mar, 2014 1 commit
-
-
El Mehdi Fekari authored
* Qt4: Remove unnecessary input and update the style to bb10dark. * Qt5: Update the environment variables default values to cover common use cases. * Cascades: Remove unnecessary LD_LIBRARY_PATH input Change-Id: I339ae02639621adf291f5d3c9a02a242460f0c39 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Fabian Bumberger <fbumberger@rim.com>
-
- 20 Mar, 2014 1 commit
-
-
Jarek Kobus authored
Don't generate Qt icons for Qt Quick App projects anymore. Change-Id: Ic0fc43235a5b8da6696d5eb8d4a765d49b03dfd1 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 06 Mar, 2014 1 commit
-
-
Marco Bubke authored
The control templates should be come first. Change-Id: Ieb5f0b22f47c0ec2113c4722d96e878d167c8f3e Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 05 Mar, 2014 2 commits
-
-
Marco Bubke authored
The Window element is not working in the qml designer. So it would would be nice to have a default template which is actually working. Change-Id: I7eae41d9ccc1c0cc8b65a6eed3f999e45b396291 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Marco Bubke authored
If you open the qml file in the designer and want to move the text item you move the mouse area instead. I think it is not very intuitive. Change-Id: I41457e4f42a145433189ac45768e345ac73b262e Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 03 Mar, 2014 1 commit
-
-
Joerg Bornemann authored
Change-Id: Ib639f70f2cb30842d8bce2073883979d0b67afa7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 24 Feb, 2014 1 commit
-
-
hjk authored
That was not recommended practice for user code. Change-Id: I68c2471444dd6c6fc0b6cc64df9a677947863973 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 17 Feb, 2014 1 commit
-
-
Tobias Hunger authored
Rename class type of CustomQmakeProjectWizard from "qt4project" to "qmakeproject" and document that change in the manual and changes-3.1.0. Also update all the in-tree xml files to that new class name. Change-Id: I7a9ef914a429d68e7f37a2115c03fa81d7433398 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 14 Feb, 2014 1 commit
-
-
jkobus authored
Change-Id: Ia25c0967e6f65cb046c9f3b1798c747b8da02fc9 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 13 Feb, 2014 2 commits
-
-
jkobus authored
Task-number: QTCREATORBUG-11465 Change-Id: I17653a10e8d844e94be294d66d59f3235631ccb0 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Nätterlund authored
This lets the user choose between bundling the Qt libraries in the bar package, use the libraries shipped with the device, or use libraries deployed to the device by the user. From the user's choice, the correct assets will be added to the bar package, and the correct environment will be set up, so those does not have to be pre-filled in the bar-descriptor.xml template any longer. Task-number: QTCREATORBUG-11376 Change-Id: If44a9f9868d068f2ccbbeca3e25447496a336648 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- 11 Feb, 2014 1 commit
-
-
jkobus authored
Task-number: QTCREATORBUG-11412 Change-Id: Iee117faaf85fcaa3e216091a8f7d95b4e12237cb Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 31 Jan, 2014 2 commits
-
-
Jarek Kobus authored
Change-Id: Ifa134618cf84f3ec71d443fc3d8bb0fba2768ea8 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Jarek Kobus authored
Remove unused application viewers Task-number: QTCREATORBUG-11264 Change-Id: I3e24be9b58ef47cb2b2c2cce0361c08e71c93ee9 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Jan, 2014 2 commits
-
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10873 Change-Id: Idb20aece719bedbf4b505e6500ec62a7be916c11 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Dec, 2013 1 commit
-
-
jkobus authored
Change-Id: If68e0c62781b235c2f0e573afe6d0e28709f28f3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 03 Dec, 2013 1 commit
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-10975 Change-Id: I6eb87a789ce88b1f3f298ef65b8bb96ce2348501 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 20 Nov, 2013 1 commit
-
-
jkobus authored
Change-Id: Ie7e2db1416ec2eb51339a05b8af408c18a0cdbf3 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 19 Nov, 2013 4 commits
-
-
jkobus authored
Change-Id: Iabcf82b6ea04ba5105767dcc9c9c4e8b272afc18 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
jkobus authored
Change-Id: Id999a376c037c831f0bb8850253c74d16d5c385d Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Tobias Hunger authored
Mark the qbs flavors of the plain C and the plain C++ project as console applications. Task-number: QTCREATORBUG-10815 Change-Id: Ic143ffe4026a97d0d27e0a85e62724b26e0ea5ce Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
jkobus authored
Change-Id: I0cc6c5a63afbcab0e937db7230c1a979a306957a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 18 Nov, 2013 1 commit
-
-
jkobus authored
Change-Id: I1735a3785e8e96bf3550213c7efbd6b879f61730 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 15 Nov, 2013 1 commit
-
-
Eskil Abrahamsen Blomfeldt authored
A missing else was causing the else:unix-branch of the ios condition to always execute for unix platforms, overwriting any of the settings from before. Result was e.g. that Android builds would not properly install their assets. Change-Id: Icf8d2e77ff7eaea478cc2f945d3aee7929cc4078 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 13 Nov, 2013 3 commits
-
-
Kai Koehne authored
Apparently using quotes in the xml file isn't supported ... This fixes a regression introduced in b863bd02. Change-Id: I166babcd8769d818a7ab488e3dbad432d8b65128 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Kai Koehne authored
The current template mechanism does not support descriptions with multiple paragraphs. Work around this by making the descriptions shorter. Change-Id: I3980778ce3b022430cc838f2c200f003dae0081c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10683 Change-Id: I1a7d721430b4a5bd15422d161f58a4247da79e08 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- 11 Nov, 2013 1 commit
-
-
jkobus authored
Change-Id: I11dfac8ce8d6b1e68df0151516cdc03247fffe3a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 06 Nov, 2013 1 commit
-
-
jkobus authored
Change-Id: Ia154a89ea393f09a2878b481274e296924f42d8e Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-