- 12 May, 2016 1 commit
-
-
hjk authored
Qt 5 connects, unused declaration, QLatin1Strings, ... Change-Id: If09929993d750907ee3f4e2fa9f18acfcc28d9c1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 15 Mar, 2016 1 commit
-
-
Christian Stenger authored
...for Locals & Expressions. Task-number: QTCREATORBUG-15870 Change-Id: I5768908ab731adffd695627206fd03cc5ccce957 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 23 Oct, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: Ia8994e1cb86a05571a3d41352ad5d46f0bdd351f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 13 Aug, 2015 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-14578 Change-Id: I6bc3b69601d8330ca2b267424260d48dd489a7e7 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
- 12 Aug, 2015 1 commit
-
-
hjk authored
This has been a mis-nomer since the Local and per-Type format submenues were merged into a single submenu. Change-Id: I07068a6909b30c961bfc956d8ea5c0be5cf0e45d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 16 Jun, 2015 1 commit
-
-
Robert Loehning authored
The menu items should end in "..." if and only if they open a new window, not a submenu. Change-Id: Ibf1bbbe8cc4d1ef6384bd76535644a61458530fd Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 15 Jun, 2015 1 commit
-
-
Thiago Macieira authored
With QStringArgBuilder, QString::arg() doesn't return exactly QString, which means we need to help the ?: operator to choose which return value it should have. Change-Id: I578383ac45d0bf9c6700d2f09bdfc126a81e54d7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 10 Jun, 2015 1 commit
-
-
hjk authored
This splits the bool setToolTipExpression() operation into a bool canHandleToolTip(), and the actual processing of the request, which is mostly identical to the handling of a watcher. Handling a watcher is now mostly the same as a full Locals update, except for the 'partial' flag. Pushing the handling of that down to the bridges gives identical code paths in the gdb and lldbengine. Move that to the DebuggerEngine base class. Change-Id: I3861b43e8630c7e7bd57fcd549b2a2387e3d4869 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 12 May, 2015 1 commit
-
-
hjk authored
... when engine does not support watcher insertion while running. Change-Id: I1b4500f75b43176df7dc31f4a5840afb2347dd36 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 23 Mar, 2015 1 commit
-
-
hjk authored
The current setup (dumper->gui: list of descriptions, gui->dumper: index in list) is fragile and not easily i18n'able. Go with an enum based approach now. Change-Id: Ie78c596065a8b2ba87ad725274da29d4be3a6da4 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 20 Mar, 2015 1 commit
-
-
Orgad Shaneh authored
* Start a debugging session * Add an evaluated expression "(char*)foo " * Delete the expression * Press F10 * It reappears Change-Id: I5c54ca6ab2f4be6c613880a2747e4aff653d15be Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 17 Mar, 2015 1 commit
-
-
hjk authored
Change-Id: Ic9d3df22d917e5644d6302a6af06aa8eadea8b5a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 16 Mar, 2015 1 commit
-
-
David Schulz authored
Change-Id: I4b26cbe71f5936f367f9add2b3a6c812446835d8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 09 Mar, 2015 1 commit
-
-
hjk authored
That's what it does. Change-Id: If1a1bf91220630ad09e5ec8636ccb9d67c8d0947 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 06 Mar, 2015 1 commit
-
-
hjk authored
We don't need the remove/re-insert cycle in the new model, so the expression modification can be done directly. Change-Id: If9626f48fcfbcf75e61d332afb59b986da6c2dbc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 04 Mar, 2015 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-5920 Change-Id: I00a42b93e3840f106ee9d4e94e1bc9f677e13e3f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 10 Feb, 2015 1 commit
-
-
hjk authored
This can legitimately be triggered by from a QAbstractItemViewPrivate::doDelayedReset() after the model has been destroyed. Change-Id: Id0b4f45c8386485a1128bfbeed3366caa87c6bfa Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 09 Feb, 2015 1 commit
-
-
hjk authored
Too much layers of complexity. Instead of keeping an eye on the "live" tree model and switch to a static StandardItemModel whenever live synchronization is not possible (and do all the tree view snake oil magic that's needed to make the switch appear "smooth") keep static copies of relevant parts of the live model, and update them whenever the the live model changes. Change-Id: I88a7de67f7703cd2fed041351346b1c7ada0839e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 29 Jan, 2015 1 commit
-
-
hjk authored
Change-Id: I4b3356a85d0e6127939a1a10d0432fc488ab098c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 18 Dec, 2014 1 commit
-
-
hjk authored
Use register names as handle, not their index in the view. Store the raw real values, not some stringified version as primary data. Use subentries to break down bigger registers into smaller entities. Also remember the previous value of a register and show it in a tooltip. Change-Id: I8ae3cc8766a7b211bc7cc827c734e5cf6060825c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 08 Dec, 2014 1 commit
-
-
Marco Bubke authored
Nested event loops can lead to crashes, so it is better to use a dialog which does not have have its own event loop. Change-Id: Icd2390c9026bc1ef88e72a570df5813fe5cbdaa2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 04 Dec, 2014 1 commit
-
-
David Schulz authored
Also adding a confirmation dialog that prevents accidental triggering of that action. Change-Id: Ib1c496e34edfa0f869737559aff5b0b24da9ae64 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 23 Oct, 2014 1 commit
-
-
hjk authored
One indirection less on the user code side, and easier to export if needed (partially addressing QTCREATORBUG-13187) Change-Id: I13ab9f471a3a34da7a6331aefc83f6d02413bfab Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 17 Oct, 2014 1 commit
-
-
hjk authored
Change-Id: I07c1c22d1dfa9323a2fed8938c4fe53d1a534e90 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 20 Aug, 2014 1 commit
-
-
hjk authored
Change-Id: I587ce51475e7cc96229fe9619e705f51134b6462 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 28 Jul, 2014 1 commit
-
-
hjk authored
Move some function out of the DebuggerCore "namespace", to avoid one indirection and removes clutter in the calling code. Change-Id: I1c870d5c7eeade32fa63dedf581490fbb090cd6a Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 23 Jul, 2014 1 commit
-
-
Alessandro Portale authored
...where applicable. Shorter, faster, more semantic. Change-Id: Ifb1cf200f489f62a79e12c761e98a846992744dc Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 11 Jul, 2014 1 commit
-
-
hjk authored
Fix expansion and updating. Persistence and non-locals are still lacking. Change-Id: I74e25199d50350516afc686a05836e239bfc8acb Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Jul, 2014 2 commits
-
-
hjk authored
Change-Id: I7ce688e56fb516ef6e77ee2e4f56d9b56379918b Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-11404 Change-Id: I7e08cd6b8216ff7dd0069c2a8718f6bb619ede07 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 08 Jul, 2014 2 commits
-
-
hjk authored
Some of them can be laborous to retype, so keep some history. Change-Id: Ibc12077f77fc5acc901c95001fb95bfb89763758 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Instead pop up the "Add new expression dialog". Same amount of activity needed, but more uniform in UI and code and hopefully less confusion about the now-gone <Edit> marker. Change-Id: I228801dc51f6d09ea9991b98399dc9ef04aa96c8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 03 Jul, 2014 1 commit
-
-
hjk authored
Setting column width seems to reset slider positions, needlessly. Work around. Change-Id: Ifa6c6a204dd2fbd7ad3dada0c386b697ae7a4100 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 27 Jun, 2014 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-12527 Change-Id: I293481f7e54a94de375e2cfc50a32ccaeb28231b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 04 Jun, 2014 3 commits
-
-
hjk authored
Change-Id: I43353911c7c0c8250ee2bccddcf5fdccf04d457c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ibb186cabba8fecedfdbd04da000459cf358e56e4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Turns out setting the column resize mode on the view itself is counter-productive as it takes away the ability to manually re-adjust. So set the mode only temporarily to get the preferred width than switch back to manually resize mode and use the hint to set some initial size. Also use the length of the header label as absolute minimum. Change-Id: Ic17e31334b23ce6d541f9459cd22be65145046d3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-