- 16 Mar, 2015 6 commits
-
-
David Schulz authored
Change-Id: I4b26cbe71f5936f367f9add2b3a6c812446835d8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
David Schulz authored
Counting the watcher number in a global scope, so they don't get reinitialized incorrectly with a new engine. Change-Id: Ifd9efb320e2c0f20b2e2845348a98961f72bf28c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
Invoking global search & replace would greatly increase the main window's minimum size, so arrange the search and the replace parts vertically. Task-number: QTCREATORBUG-8770 Change-Id: Ia8ae8554a6c089e56b918192dc7ae33cf3e9a615 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Nikita Baryshnikov authored
Change-Id: I895d0ae48c36030e58aea1676873bd285680a661 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
David Schulz authored
Change-Id: I65a34460237308d76a202ac08d3b2180f532c934 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Just return silently when trying to hide a progress indicator that wasn't initialized by showProgressIndicator. Change-Id: If8c68dbc9de481c8b1cc6b8dd38c9d8e70b00065 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 15 Mar, 2015 1 commit
-
-
Daniel Teske authored
Change-Id: Ic30a9eba40c5a3934a65006f730ae52de3eab852 Task-number: QTCREATORBUG-14001 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 14 Mar, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I7cb3b5636413abfc52578e8ae0c43f745efa2f0d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 13 Mar, 2015 18 commits
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9535 Change-Id: Ifd94f674214314b3694be74cca297ddab873cd8c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I95073d8b0b73398bc48b7937d50a1bcced1e8cc1 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
With the recent fix for restoring the mode when restoring sessions (0d10ecd6), it would save and later restore Welcome mode when switching sessions on Welcome mode. Change-Id: I285dc1f25734b8358ca04cfdb887aafa93576c3d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I3d0cce5d408d11998aec024b23d9a218a75df3a3 Task-number: QTCREATORBUG-12935 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I44f2edb2905e202669630ab5da85066011491fae Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
For the function auto foo() -> @Foo {} whereas '@' denotes the cursor position, we detected the expression under cursor as "foo() -> Foo" and tried to resolve the member "Foo" within the type of "foo()". ExpressionUnderCursor can't detect whether we are on a trailing return type since it only looks at the tokens. Thus, check also the AST. Task-number: QTCREATORBUG-13096 Change-Id: Ifc14e402fb70e722940e5fa13f1eaaa9973362e4 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Ie564c35b106981d986881f12495ca3cab578c720 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-14135 Change-Id: I94e850f729bd3dbf4212960c7a980a1f118030b4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
Change-Id: I6556440ebcf77ae3164c4f659ff1c4b6e189d6ea Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Daniel Teske authored
Still wondering how exactly it happens. This results in parent() returning a invalid QModelIndex() for a valid QModelIndex() which should not happen, but this prevents the crash. Also add some minimal logging. Change-Id: I36559c1f9cda39e8b8a80f487651ad58f7c2cc05 Task-number: QTCREATORBUG-14134 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Do not soft-assert when saving a diff that was saved before. Change-Id: Iebe06f2bf2ab966869181e0237ed6cc69b2f6045 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
Eike Ziller authored
Show a fading indicator over the editor, or over the main window in case of global search & replace. Change-Id: I84a982bcfed558c0f84c08c3625a0cad4c5409d6 Task-number: QTCREATORBUG-3494 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-14036 Change-Id: I7545bfa40ec3e1399d57bf5ab2486318aa1fcb9f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
Make the expected output copyable to the test. Change-Id: I4fc61682f14d0de054a11d2ffa4a0f36ede0e500 Reviewed-by:
Francois Ferrand <thetypz@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Daniel Teske authored
This time for real. Change layout from QScrollArea -> QStackedWidget -> GeneralPage -> EditorPage to QStackedWidget -> QScrollArea -> GeneralPage -> EditorPage Change-Id: Id0d4baca297a5b4d58292fa72faa62b66c91a2dd Task-number: QTCREATORBUG-14127 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I52bbf904a3a6a3cd3d5dcab34e649a44d406af98 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-13991 Change-Id: I06ff6daea88e14b4193e4f1a71d768b528d80bf9 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
David Schulz authored
Change-Id: Ie3d3355e51761cea7e0284bbb3e0177d5a443f36 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 12 Mar, 2015 11 commits
-
-
Christian Kandeler authored
Change-Id: I54f7791c15e05ca5c85c8b4059f80b050de57282 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Daniel Teske authored
With a release Qt build. Wrong bit fiddeling. Task-number: QTCREATORBUG-14129 Change-Id: I7021ff74c9936e6007eec863e4ebfd948e6dbe90 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
To get the msvc2013 runtime installer Change-Id: Id2c8fe8464bbd1d7ab30d265439360f8111e8b62 Task-number: QTCREATORBUG-14130 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I265e316a1168310f220aa449528790c4bfec41d8 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-14116 Change-Id: I48549806b7108d31519dc573039496b727e7a0af Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Alessandro Portale authored
The default shortcut for Help bookmarks Meta+B overrode the shortcut for "cursor back". This patch changes it to Alt+Meta+M, which not only removes the conflict but also makes it the same shortcut as the one for the editor sidebar bookmarks. Task-number: QTCREATORBUG-13093 Change-Id: I6f4f6c4891c34a3a00c39632bb0dae119d73cb99 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ibc5ae05400cfc95dbcb60780accbb3907f697e32 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
David Schulz authored
Returning now the expression that was used to add this watch, not a fixed up value in the *(Type *) address format. Change-Id: I7cb49b3f6370a6b25758c2a2240a004d1bc2f8a3 Task-number: QTCREATORBUG-12801 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I9e72edad53eff88911d5ce4e9a26905a5393d411 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: I3a94f1c18eb187716bfa275cfe8869c4fe046500 Task-number: QTCREATORBUG-1746 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
David Schulz authored
Task-number: QTCREATORBUG-13263 Change-Id: I8433d5d6a18ea700db77be0ab22e01de9f0b267f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 11 Mar, 2015 3 commits
-
-
Daniel Teske authored
Extract the whole makefile parsing code into a separate class, to make the code more manageable. Also fix some bugs on importing additional flags like qt quick compiler or separate debug info. Task-number: QTCREATORBUG-13947 Change-Id: Id04bff191c188f95230274d990b1676e9b2f419d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Idf0c03b8a4746f63ab16c7391bc69d65629d7643 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Hugues Delorme authored
In SubmitFileModel, filetype icons are missing for not "overlaid" icons in Core::FileIconProvider. This is fixed by ensuring valid file paths are passed to QFileInfo. VcsBase::SubmitFileModel has now a "repositoryRoot" property so it can constructs absolute file paths. VcsBaseSubmitEditor::setFileModel() now relies on SubmitFileModel::repositoryRoot() instead of passing this info as annex parameter. Change-Id: Ie045c3a7b247a5b5d48d10aaaf67cb3fdcf9fa7e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-