Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-15Merge branch 'master' into lttng_2_0_control_devBernd Hufmann7-454/+419
2012-03-15small code updateXavier Raynaud2-166/+84
2012-03-15some code review in dataviewersXavier Raynaud5-288/+335
2012-03-14Implement saving chart as an image file.Roland Grunberg1-107/+35
2012-03-14Implement data rendering and begin making charting look similar to BIRT.Roland Grunberg1-16/+41
2012-03-08Merge branch 'master' into lttng_2_0_control_devBernd Hufmann16-162/+103
2012-03-07Fix numerous FindBugs errors.Jeff Johnston1-1/+1
2012-03-06fix String compares reported by FindBugXavier Raynaud1-1/+1
2012-03-05fix various warnings issued by FindBugXavier Raynaud14-149/+100
2012-03-05remove a useless overridden methodXavier Raynaud1-11/+1
2012-03-02Begin implementing dataviewers Bar Chart functionality in SWTChart.Roland Grunberg2-2/+51
2012-03-01Initial commit of switching dataviewers.charts from BIRT to SWTChart.Roland Grunberg14-1138/+59
2012-02-23Merge branch 'master' into lttng_2_0_control_devBernd Hufmann18-719/+61
2012-02-23Even more test features removal.Alexander Kurtakov11-719/+0
2012-02-22Enable source features and bundles generation.Alexander Kurtakov7-0/+61
2012-02-21Add new LTTng commands (create/destroy/start/stop session,Bernd Hufmann1-7/+32
2012-02-08Remove plugin declarations without versions.Alexander Kurtakov1-8/+0
2012-02-03a few warning fixesXavier Raynaud2-6/+3
2012-02-03fix a few warnings due to usage of raw collectionsXavier Raynaud1-13/+7
2012-02-03add @SuppressWarnings("rawtypes") to "getAdapter(Class)" methodXavier Raynaud1-0/+1
2012-02-03fix a few warnings (no longer use internal classes)Xavier Raynaud2-6/+2
2012-01-26Fix o.e.l.tools.launch.core missing about.html in binary.Jeff Johnston1-0/+1
2012-01-21Fix up pom.xml files after merging in Remote Tools framework.Jeff Johnston3-4/+4
2012-01-20Add ChangeLog entries for RDT URI support fix.Jeff Johnston2-0/+24
2012-01-20Add ability to create the proxy using a URI in addition to an IProjectCorey Ashford5-26/+90
2012-01-20Fix RDT branch so it builds using tycho.Jeff Johnston3-0/+54
2012-01-20Fix RDT proxy to support service initialization.Jeff Johnston3-12/+8
2012-01-20Fix getOS call for RDTProxyManager.Jeff Johnston2-9/+11
2012-01-20Fix warning in profiling.launch build.properties.Jeff Johnston1-1/+1
2012-01-20Fix schema specifier for RDT to be remotetools.Jeff Johnston2-1/+5

Back to the top