- 22 Jul, 2014 1 commit
-
-
Thomas Otto authored
- if, in that order, the following input is invalid or is missing, focus the widget which sets that information: kit; local or remote corefile; local executable filename Change-Id: I0255a0550656e2974fda755f3681c7a2d64a37de Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 18 Jul, 2014 1 commit
-
-
Thomas Otto authored
- On Tab the widget focus now jumps left-to-right--top-to-bottom Change-Id: I3ebf56f4f4b3325ed60c9667bbdbbe6f77d3f9cb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 14 Jul, 2014 1 commit
-
-
Orgad Shaneh authored
Conditions: 1. Not empty. It erases the existing executable for no reason. 2. Not Windows -> Windows doesn't produce core dumps, so the path inside it is unlikely to match anything on the host. Change-Id: Ib3cd1ae278d8bc9f6ad326821319ca3deda44800 Reviewed-by:
Thomas Otto <totto@zbh.uni-hamburg.de> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 01 Jul, 2014 1 commit
-
-
Christian Kandeler authored
Currently we pass in some places by value, elsewhere by const ref and for some weird reason also by const value in a lot of places. The latter is particularly annoying, as it is also used in interfaces and therefore forces all implementors to do the same, since leaving the "const" off is causing compiler warnings with MSVC. Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 10 Feb, 2014 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-10219 Change-Id: Ib17c23c7e8bfdad4f1dbcaf7757fdb130fba2abf Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.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>
-
- 26 Nov, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I685b8449482fe4e3c42c3205124bbb881ab064e1 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 19 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I666c550d908fa7934d60accaffd5f7a336dc76d4 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 13 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I0f90075ed6549b1e5093d8cc81975bc46acf38fb Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 25 May, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I7385308c52babe8092304ffebc6c86f392c42962 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 05 Apr, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I03cab5d963a6d7c77171efe360a552d8109f6a8b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 22 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ia50e61a82101b699390b23b4f1ea9509619314bb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 18 Mar, 2013 1 commit
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-8946 Change-Id: Ib09f5e3238e27ed8712da12a1f18b051aef82669 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 23 Oct, 2012 1 commit
-
-
hjk authored
This is a common use case when examining core files from devices without ssh access or "externally" created core files and used to work with 2.5. Change-Id: Ie8ee5e2e0216c1e8c3265cf01e59f2c92d8730ef Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 16 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Files and directories are interleaved, but it's better than no sorting at all Change-Id: I1852fad1feb9de7fb589d00822429184a25aa8d4 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 10 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: Ie5eead6d50dd4a571ce89f0ab354d2786ae796c1 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 09 Oct, 2012 2 commits
-
-
Orgad Shaneh authored
Change-Id: I32268f3dc87649bc71eed566f1acfb1d9e80e86a Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7683 Change-Id: I9dae6836a010e18d781a0b26eeb447470ac16a28 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Sep, 2012 1 commit
-
-
Friedemann Kleint authored
Introduce virtual methods such that it is possible to write derived classes for specific KitInformation classes, allowing for filtering and setting text and tooltip. Remove debugging-specific code of KitChooser from the ProjectExplorer. Move populate() away from the constructor as not to call virtuals from it. Implement DebuggerKitChooser. It should no longer be possible to to choose an invalid kit for debugging from the debugger starter dialogs. Add a protected constructor to DeviceProcessesDialog allowing to pass a KitChooser. Change-Id: I8c683a2da7d69bfbccdc08213cb47d69a0df8b3e Reviewed-by:
Tobias Hunger <tobias.hunger@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>
-
- 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>
-
- 16 Aug, 2012 1 commit
-
-
hjk authored
Change-Id: Ifaf663ee1827976e45e68e309b19c2f233a05ac1 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 14 Aug, 2012 1 commit
-
-
hjk authored
Script will be used if and only if there is one given. No extra bool. Change-Id: I095e01b2243f0fa1f7ba2ce9591e3d67b6de5241 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 24 Jul, 2012 1 commit
-
-
hjk authored
Change-Id: I1659eb5a13283814d307c4b4b7adaec87bbbbe9d Reviewed-by:
hjk <qthjk@ovi.com>
-