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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-27* main/configure.in: Enable git by default.Lluis Sanchez
2010-07-27* main/Main.sln: Updated projects to build.Lluis Sanchez
2010-06-282010-06-28 Dale Ragan <dale.ragan@sinesignal.com>Lluis Sanchez
* Makefile.am: Adding MonoDevelop.VersionControl.Git to the solution/build system. It is disabled by default, to enable pass --enable-git=yes. 2010-06-28 Dale Ragan <dale.ragan@sinesignal.com> * Makefile.am: * MonoDevelop.VersionControl.Git.csproj: * AssemblyInfo.cs: * MonoDevelop.VersionControl.Git.addin.xml: * MonoDevelop.VersionControl.Git/GitClient.cs: * MonoDevelop.VersionControl.Git/GitVersionControl.cs: * MonoDevelop.VersionControl.Git/GitRepository.cs: Official kickoff of the 'Support for Git' task. This is mainly a skeleton and no functionality. The add-in is recognized by MonoDevelop and the Version Control add-in sees the new Git Version Control System. Of course it doesn't show up in the drop down, due to the NotImplementedException's. 2010-06-28 Dale Ragan <dale.ragan@sinesignal.com> * Main.sln: * configure.in: Adding MonoDevelop.VersionControl.Git to the solution/build system. It is disabled by default, to enable pass --enable-git=yes. svn path=/trunk/monodevelop/; revision=159591
2010-06-25Clean up copy local for project references.Levi Bard
svn path=/trunk/monodevelop/; revision=159540
2010-06-17* Main.sln:Mike Krüger
* configure.in: * src/addins/Makefile.am: Adding DocFood to the solution/build system. svn path=/trunk/monodevelop/; revision=159065
2010-06-14Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=158892
2010-05-312010-05-31 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* configure.in: Reverted Mono.Addins dependency for now, as it causes problems for people building on Mac where Mono.Addins 0.5 has not been packaged. svn path=/trunk/monodevelop/; revision=158179
2010-05-21* configure.in: Bumped Mono.Addins dependency.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=157717
2010-05-20* configure.in: Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=157600
2010-04-30* monodevelop.desktop: Fixed exec command and added mimetypes. ThanksMichael Hutchinson
to Alexander M. Batishchev. svn path=/trunk/monodevelop/; revision=156477
2010-04-282010-04-28 Lluis Sanchez Gual <lluis@novell.com> Lluis Sanchez
* monodevelop-core-addins.pc.in: Add Mono.Debugger.Soft.dll svn path=/trunk/monodevelop/; revision=156369
2010-04-28* configure.in:Lluis Sanchez
* src/core/MonoDevelop.Ide/BuildVariables.cs: Require Mono 2.6.1. Updated version label. svn path=/trunk/monodevelop/; revision=156351
2010-03-22Bumped MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=153988
2010-03-19* Main.sln: Don't build gnome and mac platforms on windows.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=153903
2010-03-18* Main.sln: Fix startup project.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=153834
2010-03-17* main/Main.sln:Lluis Sanchez
* main/configure.in: * main/monodevelop.pc.in: * main/tests/UnitTests/Makefile.am: * main/tests/UnitTests/TestBase.cs: * main/src/tools/mdmonitor/Makefile.am: * main/tests/UnitTests/UnitTests.csproj: * main/src/tools/mdmonitor/mdmonitor.csproj: * main/src/tools/mdmonitor/gtk-gui/gui.stetic: * main/tests/UnitTests/MonoDevelop.AspNet/AspNetTesting.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/ProjectDomTests.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/TestSpacingVisitor.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/TestIndentationVisitor.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: * main/tests/UnitTests/MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/ParameterCompletionTests.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/CodeCompletionCSharpTests.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/CodeCompletionCSharp3Tests.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/CodeCompletionOperatorTests.cs: * main/tests/UnitTests/MonoDevelop.CSharpBinding/CodeCompletionAccessibleTests.cs: Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui and MD.Components into MD.Ide. svn path=/trunk/monodevelop/; revision=153757
2010-03-16* configure.in: Configure new tool.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=153647
2010-03-06Don't build GnomePlatform in DebugMac configuration.Levi Bard
svn path=/trunk/monodevelop/; revision=153138
2010-03-01* main/Main.sln:Lluis Sanchez
* extras/BooBinding/BooBinding.sln: * extras/AspNetEdit/AspNetEdit.sln: * extras/ValaBinding/ValaBinding.sln: * extras/JavaBinding/JavaBinding.sln: * extras/GeckoWebBrowser/GeckoWebBrowser.sln: * extras/MonoDevelop.Database/MonoDevelop.Database.sln: * extras/MonoDevelop.Debugger.Mdb/MonoDevelop.Debugger.Mdb.sln: * extras/MonoDevelop.CodeAnalysis/MonoDevelop.CodeAnalysis.sln: * extras/MonoDevelop.Debugger.Gdb/MonoDevelop.Debugger.Gdb.sln: The invariant policy can't be used anymore as base policy set. * extras/PyBinding/PyBinding.sln: Flush. svn path=/trunk/monodevelop/; revision=152721
2010-02-252010-02-25 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
* configure.in: Properly initialize the subversion build switch. svn path=/trunk/monodevelop/; revision=152467
2010-02-24* main: Remove stray folder.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=152323
2010-02-24* Main.sln:Michael Hutchinson
* configure.in: * src/addins/Makefile.am: * src/addins/VersionControl/Diff: * src/addins/VersionControl/DiffWidget: * src/addins/VersionControl/Diff/README: * src/addins/VersionControl/Makefile.am: * src/addins/VersionControl/Diff/Diff.cs: * src/addins/VersionControl/Diff/Patch.cs: * src/addins/VersionControl/Diff/Merge.cs: * src/addins/VersionControl/Diff/ChangeLog: * src/addins/VersionControl/Diff/TextDiff.cs: * src/addins/VersionControl/Diff/Makefile.am: * src/addins/VersionControl/Diff/Diff.csproj: * src/addins/VersionControl/DiffWidget/README: * src/addins/VersionControl/Diff/UnifiedDiff.cs: * src/addins/VersionControl/DiffWidget/ChangeLog: * src/addins/VersionControl/DiffWidget/widget.cs: * src/addins/VersionControl/Diff/StructuredDiff.cs: * src/addins/VersionControl/DiffWidget/Makefile.am: * src/addins/VersionControl/DiffWidget/DiffWidget.csproj: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/Makefile.am: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.csproj: Moved diff widget and algorithm to MonoDevelop.Components. svn path=/trunk/monodevelop/; revision=152322
2010-02-19* Main.sln: Don't compile the gnome and mac platforms on windows.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=152075
2010-02-18* Main.sln:Lluis Sanchez
* configure.in: * src/addins/CSharpBinding/AspNet: * src/addins/CSharpBinding/Makefile.am: * src/addins/CSharpBinding/CSharpBinding.csproj: * src/addins/CSharpBinding/CSharpBinding.addin.xml: * src/addins/CSharpBinding/AspNet/AspLanguageBuilder.cs: * src/addins/CSharpBinding/AspNet/CSharpBinding.AspNet.csproj: * src/addins/CSharpBinding/MonoDevelop.CSharp.Completion/AspLanguageBuilder.cs: Moved AspLanguageBuilder to its own assembly and module. Dropped Asp.Net dependency. * src/addins/CSharpBinding/MonoDevelop.CSharp.Formatting/CSharpTextEditorIndentation.cs: Filtering by extension is now done by the document. svn path=/trunk/monodevelop/; revision=151998
2010-02-09* Makefile.am: Add trace targets.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=151067
2010-02-042010-02-03 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* Makefile.am: * configure.in: Capture ACLOCAL_FLAGS for autoreconf so building is less painful on Mac. svn path=/trunk/monodevelop/; revision=150812
2010-01-28* Main.sln: Exclude GnomePlatform from Mac again.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=150342
2010-01-21* Main.sln: Disable the gnome platform on windows.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=150002
2010-01-21* main/src/core/Mono.Debugging/Makefile.am:Michael Hutchinson
* main/src/core/Mono.Debugging/mono.debugging.snk: * main/src/core/Mono.Debugging/Mono.Debugging.csproj: Sign and fix deps. * main/src/addins/MonoDevelop.Debugger.Soft/Makefile.am: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/AssemblyInfo.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/ArrayAdaptor.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/LoggingService.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile.am: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/ArrayAdaptor.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerSession.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/FieldValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftEvaluationContext.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerStartInfo.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerBacktrace.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/VariableValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/PropertyValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll.mdb: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftDebuggerEngine.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftDebuggerSession.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftDebuggerAdaptor.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/FieldValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftDebuggerBacktrace.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftEvaluationContext.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/VariableValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/PropertyValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll.mdb: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/RemoteSoftDebuggerSession.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj: Split out a new dll Mono.Debugging.Soft from the soft debugger addin. It has the bits that have with no MD deps apart from Mono.Debugging, and it's strongnamed so MonoVS can use it. * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.am: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/AspNetSoftDebuggerEngine.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj: Fix deps to track the dll split. * main/Main.sln: * main/configure.in: * main/monodevelop-core-addins.pc.in: Add the new dll. svn path=/trunk/monodevelop/; revision=149937
2010-01-20* Main.sln: Update. The GUID for the Cecil.Decompiler project wasLluis Sanchez
wrong. svn path=/trunk/monodevelop/; revision=149917
2010-01-18* Main.sln: Fix reference to decompiler project.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=149745
2010-01-15* Main.sln:Michael Hutchinson
* contrib/Mono.Cecil/Makefile.am: * contrib/Mono.Cecil/Mono.Cecil.csproj: * src/addins/MonoDevelop.AssemblyBrowser/Makefile.am: * src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser.csproj: * src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser.addin.xml: Fix the Cecil decompiler in the build. Make building MD with Makefiles work again, and puts the decompiler properly in its own dll instead of merging it into a franken-Cecil. svn path=/trunk/monodevelop/; revision=149644
2009-12-16* Main.sln: Don't build the test projects on windows.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=148557
2009-12-15* Main.sln: Added new test projects.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=148494
2009-12-012009-11-30 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* theme-icons/Makefile.am: dist all Mac icns files. * theme-icons/Mac/monodevelop.sln.icns: Added sln icons. svn path=/trunk/monodevelop/; revision=147144
2009-11-18* Main.sln:Mike Krüger
* configure.in: * src/addins/Makefile.am: Added hex editor display binding. svn path=/trunk/monodevelop/; revision=146415
2009-11-10* Makefile.am: Fix deps for vcrevision file.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=145775
2009-11-10* configure.in:Michael Hutchinson
* src/addins/Makefile.am: * src/addins/MonoDevelop.Debugger.Soft/Makefile.am: * src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj: * src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile.am: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.am: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj: Wire the soft debug addin into the build. svn path=/trunk/monodevelop/; revision=145774
2009-11-09* Main.sln:Michael Hutchinson
* monodevelop-core-addins.pc.in: * src/addins/MonoDevelop.Debugger.Soft: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj: Moved soft debug addin from extras. svn path=/trunk/monodevelop/; revision=145770
2009-11-082009-11-07 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* monodevelop-core-addins.pc.in: Add Moonlight addin. svn path=/trunk/monodevelop/; revision=145659
2009-10-30Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=145114
2009-10-292009-10-19 Mike Kestner <mkestner@novell.com>Mike Kestner
* monodevelop.pc.in: add AddinsPath variable to discover where third party addins need to be installed. svn path=/trunk/monodevelop/; revision=145057
2009-10-19* Main.sln: Re-enable autotools add-in. It's required for the c#Lluis Sanchez
optional module. svn path=/trunk/monodevelop/; revision=144392
2009-10-19* Main.sln: Disabled another project for win32.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=144390
2009-10-192009-10-19 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* monodevelop.pc.in: * monodevelop-core-addins.pc.in: Make relocatable. svn path=/trunk/monodevelop/; revision=144383
2009-10-19* Main.sln: Disable another project for win32.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=144376
2009-10-19* Main.sln: Disable the C and autotools add-ins in windows.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=144362
2009-10-08Update project files to build with xbuild.Ankit Jain
In b/main: * md.targets: New. Targets file that adds build/* as a assembly search path for msbuild. In b/main/po: * po.mdproj: Add Empty "Build" and "Clean" targets, workarounds to make it work with xbuild. In b/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc: * MonoDevelop.AspNet.Mvc.csproj: Import md.targets . In b/main/src/addins/AspNet/MonoDevelop.AspNet: * MonoDevelop.AspNet.csproj: Mark *-sharp references, with SpecificVersion=false. Import md.targets . In b/main/src/addins/CSharpBinding/Autotools: * Autotools.csproj: Add md.targets . In b/main/src/addins/CSharpBinding: * CSharpBinding.csproj: Add md.targets . In b/main/src/addins/GnomePlatform: * GnomePlatform.csproj: Mark gtk-sharp/pango-sharp with SpecificVersion=false. Add 'GnomePlatform.dll.config' to the project, this is already there in the makefile. In b/main/src/addins/MonoDevelop.AssemblyBrowser: * MonoDevelop.AssemblyBrowser.csproj: Mark the Refactoring project reference as Private. In b/main/src/addins/MonoDevelop.GtkCore/libsteticui: * libsteticui.csproj: Mark Mono.Cecil project referece as private. In b/main/src/addins/MonoDevelop.Moonlight: * MonoDevelop.Moonlight.csproj: Import md.targets . In b/main/src/addins/MonoDevelop.Refactoring: * MonoDevelop.Refactoring.csproj: Mark the *-sharp references with SpecificVersion=false. In b/main/src/addins/MonoDevelop.SourceEditor2: * MonoDevelop.SourceEditor.csproj: Add md.targets . In b/main/src/addins/TextTemplating/MonoDevelop.TextTemplating: * MonoDevelop.TextTemplating.csproj: Mark *-sharp references with SpecificVersion=false. Import md.targets . In b/main/src/addins/prj2make-sharp-lib: * prj2make-sharp-lib.csproj: Add md.targets . In b/main/src/core/MonoDevelop.Ide: * MonoDevelop.Ide.csproj: Add options/* as "Data" items, and add a "AfterBuild" target to copy them to build\data. This matches the makefile behavior. In b/main/src/addins/MonoDevelop.XmlEditor/ChangeLog * MonoDevelop.XmlEditor.csproj: Add md.targets . In b/main/src/addins/VersionControl/MonoDevelop.VersionControl/ChangeLog * MonoDevelop.VersionControl.csproj: Add md.targets . In b/main/src/tools/mdrun: * mdrun.csproj: Add 'app.config'. In b/main/tests/UnitTests: * UnitTests.csproj: Add md.targets . svn path=/trunk/monodevelop/; revision=143794
2009-10-082009-10-07 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* Makefile.am: Generate a buildinfo file with svn revision and date, and include in the distribution. svn path=/trunk/monodevelop/; revision=143713
2009-10-07* ↵Michael Hutchinson
src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Views/StatusView.cs: Construct Refresh and Open buttons explicitly to work around Mac GTK+ issue with stock buttons. * build/MacOSX/Makefile.am: Include the svn addin. svn path=/trunk/monodevelop/; revision=143691