705 Commits (d3c54b0d2e16fbc330e6f486f086e5b04a718035)

Author SHA1 Message Date
Dickon Field d3c54b0d2e added some missing files in Viewer package which broke the build 19 years ago
Matt Ward c2ae312888 Removed references to missing TableDescribeForm so SharpDbTools project compiles. 19 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 19 years ago
Dickon Field ac398119aa Added basic Describe functionality for Table metadata 19 years ago
Peter Forstmeier be4f643aea Work on Generic IEnumerable and fixes from FxCop 19 years ago
Dickon Field 26104f5fc2 minor bugfix to load 'empty' metadata files - event handler in place for table description form 19 years ago
Peter Forstmeier 14bbe1194a Make the sorting more generic 19 years ago
Daniel Grunwald e2f4e6b86e Add some strings to translation database. 19 years ago
Daniel Grunwald e37f2a8ac8 Fix build error. 19 years ago
Daniel Grunwald a3fb4dd463 Fixed SD2-1023: SharpDevelop.exe.config bindingRedirect contains question marks 19 years ago
Peter Forstmeier 51f2580870 ColumnNodes in ReportExplorer can be DragDropped 19 years ago
Peter Forstmeier bcf02e8ade Fixes from FxCop 19 years ago
Peter Forstmeier e6df090a1f Worked on ParameterHandling for StoredProcedures (SQl Server) 19 years ago
David Srbecký 722f9defa9 Bugfix (Alex): pAppDomain can be null in NameChange callback 19 years ago
Dickon Field c4fe8d4e5a minor changes to ensure that the user is prompted when an attempt it made to overwrite and existing local metadata file 19 years ago
Dickon Field 7451fc131f ServerBrowserTool now shows meta data for db objects such as Tables, Procedures etc. Loading of metadata from files is now invoked from right click menu for each connection rather than at start up. Beware will overwrite saved metadata if SaveAll invoked while 'empty' DbModelInfos are loaded. 19 years ago
Dickon Field 1f7f063e9f now has features: 1. can set/reset connection string for a connection, retrieve metadata, and save it, although it is not displayed in the UI. Beware! Metadata is currently unconstrained and consequently huge - a simple Oracle Express db is 67Mb of data in serialised xml form. 19 years ago
Peter Forstmeier d6ab5a3ec8 If a Report has no Data, SharpReport prints a message, this message can be set within the ReportSettings, so no localisation is needed. 19 years ago
Dickon Field 4d6221baad More wip: ServerBrowserTool now loads and displays basic DbModelInfos using user's home dir 19 years ago
Peter Forstmeier 436fdde902 Work on <http://community.sharpdevelop.net/forums/thread/10479.aspx> (Reports with StoredProcedures and Parameters), add a new Dialog for Parameter entry, did some refactoring to eleminate parts of SharpQuery 19 years ago
Dickon Field 4798d42751 Various fixes: can now add a ConnectionString to a DbModelInfo using the corresponding TreeNode, and SaveAll saves the content of each DbModelInfo to the user's home directory 19 years ago
David Srbecký 738bbd243f Show ToString() text in tooltip 19 years ago
David Srbecký deec03cf24 Moving functionality from NDebugger to Process - rewritten Debugger.AddIn to the process based model 19 years ago
David Srbecký 963427473f Moving functionality from NDebugger to Process - Debugger.Core compiles again 19 years ago
David Srbecký ac04c154eb Moving functionality from NDebugger to Process - added ManagedCallbackSwitch 19 years ago
David Srbecký 5a239657b8 Moving functionality from NDebugger to Process - using ProcessEventArgs 19 years ago
David Srbecký ca43545dd8 Moving functionality from NDebugger to Process - rename debugger to process 19 years ago
David Srbecký c3bb2fae23 Store PauseSession per process 19 years ago
Dickon Field c84261218b Further mods to ServerBrowserTool and ConnectionStringDefinitionDialog to enable attaching connection strings to logical database connections - not currently working 19 years ago
David Srbecký e035a893a6 Added ExceptionThrown event; Some code moved to NDebugger.Pause 19 years ago
Dickon Field 3ea7fcaf12 additions to ServerBrowserTool and updates to ConnectionStringDefinitionDialog to modified connection string associated with a database connection 19 years ago
David Srbecký 5d6fec85b5 Synchronous eval calls 19 years ago
David Srbecký 9af3b9599e Caching of variables 19 years ago
Peter Forstmeier d5b7e55639 Fixes from FxCop 19 years ago
David Srbecký 34d59c3315 Eval derives from Variable 19 years ago
Peter Forstmeier dc8a0343ec Work on ReportExplorer, fixes from FxCop 19 years ago
Dickon Field bc8ccb8b28 More WIP: addition of DbModelInfos to cache and refresh of ServerBrowserTool 19 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
David Srbecký a59070cb37 Set Revision svn keyword; forgot to commit two files 19 years ago
David Srbecký 416685b4ed Created IMutable interface to propagate Changed event of variables 19 years ago
Dickon Field 370fde9769 More WIP - updates to DbModelInfo, DbModelInfoService and ServerBrowserTool 19 years ago
David Srbecký 262c2dadec Started getting of local variables for boo 19 years ago
David Srbecký d077473538 Added NewObjectEval; 19 years ago
Peter Forstmeier 279e4658ca Modify SharpReportAddin.csproj 19 years ago
Peter Forstmeier 8651171880 Delete unused FieldsExplorer/FieldsExplorer.cs 19 years ago
Peter Forstmeier 36b7685c62 Better usage for ReportExplorer 19 years ago
Dickon Field 03314a3f75 added prototype classes for various node types that will make up the Database part of the ServerBrowserTool 19 years ago
Dickon Field aa782c4ea9 some updates to addin file, DbModelInfoService and ServerBrowserTool 19 years ago
David Srbecký 05e9a81d25 Propagate errors from VariableCollection indexer by exception 19 years ago