Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Remove technology reference as Linux Tools has been moved.Jeff Johnston8-12/+12
2012-06-14Prepare Profiling component for 1.0.0 release.Jeff Johnston45-51/+51
2012-06-13ssh.proxy: Dealing with connection errors in SSHCommandLauncherOtavio Pontes3-4/+6
2012-06-13ssh.proxy: Avoid throwing a null pointer exceptionOtavio Pontes1-1/+6
2012-06-13ssh.proxy: Escaping all arguments to avoid issues with spaces in argsOtavio Pontes1-1/+1
2012-06-13ssh.proxy: Accept null in args or env parameters when running a process.Otavio Pontes1-16/+18
2012-06-07ssh.proxy: Reuse password in other instances of SSHBaseOtavio Pontes1-1/+4
2012-06-07ssh.proxy: Creating a filesytem for sshOtavio Pontes3-1/+44
2012-06-01Reimplement the RemoteConnection class in terms of the RemoteProxyCorey Ashford5-0/+422
2012-05-30ssh.proxy: Implementing the getOS method correctlyOtavio Pontes1-2/+20
2012-05-29Minor fixes on profiling.launch.ui pluginsRafael Medeiros Teixeira14-8/+203
2012-05-29Add ResourceSelectorWidget to be used to construct Remote launch configsCorey Ashford25-0/+1175
2012-05-25ssh.proxy: Creating a proxy to access remote machines using jsch libraryOtavio Pontes22-0/+1259
2012-05-16Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=369468Corey Ashford4-4/+60
2012-05-16RemoteProxyManager: improve error handling of getFileProxy bug #369876Otavio Pontes3-4/+18
2012-05-15Add missing license/copyright.Jeff Johnston1-0/+10
2012-05-15Fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=369765Corey J Ashford2-6/+15
2012-05-15Merge ssh://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtoolsXavier Raynaud7-18/+27
2012-05-15fix #379258 (Fix pie chart title in gprof/gcov)Xavier Raynaud2-3/+7
2012-05-14PieChart: Fix bug. Pie chart was overlaping the title and legendOtavio Pontes2-7/+19
2012-05-14Adding //-NLS-1$ to lines with string literalsOtavio Pontes4-8/+8
2012-05-14Systemtap: Unreachable codeOtavio Pontes1-3/+0
2012-05-09Revert "Change RuntimeProcessFactory to use file and process proxies"Daniel Henrique Barboza2-101/+30
2012-05-09Revert "just return command if the project is null"Daniel Henrique Barboza1-18/+17
2012-05-09just return command if the project is nullXavier Raynaud1-17/+18
2012-05-09Remove text references to BIRT from code, and perform cleanup.Roland Grunberg6-172/+14
2012-05-09Ignore bin folder.Alexander Kurtakov1-0/+2
2012-05-08Change RuntimeProcessFactory to use file and process proxiesRafael Medeiros Teixeira2-30/+101
2012-05-08Merge branch 'feature/dataviewers/no-birt'Roland Grunberg16-1495/+209
2012-05-08Modify chart generation to work with multiple pie charts.Roland Grunberg3-14/+29
2012-05-07PieChart: Centralize pie chartOtavio Pontes1-3/+5
2012-05-07PieChart: Adding support to draw several piecharts in the same areaOtavio Pontes2-14/+52
2012-05-07PieChart: Cleaning old series before creating new onesOtavio Pontes1-0/+2
2012-05-07PieChart: draw an empty chart if all values are zerosOtavio Pontes1-21/+24
2012-05-07PieChart: Saving memory by avoiding to use arrays to store tmp data.Otavio Pontes1-24/+14
2012-05-07PieChart: Fixing variable types. Changing to double.Otavio Pontes1-2/+2
2012-05-07Remove dependency on BIRT and begin implementing Pie Chart generation.Roland Grunberg7-276/+46
2012-05-07Adding pom.xml to PieChartOtavio Pontes3-1/+46
2012-05-07This is a piechart implementation.Renato Stoffalette Joao8-0/+410
2012-04-09Sync projects with manifests settings.Alexander Kurtakov3-3/+19
2012-04-06More resources closes.Alexander Kurtakov1-2/+9
2012-04-05Add mising override annotations.Alexander Kurtakov3-2/+171
2012-04-05Fix deprecated constants usage.Alexander Kurtakov1-3/+3
2012-04-02Remove unneeded imports.Alexander Kurtakov1-1/+0
2012-03-22Merge branch 'master' into lttng_2_0_control_devBernd Hufmann1-3/+19
2012-03-21MA: Fixing bug 374905Otavio Pontes1-3/+19
2012-03-20Merge branch 'master' into lttng_2_0_control_devBernd Hufmann1-5/+0
2012-03-19Remove Autotools for Juno M6.Jeff Johnston1-5/+0
2012-03-16Merge branch 'master' into lttng_2_0_control_devBernd Hufmann24-32/+32
2012-03-16Updating versions from 0.10.0 to 0.11.0 in pom files.Otavio Pontes24-32/+32

Back to the top