- 20 Jun, 2013 1 commit
-
-
Kai Koehne authored
If you loaded e.g. a .qmlproject file that had only C++ debugging turned on the Start debugging action got disabled, and there were no ways of getting it enabled again (short of reloading the project). Anyhow, the logic to disable the debug action based on the current debugger language is flawed, since triggering the action will actually set the language. Change-Id: I5827a39cafc7e5dd0b2f2b43f07774e64eace02e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Apr, 2013 1 commit
-
-
Daniel Teske authored
It's never used. Change-Id: I11cc85b1d9a5944017b8a03738877f91cfe5d11f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 18 Apr, 2013 2 commits
-
-
Aurindam Jana authored
Change-Id: I562780c0894f596863c4c8b9cc9b12e3a3a98f33 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Aurindam Jana authored
Use QTcpServer instead of TcpPortsGatherer. Change-Id: I85133c5ae192b407009c5b21df332c9d3d94acda Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- 11 Apr, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: If878e22cc2715d05bb3e65ad908cd4fb5e21b03b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 09 Apr, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I2d1d2ec5a3071de9d2a0a03bc69ec653becc7f85 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Apr, 2013 3 commits
-
-
Tobias Hunger authored
Change-Id: I03cab5d963a6d7c77171efe360a552d8109f6a8b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
NOTE: Next patch will be "Move DRCA to Debugger plugin" and is needed to make this functional. Change-Id: Ie405a0e4fbdc0fb35ff16d34c725e7aee5153a4a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Aurindam Jana authored
Show desktop device in the Devices options page. Allow user to configure the port range for the desktop. These ports can then be used by others such as QML Debugger. Change-Id: I8c4a96207e54f58d1e9bc18c417cb378dc9f70c2 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Dec, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: Icac2d84abc001c963d78aa9e95911110463b4b04 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Sep, 2012 1 commit
-
-
Daniel Teske authored
And add a few helpful error messages Task-number: QTCREATORBUG-7826 Change-Id: Ia9f9fa476cecf2cff198bc460408bc062e119338 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 04 Sep, 2012 1 commit
-
-
Tobias Hunger authored
* Rename profiles to kits. * Update some strings: * projects mode has a Kits tab, not a Targets tab. * " Settings" was dropped from the sub-tabs of the Kits tab * menu entry "Build/Open Build/Run Target Selector" was renamed to "Build/Open Build and Run Kits Selector". * Use "Kit" instead of "Target" in miniprojecttargetselector. (The class was not renamed as it does indeed select targets, not kits) Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 16 Aug, 2012 1 commit
-
-
hjk authored
With profiles we have more reliable information, no need for some of the guessing anymore. Change-Id: I1818fbb112d44c99ef96c8643256432805a1b97b Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 28 Jun, 2012 1 commit
-
-
hjk authored
This replaces the debugger command, sysroot and target abi fields with a profile id. Change-Id: I831c42ff8624fcfa520c2f28f6f06d73191b2680 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jun, 2012 1 commit
-
-
hjk authored
Most derived classes used essentially identical 'return 0;' implementations. Use a base class implementation doing that instead. Change-Id: I99727ac2230a5d9f168b4b0eb5927f8efff44e64 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 06 Mar, 2012 1 commit
-
-
Robert Loehning authored
Change-Id: Id353ab140a46e06ffc3abf667ab3b234e749e17c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 23 Feb, 2012 1 commit
-
-
hjk authored
Change-Id: I9eb046348d4b56e64ffc2a2beb057d2fe090f8c3 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 21 Feb, 2012 1 commit
-
-
hjk authored
This is the first step of a larger refactoring. The plan is to make debuggersettings more orthogonal to individual runconfiguration implementation. This patch alone already pushes the settings handling to the debugger plugin and removes code duplication in the runconfiguration implementation. Change-Id: I4c78d1658ea462d3df14b873f8f41cc918a23f1a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 17 Feb, 2012 1 commit
-
-
Kai Koehne authored
Don't always use the mixed engine for debugging of .qmlprojects. This is a regression from fix fe8cead2 . Change-Id: I589cb0610d40edc4fbd29897374d83504e574cb5 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 11 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: Ia906944a489b09afdea59f74afbf759b4caebe37 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 01 Sep, 2011 1 commit
-
-
Kai Koehne authored
Because no ABI was specified, gdb bailed out with 'File format not recognized'. Instead just use the ABI from one of the toolchains available for the Qt version (assuming that they're all compatible). Task-number: QTCREATORBUG-5957 Change-Id: I7db9bd45c6a015c6236ae1b672909e013fad1d65 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/4045 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 09 Aug, 2011 1 commit
-
-
Kai Koehne authored
Make sure QML_DISABLE_OPTIMIZER is set also when debugging with qmlobserver Change-Id: I33aa4cd50ae184e339e3783488ba236eecdf7b33 Reviewed-on: http://codereview.qt.nokia.com/2753 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 21 Jul, 2011 1 commit
-
-
Christiaan Janssen authored
Change-Id: I6ce724e0db17d22616adcdf058d1f05af7124b64 Reviewed-on: http://codereview.qt.nokia.com/1929 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 19 Jul, 2011 2 commits
-
-
Daniel Teske authored
That's something which has been asked for multiple times. Also related to the task below. Change-Id: I1130a2a3527479f18bde2abfbff28fb556f437b9 Task-Nr: QTCREATORBUG-3508 Reviewed-on: http://codereview.qt.nokia.com/1844 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Teske authored
Change-Id: I86680fcac2712203cb02fd9ce6d944988e6ef340 Reviewed-on: http://codereview.qt.nokia.com/1825 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- 18 Jul, 2011 1 commit
-
-
Daniel Teske authored
Fixed a bug where the case config->qtVersion == 0 was mishandled. Change-Id: Ic11133bcfbe402e8f7a19b99b59161f8a913a2ab Reviewed-on: http://codereview.qt.nokia.com/1779 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 08 Jun, 2011 1 commit
-
-
Kai Koehne authored
This will allow e.g. the JS Debugger to catch scripts running at startup. Change-Id: I00d339b06f1ed2b716c62bd2d53a32c2b20b1ddc Reviewed-on: http://codereview.qt.nokia.com/377 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 31 May, 2011 1 commit
-
-
hjk authored
Change-Id: I4aab1aa84a3dc9211d84d59be76005a8e841239e (cherry picked from commit 55e399b524721e3561b6c7faae8aef84bf064565) Reviewed-on: http://codereview.qt.nokia.com/251 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 24 May, 2011 1 commit
-
-
dt authored
Also adjust qmldumptool to remove the dependency on qt4project/qmlproject, by passing in the qtversion instead of figuring it out in qmldumptool. Change-Id: Ie6ac582d36bfef290313c0716b33b62fcf42630c Reviewed-on: http://codereview.qt.nokia.com/70 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 12 May, 2011 1 commit
-
-
Thorbjørn Lindeijer authored
As of Qt 4.8 the observer and jsdebugger services are part of Qt. This means the following changes are necessary in Qt Creator: * Do not link to the QmlJSDebugger library. * Do not create JSDebuggerAgent and QDeclarativeViewObserver instances in the QmlApplicationViewer and use the new declarative_debug CONFIG option to enable those services in Qt. This is done automatically for debug builds. * Point out the QML Debugging Library and the QML Observer are "Not needed" in the Qt options page. * Change the label in qmake options from "Link QML debugging library" to "Enable QML debugging". It still remains as a way to enable this functionality in release builds or for QtQuick applications not based on Qt Creator's template. * Rely on qmlviewer for debugging QML UI projects rather than the observer, which is no longer necessary. Reviewed-by: Kai Koehne
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 04 May, 2011 1 commit
-
-
Kai Koehne authored
It's just easier if all the classes related with the QmlProject file format start with the same prefix.
-
- 27 Apr, 2011 1 commit
-
-
Kai Koehne authored
Get rid of custom logic to handle shadow builds (which didn't work anyway if the qml files are from a different directory than expected). Instead, just search for the file name in the list of files from the project. Reviewed-by: Christiaan Janssen
-
- 26 Apr, 2011 1 commit
-
-
con authored
-