- May 30, 2017
-
-
Justin Kim authored
Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.co.uk> Signed-off-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D6871
-
- May 26, 2017
-
-
Justin Kim authored
By clicking a right button on the project name, `Apertis Bundle Actions` is enabled and it provides sub-actions to install/uninstall the selected bundle project. Apertis: https://phabricator.apertis.org/T3897 Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.co.uk> Signed-off-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D6810
-
Justin Kim authored
For the future changes, Eclipse coding convetions are applied. We can usually keep the convention by `Ctrl + Shift + F` for formatting, `Ctrl + Shift + O` for organizing imports. Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.co.uk> Signed-off-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D6860
-
- May 22, 2017
-
-
Justin Kim authored
Apertis SDK has cdt-dsf v2.3.0 and there's no specific reason to set the dependency version as 2.6.0. Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.co.uk> Signed-off-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D6809
-
- Apr 04, 2017
-
-
Thushara Malali Somesha authored
Reviewed-by:
Justin Kim <justin.kim@collabora.com> Signed-off-by:
Thushara Malali Somesha <MS.Thushara@in.bosch.com> Differential Revision: https://phabricator.apertis.org/D6226
-
- Feb 07, 2017
-
-
Emanuele Aina authored
`build-snapshot` was complaining about the debian revision in the changelog entry. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5680
-
- Feb 04, 2017
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Differential Revision: https://phabricator.apertis.org/D5654
-
Emanuele Aina authored
Depend on eclipse-cdt-autotools and eclipse-cdt-launch-remote, if they are not available Eclipse silently ignores the plugin, unhelpfully refusing to print any kind of error or warning with the few log options I've tried. Also depend on the apertis-dev-tools for the `ade` tool. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Differential Revision: https://phabricator.apertis.org/D5635
-
- Jan 13, 2017
-
-
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Reviewed-by:
Andrew Shadura <andrew.shadura@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5417
-
Andrej Shadura authored
Signed-off-by:
Andrew Shadura <andrew.shadura@collabora.co.uk> Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5424
-
- Jan 12, 2017
-
-
List eclipse-rse and eclipse-cdt-launch-remote in the Build-Depends. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Reviewed-by:
Andrew Shadura <andrew.shadura@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5423
-
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Reviewed-by:
Andrew Shadura <andrew.shadura@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5421
-
- Jan 11, 2017
-
-
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Reviewed-by:
Andrew Shadura <andrew.shadura@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5420
-
This package doesn't currently use the standard convention for eclipse plugins, so explictly tell jh_installeclipse the name to be used as it cannot guess it. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Reviewed-by:
Andrew Shadura <andrew.shadura@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5419
-
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com> Reviewed-by:
Andrew Shadura <andrew.shadura@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5418
-
- Dec 23, 2016
-
-
Justin Kim authored
Buffered stdout from python script causes that BufferedReader is waiting infinitely. This change works around not to use buffered IO for python. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Reviewed-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5375
-
Justin Kim authored
We don't need to implement our own GdbLaunch which CDT already has. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Reviewed-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5374
-
Justin Kim authored
For better readiblity, unused imported objects are removed and code formatting is fixed by Eclipse. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Reviewed-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5373
-
Justin Kim authored
BufferedWriter is better to handle String object instead of OutputStream. In addition, flushing is required to be sure the messages are shown in console window. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Reviewed-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5372
-
Justin Kim authored
To compile with debug symbol, `ade` should pass `--debug` option. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Reviewed-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5368
-
- Dec 19, 2016
-
-
Justin Kim authored
It's a simple way to solve SSLHandshakeException problem. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5348
-
Justin Kim authored
It reduces one depth indentations. Signed-off-by:
Justin Kim <justin.kim@collabora.com> Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5347
-
- Dec 16, 2016
-
-
Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5330
-
Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5329
-
Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5318
-
Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.com> Differential Revision: https://phabricator.apertis.org/D5317
-
As it's getting used for all ADE output, let not use "Configuration" Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.com> Differential Revision: https://phabricator.apertis.org/D5316
-
* Use RSE plugin for remote connections We lose the ability to get password though... * Get executable remote path from the build configuration attribute Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5315
-
Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5314
-
Also use ADE to do the actual work. Doesn't check if the simulator is already started. Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5265
-
It uses ADE "install" and "run" commands to do the actual work. Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5264
-
Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5263
-
Helpful to identify project type, run configurations, etc. Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5262
-
* Add new project nature for Apertis applications created using the wizard. * Add a builder to configure a project for simulator or device. Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5095
-
Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.com> Differential Revision: https://phabricator.apertis.org/D5313
-
Sjoerd Simons authored
Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by:
Emanuele Aina <emanuele.aina@collabora.com> Differential Revision: https://phabricator.apertis.org/D5342
-
- Dec 14, 2016
-
-
Louis-Francis Ratté-Boulianne authored
* Don't used 'm' prefixed class members * Fix indent in SysrootUpdateDialog * Add comments * Removes dead code Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Justin Kim <justin.kim@collabora.co.uk>
-
Louis-Francis Ratté-Boulianne authored
* Output now uses key prefixes to allow future extension Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by:
Justin Kim <justin.kim@collabora.co.uk>
-
- Nov 17, 2016
-
-
Louis-Francis Ratté-Boulianne authored
Use --user and --password options from the ade tool. Right now, the status of the SSL checkbox is ignored. Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
-
Louis-Francis Ratté-Boulianne authored
The plugin, based on the eclipse-plugins-apertis-management package, only support the installation and update of the latest Apertis sysroot for now. It uses the "ade" tool to achieve that. A button is available in the Eclipse preferences to check for updates ("Apertis" section). Signed-off-by:
Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Differential Revision: https://phabricator.apertis.org/D4876
-