- 28 Nov, 2014 6 commits
-
-
Nikolai Kosjar authored
This fixes a crash if the include hierarchy sidebar is invoked with the clang code model. BuiltinEditorDocumentParser::get(editorFilePath) returns 0 in that case. Task-number: QTCREATORBUG-13553 Change-Id: I9292691c8156bdaaffcac1c3864201ba8a6cbdef Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-13422 Change-Id: I3648bf44760fdac4e8e1e79652519136af6032c8 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
We will add another type of test case that allows us to test the list of offered operations. Change-Id: I528b3844181c139c8955091ac0bbcf6475fd8a4f Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
hjk authored
Change-Id: Iae638ca1fbd84c43c7d31b65e017792d1b6a1e0b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I6a2104522896fafb70d09c5872cb9641f45db5f4 Task-number: QTCREATORBUG-13533 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
David Schulz authored
Do not use the hardcoded value in the xml highlighter file. Task-number: QTCREATORBUG-13538 Change-Id: Ie79f46e2ab31caf01c0ab58097756141691761f0 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 27 Nov, 2014 12 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-13499 Change-Id: Ibcd591620469abf56270cc512de1583900ce78e3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Thomas Hartmann authored
If using the flat style also the TargetSettingsWidget should be flat. Change-Id: I16147c9868e3e949a4d9aa0fedf85358504bde9e Reviewed-by:
Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I72886a309f1531c652186d529111d90ff3f98c37 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This can be manually triggered by entering e.g 'tbreak file.cpp:1' in the debugger input pane. Change-Id: I8212e82d258bb488fc1848e7d7e3e9ff5a3cae88 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
... and cut at the right end. Change-Id: I89905baa86c89946d6d56aac82bca539bc705f55 Reviewed-by:
Cristian Adam <cristian.adam@gmail.com> Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
...but plain, canonical and absolute paths if possible. Change-Id: Ib559f00a55646929b2e548e7e671c1cb5e1d4a79 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
After attempting to jump to an inaccessible location, the engine was still expecting a ^running, while in fact GDB was stopped. Add the right state transition. Change-Id: I69aec785a1e9d2a23771f74ae35064ae61405fa5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ia5a16eba656190ee904f00290b23b5108e27d8b3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
If closeChannel() is called in between our channel open request to the server and the corresponding reply, we cannot forward the close request to the server, as we don't have its channel id yet. So wait until we do. Our failure to correctly handle this sequence of events was the root cause for the following user-visible errors: - A (since-removed) Q_ASSERT in ~SshRemoteProcess() was hit. - The server closed the connection because we referred to an invalid channel ("Received ieof for nonexistent channel -1"). Commits 26920307 and 3027bcc9 are also related to this issue. Change-Id: I4994d85f5b21a72682f75389cdf8769738bd6768 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
TextDocument::open() sets a clean absolute path for the document, but DocumentModel::documentForFilePath() did not normalize before comparing. This resulted in the creation of multiple TextDocuments and Widgets for the same path. Was re-producible with: 1. Open the locator 2. Type "f a.cpp" and Enter 3. Go to 1. Point 2 lead to an EditorManager::openEditor() call with an unclean path. The second iteration triggered an QTC_ASSERT in CppModelManager. Regression introduced by: commit 292cf6c9 Algorithms for DocumentModel Change-Id: I82fbc39251e48c1c97d6933857de172818d73f13 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I8a3a3240033d23aa9e3df5276c4e6302d97f71b9 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
hjk authored
Change-Id: I51a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 26 Nov, 2014 14 commits
-
-
Fawzi Mohamed authored
Change-Id: Ie43f7a3241ae8d253853a0b38781774a70cb6897 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-13519 Change-Id: I206d83251c717dde419394658b5fdea8e5da48d3 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Leena Miettinen authored
Qbs is no longer experimental and wizards for creating Qbs projects are also available. Change-Id: I59e6888a8add3e9e77de69292758f31de5dda027 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
The old code worked around some issue that is not present anymore and breaks now by itself. So remove the workaround. Change-Id: I41a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ifcc8d8f5c389c963ee1b6c2d2d2437bd5429f843 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I1fb8387b38a93a343897cc4b2e5d36f542129b6a Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Leena Miettinen authored
Update screenshot. Task-number: QTCREATORBUG-13516 Change-Id: Ia2c5786f8fd7ce3f63fdc44940341f7fb3af1269 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
This topic was added to the Getting Started section in the TOC earlier, and this patch adds it also to the page. Change-Id: I1f310046c85ca71619d057f4710b54e8f5f5c75e Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Tobias Hunger authored
We used to validate the displayname set before the last change, which is not really useful:-) Task-number: QTCREATORBUG-13424 Change-Id: Ia71f82d0ab0c8d6392be8dbd8fccad7fb9230b2d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Sergey Belyashov authored
Change-Id: I03664ff7d166638f7c59fa1e54a0df9545339bdf Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Christian Kandeler authored
- It is not an error if the server replies to one of our earlier requests while we are in closing state. This can happen if we close the channel shortly after sending the other request. - Also change the message itself, which could be interpreted as "packet corrupt" when we actually meant "packet unexpected". Change-Id: I735c67b2a9b41af0c5e0b8d229369d94ec37277c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Stenger authored
Change-Id: I150df04e8b51880bb57cbc8a0a39461b0d8a54aa Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
David Schulz authored
Use paths with native directory separator when comparing application names. Also disable the "Continue on Attach" combo box when a kit with a cdb is selected. The cdbengine always continues after an attach. Task-number: QTCREATORBUG-13517 Change-Id: I3dd9cca98f9b4255cafc318836377d802413eace Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
DetailedErrorDelegate::sizeHint() calls createDetailsWidget() even for invalid indices, which does not make any sense. With this change the following messages will not be displayed anymore when switching to the the Clang Static Analyzer: QWidget::setMinimumSize: (/QWidget) Negative sizes (636,-1) are not possible QWidget::setMaximumSize: (/QWidget) Negative sizes (636,-1) are not possible Task-number: QCE-28 Change-Id: I7d45b2625ad94ddccfbb2c22ff5c07ee0bdd1256 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Nov, 2014 8 commits
-
-
Fawzi Mohamed authored
Change-Id: I05da4f6ec071d331757dddc202a2e2fba25cbdb2 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Fawzi Mohamed authored
get simulator type and SDK version dynamically from the available ones, and let the user choose which one to use. This fixes the static solution that did break with Xcode 6 Change-Id: I5cb2be68b9ea8736fc880cf3dd9d39d77f030293 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
David Schulz authored
The revision markers are configured by the display settings. There is no need to set them manually. Task-number: QTCREATORBUG-13498 Change-Id: I99ee829d64dd23a7d24f13580a75c7c1666823f4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Private plugin are considered those whose name ends with "private". Avoid being misleading, i.e. do not declare the plugin dump as successful. Change-Id: Id181d3a09dc9c4895f6566e22ad670435bd5a7f8 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Fawzi Mohamed authored
Change-Id: I7dd5d472148244116bf3d5e3dcc55e74f2c8f203 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Fawzi Mohamed authored
updateProjectInfo did reset the ProjectInfo to the default one. As now currentProjectChanged calls it at a different time, it did give several issues. Change-Id: Ia1eabc0ea83e89038a8f7d10cc6cda0544abfaea Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Fawzi Mohamed authored
builtins were always using qtimportPath, which is now being removed, so prefer qtQmlPath. Change-Id: I99d9214c2188507859f27b729c027aaf77eb579e Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Fawzi Mohamed authored
Change-Id: I543a72a90be38e6d2af49c70cb9c3f3301cf9bad Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-