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
2013-11-14Updated add-ins version to 4.2.1monodevelop-4.2.1Xamarin Release Manager
2013-11-09Updated add-ins version to 4.2Xamarin Release Manager
2013-11-08Updated add-ins version to 4.2.0Xamarin Release Manager
2013-11-06Updated add-ins version to 4.2Xamarin Release Manager
2013-10-28Updated add-ins version to 4.1.13Xamarin Release Manager
2013-09-25[Version Control] Possible fix for overlays on add.Therzok
2013-09-23[Version Control] Made Repository/Backend/Client for implemented systems sealedTherzok
2013-09-13[Subversion] Removed redundant and weird Resolve command from the menu.Therzok
2013-09-13[Subversion] Fixed coding style. Added readonly modifier and consistent ↵Therzok
overload naming.
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.
2013-08-22[Version Control] Fixed renaming for Subversion.Therzok
2013-08-21[Version Control] Bug 13886 - Conflicted project files and MergeView fixes.Therzok
No longer throw exception because we modify children list on destroy. We now have an attachable window for project files which are in a broken project.
2013-08-19[Svn] Fixed an issue with Revision.GetPrevious on special rev kinds.Therzok
2013-08-13Revert "Revert "Fix hundreds of warnings""Michael Hutchinson
Please use an up to date Mono. This reverts commit 54a64a751b7070237368b7967cc4a6adff6bc468.
2013-08-13Revert "Fix hundreds of warnings"Jeffrey Stedfast
This reverts commit 1db8e4676941210b5bf7c68e01f70e1b85cd2a41.
2013-08-12Fix hundreds of warningsMichael Hutchinson
2013-08-12Suppress warnings about missing doc commentsMichael Hutchinson
2013-08-11Upgrade core and addins to 4.5 runtimeMichael Hutchinson
2013-08-10Consistently define DEBUG in debug configsMichael Hutchinson
2013-08-10Build pdbonly debug symbols in release configurationsMichael Hutchinson
2013-08-10Build xml docs for all addinsMichael Hutchinson
2013-08-10Flush stetic noiseMichael Hutchinson
2013-08-09[Subversion] Add a test for a regression fixed in da59643a6Alan McGovern
We now also verify that the result is correct for this function call.
2013-08-03Fixes for a bunch more compile warningsJeffrey Stedfast
2013-07-31[Win32 Svn] Fixup to GetRepositoryReference.Therzok
Give proper results and sanity check for results.
2013-07-26Fixed up Svn Blame throwing when modifying last lines.Therzok
2013-07-22Fixed exception thrown on Subversion Repository constructor.Therzok
2013-07-18[Version Control] Fixed faulty Svn directory findingMarius Ungureanu
2013-07-18[Version Control] Subversion - Only use static GetDirectoryDotSvn if 1.6.Therzok
Check for pre_1.7 is done in Unix Svn and there's no overload in Win32 1.6.
2013-07-18[Version Control] SVN 1.7 - Improved checking of directory entries.Therzok
2013-07-17Merge pull request #336 from mono/removeFilesLluis Sanchez
Bug 6014 - Changed the way Version Control Remove works.
2013-07-16Merge pull request #338 from mono/fixLogWidgetLluis Sanchez
[Version Control] Log Widget
2013-07-16[Version Control] Remove Command - Backup improvements.Therzok
2013-07-16[Version Control] Fixup exception handling.Therzok
2013-07-15[Version Control] Blame Widget:Therzok
Implemented Blame Widget for Win32 Subversion. Fixed an error with working copy blame generation.
2013-07-15[Version Control] Log Widget - No longer break API.Therzok
2013-07-15[Version Control] Remove Command - No longer break API.Therzok
2013-07-15[Version Control] Log Widget fixes:Therzok
[Win32] Fixed an issue with relative repository checkouts. Fixed an issue with items which didn't exist anymore. Moved RootPath to Repository. It's logical that a repository should have a checkout location.
2013-07-12Bug 6014 - Changed the way Version Control Remove works.Therzok
Version Control Remove now only removes the items from version control. It doesn't delete them.
2013-07-12Updated add-ins version to 4.1.7Xamarin Release Manager
2013-07-11[Version Control System] Subversion GetTextBase code refactoring.Therzok
2013-07-11Merge pull request #323 from mono/addIgnoreLluis Sanchez
[Version Control] Ignore Lists
2013-07-09Nuke some unnecessary local copiesAlan McGovern
2013-07-04[Version Control] Added Unignore for Win32 Svn and Git.Therzok
Git now also takes into account that ignored files exist. Cached the ignore data, since NGit doesn't make it available to us. Optimized Svn property settings.
2013-07-04[Version Control] Win32 Svn and Git support for ignore lists.Therzok
2013-06-27Remove unrequired assembly references from SVN add-inLluis Sanchez
2013-06-24This didn't get committed earlier.Marius Ungureanu
2013-06-24Fixed logic in recursive addition of elements that are not versioned.Marius Ungureanu