- Jun 03, 2013
-
-
El Mehdi Fekari authored
If the logs contain a '\n' the message parts in the new lines are not displayed. The new line messages are displayed with no buffer details and are ignored when the parsing is processed. Cherry-picked: a7fa0dd4 Change-Id: I0e174dd5283a64c4e9b0434c06dd417f1be2c810 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Feb 13, 2013
-
-
Change-Id: I2608897ff250519cdba685df9075b07fb48de491 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jan 30, 2013
-
-
For some reasons this was not merged properly into master Change-Id: I634c9ecde6de27aec1531371fd2d9f7535177595 Reviewed-by:
Fabian Bumberger <fbumberger@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 28, 2013
-
-
Mehdi Fekari authored
Change-Id: I6841638341f80e2f13d14cc49190652be2bf82a0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Jan 08, 2013
-
-
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>
-
- Dec 26, 2012
-
-
Call immediately tailApplication() if m_slog2infoFound is true. Change-Id: I9233a1f9e6f4843ab9af8b40c18e8766c8431677 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Wolfgang Bremer <wbremer@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Nov 16, 2012
-
-
Daniel Teske authored
Change-Id: I24c6041fed850523135bc42a9cff768228046a80 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 25, 2012
-
-
mfekari authored
Change-Id: Iae46101b45ee366f2d6c382d1d34f9af4a16809d Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 18, 2012
-
-
mfekari authored
Change-Id: Ic3bac7f5abaf363a2334d5c7c2273ae53c3234e6 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 11, 2012
-
-
Montel Laurent authored
Change-Id: I93a33ac96eceaf74b5d9a6a0f4d552ea690d60eb Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 07, 2012
-
-
Tobias Nätterlund authored
Change-Id: I0283d2a8c27e51f38c2e0939440bdbbef0063353 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Sep 06, 2012
-
-
Tobias Nätterlund authored
When the first attempt to run an application on the BlackBerry device failed, e.g. due to not being able to connect to the device, the Play button remained disabled, so any subsequent attempts to run the application was not possible. Change-Id: I2b9778f7b936e06b2594d2485d7e5575cddbba14 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Sep 04, 2012
-
-
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>
-
- Jul 26, 2012
-
-
hjk authored
More Profile use, less dependency on QtSupport, Derive qtVersionId from profile instead of qt build configuration. Replace qt4BuildConfiguration with buildConfiguration. Use IDevice base class in AbstractRemoteLinuxApplicationRunner and in other places. Simplify remote linux runconfiguration Change-Id: I6414d3d8146d16c360b3a0465c57a052ea71f899 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jul 16, 2012
-
-
Friedemann Kleint authored
Change-Id: I44e34b62d16e824939b75d02738f58fd8e3380a7 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 13, 2012
-
-
Tobias Nätterlund authored
This plugin adds support for cross-compiling, deploying, running and debugging on a PlayBook or QNX Neutrino device. Change-Id: I0da7ccee40bd7ce4c0d6bdc6884d48ef23167dac Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-