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-08-10Fix bugzilla URL.Lluis Sanchez Gual
2011-08-09Profile migrations from 2.6Michael Hutchinson
2011-08-09Bump MonoDevelop versionLluis Sanchez Gual
2011-08-03Added cg shader mime type.Mike Krüger
2011-08-02Update add-in versionsLluis Sanchez Gual
2011-07-30Disabled printing support on windows.Mike Krüger
2011-07-17Cleaned up user profilesMichael Hutchinson
2011-07-07[MacDev] Configurable SDK path & detect Xcode 4Michael Hutchinson
2011-07-06[Ide] Fix resource mimetypesMichael Hutchinson
2011-06-29Added "Check for Updates" commandLluis Sanchez Gual
2011-06-29Rename add-ins panel to updates panelLluis 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-28Remove old extension and command.Lluis Sanchez Gual
2011-06-28Remove old updater command.Lluis Sanchez Gual
2011-06-28Remove old updaterLluis Sanchez Gual
2011-06-22Add command for sending feedbackLluis Sanchez Gual
2011-05-25Added quick fix icon.Mike Krüger
2011-05-11[Ide] Improved layout of references dialogLluis Sanchez Gual
2011-05-09Explicitly set icon sizesLluis Sanchez Gual
This fixes some icon scaling issues on Windows.
2011-05-05Split custom commands panel in two panels: build and run.Lluis Sanchez Gual
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-01Add support for importing/exporting policy setsLluis Sanchez Gual
The Custom Policies dialog now has options for importing/exporting policies from/to projects and files. I also added commands for importing/exporting project policies.
2011-04-01Use the new policy attribute for declaring policy typesLluis Sanchez Gual
2011-03-11[Ide] Fix search pad pinning iconMichael Hutchinson
2011-02-15This shelveset adds jumplist support for Windows 7.ischyrus
The setup project will now include registry entries that link specific file extensions. The registry entries are then used by the JumpList addin. The library makes use of the Windows API Code Pack.
2011-02-15Fix user data locationsMichael Hutchinson
Put user data in the appropriate places for the OS and data type. Profiles are now also per MD version, but we migrate data from the previous version.
2011-02-09Overworked find all references model. It's now per file (=mime type)Mike Krüger
instead of per project. Change was required for supporting references in files that are part of the project but are embedded in another language - see 'Bug 663095 - Find References does not find method references in ASPX'.
2011-02-07Fixed 'Bug 669825 - Default scheme has conflicting key bindings'.Mike Krüger
Show code template window now has it's default key removed.
2011-01-28Reorganized extension points in several files.Lluis Sanchez Gual