Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8ca13bf4d00a748b2ab341224ed6ac5958258ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
2010-11-03  Anithra P Janakiraman  <anithra@linux.vnet.ibm.com>

	* src/org/eclipse/linuxtools/systemtap/ui/graphicalrun/actions/ModifyParsingAction.java (run): 
	* src/org/eclipse/linuxtools/systemtap/ui/graphicalrun/actions/RunScriptChartAction.java (dataSet): 

2010-06-07  Anithra P Janakiraman  <anithra@linux.vnet.ibm.com>

	* plugin.xml: Removing invalid Menu Extensions
	
	Bug #315440
	

2010-06-02  Roland Grunberg  <rgrunber@redhat.com>

	* plugin.xml: Switch "Modify Parsing Expression" to M1+M3+F6 [Ctrl+Shift+F6] to avoid
	collision with printing.

2010-06-04  Andrew Overholt  <overholt@redhat.com>

	Bug #282039

	* plugin.properties: Externalize bundle name and provider.
	* plugin.xml: Likewise.

2010-01-29  Anithra P Janakiraman  <anithra@linux.vnet.ibm.com>

	* META-INF/MANIFEST.MF: Changed Bundle-version
	

2010-01-29  Anithra P Janakiraman  <anithra@linux.vnet.ibm.com>

	* .classpath: New file.
	* .project: New file.
	* bin: New file.
	* build.properties: New file.
	* icons/actions/regEx.gif: New file.
	* icons/actions/run_chart.gif: New file.
	* META-INF/MANIFEST.MF: New file.
	* plugin.properties: New file.
	* plugin.xml: New file.
	* src/org/eclipse/linuxtools/systemtap/ui/graphicalrun/actions/ModifyParsingAction.java: New file.
	* src/org/eclipse/linuxtools/systemtap/ui/graphicalrun/actions/RunScriptChartAction.java: New file.
	* src/org/eclipse/linuxtools/systemtap/ui/graphicalrun/internal/GraphicalRunPlugin.java: New file.
	* src/org/eclipse/linuxtools/systemtap/ui/graphicalrun/structures/ChartStreamDaemon2.java: 

Back to the top