Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-19Delay add-in uninstallation if there is any write lock hold on its filesmono-addins-0.6.10.6.1Lluis Sanchez Gual
2011-04-19Simplified write permission checkLluis Sanchez Gual
2011-04-13Run the install operation in the GUI threadLluis Sanchez Gual
2011-04-12Allow uninstalling several add-ins at once.Lluis Sanchez Gual
2011-04-12Fixed configuration cleanup issue.Lluis Sanchez Gual
2011-04-12Properly check if an add-in is registered for uninstallation.Lluis Sanchez Gual
2011-04-12Fix NRE.Lluis Sanchez Gual
2011-04-12Add support for delayed add-in uninstallation.Lluis Sanchez Gual
2011-04-12Added support for uninstalling several add-ins at once.Lluis Sanchez Gual
2011-04-12Added support for uninstalling multiple add-ins at once.Lluis Sanchez Gual
2011-04-12Add support for delayed uninstallation of add-insLluis Sanchez Gual
2011-04-12Made Mono.Addins internals visible to Mono.Addins.SetupLluis Sanchez Gual
2011-04-120.6.1Andrew Jorgensen
2011-04-08Fix some display issues when using a standalone AddinTreeWidgetLluis Sanchez Gual
2011-04-07Properly handle multiple installed instances of the same add-in versionLluis Sanchez Gual
2011-04-05Don't add slash to url if it already has one.Lluis Sanchez Gual
2011-04-05Center the progress dialog.Lluis Sanchez Gual
2011-04-05Bring back the filter entryLluis Sanchez Gual
2011-04-05Added new overloads.Lluis Sanchez Gual
2011-04-05Added tests for core add-in upgrades.Lluis Sanchez Gual
2011-04-04Don't allow uninstalling core add-insLluis Sanchez Gual
2011-04-04Fix add-in unloadingLluis Sanchez Gual
2011-04-04Show the last version of all add-ins, hide old versionsLluis Sanchez Gual
2011-04-04Fix update command when invoked from the installed add-ins listLluis Sanchez Gual
2011-04-04Allow getting the latest version of addins.Lluis Sanchez Gual
2011-04-04Allow 'uninstalling' core add-insLluis Sanchez Gual
2011-04-04Properly handle add-ins when multiple versions are installedLluis Sanchez Gual
2011-02-28Add missing @MONO_ADDINS_MSBUILD_DEFAULT_LIB@ to configure.ac - otherwise mon...Jo Shields
2011-02-25Add package generation scripts and some support files.Lluis Sanchez Gual
2011-02-25Don't report error for missing CecilReflector.Lluis Sanchez Gual
2011-02-25Fix bug in custom attributes.Lluis Sanchez Gual
2011-02-25Remove some old files.Lluis Sanchez Gual
2011-02-25Remove config file which is not required anymore.Lluis Sanchez Gual
2011-02-24Fix uri parsing issue.Lluis Sanchez Gual
2011-02-24Updated.Lluis Sanchez Gual
2011-02-23Show a "More Information" button when the add-in has an Url.Lluis Sanchez Gual
2011-02-23Center the addin manager dialog.Lluis Sanchez Gual
2011-02-22Fix mixed line endings.Lluis Sanchez Gual
2011-02-22Update Mono.Addins references.Lluis Sanchez Gual
2011-02-22Fix warnings.Lluis Sanchez Gual
2011-02-22Fix Header element insertion when saving. Fix documentation.Lluis Sanchez Gual
2011-02-22Read core properties from the header section.Lluis Sanchez Gual
2011-02-22Added new unit tests.Lluis Sanchez Gual
2011-02-22Added commands for enabling/disabling repos. Improved help formatting.Lluis Sanchez Gual
2011-02-21Fix some issues in core property handling.Lluis Sanchez Gual
2011-02-21Add missing flags attribute.Lluis Sanchez Gual
2011-02-21Allow specifying all add-in header information using properties.Lluis Sanchez Gual
2011-02-21Added attributes for setting the name and description of an add-in.Lluis Sanchez Gual
2011-02-20Fix chaining of constructors.Lluis Sanchez Gual
2011-02-17Add ignoresMichael Hutchinson