- 03 Mar, 2015 1 commit
-
-
hjk authored
While using the Debug Server typically does involve a remotely running debug server (GDBServer or other stub) it's also possible and sometimes useful to use it locally. Change-Id: I7b041b14cc09d15ae3e6b501c9298f78764e256d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 27 Feb, 2015 1 commit
-
-
Nikita Baryshnikov authored
to return existent IEditor matching this uniqueId Change-Id: I8199c39182d88d5496b0277d08896dfe32a52790 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 26 Feb, 2015 4 commits
-
-
hjk authored
This basically makes the Context parameter optional and default to C_GLOBAL. Less noise on the user side. Change-Id: Idaf1b83eabaf912450ab20bd5a8b613844bf69a2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: I1e7dd34ba5a51fb0b34d137dc03add4457b32ed1 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
... and default to C_GLOBAL. A rather common case. Similar for ActionContainer::addSeparator(). Change-Id: I7f9ba573af201c0a472132d5a494ad17cc4175b7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: I42c7ce8e413c850e05b02f5d6fe1b83376436c65 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 24 Feb, 2015 1 commit
-
-
hjk authored
PageIds are supposed to be unique, so the CategoryId can be determined from the PageId. Look for PageIds in the already expanded categories first before searching through expensive categories. Change-Id: I006beb0df6183453163ac1810fe59a306a0f52b1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 23 Feb, 2015 1 commit
-
-
hjk authored
The usage pattern seems to be used often enough to justify a function. Change-Id: Iecdeb2b42879f419154902e685d0d13e8cae8b33 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 19 Feb, 2015 1 commit
-
-
hjk authored
Also, correct an off-by-one in column "computation" that always resulted in "no function" here from the C++ model which assumes column count starting at 1. Change-Id: I9a34d4ffaaa25131d5a130c57ec10f1ce8e8a184 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 17 Feb, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I4305872b6b11ef3e8a364280ffa5209a5a793600 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 12 Feb, 2015 1 commit
-
-
hjk authored
Qt 5 signal/slot, a few auto. Change-Id: Ia17f1b3dcd41dfe0a373c14e7c1d34d210d084f1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 04 Feb, 2015 1 commit
-
-
Orgad Shaneh authored
Mostly done using the following ruby script: Dir.glob('**/*.cpp').each { |file| next if file =~ %r{src/shared/qbs|/qmljs/} s = File.read(file) s.scan(/^using namespace (.*);$/) { ns = $1 t = s.gsub(/^(.*)\b#{ns}::((?!Const)[A-Z])/) { |m| before = $1 char = $2 if before =~ /"|\/\/|\\|using|SIGNAL|SLOT|Q_/ m else before + char end } if t != s puts file File.open(file, 'w').write(t) end } } Change-Id: I1aa1a2b6ccbafeb1a8f3053fffa39b3f96992591 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 29 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I4852ff215abf25649fc5eac1e922ae901839ca3d 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>
-
- 15 Jan, 2015 1 commit
-
-
hjk authored
The actual data is now in a TreeModel. As interface to individual breakpoints there's a new Breakpoint class essentially providing a checked handle. On the user code side breakHandler()->foo(bpId) is replaced by bp.foo(). Change-Id: I82f435bad6301fce85a1d82bf6bf39e9ddba511e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 12 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I85f7398aee59d0d36f0e5c3bf88ff3c96002e394 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 19 Dec, 2014 1 commit
-
-
Christian Stenger authored
Change-Id: I9c744202efe3af56f60fe5f09358d9b39e0eaafe Reviewed-by:
hjk <hjk121@nokiamail.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>
-
- 16 Dec, 2014 1 commit
-
-
hjk authored
Remove unused code and unneeded slots. Change-Id: If3de545137376b1addeb3c7608c479dadf03ed46 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 12 Dec, 2014 1 commit
-
-
hjk authored
This paves the the way to mixed QML/C++ debugging through the native backends. Currently this requires QTC_DEBUGGER_NATIVE_MIXED to be set in the environment. Change-Id: I126ad945e84806f3b548408318007351628c912f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 08 Dec, 2014 2 commits
-
-
hjk authored
Change-Id: If1230268ac558a8d7837d919e122fae4dff7097b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
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>
-
- 03 Dec, 2014 1 commit
-
-
Daniel Teske authored
Centralize the handling inside a new class ProjectTree. React to moving focus and remove most special handling. This properly fixes the linked task. Task-number: QTCREATORBUG-13357 Change-Id: I6b06aa32b1e4305ec8a6d432857b302585d8734b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 26 Nov, 2014 1 commit
-
-
Christian Stenger authored
Change-Id: I150df04e8b51880bb57cbc8a0a39461b0d8a54aa Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 17 Nov, 2014 1 commit
-
-
hjk authored
The usual case is probably to want normal editors stay open, but memory/diassembler removed, but all other combinations may be useful at times. So use two options instead of one. Change-Id: I58c3951cc507c7e66a8d7a65b459a036e6a5d801 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 07 Nov, 2014 1 commit
-
-
hjk authored
This opens it up to be used with Qt5 connects in the TooltipManager and simpler user code. Change-Id: Ifc6fcc3a04d325437f5a2bdf1da463d28d650ee3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 28 Oct, 2014 2 commits
-
-
David Schulz authored
Change-Id: I5dd95571092c9b2a9a489b87d3cd4a641b337745 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
David Schulz authored
Change-Id: I61660a3632328ddf87f5689dea00e8c132c5636c Reviewed-by:
Christian Stenger <christian.stenger@digia.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>
-
- 21 Oct, 2014 1 commit
-
-
hjk authored
No change in functionality. Change-Id: Ib948a788cdfdd9f8911c206df71ff2d20888c9d7 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 20 Oct, 2014 1 commit
-
-
hjk authored
Export factory, de-export plugin, to remove one indirection Change-Id: I13a46460d07d5ded6b26f2b5ceccd01142fb10e8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 16 Oct, 2014 1 commit
-
-
hjk authored
... and use that all over the place. Change-Id: Ie6e0ed0f0d9eaba9b4466761e6b455f33a905086 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 14 Oct, 2014 2 commits
-
-
hjk authored
This allows a MacroExpander also to describe an expansion it can do which was restricted to the global VariableManager only. The global is now just a thin (unneeded) wrapper about new "standard" functionality. Change-Id: Ida7ca70cf3d319eae4220ea8d12f3dd1c0d4042c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I84ec3dea504e51bb925c925564aa9b5c84133fbf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 13 Oct, 2014 1 commit
-
-
hjk authored
In preparation for the final s/BaseTextEditor/TextEditor. Change-Id: Ie18db9817ec9eec53d805443605ca55423c64c93 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 09 Oct, 2014 2 commits
-
-
hjk authored
This reverts commit 1541fbd2 in parts. The title bars can now always be shown (the same state as the old "Unlocked" state) or not always be shown (the previously "new" behavior). The default is now "Always shown". Hopefully that makes hiding the titlebars a conscious (usually one-time) activity that's not forgotten. Change-Id: Id31fb193b2eb6376000c845d4a61194e2ed33129 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 02 Oct, 2014 1 commit
-
-
hjk authored
Removes some widget->editor->signal->slot->widget indirection. Change-Id: I7951d62ad3b7477e4693798d85c53c932b86c95e Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 26 Sep, 2014 2 commits
-
-
hjk authored
*Document* and *Layout* classes, all basetext* files Change-Id: I1c6e376733a434fcb5c7f19c6210dfa031eeafde Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Adjust caller sites and surroundings. Change-Id: I6c3c80e42f35eabedc1f89c8c42cca1025aca12f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-