- 27 Aug, 2015 3 commits
-
-
David Schulz authored
This way the id doesn't have to be parsed from the command. Change-Id: I8beb15c6d98a6628f373cf44b724dd4267efb728 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
David Schulz authored
Simplify the CdbResponse to become more like the DebuggerResponse. Change-Id: Ifdd7c69e340b4c18c0e1187eb2173979feccd5b9 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
David Schulz authored
Change-Id: I7716faf9e5d480fe52ce9939d1f7093494d6d37a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 25 Aug, 2015 18 commits
-
-
Ulf Hermann authored
Half of the widget height is a particularly bad estimate for the default height of a console item. Focusing editable items should be done by explicitly transferring focus. Also, this only "worked" if an editable or formerly editable row was the very first line in the view, which rarely happens. By default, if no settings are present, all log categories are enabled now. Otherwise we might miss the error messages resulting from failed evaluations. Repeatedly setting the filter regexp to the same thing doesn't signal a filter change, which is what we actually want when changing the filter. Change-Id: Ibe33b0438d92e777bdceaf9af032fc5117ba4041 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
Using Utils:TreeView automatically gives us the capability for loading item as they are expanded. This way we can show recursive structure in the console as well as load data from the debug server on demand. Also, properly print error messages received from unsuccessful command evaluations. Task-number: QTCREATORBUG-14931 Change-Id: I66d440eedd9723b04670169b27db1ee18f3f2891 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Marco Bubke authored
Don't move if you assign to yourself. Change-Id: I33977fe34cc89849337c17c1ff418ff48d68e708 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I60993e2a140445468b6fe98604cb19329dc35b1c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I82ea54a1e23625690192a967b5f33451cdc199af Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I85243b6b041e639fb6313e2fb794a658ca456ea3 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I1e2671d15b0db3c670b86dd0d4bed5ee09e866f1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
David Schulz authored
Change-Id: Icaee4aee4fbb22b2a55f64cc43effdaebbe63a55 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
David Schulz authored
Change-Id: I8e3bd400efa6fd12fd098a53d9e991aea658a743 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
David Schulz authored
Change-Id: I716cd00b47b8ae52d497817f0849f608222bfd33 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
David Schulz authored
Change-Id: I48a1beb6c47758dafa3629c8c8b770417b823a4e Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
David Schulz authored
This also removes the need for a command flag. Change-Id: I6ad8a2c5d49673783cf06a2612c33e0cd5555706 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Christian Kandeler authored
The activateSubWidget() function recently got a return type. Change-Id: I3fe5434bc891c31b6d8a9e07a903eb959316b0a2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I004dd5eab6733efaca4032e4fdb432f54c5f7114 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Kandeler authored
This signal was emitted from two places. In one of them, the argument was the pure string from the line edit, and in the other one the "raw path", that is, the aforementioned string processed by cleanPath() and fromNativeSeparators(). We now use the latter in both contexts. A look at the slots does not suggest anyone is interested in the other value rather than this one. Change-Id: Iacb6e0815004b2ef0107bfef03b97b46015da989 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: I998d663e1fced1da10e7b3d4489db26eb244fe2b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
The old one had a number of problems, mainly due to the awkward delegate that was used for presenting the data. For instance: - Only one diagnostic at a time could be looked at in detail. - Once it had been opened, it was not possible to close such a detailed view again, other than by opening a new one. We now use a tree view for showing the diagnostics, so users can show and hide details about as many diagnostics as they wish. That also gets us sensible item selection capabilities, so features like suppressing several diagnostics at once can be implemented in the future. Change-Id: I840fdbfeca4d936ce600c8f6dde58b2ab93b0d00 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I3bf772ec09f08a3a9cb9652ca9718585beed9a2e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 24 Aug, 2015 10 commits
-
-
Orgad Shaneh authored
Zooming using the mouse wheel has no upper bound. Change-Id: I7ff680c7b48fb4d01773a3479bf17e3d81da7de7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Commit 2dbc5b10 introduced usage of WorkingDirectoryAspect into the qbs run configurations for Desktop targets. However, the design of that class was not suitable for the way our working directory logic works: There typically is a user-provided value and, as a fallback if the user does not provide anything, a default value managed by (build system specific) code. The WorkingDirectoryAspect class could not differentiate between these two values and so the value stayed forever at the initial default if the user did not override it, instead of adapting to the location of the executable. This patch makes the necessary changes to the WorkingDirectoryAspect class so that it matches the actual use case. Task-number: QTCREATORBUG-14891 Change-Id: I7555d0a9cb4b04b75c9215a988278db32eb1ca10 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
hjk authored
Starting from unused command line commands like 'up' and 'down' up to the (Pdb) prompt handling. Change-Id: I93ab5025a52b259e3f9d80f3251e88bdb18a3467 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Daniel Teske authored
Instead, switch to edit mode, show sidebar, scroll to project, and show a tooltip next to the project. The tooltip is somewhat easy to miss, but this is a clear improvement in most cases. Change-Id: Icd27f76e7d434f33e731b6fd56473ff913986a89 Task-number: QTCREATORBUG-8422 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
On switching sessions don't unload projects that are in both sessions. Change-Id: Iceceea262677ab523f8c3c9d2dda64faa34d6e0d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
The "executable" field in the local run configuration widget stayed at "unknown" directly after a build, because the widget was not informed of that information being available now. Change-Id: Iadd86ad3d36250f5a54277707fbf1d8bd2df1232 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
David Schulz authored
Task-number: QTCREATORBUG-14875 Change-Id: I08dc2f2be9795bb4addcca1907cf13c30ebe6d9c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ib8e8e84d82aa65a8e0f48f4479cbbc6ec9bb18c7 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I7800612940a85e3c3d547d2586ec3d158e63b14f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
The transition phase from having it in the mode bar is long over, so people that were used to always seeing the detailed view it will either have adapted, or have it set in their settings. Not showing the details is the saner default setting, since the popup does and will always hide other UI like the editor scrollbar, buttons in find tool bar, content of output panes, etc etc. Change-Id: Ib34dee976c46b5d19b81cebcca416612b673fb29 Task-number: QTCREATORBUG-9837 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 21 Aug, 2015 9 commits
-
-
Jake Petroules authored
When using rpaths on OS X, the install name prefix should always be set to "@rpath" and the rpaths should be appropriately set to the locations in which that binary looks for its dependencies. While this change is behaviorally identical, it brings the project setup in line with how developers expect these properties to be set, and thus reduces confusion. As an aside, it now correctly follows the principle of relocatability (install name prefixes like @rpath/Frameworks are only partially relocatable as opposed to @rpath alone which is fully relocatable). Change-Id: I7b5cc7a316d2608037ea9ab087029baa85aee2ba Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Jake Petroules authored
type: application actually does nothing now, as the application type is used for both bundled and unbundled products on Apple platforms. Instead, consoleApplication being set to true influences Qbs not to use a bundle. cpp.infoPlistFile became bundle.infoPlistFile in Qbs 1.4. Change-Id: I6540aa91b2db61ed4cbf2ff30bd46d69db5f9d92 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I91b083a91ff782fed1e8514a3690965708eff4dd Task-number: QTCREATORBUG-14932 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ia68b484f8949390c9390c93049eb21d61506a37b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I0c99a18ff08d80279e72973eb2eb58d524751a70 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ief9f3f00678b73770dc7bbc431a9ddacf5f9b0f7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Change-Id: Ia6ac2afd84342a72e50eaaf833960a618c88bda6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Overlooked in f096fbc1. Change-Id: Ia40de8cc8469d6679aba4dd87f647924ad886e0f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Daniel Teske authored
So that the code model can find the right files for ui files that haven't been build. Change-Id: I438a3ab9806c8ff6c47e5e188228a31ffb917bdf Task-number: QTCREATORBUG-14910 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-