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
2011-11-05Filter context menu clicks from left-click handlingMichael Hutchinson
2011-09-21[IDE] On mac, moved the Check for Updates command to the application menuLluis Sanchez Gual
2011-09-21[Updater] The updater handler is now considered a singletonLluis Sanchez Gual
If an add-in provides an IUpdateHandler implementation, that will fully override the default handler.
2011-09-21Added 'automatic' parameter to CheckUpdatesLluis Sanchez Gual
This parameter is set to false if the update was explicitly requested by the user.
2011-06-30Add support for Test update mode.Lluis Sanchez Gual
2011-06-29Added "Check for Updates" commandLluis Sanchez Gual
2011-06-29Fix crash when showing add-in managerLluis Sanchez Gual
2011-06-29Make sure the test repository is registered when user requests test updatesLluis Sanchez Gual
2011-06-29Allow disabling add-in update notificationsLluis Sanchez Gual
2011-06-29Added basic updater serviceLluis Sanchez Gual
The new core updater service handles scheduled update checks. It can be configured using the Updates option panel. Updater system can be plugged into it using the IUpdateHandler interface.
2011-06-22Initial work on the background updater. Disabled for now.Lluis Sanchez Gual
2011-04-13Show 'Install' instead of 'Download' button for add-ins.Lluis Sanchez Gual
Also improved a bit the gui.
2011-04-13Add support for conditional update alertsLluis Sanchez Gual
Updates now have a rank: Important, Normal and Minor. Important updates are shown in the updater dialog. Normal updates are notified in the status bar. Minor updates are not notified (but shown in the add-in manager). Alerts can also be conditional, based on the presence of 'update tags'.
2011-04-05Add-in updater improvementsLluis Sanchez Gual
Show only the latest available version in the list. Add support for loading release notes from a file.
2011-04-05Added support for add-in updates to the Updater dialog.Lluis Sanchez Gual
2010-11-18Use utf8 as encoding if none is provided in the http responseLluis Sanchez Gual
2010-11-18Log error message in the updater serviceMichael Hutchinson
2010-10-15Move updater to MonoDevelop.Ide, make extensibleMichael Hutchinson
The Mac updater is now in MonoDevelop.Ide. Addins can register updateinfo files and platform services can provide an updater URL and environment flags.