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
2018-02-27Merge master into editorFeaturesDavid Karlaš
2018-02-22[Svn] Null check update monitor before trying to write to its log (#3920)Marius Ungureanu
The code captures , thus it'll use the field on the client for the monitor. Rather than capturing a local, null check the update monitor. Fixes VSTS #560980 [Feedback] VS for Mac crashes almost instantly when removing a png file from images directory in a shared project under version control (Subversion support extension enabled)
2018-02-19[VCS] Change the word blame to authorsiain holmes
Blame has negative connotations, author does not
2018-02-19Merge master into editorFeaturesDavid Karlaš
# Conflicts: # main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeCompletion/CompletionController.cs # version-checks
2018-02-16Make dist2 (#3879)Marius Ungureanu
* Fix `make dist` (cherry picked from commit 7732445e89434e17ff1e0217a640d841b29d5fc9) * Don't strip assemblies from tarballs. It'll make distro packagers cry, but the tarballs will actually work. (cherry picked from commit b1820981f8acced4d4b721ce44ed5860ce8fb758) * Include case-sensitivity fix from NRefactory * Ensure BuildVariables.cs is up to date and in `make dist` tarballs
2018-02-14[Git] Add tests for VCS clone failing for XA repo (#3796)Marius Ungureanu
2018-02-14[Git,VCS] Fix some task balancing in clone and report message properly (#3841)Marius Ungureanu
* [Git,VCS] Fix some task balancing in clone and report message properly * Fix PR feedback
2018-02-14Merge master into editorFeaturesDavid Karlaš
# Conflicts: # version-checks
2018-02-07Merge pull request #3793 from mono/vcs-cloneLluis Sanchez
[Git] Fix progress reporting on clone
2018-02-07Vcs fetch (#3788)Marius Ungureanu
* [Git] Fix a string being translated twice. * [Git] Fix fetch remote from the UI not working. The old code would not task a start before running any operations on it. Start a task in the Fetch call, so users don't have to. Fixes VSTS #555713
2018-02-07[Git] Fix progress reporting on clonetherzok
This now reports that a loose object can not be found instead of crashing and shows checkout progress in the pad Fixes VSTS #549721
2018-01-23[SourceEditor] Fixed build.Mike Krüger
2018-01-03[Git] Add .vs directory to .gitignore used with new projectsMatt Ward
Creating a new project with a .gitignore file would add the solution preferences file from the .vs directory to the local Git repository. The solution preferences file should not be included in the Git repository by default.
2017-10-27CID167749 - Fixed previous commit sellection in the revision.therzok
Before, if GetPrevious returned null, we would not do a blame before, now we blame to the first revision.
2017-08-29Colors refactoring: DimTextColor is now SecondaryTextColor (#2912)Václav Vančura
* [Ide] Colors refactoring: DimTextColor is now SecondaryTextColor * [Ide] Styles: Routing DimTextColor to SecondaryTextColor * [Ide] Styles: Routing DimTextColor to SecondaryTextColor (fix)
2017-08-17Fix several build issues caused by test reorganizationLluis Sanchez
2017-08-16Reorganize unit testsLluis Sanchez
The UnitTests projects used to have a mix of tests for several assemblies. This patch reorganizes the tests in several projects that target only one assembly (for most cases) and have only the dependencies they need to build. Tests for MonoDevelop.Core have been moved to a new MonoDevelop.Core.Tests project. C# tests have been moved to MonoDevelop.CSharpBinding.Tests. Other tests have been moved to Ide.Tests, which has been renamed to MonoDevelop.Ide.Tests. This may require further reorganization. MonoDevelop.Refactoring tests has been removed since now they are part of Roslyn.
2017-08-09[VCS] Optimize log widget renderingMarius Ungureanu
The code retains old broken functionality, commented out expected values are in unit tests. Consider fixing this if Changelog style commits are still a thing. For now, just optimize it by removing the usage of the TextEditor Avoid creating a text editor and doing text manipulation there and rely on simple string parsing Bug 56965 - Version control log filtering hangs IDE
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
The Invoke API now can take both an Action and an EventHandler. delegate {} causes ambiguous results.
2017-06-16Merge pull request #2639 from iainx/fix-53448Lluis Sanchez
Add accessibility attributes to the preferences dialog
2017-06-14[A11y] Simplify the API for adding label relationshipsiain holmes
2017-06-13[Git] Fix misleading exception being thrown on declining auth prompttherzok
Bug 56534 - Update git repo on VSTS fails with "null username or password"
2017-05-23Merge pull request #2460 from mono/bug56438Lluis Sanchez
[VCS] Change arrow character so windows renders it properly
2017-05-19[VCS] Change arrow character so windows renders it properlyMarius Ungureanu
Bug 56438 - VCS: Weird widget
2017-05-15[VCS] Don't set tabs to spaces due to default policy in the diff editor.therzok
When setting the local text, the text setter would end up formatting the tabs to spaces due to how the policy was set. Disable that setting.
2017-05-15[A11y] Make the project options panels accessibleiain holmes
Adds label and help to most of the project options panels in the main repo. Panels using Xwt can't be made accessible yet. Partially fixes #53537
2017-04-25Merge pull request #2261 from mono/svn-mismatchLluis Sanchez
[Svn] Make unix svn resilient to native crashes
2017-04-25[Svn] Return null if dlopen fails.therzok
2017-04-25Add comment as to why we need to dlopen libsvnclient.therzok
2017-04-25[Git] Guard against exceptions flowing out of git status.therzok
Bug 55345 - VSforMac crashes when adding a Cocoa project
2017-04-25[Svn] Make unix svn resilient to native crashestherzok
Formerly, this code would use library paths to open libsvn and libapr accordingly. This meant that it would use the search paths for each library that would end up loading. In the case of Xcode not being located and svn being installed via brew, it would load mismatched dlls for the two libraries. dlopen-ing libsvn will ensure the right apr is loaded for the probed svn lib Bug 47563 - Visual Studio for mac crashes on opening a solution
2017-04-13Disabling treat warnings on errors in VersionControl.Git. (#2109)Kirill Osenkov
On Windows when building we see an error: C:\Temp\monodevelop\main\src\addins\VersionControl\MonoDevelop.VersionControl.Git\gtk-gui\generated.cs(17,17): Error CS0436: The type 'BinContainer' in 'C:\Temp\monodevelop\main\src\addins\VersionControl\MonoDevelop.VersionControl.Git\gtk-gui\generated.cs' conflicts with the imported type 'BinContainer' in 'MonoDevelop.SourceEditor, Version=2.6.0.0, Culture=neutral, PublicKeyToken=3ead7498f347467b'. Using the type defined in 'C:\Temp\monodevelop\main\src\addins\VersionControl\MonoDevelop.VersionControl.Git\gtk-gui\generated.cs'. (CS0436) (MonoDevelop.VersionControl.Git)
2017-04-13Disable TreatWarningsAsErrors in MD.VersionControl.csproj. The generated ↵Kirill Osenkov
gtk-gui files have warnings in them. (#2172)
2017-03-28Misc opt (#1960)Marius Ungureanu
* [Core] Remove superfluous ToCharArray. * [Perf] Optimize StringBuilder usage Go through StringBuilder.Append(string) and StringBuilder.Append(object) usages. As follows, we no longer concat strings before appending to a stringbuilder, and we no longer box valueTypes which go through Append(object). * [Perf] Optimize StringBuilder.AppendLine Most notable improvements are in AssemblyBrowser and Diff calculation. * Fix feedback.
2017-03-28[Git] Only scan-exclude on Windows.therzok
2017-03-28[Git] Add native git binary to scan exclude.Marius Ungureanu
2017-03-27Merge branch 'master' into vNext-webtools-platformLluis Sanchez
2017-03-24Merge remote-tracking branch 'origin/master' into vNext-webtools-platformLluis Sanchez
2017-03-24Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-03-16Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-02-22[TextEditor] Changed text changed model.Mike Krüger
It's now like vs.net where a batch of changes are done in a single event.
2017-02-13Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-02-10Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-02-10Fix imports and IVTs for Windows-only projectsMikayla Hutchinson
2017-02-08Merge branch 'dotnetcore' into vNextMatt Ward
Conflicts: main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.csproj
2017-02-01[Ide] Fix context menu positioning for some Gtk.TreeView based widgetsVsevolod Kukol
Gtk.TreeView contains a windget window and a so called BinWindow. Both of them raise mouse events with own pointer coordinates, which may need to be converted. Additionally the context menu can be requested by OnPopupMenu without valid EventButton arguments resulting in NREs if not handled correctly. In this case we show the context menu at the position of the current selected item.
2017-01-31Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-01-31Merge branch 'master' into textmateMike Krüger
2017-01-27Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-01-25[VCS] Address comments from 07497c728e66d3a02ab44842ff4044a357100707therzok