- Oct 04, 2013
-
-
Friedemann Kleint authored
Change-Id: Ieac6d4d741813a14f070b912bdefab843d2f728e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Oct 01, 2013
-
-
Przemyslaw Gorszkowski authored
Based on type hierarchy. Added to context menu ('Open Include Hierarchy') Shortcut(Ctrl+Shift+I) 'Include Hierarchy' contains: FileName for which 'Include Hierarchy' is done Includes(which files are included by current file - tree hierarchy) Included by(which files include current file - tree hierarchy) It is possible to open/goto each file by clicking on specific item. Additionally for 'Included by' files it goes to the line where is include directive for current file. Change-Id: I549b1ed64e4c9f6955f60d00efb12950a3259f81 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Aug 08, 2013
-
-
Christian Kandeler authored
We want to introduce a new class that has more right to that name. Change-Id: I9535632e10872a97a8555e885a80c383bc5dcd2b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Mar 26, 2013
-
-
Friedemann Kleint authored
Change-Id: If61a8a91d2a39c5c97974a5bfcef91892b68d3f1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Aug 23, 2012
-
-
Friedemann Kleint authored
Add synchronous static getLocalProcesses() (platformspecific) method to LocalProcessList, use that for the model, simplifying the code of doUpdate(). Use that for DeviceProcessList::localProcesses(). Polish the proclist-method for UNIX a bit such that it tries to read out the 'cmdline' first to obtain the complete command line and full path to the executable. Similarly, set the absolute image path on Windows. Implement doKill() on Windows. Change-Id: I3a5b990eaa9f6beb4c589406bdf4c7a234e40734 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 06, 2012
-
-
hjk authored
More in line with the other dialogs. Change-Id: I6c270de70f64da3a00195a30ce1ed7b20c2ea90f Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 03, 2012
-
-
Christian Kandeler authored
With the process list model being publicly available from the IDevice interface, there's no longer a need to force all subclasses to create the dialog themselves via opaque handles. Since clients can now check whether a device offers a process list, the base process list model has been made abstract. Change-Id: If4a0aa68a95b221862c287ad8397ebabe9be5909 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 02, 2012
-
-
Christian Kandeler authored
Now each device gets to decide in what way a process list is set up and how a process gets killed. This enables e.g. non-SSH based devices to provide process lists. The default implementation provides an empty list. Change-Id: Ibb352cd8a5ea556951b02ba512208daeb3b1e1a6 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 01, 2012
-
-
hjk authored
Change-Id: I7e8a99d3339d2040a23e4e78816b13b57197dcdb Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jul 27, 2012
-
-
hjk authored
Change-Id: Ic4cbf62a61f7d0bf72e700a77c08788850cde85b Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: Icc33981a625da093600273f84b681e79a5a4fa22 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jul 25, 2012
-
-
hjk authored
Change-Id: I6f68f85d50500e4995ab51ee374f8ba5c31d334d Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jun 08, 2012
-
-
Christian Kandeler authored
Make it just like SshRemoteProcess (and QProcess). The current implementation annoyingly forces client code to establish additional signal/slot connections, even if they only want to evaluate the output at the end. Change-Id: Id8c30dd156574d7d26d848d8e0705856a16d3747 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 04, 2012
-
-
hjk authored
Change-Id: Ibf481992ceb05cb094c3e7147631843d46b42d00 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: I2ff78047cfcc36570b9c17852bd3b05d2d21df58 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 07, 2012
-
-
hjk authored
Change-Id: Iafba9d5c61b5fd36242b25a262638f475e5e1858 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Dec 08, 2011
-
-
hjk authored
Change-Id: I221534561f4bbd299d494ecc902092e2e709770c Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 22, 2011
-
-
hjk authored
Change-Id: I57ddfa17a7c51a9347b0d81205c1679c6398d126 Reviewed-on: http://codereview.qt-project.org/5383 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 20, 2011
-
-
Christian Kandeler authored
Change-Id: I8af5fe9dce3e65f549e48cdc6485545def8b33f2 Reviewed-on: http://codereview.qt-project.org/5194 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Sep 15, 2011
-
-
Christian Kandeler authored
Change-Id: I293f8dbd4e467e866bab381841659a07e32b9d90 Reviewed-on: http://codereview.qt-project.org/4948 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jul 22, 2011
-
-
Christian Kandeler authored
... into generic and Maemo-specific parts. Change-Id: If1f3664ed7320d3e51655cc092cea36be1a9fe66 Reviewed-on: http://codereview.qt.nokia.com/2026 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- May 31, 2011
-
-
Christian Kandeler authored
This is needed in the short term to reverse the direction of the dependency between this plugin and the analyzer. It is expected that there'll be more users in the future. Change-Id: I9603e8dfa70e442394ba5e8671c6353b65c46374 Reviewed-on: http://codereview.qt.nokia.com/266 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 26, 2011
-
-
Christian Kandeler authored
No change in functionality for now. More support for generic remote Linux support is planned to be added. The changes in decreasing order of magnitude: 1) Move contents of qt4projectmanager/qt-maemo to new "RemoteLinux" plugin. 2) Make some classes in qt4nodes public for now. More decoupling in that area will follow. 3) Fix some minor problems uncovered by the move. Change-Id: I51d0c7977c10019eb6080cd6620bc28ecebad3c4 Reviewed-on: http://codereview.qt.nokia.com/106 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Feb 14, 2011
-
-
Milian Wolff authored
Merge-request: 253 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Feb 04, 2011
-
-
Christian Kandeler authored
-
- Jan 12, 2011
-
-
con authored
Reviewed-by: hjk
-
- Oct 22, 2010
-
-
Bill King authored
-
- Oct 21, 2010
-
-
Christian Kandeler authored
-
- Oct 15, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
- Aug 13, 2010
-
-
ck authored
The device configuration widget is now the only place the user ever has to specify ports.
-
- Jul 29, 2010
-
-
ck authored
-
- Jul 16, 2010
-
-
ck authored
This is necessary in case there is no run configuration (e.g. for library projects).
-