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
path: root/extras
AgeCommit message (Collapse)Author
2018-06-16Remove long-dead database extensionsMikayla Hutchinson
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
2017-11-07Create ar.po (Arabic lang) (#3280)Omaranwa
* Create ar.po * Update po.mdproj * update Arabic with new strings some new strings
2016-03-09[Ide] Korean translation korean for extras/databaseJunil Um
All done.
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-12-29Fix: Invalid symbols in csproj file.Mikhail Filippov
2015-06-16Fixed extras/extras.mdwJeffrey Stedfast
2015-06-03Remove old add-insLluis Sanchez
The add-ins removed in this commit have been moved to https://github.com/monodevelop
2015-04-23Update SqlQueryView.csClaudio Rodrigo Pereyra Diaz
This prevent a bug that position the second character typed at first of the line on new query because reload the mime type. Initialize the Document.Text property set the mime type before any character typed.
2015-01-26Merge pull request #716 from matyapiro31/masterAtsushi Eno
[Translation] Modify and Fix Japanese Translation
2015-01-15Update and fix Japanese Translation.Akira Nakagawa
2015-01-13[Translation] Modify Japanese Translation,etc.Akira Nakagawa
extras/BooBinding/po/ja.po main/po/ja.po modified some mistaken words. main/AUTHORS Add my name. main/monodevelop.desktop Add Japanese Generic Name and Comment.
2015-01-13Merge pull request #706 from matyapiro31/masterLluis Sanchez
[Po] Update Japanese Translation
2015-01-10Update Japanese TranslationAkira Nakagawa
Update Japanese Translation.
2015-01-01delete the redundant Lua bindingsMatthias Mailänder
moved to https://github.com/monodevelop/LuaBinding
2014-06-24Use 4.5 framework in core and addinsMichael Hutchinson
Shared libraries can still use older frameworks.
2014-06-04[Extras] Remove gdb project from workspaceLluis Sanchez Gual
2014-06-04Move the gdb debugger to the main solutionLluis Sanchez Gual
2014-05-08Bump gdb add-in versionLluis Sanchez Gual
2014-04-29[Icons] [MonoDevelop.SourceEditor2] New text editor preferences icons:Vaclav Vancura
* md-prefs-text-editor-general (previously md-text-editor, moved from MonoDevelop.Ide to MonoDevelop.SourceEditor2, used also in GtkSourceViewEditor) * md-prefs-text-editor-behavior (previously md-text-editor-behavior, moved from MonoDevelop.Ide to MonoDevelop.SourceEditor2, used also in GtkSourceViewEditor) * md-prefs-markers-rulers (previously md-markers-rulers, moved from MonoDevelop.Ide to MonoDevelop.SourceEditor2, used also in GtkSourceViewEditor) * md-prefs-syntax-highlighting (previously md-syntax-highlighting, moved from MonoDevelop.Ide to MonoDevelop.SourceEditor2)
2014-04-29[MonoDevelop.Debugger.Gdb] Fixed the buildJeffrey Stedfast
2014-02-11RetinaificationLluis Sanchez
2014-02-07Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.addin.xml main/src/addins/NUnit/MonoDevelop.NUnit.csproj main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/VersionControlNodeExtension.cs version-checks
2014-02-07Track version config file name changeLluis Sanchez
2014-01-09version.txt has been moved to the root dirLluis Sanchez
2014-01-08Get the package version number from MD's version.txt fileLluis Sanchez
2014-01-03Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.csproj main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/VersionControlService.cs main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_added.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_conflicted.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_controled.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_lock_required.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_locked.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_modified.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_normal.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_removed.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_unlocked.png main/src/addins/VersionControl/MonoDevelop.VersionControl/icons/overlay_unversioned.png version-checks
2013-12-13Updated add-ins version to 4.2.3Xamarin Release Manager
2013-12-13Updated package version to 4.2.3Xamarin Release Manager
2013-12-04Merge branch 'master' into retinaLluis Sanchez
Conflicts: main/src/addins/CBinding/CBinding.csproj main/src/addins/CSharpBinding/CSharpBinding.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockBarItem.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs version-checks
2013-12-02[extras] Remove MonoDevelop.Profiling from workspaceMichael Hutchinson
It is abandoned and uses the unsupported mds file format.
2013-11-27Nuked MDB Debugger to reflect Mono changes.Therzok
2013-11-14Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/ExceptionCaughtDialog.cs version-checks
2013-11-14Update GdbSession.csEko Wahyudin
fix CheckBreakpoint function. bp.TraceExpression sometime is empty or null, if that's happen, gdb will report an error System.InvalidOperationException: -data-evaluate-expression: Usage: -data-evaluate-expression expression.
2013-11-08Updated add-ins version to 4.2Xamarin Release Manager
2013-11-08Updated package version to 4.2Xamarin Release Manager
2013-11-01Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/external/monomac version-checks
2013-10-28Updated add-ins version to 4.1.13Xamarin Release Manager
2013-10-28Updated package version to 4.1.13Xamarin Release Manager
2013-09-16Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/WindowsPlatform/WindowsPlatform.cs version-checks
2013-09-12[AddinAuthoring] use StringComparison.OrdinalJeffrey Stedfast
2013-09-09Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/VersionControlNodeExtension.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Components.MainToolbar/RoundButton.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Components/DropDownBox.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Components/DropDownBoxListWindow.cs version-checks
2013-09-08Move MS.NET debugger into MainMichael Hutchinson
So we can easily debug when developing MD on Windows
2013-09-03Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: version-checks
2013-09-03[CorDebug] Pew! Pew! - Nuked old license file.Therzok
2013-09-03[CorDebug] Added MS Sample eula file.Therzok
2013-09-03[CorDebug] Mirror ArrayAdaptor.Therzok
2013-09-03[CorDebug] Use Increment as BreakEventInfo only supports incrementing.Therzok
2013-09-02[CorDebug] Added README for working on this project.Therzok
2013-09-02[CorDebug] Internal API changes.Therzok