- 11 Apr, 2016 1 commit
-
-
hjk authored
It was there for GDB at a time, but never for the other backends. Fix the GDB regression and make the sorting consistent across backends. Task-number: QTCREATORBUG-15296 Change-Id: If728c65f0c8ca4a8378c7cf5e53f1dadbfb72b29 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 10 Apr, 2016 1 commit
-
-
Alessandro Portale authored
Change-Id: Iba65c2ede538049c9b203fd4c2f99ef552019862 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 08 Apr, 2016 4 commits
-
-
Alessandro Portale authored
Change-Id: I95f4a28de5aeefdd321a5fe131351a6aab5b9498 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Alessandro Portale authored
This patch removes the locator.png icon and replaces it with a menu-friendly variation of the zoom icon. The current ZOOM icon becomes ZOOM_TOOLBAR. Change-Id: I8817c5c420801351db659caa4c4190a9074be720 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Coredump fails to open with multi-target gdb on Windows. Change-Id: I66cea184a84539c9f56cc46d7eabadd7760ba649 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Backends only have to specify whether an object members are sortable in principle (e.g. all structs), and some numeric 'sortgroup' value for member items (higher values are always sorted on top). Change-Id: I10ce94580374fed48a35f058a575a1408d6801af Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 07 Apr, 2016 4 commits
-
-
hjk authored
LC_NUMERIC is enough for the float reporting problem, and LANG is too intrusive Task-number: QTCREATORBUG-16010 Task-number: QTCREATORBUG-16024 Task-number: QTCREATORBUG-12800 Change-Id: Ia5bc31152e2b137c6b830a232460542a3827138a Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
hjk authored
Task-number: QTCREATORBUG-15821 Change-Id: I81faf3d31598538c04f843694b04f938bfb61a6e Reviewed-by:
Mitch Curtis <mitch.curtis@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Idc759cb0a5a64fe33ea54eb4d0bf21df2a651bd9 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
A breakpoint with known locations is not pending. Change-Id: I4da7b60b6771bbea40ce74d44518c26e6214ba6c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 06 Apr, 2016 2 commits
-
-
Alessandro Portale authored
Currently, these icons have a big "bug beetle" and a small action icon as overlay. According to user feedback, the relevant element (the action) has too little visibility. This change turns the proportions around, so that the action icon is big and the "bug beetle" is a small overlay. Also the analyzer run icon is handled in the same way. Change-Id: I257c66ec5892c8aabaf8a9884795ae410e793017 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I162366ce98078ba49311c96772772258e3f3dcb7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 05 Apr, 2016 1 commit
-
-
Christian Stenger authored
Task-number: QTCREATORBUG-15987 Change-Id: I510add216ec16c0c6622870f26c68c16e99769ed Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 01 Apr, 2016 1 commit
-
-
Alessandro Portale authored
Core contains the small variants of debug run/interrupt/continue/exit while the bigger icon variants are in projectexplorer or debugger. That does not seem to have aany reason, at least in today's state of Qt Creator architecture. But above all, it stands in the way when changing debugger icons as planned due to user feedback. This change moves: Core::Icons::DEBUG_START_SMALL to ProjectExplorer::Icons::DEBUG_START_SMALL Core::Icons::DEBUG_EXIT_SMALL to Debugger::Icons::DEBUG_EXIT_SMALL Core::Icons::DEBUG_INTERRUPT_SMALL to Debugger::Icons::DEBUG_INTERRUPT_SMALL Core::Icons::DEBUG_CONTINUE_SMALL to Debugger::Icons::DEBUG_CONTINUE_SMALL This change just moves icons across modules but does not change anything in the UI. Change-Id: I859b901c312d4d16b6c2f687395a7b48c90aab84 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 31 Mar, 2016 1 commit
-
-
Ulf Hermann authored
This spells trouble as dock widgets which have a native window will assume they should be positioned relative to the outermost native window then. Change-Id: I5a8ce5870afacaabe26d4a2d7ac53ffee09328ed Task-number: QTCREATORBUG-15844 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 26 Mar, 2016 1 commit
-
-
Orgad Shaneh authored
Detected by memcheck. Change-Id: I56c0c39f3aa2251d6425ddc9388fdebc511d7f47 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 24 Mar, 2016 3 commits
-
-
Orgad Shaneh authored
In 7de7eb6b the behavior on Unrunnable state was changed, probably by mistake. AddWatcherWhileRunningCapability should allow adding watchers while running, but it should not prevent selection when not supported and the inferior is not running. Another missing part was that Unrunnable was considered running, although it shouldn't. Change-Id: I7d27b81977a6921919327b3122a865b7ffa2d0bd Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-15938 Change-Id: I437756705c33730398a129651fabe34c92334656 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Getting e.g. an object's address is better than an empty value. Change-Id: Ia78335da8b9eadeadc2e6f1757399ae604eb6610 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 23 Mar, 2016 5 commits
-
-
hjk authored
It's only used when starting with a -debug command line and when attaching to a running run control. No need to clutter the normal codepaths with it. Change-Id: Ib374c64a7f63fa79e88967573c37a5da1f415d50 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
... and some dead code. Change-Id: I22fc6f8ecc09c4c3b928d7b7a510e762a54c0f8f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Keep magic guessing to a minimum. Change-Id: I3474b4406fa047dff468e853bd6fee7c962e065d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
The debugger validation was operating on wrong language data, i.e. run unconditionally even on pure Qml projects that doesn't require an external debugger. Change-Id: Ic9c96d88f2014d62e8720f1e80134f561fc40bb9 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Idca373abbca7c381bdb0af9c0db6763285700ed8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 22 Mar, 2016 4 commits
-
-
Christian Kandeler authored
Change-Id: Ie81f9e0fc2ba8eb56019e2b9332298bdb60198a5 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-15896 Change-Id: I5bc5ed11652932911bdf3b1107998c54353b1268 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I8b03b02323c6c4d9d714a6cc0ebc7ee40c0abf92 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Change-Id: Ia2cfa060c7c836db13bd1cabbde82c7630e4eb33 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 21 Mar, 2016 1 commit
-
-
Orgad Shaneh authored
Change-Id: I039dd5f32d4a1e25f1c3a6a7cec78ebdfb3f5e68 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 18 Mar, 2016 2 commits
-
-
David Schulz authored
In newer cdb versions the default symbol path points to the microsoft symbol server. This can lead to a very long start up time for inferiors including many modules, because every module is verified against that symbol server. Unless the user does not explicitly set such a symbol server in the cdb settings do not use a symbol server. Change-Id: I0b24e2dd12f6cef98c55f4f57f0c800cecfc3c3f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Saves an asking for debugger log roundtrip when the information is just visible in the verbose log. Was just used inside the cdbengine. Change-Id: I9801d3ccd8f273c3b4afcf053b00e7af0953a63f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 17 Mar, 2016 3 commits
-
-
Tim Jenssen authored
- it happens while removing the only existing kit Change-Id: Ifc2e9eae2836b496f9f696ff91e2999dc1904800 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
We already switch to debug mode when starting the run control. Since loading of projects from the command line is delayed by the project explorer plugin, and that switches to edit or projects mode, we must delay the startup of the debugger when started from the command line until the project explorer plugin really finished all initialization. Change-Id: Icfae2b39878084b024c40fa30a2e35f6a0b94a89 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
We have many code paths now that try to make sure that we really end up with debug mode when debugging, leading to multiple calls of activateDebugMode when starting the debugger. Separate ensuring debug mode from saving the previous mode to avoid that debug mode is always the previous mode. Change-Id: Ie9687e2de816b6ae55945b6108a5d4f760962f89 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 16 Mar, 2016 2 commits
-
-
hjk authored
Change-Id: I5c3885cb385dc1c15dce14f2ff52bf70edee8399 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Displaying live contents uses nowadays a feature of Qt 5.7. The previous display was not using the correct context. For Qt < 5.7, access is now only possible when the context is clear (e.g. because a breakpoint was hit). This patch adjusts the error message in the other case. Task-number: QTCREATORBUG-15831 Change-Id: Ic25a3f6bca05523b16063f3e7daed6817c0002e7 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 15 Mar, 2016 4 commits
-
-
hjk authored
Looks more natural there. Change-Id: Id1c717869fbc903e55e4e4a2bc27dfe7db843423 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
...for Locals & Expressions. Task-number: QTCREATORBUG-15870 Change-Id: I5768908ab731adffd695627206fd03cc5ccce957 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
The previous 'v4_int32' tag now shows as 'u32'. Look for either. Change-Id: Ie47fd564ec5ee1f08f44f3fb43180f5cdc495884 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
hjk authored
Registers are only retrieved if the view is visible. When it becomes first visible, an extra poke to initiate population is needed. Change-Id: I67c3e166ce98e6405707f8457ebd32d0d1939229 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-