Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-23Merge branch 'master' into lttng-keplerPatrick Tasse51-22/+2376
2012-10-23Add missing plugin.properties to bin.includes.Alexander Kurtakov1-1/+2
2012-10-15Fix provider tests to pass when run with tycho-surefire.Roland Grunberg3-2/+3
2012-10-15Make profiling unification launch shortcuts appear at top of menu.Roland Grunberg2-4/+7
2012-10-12Externalize strings and properly internalize packages.Roland Grunberg4-15/+30
2012-10-12Add Profiling User's Guide plug-in.Jeff Johnston24-0/+612
2012-10-12Add o.e.l.profiling.provider.tests plugin.Roland Grunberg18-0/+1689
2012-10-09Provider plug-in: Validate tool specific tab configurations.Camilo Bernal1-0/+20
2012-10-04Bug 391160: Change Provider from IBM to Eclipse forJeff Johnston2-2/+15
2012-10-04Add new Systemtap Wizard for new scriptsLukas Berk1-1/+1
2012-10-02Merge branch 'master' into lttng-keplerPatrick Tasse106-11987/+11019
2012-10-01Clean up comparison of launch configurations.Roland Grunberg2-7/+12
2012-09-28Add Code Coverage profiling support.Jeff Johnston1-0/+95
2012-09-28Move handling of profile type plug-ins to the provider plug-in.Camilo Bernal52-1498/+421
2012-09-21Make sure a launch provider exists for a plug-in when using a plug-in id.Camilo Bernal2-3/+10
2012-09-20Change attributes in time plugin dealing with the source tab.Roland Grunberg1-1/+3
2012-09-19Fix BZ #389778 by tracking initialization state of all tabs.Roland Grunberg1-8/+33
2012-09-19Fix BZ #389293 by making launch shortcut behvaiour consistent.Roland Grunberg2-6/+170
2012-09-17Handle certain functionality even with no associated project.Roland Grunberg2-1/+7
2012-09-17Refactor the setting of shortcut-specific attributes.Roland Grunberg5-14/+26
2012-09-11New profiling type configurations should follow same logic as shortcuts.Roland Grunberg2-11/+24
2012-09-09Add Profiling Memory SupportJeff Johnston16-0/+440
2012-09-07Add about.html page to new plugins and add headers.Roland Grunberg9-3/+120
2012-09-07Replace buttonPressed override with okPressed when only OK is handled.Alexander Kurtakov1-8/+4
2012-09-06Add dependency needed for the launch shortcut extension point.Camilo Bernal1-1/+2
2012-09-06Remove activator attributes from launch providers.Camilo Bernal2-2/+0
2012-09-06Bug 388890 - 20 missing about.html files in Juno SR1 RC2 candidateJeff Johnston3-2/+32
2012-09-06Add launch provider to support time profiling plug-ins.Camilo Bernal14-0/+455
2012-09-06Apply plug-in specific shortcut attributes only when launching shorcuts.Camilo Bernal2-6/+12
2012-09-06Give focus to the first CTabItem in a CTabFolder.Roland Grunberg1-0/+1
2012-09-06Replace SnapshotProviderPlugin Activator with SnapshotConstants.Roland Grunberg7-84/+39
2012-09-05Change attributes in snapshot plugin dealing with the source tab.Roland Grunberg1-1/+2
2012-09-05Add null check to result of getting highest priority provider id.Camilo Bernal1-1/+1
2012-09-05Revert "Profiling type launch shortcuts should call provider's launch shortcut."Camilo Bernal7-54/+64
2012-09-05Warning fixes in ssh.proxy.Alexander Kurtakov5-8/+15
2012-09-04Fix warning from "Source" tab group about lack of support.Roland Grunberg1-1/+2
2012-09-04Profiling type launch shortcuts should call provider's launch shortcut.Camilo Bernal7-41/+71
2012-09-04Remove declared but not thrown exception.Alexander Kurtakov2-12/+5
2012-09-01Enable api tooling for projects that were missing it.Alexander Kurtakov6-0/+36
2012-08-31Map iteration done right.Alexander Kurtakov1-2/+2
2012-08-30Refactor snapshot launch provider plug-in to use provider plug-in.Camilo Bernal13-379/+125
2012-08-29Add @Override annotations.Alexander Kurtakov24-4/+118
2012-08-29Remove exceptions that are declared but not thrown.Alexander Kurtakov5-34/+19
2012-08-29Refactor launch provider to allow other plug-ins to extend its functionality.Camilo Bernal15-0/+711
2012-08-29Use static fields in static way.Alexander Kurtakov10-24/+30
2012-08-29Call static methods from the class defining them.Alexander Kurtakov3-3/+6
2012-08-29Remove unnecessary semicolons.Alexander Kurtakov2-2/+2
2012-08-29Remove unnecessary NON-NLS.Alexander Kurtakov1-1/+1
2012-08-29Remove redundant superinterfaces.Alexander Kurtakov1-3/+1
2012-08-29Remove unneeeded casts.Alexander Kurtakov1-3/+3

Back to the top