- Oct 24, 2013
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I363138212b692cf75fe1605df8af3721315d37e1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 22, 2013
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I07c1b61e8b6719e54fdc1f69cf63f573119a6776 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 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>
-
Friedemann Kleint authored
Change-Id: Ic19b4ff112e3ac32d8dfb364f42ea7f523cfa2d1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Removed the asterisks from messages. Change-Id: I1c8e95b6d6f77921f2908c4587af5ebfde5e86af Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 09, 2013
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Sep 30, 2013
-
-
Orgad Shaneh authored
Change-Id: Id99b5c06eedd014e5845a1b4642901e4b222090a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Sep 12, 2013
-
-
Tobias Hunger authored
Change-Id: If2a8b49e0710ba7620ef0fc99713858b0e4b1310 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 11, 2013
-
-
Nikolai Kosjar authored
...for the memcheck and callgrind tool. Task-number: QTCREATORBUG-10057 Change-Id: I23dd3ad47f0498af37787bf54e76b09852cb327c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 10, 2013
-
-
Nikolai Kosjar authored
Change-Id: If07c7a7a11a4c555e26b672bebb1e93eded38dc4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
Setting this option to e.g. "Everywhere Except in File-backend Mappings" allows to 'valgrind' Qt Creator itself. Without that option the valgrind process will die if certain code paths are executed. Change-Id: I8888456d324a25ce092f0b0128407adf2159f496 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 09, 2013
-
-
Nikolai Kosjar authored
...otherwise all the options the user has set are in vain. Change-Id: I6f344aafa848e3216a8ebf98e6fdddac26af4749 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
...in order to avoid "huch, it shows custom settings, but I haven't customized anything?!". Change-Id: I80475340202b54acbf7fbb0fe709b1e9f1cf58da Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
...fixes "** Error: no valgrind executable set **" for new projects. Change-Id: I838d680d902480906fab7bec0984d45c25ec7b4b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 05, 2013
-
-
Volker Vogelhuber authored
Change-Id: Ie2ded39c73dce99db574b16cb8e0e1ffb7ba2415 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I370f72fcf7a24216ee189979ce6b5c8bfc5f4140 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Sep 04, 2013
-
-
hjk authored
Change-Id: I72993fda50ad70ad2d7c2f449923ac6e34b9e737 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
Change-Id: I177094f19978e07f85e42b34701d8f03cd26665e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Sep 02, 2013
-
-
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>
-
hjk authored
Change-Id: I4af8793ca69a3af9e99baeb7c31dad3864266f91 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 30, 2013
-
-
hjk authored
In the majority of cases we were doing that anyways, having two ways is just needlessly confusing. Change-Id: Ied362a702c23beee528368d74df1f2aabe5807f8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 28, 2013
-
-
Tobias Hunger authored
Use setBuildDirectory() in the different BuildConfigurations instead of reimplementing that over and over again. Change-Id: Ic355fdb4624c71667ce470b3e2865c9a8722ef09 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 26, 2013
-
-
Friedemann Kleint authored
Change-Id: I0db53224eaf716909382f468248c893616513b5a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 21, 2013
-
-
Christian Kandeler authored
Provides better structuring of source files. Change-Id: Ic2d0094312bb7c8da01a1f38270564407fdbefce Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Aug 19, 2013
-
-
Christian Kandeler authored
Provide a QProcess-like abstraction that can be used to implement processes running locally or on a remote device. Objects of a concrete class implementing the functionality are created by IDevice objects. Current implementations are: - Local execution (QProcess-based), provided via the DesktopDevice. - Remote execution via SSH. - A specialized case of the former for remote Linux systems (provided by LinuxDevice). The latter is already being used in a number of places. As a result, lots of code dealing with details such as setting the remote environment could be moved to a central location. These things are no longer the concern of whoever is wishing to run a remote process. Change-Id: I919260ee6e77a020ca47226a4a534e7b8398106f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Make methods static and add a instance() method for Signals/Slots. Remove ProjectExplorerPlugin::taskHub() method and use the new ones instead. Change-Id: Ifae24ff19579fc524cbd61bddc826095c443adfa Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 16, 2013
-
-
hjk authored
Change-Id: I8e1254c6955b7fd3aa42cec8036daedc4301fcaa Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
The Analyzer implementation is now simple and still generic enough to serve as general base. Change-Id: I050a21919bf128929b77a64da1f46d157691d849 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Aug 13, 2013
-
-
hjk authored
Change-Id: I1eec0f54d05b3f7d8679060faccc14ec8a3777f6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
More in line with IRunConfigurationAspect Change-Id: I50a038de004733b6b19d345b30a63cc2db02875a Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I6f49dd9eeff53eafc51bd5238ca655437df12111 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 12, 2013
-
-
hjk authored
Change-Id: Id1f03290b428a9ef6450df6f428cf8fd493c7453 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: Idd0913ba798a04f65711591dee14cbb714440cbf Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Change-Id: I8d99fe6438e4d954ad44403ac4a34f7e85a7f021 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
More flexible, less over-engineered this way. Change-Id: I3e224a6be85d3a187056d79fd506e8cf6a32c8a9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Aug 08, 2013
-
-
hjk authored
This wraps the menu related aspects of an IAnalyzerTool. Change-Id: I065cb5f269a40af2137f434a7cdf915bd9a76839 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
hjk authored
This partially reverts 1fb755bb. It turns out that this is a better place to have the valgrind specific startLocal/startRemote logic shared by the valgrind tools. Change-Id: I1638b6d7665db81227e0a1a9aeef1ce944449391 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Less indirection. Change-Id: If702a0a44c1fc96510fd1c5411fda51660dde10b Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- Aug 06, 2013
-
-
hjk authored
Add tool/startMode combo one by one. Change-Id: I1e6cfe98fb1b1291cae6f440105991f3f99f2a6a Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Change-Id: I10f57785bd26a15aef6fe72f26e7bf28a3a8d31f Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-