- 04 Nov, 2013 1 commit
-
-
Tobias Nätterlund authored
The previous approach when debugging on pure QNX 6.5 no longer works with QNX version >6.5. Use proper way with "set nto-executable" and "run" instead. Change-Id: I00961236b416c42a0c81e29ea087de5ddd3a5f00 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 28 Oct, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I89853ffb4192b0da1f34d471e250d4ec32daa3da Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 17 Oct, 2013 2 commits
-
-
hjk authored
Task-number: QTCREATORBUG-10410 Change-Id: I76f6b430c277b6b7750c1c0b0de71e689dfea7de Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I1f4283a5727db976d999d4cf4c7e444de8592566 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 15 Oct, 2013 1 commit
-
-
El Mehdi Fekari authored
Task-number: QTCREATORBUG-10252 Change-Id: Ia8545fd0255f59290a6bab6e35ef1c082649f794 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 14 Oct, 2013 1 commit
-
-
hjk authored
Was used by the semi-automated tests which have been merged into the autotests now. Change-Id: I899ac95b7134b8c5a838c29d4c16904e85118abf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 11 Oct, 2013 1 commit
-
-
hjk authored
This seems to be a better abstraction than the "pseudo dynamic cast" in the QmlProfilerTool and the DebuggerPlugin itself. Change-Id: If7dea70e1353852ebb6d3ce43220c0b03ccb4b00 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 13 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I0f90075ed6549b1e5093d8cc81975bc46acf38fb Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 11 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: Ib0b11918fbae9577928b6209a913afb3eccc48b5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 10 Sep, 2013 2 commits
-
-
hjk authored
Change-Id: I1800a1b84fdd03278ccb2431fb66791269ea8991 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Incomplete, and doesn't work with shadow builds. Change-Id: I491f0a48d292bfe4f7f3b318d2e5e48bcb0cabd7 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Sep, 2013 1 commit
-
-
Leena Miettinen authored
Remove \brief commands from function descriptions. Use QDoc commands for notes and lists. Write GDB in all caps. Fix punctuation and style and grammar issues. Change-Id: I7f5bf0f53ad643eb4e2981c0d4e39c453dff5558 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 06 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: Ic4c78e4d2eefeefe55e2868a7f9db1eca52c3863 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 05 Sep, 2013 5 commits
-
-
hjk authored
Change-Id: I00bb591c027a22088d5f1feedc84aa28523dcca2 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Apply 'static' pattern, rename 'printToOutputPane' to 'write' Change-Id: I6f31f1a8c914661e2a2182c0b6256b41ead28de7 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: I370f72fcf7a24216ee189979ce6b5c8bfc5f4140 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: Ie73b8d9fa945ee9dcbab67177410cc782979c8ad Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: I3b6427ec038d61ea3166880ae51292f87f7b861b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 04 Sep, 2013 1 commit
-
-
Nikolai Kosjar authored
Change-Id: I177094f19978e07f85e42b34701d8f03cd26665e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@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>
-
- 30 Aug, 2013 1 commit
-
-
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>
-
- 29 Aug, 2013 1 commit
-
-
hjk authored
Change-Id: I65c76f3ff43e1479075926c7e3fa460cca74d8fe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 21 Aug, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: Ia49c6552a5aae72870687ef9c64f2642fbe24155 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 19 Aug, 2013 2 commits
-
-
hjk authored
Change-Id: I67254bb6d3d23e9fa9e121df0b3b923330cfe84a Reviewed-by:
Aurindam Jana <aurindam.jana@digia.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>
-
- 08 Aug, 2013 1 commit
-
-
Christian Kandeler authored
We want to introduce a new class that has more right to that name. Change-Id: I9535632e10872a97a8555e885a80c383bc5dcd2b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 01 Aug, 2013 2 commits
-
-
Tobias Hunger authored
Use it instead of retrieving this information from the document. Change-Id: I809fcb2daf59021cf503c371a5d40d75d7448796 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7645 Change-Id: I17df03c5765129c21f38df19ea90c04e937a7217 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 17 Jul, 2013 2 commits
-
-
Orgad Shaneh authored
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
The method is for setting the contents, so it belongs to the document, and should be named correspondingly. Change-Id: I40363dc08f11268f530885b512e4a88e8b10d096 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Jul, 2013 2 commits
-
-
Erik Verbruggen authored
Showed up in valgrind as a leak, when QML debugging was not used. Change-Id: I8e378795727f0e2f297086ae73dab99b6a28de32 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
And where using editors is necessary, take *all* editors into account, not a random set of what previously was called "original" editors (when using splits). Change-Id: Id6bbad08f3083b6744fc2edcf0b87ba504d3257b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Jul, 2013 1 commit
-
-
Eike Ziller authored
That is what it actually is, wrt how Qt API calls it. Change-Id: Ied02055debf6aad75556b0d9d22e8ba2f72be555 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 02 Jul, 2013 1 commit
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-9712 Change-Id: Ib46e4c91a520044bfa9fb717edecee167b68076e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Jun, 2013 1 commit
-
-
hjk authored
Change-Id: I8783ce66d28626e9a484d6aa729fccd07bbda0b8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 20 Jun, 2013 3 commits
-
-
Christian Kandeler authored
There is now at least one Linux distribution (openSUSE 12.3) that disables the "password" authentication method in its default sshd_config, while others allow it, but disable "keyboard-interactive". This patch tackles the problem as follows: 1) Implement RFC 4256 ("keyboard-interactive") and make this method available in the API. 2) In addition, the API offers to try both password-based methods one after the other, until one has succeeded or all have failed. 3) Dialogs continue to offer just the choice between "Password" and "Key", as to not confuse users. Internally, "Password" uses the feature described in 2). Task-number: QTCREATORBUG-9568 Change-Id: Ic81bd5d2dc4b1332ea1a8be938c19811c21a9087 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Kai Koehne authored
If you loaded e.g. a .qmlproject file that had only C++ debugging turned on the Start debugging action got disabled, and there were no ways of getting it enabled again (short of reloading the project). Anyhow, the logic to disable the debug action based on the current debugger language is flawed, since triggering the action will actually set the language. Change-Id: I5827a39cafc7e5dd0b2f2b43f07774e64eace02e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
QDoc does some magic with the \class and \namespaces and \brief commands, so the following wording must be used: "The xxx class yyy ..." Change-Id: Id231f30e8464898b776888d5423523de404aae34 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 07 Jun, 2013 2 commits
-
-
hjk authored
It's covered by tst_dumper nowadays. Change-Id: Id6b91e5a4ad2ac2472d598c4f0ba4c95c334af6d Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Change-Id: If99fc8dc7697eaef50ea7bf7656c0ce788201679 Reviewed-by:
hjk <hjk121@nokiamail.com>
-