- Aug 23, 2013
-
-
Tobias Hunger authored
Change-Id: I0a10ec80fc6a1f5677c13409f1ea5da4aa0d182d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This code is moved from the gcc toolchain into the ABI class so that the debugger can reuse it. Change-Id: I9932f41f69eff9ce5982cfb1f0a2e0add33b91c9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
If escape is pressed within 400ms after invoking completion, it is popped again Change-Id: Ibf34af22def54bc9a18d804ac9ee471f075eae96 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Otherwise it is passed on to other widgets (like the Find toolbar) Task-number: QTCREATORBUG-5748 Change-Id: I3e7fe19327d2b3d15c9c9f84360b936dc4698dfd Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
a || (!a && b) === a || b Change-Id: I3d3b602fa496a7d5a1f57a95ebedf30748429850 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Remove handling of parsers reporting fatal errors from the qmake based makestep and add it to abstractprocessstep instead. This makes the osparser work with all build systems. Change-Id: I1044d0e6002d2157946e0342fe060991ffe37ffa Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
The only os specific issue handled at this time is windows not wanting to overwrite binaries that are still running. Make that message trigger a build issue and provide a hint how to handle it. Task-number: QTCREATORBUG-9100 Change-Id: Id0b270202b67b0b7d555392cb35b0e2ebcbc8fad Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Also allow changes to the icon while at it. Task-number: QTCREATORBUG-9787 Change-Id: Id2abbd11f12b7e0f577655932b5b2aac4d3bba7c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ica6cf20c4ae1c7d58386d4970e468a105a3263b3 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Andre Hartmann authored
Change-Id: I8ae3c7b28586d8248a677c9f1f365cacf0709240 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: Ifc2228b4b18a8ce6ba19390f796f1f3c05e381d4 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 22, 2013
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-9997 Change-Id: Ia68c927723b31baa8ba83cbc2115e25a28d732e1 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10013 Change-Id: I2bf55cfa2fe1e11bac56cced765789566b659469 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Kai Koehne authored
showTaskInEditor is a static method by now. Change-Id: I9192a6c1223fdd7933b9d02da9aa3952dc4933cd Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ib6e3ab705504997e24c95c20bea21b007b62deb6 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-9997 Change-Id: Ib9366aa49f4e7b83d76a05741f12afbac159013a Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Tobias Hunger authored
* Fix the parser * Add a unit test for this Change-Id: I202f845e12c9b6203444f3bb12d7a9229c8a2887 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Friedemann Kleint authored
The api_paste_name parameter actually is a description/title. Introduce new PostUserNameCapability to enable user name control. Task-number: QTCREATORBUG-9996 Change-Id: I4a40dd88b2a8844fb6f27ba01e47226e2a61a042 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Marco Bubke authored
Change-Id: Ie154a02719f4706b9edc872767b137fe6f9977bc Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-9653 Change-Id: Ia50c295ee474d08b3fb0574a4f759a8ab901876a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ia36e7e7142dbc030a428369ed04e76e70e8eef0b Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Change-Id: I211e54348751618f67f04e0795573b055ddfe98b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
...otherwise they add up and subsequent tests checking for the error count will fail: FAIL! : tst_AST::objc_try_statement_1() Compared values are not the same Actual (diag.errorCount): 5 Expected (0): 0 Loc: [/home/nikolai/dev/creator/qtcreator-master/tests/auto/cplusplus/ast/tst_ast.cpp(1400)] ... Change-Id: I8b4356331e95dceb1e99bb26e6ebf4591d70a08c Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Nikolai Kosjar authored
...in order to test more entries. Change-Id: I990f55dd3c9c2c7d079a4fb3dcc92467bf1d1568 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Nikolai Kosjar authored
So far candidates were prefix matched case sensitive which led to an unfavorable results order. With this patch, if the input is lower case, the prioritizing happens by a case insensitive prefix match. Otherwise the match happens case sensitive (just like before). Example: Search for e.g. "m cppmodelmanager" Top result before: AbstractEditorSupport (match at parameter type) Top result now: CppModelManager Change-Id: Ic27042cfe717be812a2237a3437399597c98dd74 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Takumi Asaki authored
Add QGenericPlugin to Library-Wizard. And change default to this. Change-Id: Iad21e4c66ef9a47e7ac5e437ed11af7e50d91112 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Aug 21, 2013
-
-
Christian Kandeler authored
Provides better structuring of source files. Change-Id: Ic2d0094312bb7c8da01a1f38270564407fdbefce Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Oswald Buddenhagen authored
as qbs itself is optional Change-Id: I1ff2d2f785ca206b379b305e783b9914081712b4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Oswald Buddenhagen authored
this will centralize some conditionals further down the line Change-Id: I53b26cc29ac3fa098a583d6ac4d28924e5a1f2a3 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: Ia49c6552a5aae72870687ef9c64f2642fbe24155 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: Icd15e53022453be0713ee4953dd8f1f099b053de Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Fawzi Mohamed authored
Utils::Function wraps std::function or std::tr1::function to give polymorphic function wrappers, i.e. a way to accept function pointers or functors as arguments as long as they have the correct signature. Change-Id: I4032264cf6b84ef647f790c566543633b4d0653b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Erik Verbruggen authored
Change-Id: I366733ec821ee264f182f4d4a3cf69cdada20cfc Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Przemyslaw Gorszkowski authored
When we open project and do not open any file, then open 'Type Hierarchy' (from combobox) we see "No type hierarchy available"(and this is ok). Then if we open any file and we try to see 'Type Hierarchy'(Ctrl+Shift+T) then we still see "No type hierarchy available"(and this is not ok). It will also happens if we save a session with opened "Type Hierarchy". This change fixes this. Additionally when we select something for which there is no 'Type Hierarchy' then it displays "No type hierarchy available". Task-number: QTCREATORBUG-9819 Change-Id: Ib6a152f481057098f3d8a4335bb2d4a31fc5e1ef Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
* When a dialog initiated by the locator is closed * When the main window loses focus Task-number: QTCREATORBUG-9953 Change-Id: Iff923320e7f1cc9a633d3a6a9bee1fa49b41bb68 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
Conflicts: src/plugins/cpptools/cppcompletion_test.cpp src/plugins/cpptools/cpptoolsplugin.h src/plugins/projectexplorer/customtoolchain.cpp src/plugins/vcsbase/command.cpp Change-Id: Ie7b3c9e136c0748b41320227c757471259339b48
-
Przemyslaw Gorszkowski authored
Example code: float fun() { return 0; } Hovering in the area behind the function without args(but in the same line, in above example after "float fun()") will bring up tooltip with returned value of this function(in the above example it will be "float"). Fixed by checking this special case after gathering results for tooltip and don't show confusing tooltip. Task-number: QTCREATORBUG-4780 Change-Id: Iab2bacddf33a70d5ea941001a2dd317c824d9db5 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
Change-Id: I46f6942a8bee8a1c9711dc97db6424893dd3f276 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
It is save to set 0 as a parser. Change-Id: I57e9a6e2c3c4661356b5b79371946edad367888a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
Change-Id: I1f87346ad12f4a6e749042b3c1bcabbc71bdbf7a Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-