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

ChangeLog « MonoDevelop.Database.Query « MonoDevelop.Database « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45a80ffcade25284e248d01773b288656847d32b (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.addin.xml: Update MD version.

2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.addin.xml: Updated add-in category and
	  description.

2007-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.mdp: Updated project file. The order of
	  extended properties won't change anymore.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.addin.xml: Bump add-in versions.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.mdp: Updated project files.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* SqlQueryView.cs, Makefile.am, MonoDevelop.Database.Query.addin.xml,
	  MonoDevelop.Database.Query.mdp: Directory reorganization.

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.addin.xml: Bump MD version.

2007-10-25  Lluis Sanchez Gual <lluis@novell.com> 

	* QueryResultView.cs, SqlQueryView.cs: Destroy the view widget when the view
	  is disposed.

2007-10-23  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.mdp: Project file names updated by change in MD
	  path functions.

2007-10-16  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.mdp: Fix required GTK# version.

2007-09-26  Michael Hutchinson <mhutchinson@novell.com> 

	* Makefile.am: Don't deploy .addin.xml file.
	* MonoDevelop.Database.Query.mdp: Don't unnecessarily local-copy project
	  references. Don't sync EXTRA_DIST with deploy files. Add Makefile.am to
	  file list.

2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Query.addin.xml: Bump MD version.

2007-09-19  Ben Motmans <ben.motmans@gmail.com> 

	* SqlQueryView.cs: small bugfixes

2007-09-16  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am: link to the correct Mono.Addins dll

2007-08-29  Ben Motmans <ben.motmans@gmail.com> 

	* MonoDevelop.Database.Query.addin.xml: use updated ExtensionNodeSet

2007-08-28  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am, MonoDevelop.Database.Query.mdp: use project references
	  instead of assembly references

2007-08-28  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am: updated makefile
	* MonoDevelop.Database.Query.addin.xml: updated addin paths

2007-08-03  Ben Motmans <ben.motmans@gmail.com>

	* SqlQueryView.cs: make use of the DatabaseConnectionContextComboBox in the toolbar
	instead of a menu toolitem

2007-08-01  Ben Motmans <ben.motmans@gmail.com>

	* SqlQueryView.cs: Use correct strings when showing results and don't allow
	the execute button to be clicked when no statement is entered

2007-07-25  Ben Motmans <ben.motmans@gmail.com>

	* SqlQueryView.cs: Show query results in the same view using a VPaned

2007-07-15  Ben Motmans <ben.motmans@gmail.com>

	* Commands/ToolCommands.cs, MonoDevelop.Database.Query.addin.xml: moved generator commands
	to GlueGenerator project

2007-07-14  Ben Motmans <ben.motmans@gmail.com>

	* SqlQueryView.cs: use MenuToolButton to display a list of stored connections +
	improved handling of query cancelling
	* QueryService.cs: small changes due to Mono.Data.Sql API updates

2007-07-10  Ben Motmans <ben.motmans@gmail.com>

	* DataGrid/*: moved DataGrid control to Components project
	* QueryService.cs: helper service for easy database access
	* SqlQueryView.cs: View to execute SQL queries

2007-07-05  Ben Motmans <ben.motmans@gmail.com>

	* DataGrid/*: new DataGrid implementation based on Gtk.TreeView, support for record navigation,
	data visualizers and different column types
	* QueryResultView.cs: View to visualize the result of a query, based on the new DataGrid