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
2011-11-10Updated add-ins version to 2.9.0Xamarin Release Manager
2011-10-27Updated add-ins version to 2.8.2Xamarin Release Manager
2011-10-11Updated add-ins version to 2.8.1Xamarin Release Manager
2011-09-29Updated add-ins version to 2.8Xamarin Release Manager
2011-09-22Updated add-ins version to 2.7.22Xamarin Release Manager
2011-09-13Updated add-ins version to 2.7.21Xamarin Release Manager
2011-09-08Updated add-ins version to 2.7.20Xamarin Release Manager
2011-08-24[Autotools] Fix makefile integration back compatMichael Hutchinson
2011-08-23[Project] Rename 'Gac' refs to 'Package' refsMichael Hutchinson
This is a couple of years overdue because the "gac" name is wrong, misleading and confusing.
2011-08-09Bump MonoDevelop versionLluis Sanchez Gual
2011-08-02Update add-in versionsLluis Sanchez Gual
2011-08-01Flush project format fixesMichael Hutchinson
2011-07-17[Core] Move Platform detection code to Platform classMichael Hutchinson
This means we can detect the platform without initializing the PropertyService.
2011-06-15[Autotools] Don't destroy unresolved refsMichael Hutchinson
2011-06-15Flush changes in stetic "invariant" formatMichael Hutchinson
2011-06-10Fix Autotools bindings for .NET 4.0.XTZGZoReX
2011-03-31Added options parameter to OpenDocumentLluis Sanchez Gual
Replaced the old bringToFront and hilightCaret boolean parameters by a new options parameter which have those and other options.
2011-03-22Improved output pad reuse.Lluis Sanchez Gual
Added new method for getting an output pad for tools. Instead of having an output pad specific for each tool, now all can share the same pad. Also added an Id argument to GetOutputProgressMonitor. This id is used when building an Id for the corresponding key binding. Until now, we were using the monitor title for this, but it doesn't work well since the title is localized.
2011-03-17Don't check for arithmetic overflows.Lluis Sanchez Gual
2011-03-14Track api changes.Lluis Sanchez Gual
2011-03-09Fix bug #668278 - Exception when trying to specify a library in project ↵Lluis Sanchez Gual
properties Toplevel may not be a Window if the widget is not added to a window.
2011-02-02Upgraded to .NET 4.0Lluis Sanchez Gual
2011-01-13More MD version bumping.Lluis Sanchez Gual
2011-01-13Bump MD version to 2.6Lluis Sanchez Gual
2010-11-12More dialog placement fixingMichael Hutchinson
2010-11-04Remove unnecessary objects.xml file.Lluis Sanchez Gual
2010-11-04Flush stetic changes.Lluis Sanchez Gual
2010-09-16[Build] Don't local-copy muliple Mono.AddinsMichael Hutchinson
Mono.Addins refs get local copied if it's not in the GAC, so make sure it only gets copied once.
2010-06-01* AutotoolsContext.cs:Lluis Sanchez
* SolutionDeployer.cs: * SolutionMakefileHandler.cs: Don't allow spaces in paths. svn path=/trunk/monodevelop/; revision=158267
2010-05-28* src/addins/MonoDevelop.Autotools/Commands.cs:Lluis Sanchez
* src/addins/MacPlatform/Updater/UpdateService.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide/ProjectOperations.cs: * src/addins/AspNet/MonoDevelop.AspNet.Mvc/Gui/AddViewDialog.cs: * src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.Html/PathCompletion.cs: * src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs: * src/addins/AspNet/MonoDevelop.AspNet.Mvc/Gui/FolderNodeBuilderExtension.cs: * src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext/GettextFeatureWidget.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ProjectFileEntry.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/ProjectFileSelectorDialog.cs: * src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/ToolboxService.cs: * src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Commands/Commands.cs: * src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/RemoteSoftDebuggerSession.cs: * src/addins/MonoDevelop.WebReferences/MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs: * src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet/MasterContentFileDescriptionTemplate.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CommitCommand.cs: * src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.NodeBuilders/TranslationProjectNodeBuilder.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/PublishCommand.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CheckoutCommand.cs: * src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Dialogs/SelectRepositoryDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/UserPasswordDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/SslServerTrustDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/ClientCertificateDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/ClientCertificatePasswordDialog.cs: Fix incorrect use of ShowCustomDialog/RunCustomDialog. svn path=/trunk/monodevelop/; revision=158092
2010-05-26* src/addins/NUnit/Services/NUnitService.cs:Lluis Sanchez
* src/addins/MonoDevelop.Autotools/TarballBuilderEditorWidget.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs: * src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring/RefactoryCommands.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/CollectionEditor.cs: * src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.NodeBuilders/TranslationProjectNodeBuilder.cs: Use ShowCustomDialog (which destroys the dialog when done) instead of RunCustomDialog (which doesn't). * src/addins/MonoDevelop.WebReferences/MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs: Properly destroy the web reference dialog. svn path=/trunk/monodevelop/; revision=157937
2010-05-22* src/addins/WelcomePage/WelcomePageView.cs:Michael Hutchinson
* src/addins/NUnit/Services/NUnitService.cs: * src/addins/MonoDevelop.Autotools/Commands.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide/MessageService.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide/ProjectOperations.cs: * src/addins/MonoDevelop.Autotools/TarballBuilderEditorWidget.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext/GettextFeatureWidget.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/LinkCommandEntry.cs: * src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.Dialogs/BindDesignDialog.cs: * src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring/RefactoryCommands.cs: * src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.GuiBuilder/GuiBuilderProject.cs: * src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/ToolboxService.cs: * src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.Dialogs/SelectRenamedClassDialog.cs: * src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.Dialogs/ConfirmWindowDeleteDialog.cs: * src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Commands/Commands.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/CollectionEditor.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid.Editors/FlagsSelectorDialog.cs: * src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs: * src/addins/MonoDevelop.WebReferences/MonoDevelop.WebReferences.Dialogs/WebReferenceDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CommitCommand.cs: * src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.NodeBuilders/TranslationProjectNodeBuilder.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/PublishCommand.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CheckoutCommand.cs: * src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring.ExtractMethod/ExtractMethodRefactoring.cs: * src/addins/MonoDevelop.WebReferences/MonoDevelop.WebReferences.Commands/WebReferenceCommandHandler.cs: * src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopViewWidget.cs: * src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Dialogs/SelectRepositoryDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/UserPasswordDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/SslServerTrustDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/ClientCertificateDialog.cs: * src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.Gui/ClientCertificatePasswordDialog.cs: More dialog placing. * src/core/MonoDevelop.Ide/gtk-gui/objects.xml: Flush. svn path=/trunk/monodevelop/; revision=157758
2010-03-24* SimpleProjectMakefileHandler.cs: Removed unnecessaryLluis Sanchez
ToMakefilePath call (it is already called when adding paths to extraFiles). * MakefileData.cs: Properly escape spaces. svn path=/trunk/monodevelop/; revision=154167
2010-03-22Bumped MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=153988
2010-03-17 Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.GuiLluis Sanchez
and MD.Components into MD.Ide. svn path=/trunk/monodevelop/; revision=153749
2010-03-04* extras/ValaBinding/Project/ValaProject.cs:Michael Hutchinson
* main/src/addins/CBinding/Project/CProject.cs: * main/src/addins/MonoDevelop.Autotools/MakefileData.cs: * extras/MonoDevelop.IPhone/MonoDevelop.IPhone/IPhoneCommands.cs: * main/src/addins/VBNetBinding/Project/VBNetResourceIdBuilder.cs: * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/Project.cs: * extras/MonoDevelop.IPhone/MonoDevelop.IPhone/IPhoneBuildExtension.cs: * main/src/addins/MonoDevelop.Autotools/SimpleProjectMakefileHandler.cs: * main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.Parser/Directive.cs: * main/src/addins/CSharpBinding/MonoDevelop.CSharp.Project/CSharpResourceIdBuilder.cs: * main/src/addins/MonoDevelop.Moonlight/MonoDevelop.Moonlight/MoonlightBuildExtension.cs: * main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment/DeployProperties.cs: * main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.Deployment/AspNetDeployServiceExtension.cs: Track ProjectFile Link API. * main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.Projects/ProjectFileDescriptor.cs: Display CustomTool/CustomToolNamespace. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectFile.cs: Add CustomToolNamespace, LastGenOutput, Link standard MSBuild properties. Add ProjectVirtualPath and IsLink properties to facilitate using the Link path. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectFileCollection.cs: GetFileWithVirtualPath and GetFilesInVirtualPath methods, for getting files while taking Link paths into account. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectPathItemPropertyAttribute.cs: Added new class for handling serialization of relative paths, needed for Link property. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectService.cs: Added utility methods ToMSBuildPathRelative and FromMSBuildPathRelative, needed for Link property. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs: Handle CustomToolNamespace, LastGenOutput, Link properties * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs: Handle Link files in TransferFiles. * main/src/core/MonoDevelop.Projects.Gui/MonoDevelop.Projects.Gui/ProjectFileEntry.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Handle Link files. * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs: Not needed now we have proper Link file support. * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Handle Link files, fix spelling. * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml: Remove LinkedFilesNodesBuilder now links are in the main directory tree. * main/src/core/MonoDevelop.Ide/Makefile.am: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj: Removed files. svn path=/trunk/monodevelop/; revision=152972
2010-03-03* MakefileData.cs: * gtk-gui/gui.stetic: * MakefileOptionPanelWidget.cs: * ↵Levi Bard
MakefileProjectServiceExtension.cs: * gtk-gui/MonoDevelop.Autotools.MakefileOptionPanelWidget.cs: Add option for number of parallel build processes. svn path=/trunk/monodevelop/; revision=152964
2010-02-17* MakefileData.cs: Fix assembly resolution issue when loading aLluis Sanchez
project. svn path=/trunk/monodevelop/; revision=151928
2010-02-16* src/addins/CBinding/CBinding.addin.xml:Lluis Sanchez
* src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.addin.xml: * src/addins/TextTemplating/MonoDevelop.TextTemplating/MonoDevelop.TextTemplating.addin.xml: Added some conditions to avoid early loading of extensions. * src/addins/CBinding/Gui/CTextEditorExtension.cs: * src/addins/TextTemplating/MonoDevelop.TextTemplating/Gui/T4EditorExtension.cs: * src/addins/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor/XmlTextEditorExtension.cs: * src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.Gui/HtmlEditorExtension.cs: * src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.Gui/AspNetEditorExtension.cs: * src/addins/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.Gui/BaseXmlEditorExtension.cs: File extensions are now declared in the node metadata. * src/addins/MonoDevelop.Autotools/Makefile.am: * src/addins/MonoDevelop.Autotools/MakefileReaderExtension.cs: * src/addins/MonoDevelop.Autotools/MonoDevelop.Autotools.csproj: Remove usnused extension. svn path=/trunk/monodevelop/; revision=151786
2010-01-28* MonoDevelop.Autotools/MakefileIntegrationFeature.cs:Lluis Sanchez
* MonoDevelop.Gettext/MonoDevelop.Gettext/GettextFeature.cs: * MonoDevelop.GtkCore/MonoDevelop.GtkCore.Dialogs/GtkFeatureWidget.cs: * Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/PackagingFeature.cs: Track api changes. svn path=/trunk/monodevelop/; revision=150452
2010-01-28Flush.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=150396
2010-01-20* SolutionDeployer.cs: Fix Bug 572048 - Spelling mistake inMichael Hutchinson
Packaging Output. svn path=/trunk/monodevelop/; revision=149841
2009-12-01Introduced the ConfigurationSelector class to all methods thatLluis Sanchez
previously took a configuration name as string. This eliminates the ambiguity between solution configuration names and project configuration names. svn path=/trunk/monodevelop/; revision=147198
2009-10-30Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=145114
2009-10-29* MakefileOptionPanelWidget.cs: Improve error handling.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=145046
2009-10-29Flush.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=145038
2009-10-22* MonoDevelop.Autotools.csproj: Flush.Lluis Sanchez
* MonoDevelop.Autotools.addin.xml: Disable autotools features on windows. svn path=/trunk/monodevelop/; revision=144622
2009-10-08* MonoDevelop.Autotools.addin.xml: Disabled autotools and makefileLluis Sanchez
generation on windows. svn path=/trunk/monodevelop/; revision=143768
2009-10-07Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=143615
2009-10-02* MakefileData.cs: Absolute or relative paths should not beLluis Sanchez
considered for package reference. Fixes bug #510595. svn path=/trunk/monodevelop/; revision=143261