- Aug 24, 2012
-
-
Eike Ziller authored
Currently it contains compiler settings only, so there's no need to let people search for e.g. debugger settings there, that might be considered part of the toolchain, too. Change-Id: I458f3d1cf1784b85820f8af7604a2a004372a909 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
While a "real" C++ type rarely contains parantheses or other characters that are "special" for a regexp, gdb happily sprinkles in things like "(anonymous namespace)::". Killing Creator while trying to beautify such a name is inaccpetable. This should be followed up by patches handling the known problematic cases properly. Change-Id: I8cc8509f1d7df0a8780876cdba556e1cf7ec4a95 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Eike Ziller authored
Final merge of master into 2.6.
-
- Aug 23, 2012
-
-
Friedemann Kleint authored
Remove the RunConfiguration parameter from guessCppEngineType() and use the DebuggerStartParameter::toolChainAbi only. Use fillParameter() to set the debugger command and toolchain in order to prevent mismatches. Add logic trying to figure out the profile to fillParameters() in case the profile passed in is 0 for the command line cases. Use CDB matcher for post mortem and Remote CDB, fix it to prefer 64bit CDB on 64bit OS. Change-Id: Icedc3883fe15660303060498ab609957e6d01cd1 Reviewed-by:
hjk <qthjk@ovi.com>
-
Marco Bubke authored
Change-Id: Id56143ee936cf07d38df59e4badec00a3a570c26 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Marco Bubke authored
Change-Id: I466a0e808fc7da8516421ee46c1a09ca1d0a0144 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Marco Bubke authored
Change-Id: I5fb2faca0b7322908ae7abb7633627b113035dbc Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Leena Miettinen authored
Fix next and previous links, remove links to obsolete topics, add a note about removed Symbian support. Change-Id: I585e3cf868df6310c06465ea826c29d1b977e188 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
Fix breakage introduced by Iaff13619 Change-Id: I1123f34d0bfb70049d6ee584ef7cb3bd94c48c55 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Kai Koehne authored
Provide both qmlviewer and qmlscene as run configurations if the active Qt version is 5.0.0. Change-Id: Iaff1361921bdd2d6b2256c4c4cb51e96802c2519 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Kai Koehne authored
Qt5 features both qmlviewer (QtQuick1) and qmlscene. We can't just assume that everybody wants to use qmlscene. Change-Id: I6668b7776869826575ce035f1e9ace47908013ff Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Eike Ziller authored
-
Friedemann Kleint authored
Add synchronous static getLocalProcesses() (platformspecific) method to LocalProcessList, use that for the model, simplifying the code of doUpdate(). Use that for DeviceProcessList::localProcesses(). Polish the proclist-method for UNIX a bit such that it tries to read out the 'cmdline' first to obtain the complete command line and full path to the executable. Similarly, set the absolute image path on Windows. Implement doKill() on Windows. Change-Id: I3a5b990eaa9f6beb4c589406bdf4c7a234e40734 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Add methods to be able to use the dialog as a non-modal dialog showing a list of processes or a modal-dialog for selecting a process. Connect double-click to 'Accept' for the modal case (regression from 2.5). Change-Id: If05a1c40ee6a41135d943e9919a1250db03eeffb Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Notice that a similar problem still exists for which we need to fix the lexer when there's a C style commend which ends with a backslash-newline. Task-number: QTCREATORBUG-7713 Change-Id: I0f6d561703984f917fa5ed29de020ad0bdc5aaf0 Reviewed-by:
David Schulz <david.schulz@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I1560e379639a02a2decf46c4e6b015bd6042c6b7 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: Id469c958450ff94024b5fbb933e2bc5e04c94006 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: I052961575f5ccc423a751ad28c5547003967663b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: Ie3cb734b99e468e6fa56265ac59992bb8402f33a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6576 Change-Id: I49f458181a3ba0697a096b2a6435838fbcdbc759 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Leandro Melo authored
This fixes one of the issues mentioned in the report below. THe other part will come in a separate patch. Task-number: QTCREATORBUG-7730 Change-Id: I9f56a9bcec8a881dab3ab60f40c5b71f296466da Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
It was creating extra line(s)... Change-Id: If28a9ccf16195c71747479db838a5589ea6683a0 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
Although they are now supported by the lexer and parser, it is worth to remind that we still need to address an issue concerning the highlight of multiline literals (which with the advent of the new raw strings will become more common). Task-number: QTCREATORBUG-6722 Change-Id: I137337a9ac0152a1f8b9faded0b960c6fe3dd38a Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
This was introduced in function extraction refactoring intended to fix an issue with invalid class names: a66e344b The patch fixes only the regression itself - the previous fix is correct. The report below consists two parts. The other one is not a regression but nevertheless is fixed by the previous patch. Task-number: QTCREATORBUG-7730 Change-Id: I6f65584902619b542c9ce56cd0f37218a3d50104 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
This fixes a variety of issues regarding class completion when templates are used as base classes. The test cases show examples. Task-number: QTCREATORBUG-4357 Change-Id: I764d5ce817a78e1b19336e5beab758ca9e10f34b Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Daniel Teske authored
Change-Id: I1f801bee3c646585e39a481c8bf271c115a7189c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
This allows history to be shared between similar but different line edits. Change-Id: I6ddaa686f99cf0d89e9be024ccb006d179a6bd1c Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
This broke e.g. 'AddDefinition' for 'int foo(int const * const _x)'. resulting in 'foo(const int *const_x)' Change-Id: I6aae6c4a47e127de109b5fbefdf202ca050a391f Reviewed-by:
Leandro Melo <leandro.melo@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Aug 22, 2012
-
-
hjk authored
Task-number: QTCREATORBUG-7746 Change-Id: I5ba6c5b63c319d7b65239c6b730c0da90ef20c4f Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Templates tend to contain things like < and >. Change-Id: Ia947f6fd9d49df81aa1e9b5041ef2dabd75769f6 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Was broken by I03935715e51777efffea533310a9d775cb676dca. Change-Id: I8395809db4d18da3ecafccbcb1221e0c8dfca70c Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Daniel Teske authored
They are an implementation detail, atm. Change-Id: I50b8fd9c9c28794bfbf70fc9d7ea6703e651b9fe Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: I5568316edb16fb3c797b8d403d75617279c1bcae Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: Ic6b71b464f3a16cb2afda535a0b2b0135e5814ae Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christian Stenger authored
Change-Id: I76ebec620ece569b895f381e9b35f3b257fe4852 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Leena Miettinen authored
Change-Id: I812fc0b7de8d94c3706c36a63ab0c988b0ce815d Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: Iaf0292f6f494102ab617cd6127f19c2d6b33e8fc Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I4b1bcfe8da32bd48c601d1efdb7c3aac1d39cbce Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Marco Bubke authored
Change-Id: I03935715e51777efffea533310a9d775cb676dca Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Marco Bubke authored
Change-Id: I75d7d3fb230a348c62ecb32236c698e10c8b842c Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-