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 (Expand)Author
2019-12-23Switch to Task.CompletedTask where applicabletherzok
2019-10-31Fixes VSTS Bug 810342: Accessibility: Version Control - Log: VoiceMike Krüger
2019-09-13Revert Task usage here, no async is usedtherzok
2019-08-26[VersionControl] Fixed unit tests.Mike Krüger
2019-08-26[VersionControl] Removed critical GetVersionInfoAsync calls.Mike Krüger
2019-08-26Fixes VSTS Bug 968422: [Feedback] VS for Mac freezes on git revertMike Krüger
2019-08-16Merge pull request #8382 from mono/master-generateDiffAsyncMike Krüger
2019-08-16[VersionControl] GenerateDiff is now async.Mike Krüger
2019-08-15[VersionControl] Handled OperationCanceledExceptions in versionMike Krüger
2019-08-06[VersionControl] Fixed async API usagesMike Krüger
2019-08-01[VersionControl] Fixed build.Mike Krüger
2019-08-01Implement Issue #6943 Version Control background thread processingMike Krüger
2019-08-01[VersionControl] Added sync API for querying version control status.Mike Krüger
2019-08-01[VersionControl] Dialogs check now before the async call is continuedMike Krüger
2019-08-01[VersionControl] Made Repository API async.Mike Krüger
2019-05-02Moved unsaved changes verification before open the CommitDialogJavier Suárez Ruiz
2019-04-02Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-26[VersionControl] Don't add files twice to the changeset when updating the statusVsevolod Kukol
2019-03-26[VersionControl] Improve StatusView asynchronous updateVsevolod Kukol
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-18Implemented version control views as document controller extensionsLluis Sanchez
2019-02-14Merge remote-tracking branch 'origin/master' into release-8.0therzok
2019-02-08Add a lock to version control file list status view updatesnosami
2018-11-07Remove unused usings.Kirill Osenkov
2018-07-05[VCS] Fix Review and Commit selection persisting through context menutherzok
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
2017-02-01[Ide] Fix context menu positioning for some Gtk.TreeView based widgetsVsevolod Kukol
2016-09-25[Misc] Use method groups instead of delegates where applicable.Marius Ungureanu
2016-09-18[Ide] Don't dispose List/TreeStore as we don't own it, the treeview does.Marius Ungureanu
2016-05-04[VersionControl] Translation check.therzok
2016-03-20[VCS] Mark all user-facing strings as translatable.Marius Ungureanu
2016-03-18[VCS] Fix warnings and enable warnings as errors.Marius Ungureanu
2016-02-25[VCS] Use thread-safe event invocation.therzok
2016-02-17[VCS] Fix status view not refreshing items when file content is changed.Marius Ungureanu
2015-12-18Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-15Close most of DispatchServiceLluis Sanchez
2015-11-25[Ide] Sanitize the ViewContentApiLluis Sanchez
2015-11-25Converted content interfaces to classesLluis Sanchez
2015-11-23[Ide] Cleanup more APIMarius Ungureanu
2015-06-10[UITest] Add tests for Git Commit, Stash and Unstash functionalityManish Sinha
2015-06-01Merge branch 'master' into roslynMike Krüger
2015-05-30[VersionControl] Fix clipboard stuff for status viewMarius Ungureanu
2015-02-10Thread safeness fixesLluis Sanchez Gual
2015-01-16Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2015-01-05[Icons] Simplifying icon namesVaclav Vancura
2014-10-21Initial drop of the new project modelLluis Sanchez
2014-06-12added keys navigation in commit listxplicit
2014-05-15Merge pull request #545 from mono/newStatusViewConcurrencyUngureanu Marius
2014-05-15[StatusView] Unsubscribe Commit Begin/End events.Marius Ungureanu