- 15 Sep, 2014 1 commit
-
-
Daniel Teske authored
The future is now. Change-Id: I68fa2fc75d8fe4437600a808949892e9002d950d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 11 Sep, 2014 1 commit
-
-
Erik Verbruggen authored
Change-Id: I0ca381dca2f7a50e3638f10c77db9b6621fb32c4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 01 Jul, 2014 1 commit
-
-
Christian Kandeler authored
Currently we pass in some places by value, elsewhere by const ref and for some weird reason also by const value in a lot of places. The latter is particularly annoying, as it is also used in interfaces and therefore forces all implementors to do the same, since leaving the "const" off is causing compiler warnings with MSVC. Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 17 Jun, 2014 1 commit
-
-
Alessandro Portale authored
There are multiple copies of these pngs in different plugins. Let's have one version in core, also as @2x variant. Change-Id: Iedff1a6190a72c1947dd202ae1ee46f59f9fb13c Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 16 Jun, 2014 2 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10953 Change-Id: Iff1a31c007ac777bfa390d48237480ef56ffc0e4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
Change-Id: Ie10e8cb93f26eb2087272646668fafd480b0208d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 28 May, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I132eb2615842ad7fdf6d7fa0f87d8c2c0c77203e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 19 May, 2014 1 commit
-
-
Alessandro Portale authored
Instead of repeating strings like ":/projectexplorer/images/compile_warning.png" all over the code, we should use constants for it. Change-Id: I91b36838d6da0a2332381e433788e796948d26db Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 06 May, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: I3ea10aa204b1ea41702edab09884b416cd6d9e06 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 29 Apr, 2014 1 commit
-
-
hjk authored
Rename to runConfigurations() and remove the node argument which is available as 'this'. Adjust const-ness of node argument in RunConfigurationFactory::runConfigurationsForNode Change-Id: Icb63e96a305152f90135a2656536de2581faafaf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 22 Apr, 2014 1 commit
-
-
Christian Kandeler authored
Change-Id: Ib608bb49e26781aef1914085a5d801fcdcd5eb56 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 10 Feb, 2014 1 commit
-
-
Tobias Hunger authored
Do not use BuildDir.History, SourceDir.History or WorkingDir.History. Change-Id: I0df95b88680efdc2ecaec68625ab476499ee1fb8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 16 Jan, 2014 1 commit
-
-
Daniel Teske authored
Only used for simulator qt, so not essential at all. Change-Id: I4736e3fd1f84e009441fd89ae40f4debfd7a1d1a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 06 Jan, 2014 1 commit
-
-
hjk authored
This affects mainly Apple's version of GDB. Mac users are advised to use LLDB, or some recent build of FSF GDB. Change-Id: I6a7fbb591e79f737e12d08b0e881e9e4d1d9660c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 26 Nov, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I1bcf9cf626d0f42520442ec8e9d7be413e16a102 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 14 Nov, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 04 Nov, 2013 1 commit
-
-
Tobias Hunger authored
This makes the specializations responsible to register the environment aspect that makes the most sense for them. The only real user of this is the QmlProject, which added its own EnvironmentAspect on top of LocalEnvironmentAspect set by the base class. Change-Id: I2ad8c23a008e249dc919491a5fd397ec04502375 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 29 Oct, 2013 6 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
Change-Id: I14971be5c00da949ff46729236c535d1ac29f9bc Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: Iea96398de12845f992d647bbeca3bebf68bdd8ac Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I22dd15b10a6b06b380f19eda31925951f4566ecf Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I27139d8ccc17b665853bec4a37e80568680b5fcc Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 16 Oct, 2013 2 commits
-
-
hjk authored
Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 15 Oct, 2013 1 commit
-
-
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>
-
- 09 Oct, 2013 1 commit
-
-
Daniel Teske authored
Even though it makes no difference today. Change-Id: Ice31667f997526dfecdc6ec096ea61f3d8d481f1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 19 Jun, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I4ed28ef19d5799e1e2818752b3bd169984d6f9ad Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 11 Jun, 2013 1 commit
-
-
Daniel Teske authored
QT += testlib automatically adds CONFIG+=console, which we use to decide whether the app should be run with a terminal. Typically though those apps do not need a terminal since they are just unit tests without any need for input. Task-number: QTCREATORBUG-9475 Change-Id: I98667cb17a6696a4a4ffd195280e816d84d33581 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 17 Apr, 2013 1 commit
-
-
Daniel Teske authored
TargetInformation now contains no platform specific code anymore. Change-Id: Id7b3b562e1046a1ea18127716532b1fc2614ef91 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 11 Apr, 2013 4 commits
-
-
Tobias Hunger authored
Change-Id: Icdd982e84ec452077c987f9ee15e49f8c5ccc3a6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
It is no longer used. Change-Id: Ie99af7b432bba07f8e334c99817bd535828ade8b Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: If878e22cc2715d05bb3e65ad908cd4fb5e21b03b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
... and attach that to localapplicationrunconfigurations Change-Id: I1d93820d45295bb0e8dd1ac2648070891eff6ddf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 10 Apr, 2013 1 commit
-
-
Tobias Hunger authored
across its uses. We have the kits now, so we can use the information from there and no longer need to guess at the dumpers to use. Change-Id: I058304198e9c7fdbad45a84658e1bcea8ed9834d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Apr, 2013 2 commits
-
-
Tobias Hunger authored
Change-Id: I30c92dd5082eed050c2796a014919788710baafa Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I7fbb82dc3ff83593473a57c69d0eb89bc33f50f5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 28 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I53fa1aafaf98fd3105ef35b595e4311854cf9cbc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 22 Mar, 2013 1 commit
-
-
hjk authored
Change-Id: Idef36b3045296c623d44a6cc1c4b7913de256cbd Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-