400 Commits (a2469ef84da4a4748bb5e6572485058416b8a954)

Author SHA1 Message Date
Matt Ward a2469ef84d Added code coverage addin - supports NCover. 20 years ago
Peter Forstmeier 1119f56695 FieldsExplorer is invisible until SharpReport run's and update themself from SharpReportView 20 years ago
Daniel Grunwald 8f779b2ffb Fixed SD2-654: Get file types to register from AddIn tree. 20 years ago
Daniel Grunwald 9a42a2c0f8 Fixed SD2-484: Designer verbs not displayed in forms designer 20 years ago
Daniel Grunwald 369f7d4f06 Use default help namespace when help2environment.xml is empty. 20 years ago
Peter Forstmeier 210d65be08 Change delegates to EventHandler<T> 20 years ago
Peter Forstmeier ed17b45b28 Fixes from FxCop 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Peter Forstmeier 40e7a2e3ea Folder's are set correctly from ReportWizard 20 years ago
Daniel Grunwald f73f3cb986 Fixed path to ngen. 20 years ago
Peter Forstmeier 56ea8e3809 More fixes from FxCop 20 years ago
Peter Forstmeier 5b3be80b73 Applied some rules from FxCop 20 years ago
Peter Forstmeier 5f0e9b5271 Forgot to clean ReportModel.cs 20 years ago
Peter Forstmeier 2ad3f0278d Cleanup 20 years ago
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
Daniel Grunwald 356cea55e4 Fixed SD2-579: Design tab not always available for partial class forms (patch by Christian Hornung) 20 years ago
Daniel Grunwald f1941afc91 Put more strings into the translation database. 20 years ago
Peter Forstmeier 62fb0abb39 Fixed endless loop for nonsorted Reports, implement a basic checking of CommandText, (check for 'Update' and 'Delete') 20 years ago
Daniel Grunwald a3c3230123 Added some strings to the translation database. 20 years ago
Peter Forstmeier 51b61792f5 Remove RunSharpReport.cs, Extract some Commands for SharpReportView and FieldsExplorer 20 years ago
Daniel Grunwald e8ca795929 Removed Visual Styles workaround that is not needed on .NET 2.0 anymore. This fixes the background color of radio buttons in group boxes when WinXP is used but Visual Styles are disabled. 20 years ago
Peter Forstmeier 0b6c513366 Changed handling of Report Preview 20 years ago
Peter Forstmeier bfc7af014d Modified DatabaseConnections 20 years ago
Daniel Grunwald 651d370758 Added SharpReport 20 years ago
Peter Forstmeier 6ed00c1095 Change in SharpQuery.addin 20 years ago
Peter Forstmeier 2455f778f8 Small change in Collections.cs 20 years ago
Daniel Grunwald c7eb2454fd Fixed exception in dynamic help pad when language of current project was unknown (e.g. project file not found) 20 years ago
Daniel Grunwald dac4be9a65 Added SharpQuery. 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Daniel Grunwald 7aed280b1f Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes. 20 years ago
Matt Ward 191510b4bc Reset accidentally modified assembly info version numbers. 20 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 20 years ago
Daniel Grunwald 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Matt Ward d6b8a0e642 Fixed typo - use MessageService.ShowError instead of non-existent MessageService.Show method. 20 years ago
Daniel Grunwald 3013f698f3 Implemented right-to-left mirroring for dialogs and the main menu. 20 years ago
Daniel Grunwald acda9fb540 Use callback method for MSBuildEngine instead of Application.DoEvents() loop. Probably fixes SD2-619. 20 years ago
Daniel Grunwald 66a4289544 Fixed parser crash on incomplete ReDimStatement. 20 years ago
Daniel Grunwald db23c1d711 Fixed AltGr-shortcut bug. (AltGr+E now inserts the '€' sign instead of showing the exceptions pad). 20 years ago
David Srbecký 6f424029ab Last out parameter used as return value in CorDebugger wrapper; Methods starting with Get or Is converted to properties 20 years ago
David Srbecký ab87777e1c CorDebugger wrapper used by the debugger 20 years ago
David Srbecký 6ad702e8c4 Added wrappers for CorDebug 20 years ago
Matt Ward 055b6ae074 Ported PInvoke addin from SharpDevelop 1.1 20 years ago
Daniel Grunwald 3e5e04f05d Reset assembly info version number (see doc\technotes\Versioning.html for details) 20 years ago
Christoph Wille c5d228d6e8 Beta 1 preparations 20 years ago
Daniel Grunwald 9a4be967df Changed license in about dialog to LGPL. 20 years ago
Daniel Grunwald fe66f16b43 Changed splash screen. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 34680425f9 Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn" 20 years ago
Daniel Grunwald 3cff683d1a Fixed SD2-519: Project options panel can be opened multiple times for the same project. 20 years ago
David Srbecký 65dbb564c1 Expressions with dot resolved properly in debugger tooltip 20 years ago