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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
|
2008-03-06 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Database.Components.addin.xml: Bump version to 1.0. Yay!
2008-01-25 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Database.Components.addin.xml: Update MD version.
2008-01-22 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Database.Components.addin.xml: Updated add-in category and
description.
2007-12-14 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Database.Components.mdp: Updated project file. The order of
extended properties won't change anymore.
2007-12-12 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Database.Components.addin.xml: Bump add-in versions.
2007-12-04 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Database.Components.mdp: Updated project files.
2007-12-04 Lluis Sanchez Gual <lluis@novell.com>
* Dialogs/WaitDialog.cs, Dialogs/DatabaseConnectionSettingsDialog.cs,
Widgets/DataGrid/Renderers/BooleanContentRenderer.cs,
Widgets/ColumnMappingWidget.cs, Widgets/SelectColumnWidget.cs,
Widgets/SqlEditorWidget.cs,
gtk-gui/MonoDevelop.Database.Components.DataGrid.cs,
gtk-gui/MonoDevelop.Database.Components.ShowImageDialog.cs,
gtk-gui/MonoDevelop.Database.Components.WaitDialog.cs,
gtk-gui/MonoDevelop.Database.Components.DatabaseConnectionSettingsDialog.cs,
gtk-gui/MonoDevelop.Database.Components.ShowTextDialog.cs,
gtk-gui/MonoDevelop.Database.Components.SelectColumnDialog.cs,
gtk-gui/gui.stetic, Makefile.am,
MonoDevelop.Database.Components.addin.xml,
MonoDevelop.Database.Components.mdp: Directory reorganization.
2007-11-09 Michael Hutchinson <mhutchinson@novell.com>
* Widgets/DataGrid/DataGrid.cs: Track LoggingService API. Replace some
"LogError" calls with "LogDebug" calls.
2007-10-29 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Database.Components.addin.xml: Bump MD version.
2007-10-23 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Database.Components.mdp: Project file names updated by change
in MD path functions.
2007-10-16 Lluis Sanchez Gual <lluis@novell.com>
* gtk-gui/gui.stetic, MonoDevelop.Database.Components.mdp: Fix required GTK#
version.
2007-10-02 Ben Motmans <ben.motmans@gmail.com>
* Dialogs/DatabaseConnectionSettingsDialog.cs: Allow empty passwords
2007-09-26 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Don't deploy .addin.xml file.
* MonoDevelop.Database.Components.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.Components.addin.xml: Bump MD version.
2007-09-19 Ben Motmans <ben.motmans@gmail.com>
2007-09-16 Ben Motmans <ben.motmans@gmail.com>
* Makefile.am: link to the correct Mono.Addins dll
2007-09-07 Ben Motmans <ben.motmans@gmail.com>
* Dialogs/DatabaseConnectionSettingsDialog.cs: improved capabilities system
2007-08-29 Ben Motmans <ben.motmans@gmail.com>
* MonoDevelop.Database.Components.addin.xml: use updated ExtensionNodeSet
2007-08-28 Ben Motmans <ben.motmans@gmail.com>
* Widgets/DataGrid/DataGrid.cs: added a missing " char
* gtk-gui/gui.stetic, Makefile.am, MonoDevelop.Database.Components.mdp: use
project references instead of assembly references
2007-08-28 Ben Motmans <ben.motmans@gmail.com>
* Widgets/DataGrid/DataGrid.cs, Widgets/SqlEditorWidget.cs,
MonoDevelop.Database.Components.addin.xml: updated addin paths
* Makefile.am: updated makefile
2007-08-03 Ben Motmans <ben.motmans@gmail.com>
* Widgets/SqlEditorWidget.cs: fixed the context menu
2007-08-02 Ben Motmans <ben.motmans@gmail.com>
* Dialogs/DatabaseConnectionSettingsDialog.cs: make sure the database entry is always editable
* Widgets/SelectColumnWidget.cs, Widgets/SortedColumnListStore.cs: moved the liststore into a
separate SortedColumnListStore class that can easily be reused
* Widgets/DataGrid/DataGrid.cs: improved gchar workaround
* Widgets/SelectColumnWidget.cs: added SingleMode property to force single selects
2007-08-01 Ben Motmans <ben.motmans@gmail.com>
* Widgets/DataGrid/DataGrid.cs: Added workaround for chars in the liststore
* Widgets/SqlEditorWidget.cs: Added a scrolledwindow
* Widgets/SelectColumnWidget.cs: IsColumnChecked property to verify that at least
1 column is selected
* Dialogs/SelectColumnDialog.cs: SelectAll and DeselectAll buttons
* Dialogs/WaitDialog.cs: Correctly draw the window border
2007-07-31 Ben Motmans <ben.motmans@gmail.com>
* Widgets/SelectColumnWidget.cs: various bugfixes
* Widgets/SqlEditorWidget.cs: Added a addin based context menu and added
ExportToFile and ImportFromFile commands
2007-07-25 Ben Motmans <ben.motmans@gmail.com>
* Dialogs/DatabaseConnectionSettingsDialog.cs: Various improvements and bugfixes
* Commands/SqlEditorCommands.cs, Commands/DataGridCommands.cs: Commands
* Dialogs/WaitDialog.cs: Dialog to alert the user of progress during a
background operation
* Widgets/DataGrid/Visualizers/DataGridItemCommandHandler.cs: Command
Handler for DataGrid context menu's
* Widgets/DataGrid/Visualizers/AbstractDataGridVisualizer.cs: Abstract
Visualizer implementation
* Widgets/DatabaseConnectionContextComboBox.cs: ComboBox to list all
DatabaseConnectionContexts
* Widgets/SqlEditorWidget.cs: re-useable sql editor with syntax highlighting
* MonoDevelop.Database.Components.addin.xml: addin definitions
2007-07-18 Ben Motmans <ben.motmans@gmail.com>
* Dialogs/DatabaseConnectionSettingsDialog.cs: Do not make the name entry and provider combo
insensitive when the custom connection string checkbutton is activated
2007-07-17 Ben Motmans <ben.motmans@gmail.com>
* Makefile.am: initial makefile
* Widgets/ConnectionComboBox.cs, Dialogs/ShowXmlTreeDialog.cs, Dialogs/PasswordDialog.cs:
removed obsolete classes
* Dialogs/DatabaseConnectionSettingsDialog.cs: improved connection settings dialog, fixes most of the old bugs
2007-07-14 Ben Motmans <ben.motmans@gmail.com>
* Widgets/DataGrid/*: New DataGrid widget, with support for data visualizers and content based renderers
* Dialogs/ShowTextDialog.cs: Text visualization widget for the DataGrid control
* Dialogs/ShowImageDialog.cs: Image visualization widget for the DataGrid control
* Dialogs/ShowXmlTreeDialog.cs: XML visualization widget for the DataGrid control
* Codons/DataGridContentRendererCodon.cs: Codon to add content renderers to the datagrid control
* Codons/DataGridVisualizerCodon.cs: Codon to add visualizers to the datagrid control
2007-07-10 Ben Motmans <ben.motmans@gmail.com>
* Dialogs/ConnectionDialog.cs: imported from ConnectionManager project, added CheckBox
to set the ConnectionSettings SavePassword property, various other bugfixes
* Dialogs/PasswordDialog.cs: password dialog
* Widgets/DataGrid/*: imported from Query project
* Widgets/ConnectionComboBox.cs: ComboBox that lists all ConnectionSettings
2007-07-09 Ben Motmans <ben.motmans@gmail.com>
* Project: re-usable gtk# data controls
* Containers/*.cs: Data objects for use inside custom widgets
* Dialogs/SelectColumnDialog.cs: Dialog to select columns
* Widgets/CellRendererTypeCombo.cs: CellRendererCombo with a list of all standard .NET data types
* Widgets/ColumnMappingWidget.cs: ListView used to map ColumnSchema objects to .NET objects
* Widgets/ProjectDirectoryComboBox.cs: Combo used to select a target project or directory
* Widgets/SelectColumnWidget.cs: ListView to select ColumnSchema objects
* Widgets/SelectSchemaWidget.cs: ListView to select Table, View or Procedure schemas
|