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-03-13Merge branch 'master' into retinaMike Krüger
Conflicts: main/src/addins/CSharpBinding/MonoDevelop.CSharp.UnitTests/UnitTestTextEditorExtension.cs
2014-03-13Add unit testsLluis Sanchez
Added unit tests for the Project.RefreshReferenceStatus method. Added unit tests for support for loading unsupported projects.
2014-03-12[UnitTests] Abstracted unit test editor extension.Mike Krüger
2014-03-07Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: version-checks
2014-03-07[Xml] Add unit test for parser's tree modeMichael Hutchinson
2014-03-07[Xml] Fix invalid error locations in parserMichael Hutchinson
2014-03-03Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.QuickTasks/QuickTaskOverviewMode.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs version-checks
2014-02-26Flush MSBuild serializer noiseMichael Hutchinson
2014-02-25Improve UI test systemMichael Hutchinson
Add new test that creates and builds a project of a specific type. Includes POC of: * Using ATK accessibility API to inspect UI elements * Waiting for instrumentation events * Waiting for UI state changes
2014-02-24Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeActions/CodeActionWidget.cs main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.QuickTasks/QuickTaskOverviewMode.cs main/src/core/MonoDevelop.Ide/ExtensionModel/StockIcons.addin.xml main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2014-02-21Fixed 'Bug 17880 - Regression: Duplicate using entry in ResolveMike Krüger
command'.
2014-02-21Fixed 'Bug 17896 - Adding line break inside string removes forwardMike Krüger
whitespace.'.
2014-02-20Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
2014-02-20Use local nunit references instead of GAC referencesLluis Sanchez Gual
Fixes build on windows.
2014-02-20Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
2014-02-20Rebase UI test system onto NUnitMichael Hutchinson
2014-02-20Merge branch 'nuget-integration' of github.com:mono/monodevelop into retinaMatt Ward
Conflicts: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectDialog.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2014-02-17[CSharpBinding] Fixed on the fly formatter bug.Mike Krüger
2014-02-17Fixed "Bug 17779 - Symbol names with multiple successive letters areMike Krüger
filtered out too early".
2014-02-14Fixed 'Bug 17766 - Decreasing tab on single line bounces back toMike Krüger
formatting spot.'.
2014-02-12Merge branch 'master' into nuget-integrationMatt Ward
2014-02-12[SourceEditor] Fixed json indenting on windows.Mike Krüger
2014-02-11[Core] Added unit testsLluis Sanchez
Added unit test for bug 17316 - Monodevelop overwrites conditional references Also simplified a bit the fix.
2014-02-06Merge remote-tracking branch 'origin/master' into deps-in-attributesLluis Sanchez
2014-02-05[NuGet] Configure test projectMatt Ward
Build tests to main/build/tests Include tests in makefile
2014-02-05[SourceEditor] Added json indentation engine.Mike Krüger
2014-02-04[tests] Disable the testing of Gtk sharp projects in our test suiteAlan McGovern
We cannot reliably run that test as our test harness ends up hitting many different shutdown race conditions and so the fixture frequently get's marked as a failure. Disable the initialization of the xamarin studio services and also the testing of Gtk sharp projects until someone can spend the time to fix all the races.
2014-01-28[Ide.Tests] Initialize all of xamarin studio!Alan McGovern
This initializes nearly all of XS in the 'correct' way. We have a full IdeApp and all the misc stuff has been initialized too. This means we can write tests properly without having to worry about IdeApp.IsInitialized. This allows us to create Gtk# projects in our test runner... hurrah!
2014-01-25Merge branch 'master' into deps-in-attributesLluis Sanchez
2014-01-25[tests] Add Ide.Tests.dll to the makefilesAlan McGovern
2014-01-23[Ide] Fixed log view double click jumping on windows.Mike Krüger
2014-01-23[MSBuild] Improve and test roundtripping of VS-created projectsMichael Hutchinson
2014-01-23[MSBuild] Improve ToolsVersion handling and fix testsMichael Hutchinson
Some serialization behaviours are affected by the project's ToolsVersion, not the version of the sln.
2014-01-23[MSBuild] Per-solution build engineMichael Hutchinson
Should fix BXC17076 - Add support $(SolutionDir) in monodevelop And various other possible issues.
2014-01-23[MSBuild] Test ToolsVersion is loaded/converted correctlyMichael Hutchinson
2014-01-23[MSBuild] Default file format can no longer be changedMichael Hutchinson
There is almost no reason to make it easy for users to default to creating older file formats, all it does is increase chance of messing things up. Projects can still be exported, loaded and roundtripped with older formats, so we're not removing functionality. We now always create projects with the MSBuild12 file format, which can be opened in VS2010 SP1 and later.
2014-01-22[UnitTests] Fixed unit test.Mike Krüger
2014-01-20[MSBuild] Disable broken testMichael Hutchinson
It relied on being the first test to use the builder so that the env vars it set would propagate to the builder process.
2014-01-19[Core] Remove 2.0 and 3.5 ToolsVersion buildersMichael Hutchinson
Newer builders are backwards compat. Use 12.0 if installed, 4.0 otherwise.
2014-01-16Update gitignoresMichael Hutchinson
2014-01-10Flush solution changes done by XSLluis Sanchez
2014-01-08Merge remote-tracking branch 'origin/master' into deps-in-attributesLluis Sanchez
2013-12-17[tests] Oops, don't null reference passing the message alongAlan McGovern
Please enter the commit message for your changes. Lines starting
2013-12-17[tests] Get better output when this test failsAlan McGovern
2013-12-16[MSBuild] Add a ToolsVersion 12.0 builder on .NETMichael Hutchinson
2013-12-14[MSBuild] Ignore VS2013 build test, xbuild doesn't support itMichael Hutchinson
2013-12-14[MSBuild] Fix horribly broken ToolsVersion lookupsMichael Hutchinson
2013-12-13More hardcoded add-in version removalLluis Sanchez
2013-12-13Updated add-ins version to 4.2.3Xamarin Release Manager
2013-12-13[MSBuild] Test that there are no loading errors/warningsMichael Hutchinson