Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « mprof-gui « Mono.Profiler - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44d849f6cefe46e15cdb7f012b4b1f22841166ab (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2009-08-28  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : add RecentLogs menu to Profile menu.

2009-08-28  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : load and save History class. add LogInfo items
	to history when new profiles are created and loaded.

2009-08-27  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : use new StartPage widget. Some refactoring for
	tabbed MDI that I decided not to utilize, but left in the event we
	do in the future. Refactoring for Opening recent documents which the
	StartPage and menu don't support yet. Add toolbar with new/open/save
	items.

2009-08-19  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : fix crash with StartEnabled handling.

2009-08-19  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : add logging status ui to enable/disable logging in
	the profiler process.

2009-08-04  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : update sensitivity of the Show System Nodes action
	to indicate if the option is supported in the current view.

2009-07-15  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : support file open and save operations.

2009-06-19  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : add menu item to show/hide system nodes, hidden by
	default.  Use new ProfileView.LoadProfile method.

2009-06-17  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : Use new ProfileSetupDialog to configure profile
	type and assembly target.  Use temp files for the log file to avoid
	sharing errors on subsequent executions.

2009-06-17  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : Save is ctrl-s not c.

2009-06-17  Mike Kestner <mkestner@novell.com>

	* MainWindow.cs : add accelerators for stock menu items.

2009-06-11  Mike Kestner <mkestner@novell.com>

	* gtk-gui/* : kill stetic stuff. project is simple enough to avoid it.
	* Main.cs : add license.
	* MainWindow.cs : refactor to non-stetic class.  Move profile loading
	to Widgets.ProfileView. add license.

2009-05-21  Mike Kestner <mkestner@novell.com>

	* *: initial checkin.  beginnings of a visual profiling application
	to drive the mono logging profiler and display/navigate its output.