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
2019-10-28Update ILAsmConsoleProject.xpt.xmlKeting Yang
Add period to template description.
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
2018-09-19Simplify references to Gtk assemblies.Kirill Osenkov
2018-07-06Merge pull request #5194 from mono/simplify-resource-idsLluis Sanchez
Simplify resource ids
2018-06-27Obsolete legacy build APIsMikayla Hutchinson
2018-06-27[Build] Simplify short resource IDs via definition groupMikayla Hutchinson
2018-06-20Clean up project filesMikayla Hutchinson
Remove redundant information, and make more information redundant by setting good defaults in the MD props. This lays some groundwork for the PackageConfig migration and eventually SDK-style project format migration.
2018-06-20Centralize the MD target framework versionMikayla Hutchinson
2018-06-20Purge junk Execution clr-version valueMikayla Hutchinson
2018-05-17[Misc] Flush msbuild serialization changestherzok
2018-04-18[Build] Remove SpecificVersion=False settings for gtk# assembliestherzok
This breaks compiling MonoDevelop when both gtk# 2.0 and 3.0 are installed in the GAC. Always reference the strong named version and remove SpecificVersion=false
2018-03-29Remove stetic files, and make the autogenerated UI files the definitive versioniain holmes
Stop autogenerating files and in future any changes to the generated UI files can be made in the CS code itself
2017-01-14[build] Update target framework to 4.6.1Mikayla Hutchinson
Roslyn 2.x needs this so we have to do it for MonoDevelop.Core and every assembly that references it.
2017-01-14[build] Move language bindings to their own directoriesMikayla Hutchinson
2017-01-14Add global props/targetsMikayla Hutchinson
2016-05-31Project template icons (#1477)Václav Vančura
* [AspNet] New template images * [Ide] New project dialog template icons and images: * Workspace * Solution * Project * Shared Project * Library Project * PCL Project * GUI Project * Console Project * Test Project * Package Project * [NUnit] New project dialog template icons and images * [GetText] New project dialog template icons and images * [Deployment] New project dialog template icons and images
2016-04-06[Templates] Update IDsVincentDondain
2016-01-27Remove outdated docs and ChangeLogsMichael Hutchinson
They fill search results with irrelevant information. The docs are almost 10 years out of date, and almost none of them apply to the current code. The ChangeLogs are all in the git history, and haven't been used for 5 years.
2015-11-23[Ide] Switch OptionsPanel to Control.Marius Ungureanu
2015-05-13[IL] Fix IL project declarationLluis Sanchez Gual
The id of the binding was wrong. Also set msbuild as not supported.
2015-05-13Improve project configuration creationLluis Sanchez Gual
Changed the way configurations are created. The CreateConfiguration method now takes a ConfigurationKind argument which can be used to specify that the configuration is for debug or for release. Compiler parameters creation also uses that hint.
2015-05-11[Core] Rename DebugMode -> DebugSymbolsLluis Sanchez Gual
2015-05-07New condition for options dialog extensionsLluis Sanchez Gual
Replaced TypeTag condition by ProjectTypeId, which can be used to define conditions on type and flavor ids/aliases.
2015-04-24Fix type alias supportLluis Sanchez Gual
Property convert type alias to guids before creating projects. Fixed alias declarations in add-ins.
2015-04-23Simplified language binding infrastructureLluis Sanchez Gual
ILanguageBinding is now a class: LanguageBinding. IDotNetLanguageBinding is gone. Most of its methods have been moved to DotNetProject. Added support for defining language bindings using only an extension node. Custom LanguageBinding classes are still supported, but not required.
2015-04-22Track api changesLluis Sanchez Gual
2015-04-16Remove unused extensionsLluis Sanchez Gual
2015-02-12Extension condition fixesLluis Sanchez Gual
Fixes use of ItemType conditions. Introduced concept of type tag, which can be used as alias for referencing types and flavors. Added an extension condition for tags.
2015-02-05Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
Conflicts: main/external/fsharpbinding main/src/addins/AspNet/MonoDevelop.AspNet.csproj main/src/core/MonoDevelop.Core/MonoDevelop.Core.ProgressMonitoring/ConsoleProjectLoadProgressMonitor.cs main/src/core/MonoDevelop.Core/MonoDevelop.Core.ProgressMonitoring/WrappedProgressMonitor.cs main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ProjectCommands.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CustomTools/ResXFileCodeGenerator.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.FindInFiles/FindReplace.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectDialog.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/CommentTasksView.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Templates/ProjectTemplate.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/ProjectOperations.cs main/tests/UnitTests/UnitTests.csproj version-checks
2015-01-28Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
Conflicts: main/external/fsharpbinding main/external/nrefactory main/src/addins/AspNet/Razor/Generator/RazorTemplatePreprocessor.cs main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugCommands.cs main/src/addins/MonoDeveloperExtensions/MonoSolutionItemHandler.cs main/src/addins/TextTemplating/MonoDevelop.TextTemplating/TextTemplatingFilePreprocessor.cs main/src/addins/VBNetBinding/VBBindingCompilerServices.cs main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs main/src/core/MonoDevelop.Core/MonoDevelop.Projects/IBuildTarget.cs main/src/core/MonoDevelop.Core/MonoDevelop.Projects/SolutionEntityItem.cs main/src/core/MonoDevelop.Core/MonoDevelop.Projects/SolutionItem.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ProjectCommands.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CustomTools/CustomToolService.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectDialog.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Templates/ProjectTemplate.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/ProjectOperations.cs version-checks
2015-01-26Merge remote-tracking branch 'monodevelop/master' into new-project-dialogMatt Ward
Conflicts: main/external/fsharpbinding main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectDialog.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Templates/ProjectTemplate.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj version-checks
2015-01-22Replace broken MSBuild error regexMichael Hutchinson
Using the new (unit-tested) parser from xbuild
2014-11-19[Ide] Remove underscores from non-localizable template header itemsMatt Ward
Xml elements in the project template header use underscores to identify strings that should be translated. The new header elements added were incorrectly using an underscore prefix.
2014-11-18[Ide] Add new project template images for New Project dialog.Matt Ward
2014-11-12[Ide] Move templates to .NET category in New Project dialogMatt Ward
The NUnit library project templates are not shown in the .NET category since the language name is currently always added to the category name.
2014-11-11Merge branch 'monodevelop-master' into new-project-dialogMatt Ward
Conflicts: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj version-checks
2014-10-31[New project model] Fix extension declarationsLluis Sanchez Gual
2014-10-21Initial drop of the new project modelLluis Sanchez
2014-09-29[Ide] Update project templates with group information.Matt Ward
The following projects are now shown as one template in the New Project dialog. NUnit Library Project (C# and VB.NET) Console Project (C#, IL and VB.NET) Empty Project (C# and VB.NET)
2014-09-29[Ide] Specify category for .NET templates.Matt Ward
Explicitly set the category for .NET templates instead of relying on the default category being used.
2014-06-24Use 4.5 framework in core and addinsMichael Hutchinson
Shared libraries can still use older frameworks.
2014-02-26Flush MSBuild serializer noiseMichael Hutchinson
2014-02-19[Core] Add API to get define symbols from projectMichael Hutchinson
Added DotNetProjectConfiguration.GetDefineSymbols. Subclasses can override it to provide symbols defined automatically by the build process.
2013-11-26Revert "Revert "Flush csproj fixes". Fix the wrench build."Michael Hutchinson
This reverts commit 154eb44d0b100c000a70a96125870a167f4f1441.
2013-11-26Revert "Flush csproj fixes". Fix the wrench build.Jérémie Laval
This reverts commit 5da91003c71e383a8f3999ddf26a0ecb81333793. Conflicts: main/src/addins/prj2make-sharp-lib/prj2make-sharp-lib.csproj
2013-11-22Flush csproj fixesMichael Hutchinson
2013-11-01[ILAsmBinding] Cleanup in files.Therzok
2013-09-07Revert "Revert "Consistently define DEBUG in debug configs""Michael Hutchinson
We handle asserts much better now. This reverts commit d1c298479c673de4cddb23722b5a7eebb25b26f1.
2013-09-05Revert "Consistently define DEBUG in debug configs"Alan McGovern
This reverts commit 0cab36c319d370744d9d0b2d1446202141e296db. This change makes MonoDevelop unusable on windows, so rather than commenting out every Debug.Assert the simplest thing to do is to just revert this change so we don't have Debug.Assert calls throwing up modal dialogs all the time. Conflicts: main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj main/src/addins/CBinding/CBinding.Autotools/CBinding.Autotools.csproj main/src/addins/CBinding/CBinding.csproj main/src/addins/CSharpBinding/Autotools/Autotools.csproj main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux.csproj main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.csproj main/src/addins/GnomePlatform/GnomePlatform.csproj main/src/addins/ILAsmBinding/ILAsmBinding.csproj main/src/addins/MonoDevelop.Autotools/MonoDevelop.Autotools.csproj main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.csproj main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.csproj main/src/addins/MonoDevelop.RegexToolkit/MonoDevelop.RegexToolkit.csproj main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.csproj main/src/addins/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.csproj main/src/addins/MonoDeveloperExtensions/MonoDeveloperExtensions.csproj main/src/addins/MonoDeveloperExtensions/NUnit/NUnit.csproj main/src/addins/NUnit/MonoDevelop.NUnit.csproj main/src/addins/VBNetBinding/VBNetBinding.csproj main/src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.csproj main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.csproj main/src/core/Mono.Texteditor/Mono.TextEditor.csproj
2013-08-27Revert "Upgrade core and addins to 4.5 runtime"Michael Hutchinson
This reverts commit 9656726c1e2b96cdfdbb9506eb1ac1c93b91befd. Reverting until we get the installer updated to check the dependency.