- Oct 10, 2013
-
-
Nikolai Kosjar authored
Only methods as programming functions are affected. Besides renaming some actions like "Switch Between Function Declaration/Definition" this mostly touches (api) code comments. This is a follow-up patch to commit 872bfb70. Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 17, 2013
-
-
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>
-
- Jun 19, 2013
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-9537 Change-Id: Ie5e4ffd33a9a9108c2e12bf8e71d932f6586053c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- May 27, 2013
-
-
Tobias Hunger authored
Move logic to detect already open projects into ProjectExplorer itself, along with some check for the canonicalFilePath. Remove the same logic from the individual projectmanagers. Put check that the path is a file into project managers. So far all of them assume the project file to be a file (e.g. a xcode project manager would expect a directory though). Task-number: QTCREATORBUG-9350 Change-Id: I3901958395e3c594c8cfba9a85dc7d3ec3334afb Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- May 21, 2013
-
-
Orgad Shaneh authored
Change-Id: I70c74fdb4def2e29f3b850da9108e4ba5f572922 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Mar 12, 2013
-
-
Friedemann Kleint authored
Change-Id: Iff9e1c6658e1b0a20ec6f140a86f69c8cb52fb44 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Feb 28, 2013
-
-
Yuchen Deng authored
Change-Id: I5a3aa31db7fa37f31a4b557eb5b09b7987169265 Reviewed-by:
Peter Kümmel <syntheticpp@gmx.net> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 17, 2013
-
-
hjk authored
Change-Id: Id9d6cf28966eeb65775cf1f16f57773af5fb6bca Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Dec 29, 2012
-
-
hjk authored
Change-Id: I63433edd9118a7aa4ecaef28f40bfc729d90f512 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 23, 2012
-
-
Orgad Shaneh authored
Change-Id: I23134b7eef222dcdb3425e2f2f6d62ab863009fe Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Oct 25, 2012
-
-
tomdeblauwe authored
Original Patch by tomdeblauwe <tdb@traficon.be> Change-Id: I54aea31755dd5702e6998c8343114d34a8752f7b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
On initial run we offer the user a choice between all the kits, which are compatible with the cached generator. After the initial run, the user can't change kits nor generators anymore. Except if the builds into a new directory or adds a buildconfiguration, then the user can choose between generators but not kits. Task-number: QTCREATORBUG-7940 Task-number: QTCREATORBUG-7928 Change-Id: I9b663435cd2e021f7fe08379c1c487a6aebe8976 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Peter Kümmel <syntheticpp@gmx.net>
-
- Oct 04, 2012
-
-
Peter Kümmel authored
The cmake wizard proposes also ninja if ninja support is available Ninja must be in PATH, but it is only called once, so it doesn't hurt. Task-number: QTCREATORBUG-7720 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Change-Id: If3c9c7ae55e6990fa16b031fc2998a8d8d9ed17a Reviewed-by:
Peter Kümmel <syntheticpp@gmx.net> Reviewed-by:
Yuchen Deng <loaden@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 24, 2012
-
-
Peter Kümmel authored
The cmake wizard proposes also ninja if ninja support is available Ninja must be in PATH, but it is only called once, so it doesn't hurt. Task-number: QTCREATORBUG-7720 Change-Id: If3c9c7ae55e6990fa16b031fc2998a8d8d9ed17a Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Aug 24, 2012
-
-
Daniel Teske authored
It adds almost nothing and introduced some bugs. This fixes: Double evaluation in cmakeproject on build directory changes. Wrong runconfiguration update in cmake for set_target_properties(target PROPERTIES OUTPUT_NAME [..]) changes. Unecessary runconfiguration removal in AutoTools and Generic projectmanager. Reevaluation of .pro files on changing the active runconfiguration or deploy configuration. Task-number: QTCREATORBUG-7723 Task-number: QTCREATORBUG-7761 Change-Id: I50249b186917cd3a4f399f187f09ac8428ab6f9e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jul 18, 2012
-
-
Daniel Teske authored
It's a CMakeProject, it must be a CMakeBuildConfiguration Change-Id: Ibd0907112661a89f7ca84ffdf62a1dbcbd436ed8 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jun 21, 2012
-
-
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>
-
- May 25, 2012
-
-
Eike Ziller authored
d-pointer instead of inheritance static methods Change-Id: I7b2f0c8b05ad3951e1ff26a7d4e08e195d2dd258 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 23, 2012
-
-
hjk authored
Change-Id: I8297df85109b67b79f90c33263a5dc7b89efbb60 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- May 04, 2012
-
-
Eike Ziller authored
Also clean up the use of icons to be more consistent. In the project context menu show the name of the project the actions apply to only once in "Set '%1' as Active Project" (and in the "Close Project '%1'") to avoid repetition. Change-Id: I7f2d7bc9e3ed60c915e0a2badfbdab5f854e9b6f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 03, 2012
-
-
Daniel Teske authored
Most of them are done, or are not really todos but just notes on the code. Change-Id: Idc4836844ee7bc1444e1251f97118bd9103a6019 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Mar 06, 2012
-
-
Robert Loehning authored
Change-Id: Id353ab140a46e06ffc3abf667ab3b234e749e17c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 09, 2012
-
-
Friedemann Kleint authored
It causes a conflict with the new QtConcurrent library of Qt 5 and is quite small. Change-Id: Ib97ab6daf8f67a88300cf03f044ba3593a4cd270 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 24, 2012
-
-
hjk authored
This saves one function call compared to the instance()->currentProject() pattern and is typically less to type on the caller site. Change-Id: I65568f30205fc90e2aaca7e8e7f0192241df8c85 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 13, 2012
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-6791 Change-Id: I1e3df08a2217c105b3c905e3ea4cd9b960353396 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Nov 16, 2011
-
-
Daniel Teske authored
Instead of choosing the first one, choose the most recently modified one. Also smallish fix to the title if no .cbp file exists Task-Number: QTCREATORBUG-6553 Task-Number: QTCREATORBUG-6532 Change-Id: I34e2d7ca6d8242356e92099ed29ca0f0a4a11574 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 05, 2011
-
-
hjk authored
Change-Id: Iffe04bc3bb0103cbac605f0734bbfd66eb7fd854 Reviewed-on: http://codereview.qt.nokia.com/4215 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Task-Nr: QTCREATORBUG-5996 Task-Nr: QTCREATORBUG-5995 Change-Id: I4184a1c652cbfc93a788a8f9b67d936401e197b9 Reviewed-on: http://codereview.qt.nokia.com/4197 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
- Apr 12, 2011
-
-
hjk authored
Reviewed-by: dt
-
- Mar 31, 2011
-
-
Jarek Kobus authored
Reviewed-by: Pawel Polanski
-