- 02 Mar, 2016 2 commits
-
-
hjk authored
Next steps is to re-use it for ex-DebuggerMainWindow. Change-Id: Ic272d062f6db2e54ed62082c2a7d3a289b810a03 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
... into a plain Utils::FancyMainWindow object and the debugger specific functionality in Debugger::MainWindow. A step forward to share the Utils::FancyMainWindow with the (Ex-)Analyzer MainWindow and towards merging Analyzer and Debugger mode. Change-Id: I50e89d9d615226cb9b9af1a653c7383468e40a93 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 29 Feb, 2016 1 commit
-
-
hjk authored
Decouple layout generation from widget generation and separate analyzer action description from menu action creation. Tool specific layouts are named "Perspective" now. Change-Id: I774efe77a07640c4cc26e4e566662c8a673c8831 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 25 Feb, 2016 3 commits
-
-
hjk authored
Change-Id: Ia6af3e8aa11d7661e9d48adc4e7821badbb2db56 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
hjk authored
Change-Id: I9e565d758ac490cc9ccb984e4d4e1ca809fb5a09 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This is the first mechanical step to execute on the 'shared pool of debugger/analyzer views' idea. Future steps would be providing infrastructure for the view pool, making all analyzer/debugger views use the pool and then re-extract a sensible base for a 'analyzer-and/or-debugger' tool plugin interface. Change-Id: I1bb392e6dd3084fc56937956bee1d6fd9530335d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 24 Feb, 2016 1 commit
-
-
Orgad Shaneh authored
For the executable to be readable. Change-Id: Iada62dd5c99b642f8f4938182f2c5e0b2141d34c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 05 Feb, 2016 1 commit
-
-
Tobias Hunger authored
There is no reason not to. Change-Id: I4accb0b690173d93ad6f4c9dd0bce66d8de75faa Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
- 04 Feb, 2016 1 commit
-
-
Friedemann Kleint authored
Avoid allocations for converting to int. Change-Id: Id8c79334f4809ec075ffe7e6b7635be4873eafd8 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 03 Feb, 2016 1 commit
-
-
Tobias Hunger authored
* Use override where appropriate * Use pragma once * Make more constructors explicit Change-Id: I2865fe10f288e3de570826058e43b70a0cb4ee37 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 02 Feb, 2016 2 commits
-
-
Mitch Curtis authored
So that they are properly aligned in columns. Change-Id: I71279133492fee477541e255da809662b6f1ba5a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
It is perfectly valid for a kit to not have a debugger. Do not soft-assert in that case. Change-Id: I89b7a125935188c0ce9479ea68cd403b59e72563 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 29 Jan, 2016 2 commits
-
-
hjk authored
Change-Id: I1dfb444543634839deb36d50609f1dc23d235717 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
Sprinkle overrides over code derived from classes in ProjectExplorer Change-Id: Ia4cc25649f7dc00b0ea126d8176a59afbc5ed574 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 28 Jan, 2016 3 commits
-
-
hjk authored
This is a mechanical replacement for the former executable, processArgs, inferiorEnvironment and workingDirectory members. Change-Id: I4160e01427ed801df9b729f1f31d0a2ca48159b5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I7092d748207762d3dbd6c69c01cc06c88cbf63d8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I5f8936d887c43ee644ad175d9d4c53857bc00436 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 26 Jan, 2016 2 commits
-
-
hjk authored
Change-Id: I0add29c3c69c4ba59cea159f32ca74be58bcee59 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
The functionality can be provided by producing a suitable Runnable in the derived classes directly. Change-Id: I7b8e8fe33fffd2b00176b6cf6633eca4e152e466 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 25 Jan, 2016 1 commit
-
-
Orgad Shaneh authored
The following message was observed when debug session is done: Warning: STUB EXITED EXPECTEDLY (no active run control) Change-Id: I21778dd70659a0fe4105c386e1e1693a8b81ac05 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 21 Jan, 2016 1 commit
-
-
hjk authored
Change-Id: I5b8463e3f5d2d4688865987bf03cfc569fd5fc19 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 20 Jan, 2016 1 commit
-
-
Robert Loehning authored
Change-Id: I09b9d6a63f880401fa6bac74d627591b8760323c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> 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>
-
- 14 Jan, 2016 2 commits
-
-
Friedemann Kleint authored
Make it possible to ESC out of it by using a QDialogButtonBox and overriding the ESC shortcut. Also remove context help button. Change-Id: If632c5f3cadc012dd2f67dcb709570f7a9c25bf5 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
To fallbackSaveAsPath and fallbackSaveAsFileName. That makes it clearer what they are for, and that they actually belong to each other. Change-Id: Ie5b83b9db77d39a7fe9e979cc8f22b7f5b9101a3 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 13 Jan, 2016 1 commit
-
-
Ulf Hermann authored
We want to distinguish between source files and generated files. So let's call them by their names. Change-Id: I324c4b82ca7fb7d8d0e175ea6c4f14f1306ec929 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 08 Jan, 2016 1 commit
-
-
Ulf Hermann authored
Newer versions of Qt can evaluate expressions without pausing the QML engine. We can take advantage of that. At the same time we can remove the crutch of using QQmlEngineDebugService for this. The latter produces inconsistent and generally worse results than the V4 debug service. Task-number: QTCREATORBUG-14931 Change-Id: Ic78d08a0b00cf7de3911b7b672ce229c6d779363 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 07 Jan, 2016 2 commits
-
-
Orgad Shaneh authored
Replace newlines with a semicolon followed by space Change-Id: I99b1a802248787546f7b2a1483a69201ea9daaed Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Display 'cooked' character as well as numerical value in both decimal and hex. Task-number: QTCREATORBUG-15549 Change-Id: I7f8f9efe07573b452ff44501bfca5e29e9ab437c Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 06 Jan, 2016 3 commits
-
-
hjk authored
Change-Id: If012953f8fb1e2705244ffe9f02c6bbbbc9d93c1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Don't instantiate repeating boilerplate item data in some cases (such as large arrays). This makes it necessary to access parent WatchItems in a lot more cases than before and needs another separation of WatchItem/WatchModel code to keep the dumper autotests in a functional state. For a plain std::vector<int> with 1 mio items this reduces extraction time from more than 2 minutes to about 3 seconds. Change-Id: I175c5f6ee90434a6e85342d8bb71bd10a04dd271 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Alessandro Portale authored
instead of counter clockwise. Change-Id: I266b4d07c08dc3b8721cad7eccb19657fbb69388 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 05 Jan, 2016 5 commits
-
-
Orgad Shaneh authored
Just removing newlines produces strange messages like: "Cannot access memory at 0x1a2a3948Continuing nevertheless" Change-Id: Ifca25bc14f4c10fc560066172f555a6f475af375 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Safer to refactor. Change-Id: Ie52e08836c0fedd4fbad425163d17b1965a3c1f1 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Even without the stack, the user can find interesting stuff by exploring the memory, globals etc. Change-Id: I867d26b09a45425d97c4f3ef6d0528074c25e75f Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I665e6bc7b8898d09043cb0b73cabdb98f55668eb Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Andre Hartmann authored
On Linux systems, GDB may produce localized output of float/double variables, which inhibits changing the display format in Creator. Task-number: QTCREATORBUG-12800 Change-Id: Ic042979c78319ff029f08a8766c8719c46052374 Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 04 Jan, 2016 1 commit
-
-
hjk authored
Debugger and stub run locally, the debugged process not necessarily. Change-Id: Ibf6aec3dcaec60069866ec0765ec2178ca0a26d6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 23 Dec, 2015 1 commit
-
-
Alessandro Portale authored
A drop shadow and the "punching of edges" are now independantly settable. Change-Id: I48bf88944d0cfce504aef0a1c04979ab2dc4cb9f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 22 Dec, 2015 1 commit
-
-
Andre Hartmann authored
Change-Id: I333cee6370202ed5e9623025d484a2f5637a05c5 Reviewed-by:
hjk <hjk@theqtcompany.com>
-