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/main
AgeCommit message (Collapse)Author
2019-11-26Fix fontDavid Karlaš
2019-11-26[Debugger] Improved code-completion handling for adding new watch expressionsJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1018525/
2019-11-26Debugger: prevent visible whitespace in name viewSandy Armstrong
2019-11-26[Debugger] Implemented code-completion for the new MacObjectValueTree…Jeffrey Stedfast
…View Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/999418/ cherry pick of 6add40cd354f10810d496f29de07e3df643454ca
2019-11-26Merge pull request #9389 from mono/backport-pr-9373-to-release-8.4Lluis Sanchez
[release-8.4] [Debugger] Handle NRE when adding a watch when not debugging
2019-11-26Merge pull request #9383 from mono/update-translationsRodrigo Moya
[release-8.4] Update translations
2019-11-26[Debugger] Handle NRE when adding a watch when not debuggingGreg Munn
Fixes VSTS 1025766 https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1025766
2019-11-26[NuGet] Make tab labels behave like real tabs with VOVsevolod Kukol
Fixes VSTS #1021556
2019-11-26[Ide][AtkCocoa] Add support for Subroles and Value objectsVsevolod Kukol
2019-11-26Scaffolding is enabled for Project + Foldernosami
Changed from Folder + File Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1027657
2019-11-26Merge pull request #9368 from mono/backport-pr-9365-to-release-8.4Rodrigo Moya
[release-8.4] Allow wizard to reopen. Fixes https://devdiv.visualstudio.com/DevDiv/…
2019-11-26Update translationspr-update-translationsRodrigo Moya
2019-11-26[NuGet] Announce status messages using Voice OverMatt Ward
The status message that is displayed with the spinner is now announced by Voice Over. When the status message is removed another message is announced by Voice Over to say the loading has completed or, if a search filter was entered, search was completed. If no packages are found when searching this message is also announced by Voice Over. Fixes VSTS #1022830 - Accessibility: NuGet Packages: VoiceOver is not announcing the status message.
2019-11-26[NuGet] Use ID instead of Id in user interfaceMatt Ward
Using ID allows Voice Over to announce it as I.D instead of a single word. Note that some Voice Over voices, such as English UK still announce the text incorrectly. Without changing the text to be "I.D." there does not seem to be a way of fixing this in the IDE. System Preferences on the Mac can be used to change the pronounciation for certain words if required. Fixes VSTS #1021636 - Accessibility: NuGet: Improper announcement for the "ID" word.
2019-11-26[NuGet] Use existing consolidate label for projects list viewMatt Ward
Instead of using new text for the accessibility label for the projects and versions list view re-use the existing consolidate label.
2019-11-26[NuGet] Fix column header now read for first column in Consolidate tabMatt Ward
Combine project name and check box in Consolidate tab. This fixes the problem where the check box has a column with no name. Now the check box and the project name are in the same column so Voice Over reads the column header name, the project name and the checkbox state which makes it easier to understand what the list view is displaying. Fixes VSTS #1021702 - Accessibility: NuGet Packages: Column Header name is not present for the first column.
2019-11-26[NuGet] VoiceOver reads version on Installed tabMatt Ward
Previously the download count was read by Voice Over when on the Installed tab but the version installed was displayed. Now the version is read by Voice Over. Download count is read by Voice Over on the Browse tab as before.
2019-11-26[NuGet] Add Search placeholder text to Manage Packages dialogMatt Ward
The search text box now shows 'Search' as placeholder text. Fixes VSTS #1022836 - Manage NuGet Packages_Usability: Unable to identify the instructions about search criteria.
2019-11-26[NuGet] Associate UI widgets with labels for accessibilityMatt Ward
Manage Packages dialog changes: 1. Associate labels with all combo boxes. 2. Workaround Xwt.ComboBox.Accessible.Label not working by adding an invisible label for the Package Sources combo box which has no visible label. This label is assigned to the ComboBox.Accessible.LabelWidget which works. 3. Add accessibility label for the packages list and the projects and versions list. 4. Associate package information with their corresponding labels. Fixes VSTS #1021638 - Accessibility: NuGet Packages: VoiceOver is not announcing the label for all the combo box and edit box present on the screen. Fixes VSTS #1021699 - Manage NuGet Packages_ConsolidateTab_ScreenReader: Voice Over is not announcing the table name
2019-11-26Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1012526Kirill Osenkov
Make sure dynamic files are added to the project info every time the project is reloaded. Also double-check that the document we're about to reload still exists in the current solution.
2019-11-25[Ide] Remove key press filter that breaks focus chainCody Russell
Partially fixes VSTS #750236
2019-11-25[Ide] Don't set entry to default focus.Cody Russell
2019-11-25[Ide] Let the references search be a child of the notebookVsevolod Kukol
This is a partial fix for VSTS #750263, AtkCocoa needs to support the right focus order, including an Action widget.
2019-11-25Merge pull request #9346 from mono/backport-pr-9345-to-release-8.4Lluis Sanchez
[release-8.4] Minimum supported OS should be 10.13
2019-11-24Remove asyncJason Imison
2019-11-24Update ↵Jason Imison
main/src/addins/MonoDevelop.AspNetCore/MonoDevelop.AspNetCore.Commands/ScaffoldCommandHandler.cs Co-Authored-By: Marius Ungureanu <marius.ungureanu@xamarin.com>
2019-11-24New Scaffolding should not appear on Dependencies node. Fixes ↵nosami
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1024771
2019-11-22Allow wizard to reopen. Fixes ↵nosami
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1023764
2019-11-21Merge pull request #9360 from mono/backport-pr-9359-to-release-8.4Jeffrey Stedfast
[release-8.4] [Debugger] Don't evaluate null expressions in the tooltip logic
2019-11-21Merge pull request #9350 from mono/backport-pr-9342-to-release-8.4Jeffrey Stedfast
[release-8.4] [Debugger] Don't allow selection of the pinned watch row
2019-11-21[Debugger] Fixed CanRename() logic for Locals/Watch context menu & allowed ↵Jeffrey Stedfast
disabled menu items
2019-11-20[Debugger] Don't evaluate null expressions in the tooltip logicJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1020556
2019-11-20Merge pull request #9353 from mono/backport-pr-9314-to-release-8.4Manish Sinha
[release-8.4] Instead of using custom ISerializable to serialize private fields, just expose it via ReadOnlyCollection
2019-11-20Merge pull request #9313 from mono/backport-pr-9312-to-release-8.4Jeffrey Stedfast
[release-8.4] [Debugger] Use ~sel versions of the pin icon in the MacObjectValueTre…
2019-11-20Merge pull request #9341 from mono/backport-pr-9340-to-release-8.4Sandy Armstrong
[release-8.4] Bump Roslyn to 3.4.0-beta4-19562-05
2019-11-20[Core] Counter.AllValues: Clone the List before passiing it to ↵Manish Sinha
ReadOnlyCollection
2019-11-20[Core] lock values before creating ReadOnlyCollection from valuesManish Sinha
2019-11-20[Tests] Update SerializeCounters to enter multipe Inc in timerManish Sinha
2019-11-20[Core] Expose Counter.values private variable via ReadOnlyCollection propertyManish Sinha
2019-11-20[Core] Remove the ISerializable on Counter and TimerCounterrManish Sinha
2019-11-19Bump in makefile tootherzok
2019-11-19Also bump msbuild propMarius Ungureanu
2019-11-19Minimum supported OS should be 10.13Marius Ungureanu
Context: https://github.com/xamarinhq/swupdate/pull/54 Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1023431
2019-11-19[Debugger] Don't allow selection of the pinned watch rowJeffrey Stedfast
This prevents the row from getting into an odd selected-but-not-focused state. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1021870/
2019-11-16Debugger: Fix pinned watches in .razor/.cshtml filesSandy Armstrong
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1023242
2019-11-15Bump Roslyn to 3.4.0-beta4-19562-05Sandy Armstrong
2019-11-15[Debugger] Don't allow deleting of non-Root nodesJeffrey Stedfast
2019-11-15[Debugger] Fixed an NRE exception in OVTVController.RemoveValue if ↵Jeffrey Stedfast
node.Parent is null Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1022024
2019-11-15Merge pull request #9334 from mono/backport-pr-9333-to-release-8.4Lluis Sanchez
[release-8.4] Change case on package feed URL. Fixes VSTS #1022827
2019-11-15Merge pull request #9332 from mono/backport-pr-9331-to-release-8.4Lluis Sanchez
[release-8.4] Ensure that ScaffolderSelected handler is only registered once. Fixes…