- 20 Feb, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: Ia46ac9dfa010e623d71e77c50f84517db71338ec Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 11 Feb, 2014 1 commit
-
-
Tobias Hunger authored
... based on output from dependencyinfo.py script Change-Id: I9532f6d259f15c16b62fae0ca18f8a8cad95bd11 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 05 Nov, 2013 1 commit
-
-
jkobus authored
Change-Id: Idb9e39ff155ff7dd36f490983ae978681e47fb18 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 04 Nov, 2013 1 commit
-
-
jkobus authored
Change-Id: Ia20f0902a407c2d9d47c998b847e082466c6f496 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 01 Nov, 2013 1 commit
-
-
jkobus authored
Cleanup some stuff (mobile orientation page), drop import of qml from existing file Change-Id: I261f03b6f249129dfe732719fb683978cc90fb9e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 29 Oct, 2013 2 commits
-
-
Tobias Hunger authored
Also rename the related factory and config widget. This was necessary since QmakeRunConfigurationFactory was already taken by the base class. Change-Id: I37875935101b7560ad64c8a8c27d821c9810b387 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 16 Oct, 2013 1 commit
-
-
hjk authored
Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 15 Oct, 2013 2 commits
-
-
Yuchen Deng authored
After this is done, QbsProjectManager/CMakeProjectManager will be able to have full Qt support work without having to depend on Qt4ProjectManager. It's should belong here. Change-Id: I577d47cb8a40eb697aa862fbec36c56ff05004f0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
With Nokia's decision to stop support for Harmattan applications in their app store, the last remains of a use case have disappeared. Change-Id: Ia036112de01c8c3a866da3529b4a941db11c7358 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 09 Oct, 2013 2 commits
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Yuchen Deng authored
Change-Id: I124eec5eb9c0eadd7b883725f3aaedaceadcab0a Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 27 Sep, 2013 2 commits
-
-
Christian Kandeler authored
Change-Id: Ic20ecea9affd6297c7b8b89a08a5487240c18928 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Generalize the target setup page and move it into projectexplorer Move the qmake specific code into a projectimporter class with a specialization for qmake projects in the qt4projectmanager. This change depends heavily on the BuildConfigurationFactory cleanups done earlier and completes that change in such a way that generic build configuration factories are now in theory possible. The remaining problem is how to select the best factory of several that claim to be able to handle a kit and that is left for the next patch. Change-Id: I47134cb1938c52adebcdc1ddfe8dbf26abbbbeee Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 17 Sep, 2013 1 commit
-
-
Tobias Hunger authored
Refactor the code of the build configuration factories. The idea is to generalize the code so much that we can allow plugins to install custom build configuration factories for the platforms they support. To support this use case the following changes where done here: * BuildInfo class was introduced to describe one build configuration that can be created by a factory. * Factories report a list of BuildInfo to describe what they can produce. This fixes the need for factories to implicitly create one buildconfiguration and then create another one 'officially' to support debug and release build configurations to be set up for projects. * Do no longer work around factories to create build configurations. Change-Id: Ic372e4a9b5c582633b467d130538948472b89d91 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 02 Sep, 2013 1 commit
-
-
Christian Kandeler authored
A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 29 Aug, 2013 1 commit
-
-
jkobus authored
All Qt Creator's main highlighters are used in the first place, for other mimetypes generic highlighter is used as a fallback. Task-number: QTCREATORBUG-9580 Change-Id: I863b9085520e5bdda142ce88f2074afeacee0531 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 21 Aug, 2013 1 commit
-
-
Christian Kandeler authored
Provides better structuring of source files. Change-Id: Ic2d0094312bb7c8da01a1f38270564407fdbefce Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 10 Jul, 2013 1 commit
-
-
Tobias Hunger authored
* Move basic ui code model support from CppTools into QtSupport * Use Kit infrastructure to retrieve uicCommand and environment * Remove specialization for cmake projects (no longer needed) * Remove specialization for qmake based projects (no longer needed) Change-Id: I8569cc01acb46a540883c2da235d169bebf7db39 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 07 Jun, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I4f2a28d4732ea496f574e5f51fb1e1633ebca99d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 May, 2013 1 commit
-
-
Christian Kandeler authored
These cause a warning now. Change-Id: I4c4e9c3e11e7f97e66a4bcdd708489fafc8f0606 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 15 May, 2013 1 commit
-
-
hjk authored
Change-Id: Ifc5076021a7ef4f49e3dc9048d40becfa5080edd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 17 Apr, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I285b30d71951ad849e31c56daaa8d162a8efea9f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 11 Apr, 2013 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I8bb9b4eb0ae5ed9b283da422be882603ae0e1b49 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 02 Apr, 2013 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I21b14aa75928f35d35853f6d93e8bd58a653153b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 21 Feb, 2013 1 commit
-
-
Fawzi Mohamed authored
QmlBundles enables us to treat the different qml dialects differently. Add imports completion. Change-log: [Qml/JS Support] Corrected handling of QtQuick2 only features. Change-log: [Qml/JS Support] Added import completion in editor. Task-number: QTCREATORBUG-8750 Task-number: QTCREATORBUG-8624 Task-number: QTCREATORBUG-8584 Task-number: QTCREATORBUG-8583 Task-number: QTCREATORBUG-8429 Change-Id: I1384b1b23136a85b4d077895ea86f92960da9e71 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 16 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 27 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: Id6c19c0a2a982e7a9b11d7ef0740c0258dbdc7b7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 25 Oct, 2012 1 commit
-
-
tomdeblauwe authored
Original Patch by tomdeblauwe <tdb@traficon.be> Change-Id: I54aea31755dd5702e6998c8343114d34a8752f7b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 16 Oct, 2012 1 commit
-
-
Christian Kandeler authored
Using Botan as a shared library is dangerous due to the use of dynamic_cast and exceptions, which both reproducibly fail to work on MacOs. Since there are no other users of Botan, we just add its objects to the SSH library. Change-Id: Ic79f081d2e1231a52feef02ef5b68761692f1110 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 03 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 04 Sep, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I5c2ddacab09b7e1ff997686d21a8b5aa193e1aa3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 03 Sep, 2012 1 commit
-
-
hjk authored
Make "Configure Project" help text link to options dialog depend on the actual architecture instead of listing all possibilities. Also, make the link work. Task-number: QTCREATORBUG-7810 Change-Id: I78360cdc5b1a836b46dad5c31bdf7335d83e846e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 22 Aug, 2012 1 commit
-
-
Alessandro Portale authored
Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 16 Aug, 2012 1 commit
-
-
hjk authored
Was broken after today's toolchain widget re-organization. The sub-widgets now have to insert themselves into the form layout defined by the base class. Change-Id: Ie7a88614e222dc39e8734ab2739ff14c4604e3da Reviewed-by:
hjk <qthjk@ovi.com>
-
- 26 Jun, 2012 1 commit
-
-
Christian Kandeler authored
Old version was 1.8.8, new one is 1.10.2. We now put all the code into one pair of files (via a botan configure option) and move platform-specific defines into the pro/qbs files. Besides drastically reducing the number of files, this is expected to make future updates less messy. Change-Id: I004166b2ab15b6a699d69aebfcfd9999c5ccdb91 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 21 Jun, 2012 1 commit
-
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 19 Jun, 2012 1 commit
-
-
Yuchen Deng authored
Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 18 Apr, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: I91603c8a15471fecf554855b62fec18869d68f96 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-