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
2017-07-05Fix bug #57479 - Condition AppliesTo not found message logged.Lluis Sanchez
The AppliesTo condition was not registered in a specific case when project extensions were loaded.
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-14[A11y] Simplify the API for adding label relationshipsiain holmes
2017-06-06[A11y] Set a label on the warning imageiain holmes
Fixes BXC #53457
2017-05-15Merge pull request #2372 from iainx/fix-53537iain
[A11y] Make the project options panels accessible
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-05-10[A11y] Set the label for the About imageiain holmes
Fixes BXC 53517
2017-05-05Allow branding privacy and EULA URLsMikayla Hutchinson
2017-04-28[Project] Add VS-like AppliesTo extension conditionMikayla Hutchinson
This condition can be used to specify that a project extension, file template, or option panel apply to projects that match a particular capability expression.
2017-04-17Revert "[Ide] Make the 'about' dialog modal."Cody Russell
This reverts commit 05ea8c1e211e0967f27d1ede8454da49d1b58d63. mhutch says this is not a bug, so reverting.
2017-04-14[Ide] Make the 'about' dialog modal.Cody Russell
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=54080
2017-03-27Merge branch 'master' into vNext-webtools-platformLluis Sanchez
2017-03-27Merge pull request #2013 from mono/default-policiesLluis Sanchez
Add support for defining default policies
2017-03-23Add support for defining default policiesLluis Sanchez
This patch introduces a new Default policy set, which defines the default policies when there are no solution-defined or user-defined policies. Before this patch, default policies were obtained by just creating an intance of the policy type. This is still the case when a policy is not set for the Default policy set. This new Default policy set is mostly useful for defining default policies for specific file types (which was impossible to do).
2017-03-16Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-03-03Fixed 'Bug 52923 - closing IDE triggersMike Krüger
TextEditor.InitializeExtensionChain' The issue was that that the dirty files dialog set the content name which triggers a reinitialization of the text editor chain.
2017-02-17[A11y] Rename the Accessibility extension methodsiain holmes
As the accessibility extension methods operate on the Accessible property, they don't need Accessibility in their names
2017-01-09[A11y] Tidy up the AtkCocoaHelpersiain holmes
Separate AtkCocoaHelper into separate files for Mac and Noop
2016-11-25[A11y] Clean up the Options dialog's A11y treeiain holmes
2016-11-24[A11y] Improve the accessibility of the dirty files dialogiain holmes
2016-11-16[Ide] Fix path to license file when in app bundlevs-mac-preview1Matt Ward
2016-11-15About dialog should open License.txtMikayla Hutchinson
2016-11-10[Ide] "Microsoft Inc" > "Microsoft Corp"Greg Munn
2016-10-31[Ide] Fix Gtk error in About DialogVsevolod Kukol
2016-10-31[Ide] Fix light theme link color in About dialogVsevolod Kukol
2016-10-31[Ide] Use En Dashes in About DialogVsevolod Kukol
2016-10-31[Ide] Optimize fonts in About dialogVsevolod Kukol
2016-10-31[Ide] Update Copyright and License in About DialogVsevolod Kukol
2016-10-31[Ide] Update About Dialog buttonsVsevolod Kukol
* remove Close button * Show Details is the default button
2016-10-26Rename add-ins to extensions in UIMikayla Hutchinson
2016-10-06[Ide] Fix redundant log messageMikayla Hutchinson
2016-10-04Merge branch 'master' into monodevelop-pr-1622Mikayla Hutchinson
2016-09-25[Misc] Use method groups instead of delegates where applicable.Marius Ungureanu
Still a lot more left, but this was done manually via grepping.
2016-09-18[Ide] Dispose of all the pango layouts.Marius Ungureanu
2016-09-18[Ide] Don't dispose List/TreeStore as we don't own it, the treeview does.Marius Ungureanu
2016-09-12[Ide] Don't silently swallow errors saving optionsMikayla Hutchinson
2016-06-27Merge remote-tracking branch 'origin/master' into run-configurationsLluis Sanchez
2016-06-16[Ide] Fix crash when opening project optionsLluis Sanchez
If a section is not added to the tree because none of their panels is visible also remove it from the pages collection. Otherwise a client may request to show that section, and MD will crash when trying to show it. Fixes bug #41894 - Xamarin Studio crashes when trying to open "Options" on an Android Bindings project.
2016-06-07[Ide] Run configurations UI tweaksLluis Sanchez
2016-05-23Merge remote-tracking branch 'origin/master' into main-menu-redesignVsevolod Kukol
2016-05-16WIP (#1419)Marius Ungureanu
2016-04-13[Ide] Fix Layout menu and handlingVsevolod Kukol
Do not allow to delete default "Solution" layout incl. menu mapping Do not allow to create layouts with default layout menu mapping names
2016-04-06[Ide] Restrict where the edition name is used.Matt Ward
Fixed bug #40133 - Edition shown in places it shouldn't be https://bugzilla.xamarin.com/show_bug.cgi?id=40133 The edition was added to the application name globally so it affected all parts of the IDE. Now the application's edition is only shown in the About dialog, the status area and the main window title on Windows. The BrandingService now has two application names - a short IDE name (ApplicationName) and one that includes the edition (ApplicationLongName). The BrandingService has also been changed so that these two application names are properties that can be set instead of fields so the separate setter method can be removed.
2016-04-06[Ide] Remove Gtk exception dialog.Marius Ungureanu
2016-03-29Branding service improvementsMatt Ward
The BrandingService's ApplicationName is no longer readonly. If the UpdateApplicationName method is used to update the name then the ApplicationNameChanged event will fire. This can be used to update any part of the UI that is showing the old application name. Moved the default name of the dialog image to a class so it can be updated at runtime.
2016-03-24Merge pull request #1314 from iainx/fix-38700Lluis Sanchez
[Ide] Restore the last visited option panel
2016-03-22[Ide] Restore the last visited option paneliain holmes
Fixes BXC #38700
2016-03-21[IDE] Disable minimize/maximise for dialogs on OS Xiain holmes
2016-03-21[IDE] Disable maximize/minimize on Preferences dialogiain holmes
Fixes BXC #38503
2016-03-10[Ide] Fixed compiler warningsMike Krüger