- 28 Aug, 2015 1 commit
-
-
hjk authored
There's a 1:1 relation, and the abstraction is not needed anymore. Also remove some unused code. Change-Id: I09a2522deb5d522f46ec7518d19978a038032fbb Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
- 10 Jul, 2015 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-14210 Change-Id: I4c4409476467bb7008cb6806018371e9134437a9 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 27 Mar, 2015 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-14192 Change-Id: Ic462bbcf07dc3c683b86e65628bae7ac8ac9249a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 20 Mar, 2015 3 commits
-
-
hjk authored
... in WatchHandler and DebuggerEngine interface. Adjust using code. Change-Id: I6371f3e96ba46a783e23a5767cdde24a10d3fce7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: Ia00f0747f40b18e99da2a7824d3e490291ab0b23 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I1761b75c0c2605e2d3157f318f26da5158cc6395 Reviewed-by:
Christian Stenger <christian.stenger@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
Rename the list overload. Make the single item overload use the direct path to insertItem, hook the column resize requests to the showing/hiding of the watchers pane. Change-Id: I0a1940c8e1919341a815e6bccbcf55d989d663da Reviewed-by:
hjk <hjk@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 2 commits
-
-
Montel Laurent authored
Change-Id: I7841baa54c9861275269981892e18d6b8fa58f3b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
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>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 27 Aug, 2014 1 commit
-
-
hjk authored
Change-Id: I95ed943638895b718862f05e3f706dcbef4c6a7d Reviewed-by:
Ulf Hermann <ulf.hermann@digia.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>
-
- 18 Jul, 2014 1 commit
-
-
Kai Koehne authored
Change-Id: I551d2b65bbd1734847b7e995e0f95e906d116497 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 03 Jun, 2014 1 commit
-
-
hjk authored
Targeting re-use for tooltips, and potentially sorting. Change-Id: I1ce8f4da73ab5ca13cd70d7c651bc76c67f91a39 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 06 May, 2014 1 commit
-
-
Ulf Hermann authored
"state" is the more widely used term and we should follow that convention. We also need to distinguish between the state of the underlying network socket and the client itself. The change makes this explicit. As preparation for the upcoming centralized debug support the "State" enum of the debug client is also moved into the QmlDebugClient class. Change-Id: Ib9d7e03d23528f16ed696ed3518e813d11ea1c32 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Nov, 2013 1 commit
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-10689 Change-Id: Iebce5596ff1cd71a1cd35e57ec302a6343134245 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- 24 Oct, 2013 1 commit
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I363138212b692cf75fe1605df8af3721315d37e1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 02 Sep, 2013 1 commit
-
-
Christian Kandeler authored
A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 01 May, 2013 1 commit
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9230 Change-Id: I24a6277c9ca5f35c803e276da82ca2b9e9d79f57 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- 25 Apr, 2013 1 commit
-
-
Aurindam Jana authored
Task-number: QTCREATORBUG-9069 Change-Id: If0fa1824c9f4b09d9ea4f1c470fdeb18c2836b36 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 19 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Forward-declare QGraphicsOpacityEffect in DetailsButton, QProcessEnvironment in Environment, QFileInfo in fileutils, QUrl in IWelcomePage, FancyLineEdit in PathChooser and remove unneeded headers. Change-Id: I7d5f273530dd2059bbdaf0899f0a3bc7e49e8482 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 11 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: I1c78f5f5a7174002cd25bea109d5fe795530cdb5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 27 Nov, 2012 2 commits
-
-
Aurindam Jana authored
Update context from QML object tree or the stack frame depending upon debugger engine state. Change-Id: I4e6affba37acc016513ad95cd278a400aaa18c49 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Orgad Shaneh authored
Only comments were adapted Change-Id: Id1393d512ed950ca747267c1e024d54e3bfc279d Reviewed-by:
hjk <qthjk@ovi.com>
-
- 26 Nov, 2012 1 commit
-
-
Aurindam Jana authored
When an object is selected in the Inspector, the Editor is updated to show the relevant code. Task-number: QTCREATORBUG-8246 Change-Id: I4f7fbcccdeb22849682fa72c63e87a78f48d185b Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 24 Nov, 2012 1 commit
-
-
Aurindam Jana authored
QML objects are fetched lazily when constructing the object tree. Incase parents have not been previously fetched, we fetch the required data to construct only the relevant branch of the tree. Task-number: QTCREATORBUG-8246 Change-Id: Id529c3b2334d33ff4eb46b14f50cf042ad2960e2 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 11 Oct, 2012 1 commit
-
-
Aurindam Jana authored
Change-Id: I188c41a5335ff626cce519a0622e2201197df0fa Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 10 Oct, 2012 1 commit
-
-
Aurindam Jana authored
The watchhandler needs to be reset for locals before inserting the values of a new frame. Also the DebuggerTooltipManager needs to be notified. The values of the locals in the LocalsAndExpressions window should be editable. Task-number: QTCREATORBUG-7992 Change-Id: I556e23b408db09b510f1f2bc350ff55187ec87c2 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 05 Oct, 2012 2 commits
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Aurindam Jana authored
Change-Id: If052b4a018d5d0c20086a0251d7d1b206e7d4192 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
- 01 Oct, 2012 3 commits
-
-
Aurindam Jana authored
Fetch data on demand for 4.x. Since, parentIds are not known, the tree will be reset when new objects are created. Related changes in Qt side: https://codereview.qt-project.org/#change,35982 Task-number: QTCREATORBUG-7779 Change-Id: I8b53604979bbbc2e6f01bc7b785929811a76f398 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Aurindam Jana authored
A client for DeclarativeDebugger Service. The service is a backport of QmlDebugger service. Change-Id: I868a286756c2d6bcbb2f41904a13d7f691e9704c Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Leena Miettinen authored
Change-Id: I7a974072096689aaa4b1ec1cca93dcd9febe14d9 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- 24 Aug, 2012 1 commit
-
-
Friedemann Kleint authored
Fix gdmi escape routine by using a traits class to adapt QByteArray/QString. Change-Id: Ic6d2a0c927e4613aec9f69095bbb04a393e9edb9 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 22 Aug, 2012 1 commit
-
-
Friedemann Kleint authored
- Compile with QT_NO_CAST_FROM_ASCII. - Remove single character string constants. Change-Id: Icece98619b6c30e047d3fce00e6ae74bbcd53c67 Reviewed-by:
hjk <qthjk@ovi.com>
-