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
2014-04-23[Ide] Try to prevent bad policy namesMichael Hutchinson
Disallow creating and loading policies with empty names. BXC19194 - Adding new policy shows error 'System.Reflection.TargetInvocationException'.
2014-04-23[Core] Bump profile directory to 5.0Michael Hutchinson
2014-04-22[Gtk] Only display GTK file templates for assembly projectsMichael Hutchinson
2014-04-10Use .Create instead of .CreateHttp as the latter is PCL-only.Marius Ungureanu
2014-04-10Revert "Use .Create instead of .CreateHttp as the latter is PCL-only."Marius Ungureanu
This reverts commit 7563cd0070015cfd2b9a8e3e8d6fc5dcd9fe4a6a.
2014-04-10Use .Create instead of .CreateHttp as the latter is PCL-only.Marius Ungureanu
2014-04-10Authenticated proxy support for all the things!Michael Hutchinson
Except NGit and Web References
2014-04-10[Core] Update proxy support codeMichael Hutchinson
2014-04-09Conditions that apply to project type should apply to derived types tooMichael Hutchinson
BXC18878 - Razor project does not have "Empty Resource Type" in the "New File" menu
2014-04-08[Ide] Unbreak all project templatesLluis Sanchez
Many project templates specify references using the "Gac" member of ProjectReferenceType, so we can't remove it.
2014-04-07Fix attributes not having members set.Ungureanu Marius
2014-04-07[API] Remove more obsolete API.Ungureanu Marius
2014-04-04Fix buildLluis Sanchez
Remove duplicated method
2014-04-04Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs profiles/mac version-checks
2014-04-04Merge branch 'master' into fsharpLluis Sanchez Gual
Conflicts: version-checks
2014-04-04Merge pull request #26 from xamarin/vcsAPIUngureanu Marius
Obsolete API removal
2014-04-04[ProjectService] Mark extension chain as internal.Ungureanu Marius
2014-04-04[API] Remove unused obsolete stuff.Ungureanu Marius
2014-04-04[Core] Register some known build actionsLluis Sanchez
2014-04-04[Core] Fix project loading issueLluis Sanchez
Define VisualStudioReferenceAssemblyVersion in MSBuildProject. The Roslyn project uses that.
2014-04-04[FileService] Remove obsolete EnsureDirectoryExistsUngureanu Marius
2014-04-04[VersionControl] Remove obsolete API.Ungureanu Marius
2014-04-04[Core] Improve parsing of Mono version infoMichael Hutchinson
2014-04-03Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/VersionControl/MonoDevelop.VersionControl.Git.Tests/BaseRepositoryTests.cs main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj version-checks
2014-04-03[Core] Hide private fieldLluis Sanchez
2014-04-03Merge remote-tracking branch 'xamarin/retina' into shared-projectsLluis Sanchez
2014-04-03[Core] Fix shared assets project msbuild issueLluis Sanchez
Shared project imports must be added before the language imports
2014-04-02[Core] Fix build breakageLluis Sanchez
2014-04-02Solution configuration fixupLluis Sanchez
Don't create build configurations for projects that don't support building.
2014-04-02Renamed CanRunTarget to SupportsTargetLluis Sanchez
2014-04-02Fix version control issue with shared projectsLluis Sanchez
When adding a shared project to a solution, make sure both the shproj and the projitems files are added to the version control system. Also fixed a NRE.
2014-04-02Save/Load the default namespace of shared projectsLluis Sanchez
2014-04-01Shared Assents Projects fixesLluis Sanchez
Don't show the "project won't be built" message if the project doesn't support building. Also fixed NRE.
2014-04-01[Core] Shared assets project fixesLluis Sanchez
Syncronize referencing projects when files are added/removed/modified. Set the project id when creating a shared project
2014-04-01[Core] Added project binding for Shared Assets projectLluis Sanchez
2014-04-01[Core] Improve support for shared assets projectsLluis Sanchez
Moved classes for handling shared projects to its own namespace. Added extensions for handling shared project references.
2014-04-01[Core] MSBuild improvementsLluis Sanchez
Improved handling of imports in MSBuildProject. Made MSBuildProjectHandler more extensible.
2014-04-01[Core] Added Flags property to ProjectItemLluis Sanchez
This property can be used to control how the item is shown to the user and how it is persisted in the project file.
2014-04-01[Core] Don't allow overriding GetReferencedAssembliesLluis Sanchez
The method that can be overriden is OnGetReferencedAssemblies.
2014-04-01[Core] New extensibility methodsLluis Sanchez
Add api for checking if a project supports a specific target. Propagate calls to SolutionItem.GetService to the underlying solution item handler.
2014-03-31Always set ExecutionTarget in case AddIn is checking if execution target existsDavid Karlaš
2014-03-31[Core] Allow customizing msbuild project save/loadLluis Sanchez
2014-03-31Allow customizing the generated MSBuild filesLluis Sanchez
2014-03-31Initial commit for shared asset project supportLluis Sanchez
2014-03-27[Core] Add VS Extension to known project typesMichael Hutchinson
2014-03-22[build] Fix the bug which triggered constant rebuilds of MonoDevelop.CoreAlan McGovern
We should be doing dependency checking using version.config, not version.txt. This fixes the constant rebuilds of MonoDevelop.Core (and all it's dependencies). I also re-instated the generation of the BuildInfo and vcrevision files. They were broken when the 'BeforeBuild' target was redeclared.
2014-03-13[Core] Fix path to version.config fileLluis Sanchez
2014-03-12[Core] Fix a null reference exception handling MSBuild errorsAlan McGovern
It is common for the 'File' property to be null, so don't try to use it when it's null. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=18309
2014-03-12[Ide] Project creation fixLluis Sanchez
Don't crash if a project type is not supported when creating a solution, just ignore the project.
2014-03-12Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: version-checks