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-30Updated add-ins version to 2.8.4Xamarin Release Manager
2011-11-29Updated add-ins version to 2.8.3Xamarin Release Manager
2011-11-16Implemented 'Bug 1165 - MonoDevelop doesn't have a GUID generator. '.Mike Krüger
2011-11-03[Core] Separate out system info gathering into per-platform classesAlan McGovern
Implement separate classes for gathering platform specific system info.
2011-10-27[Core] Refactor IAboutInformation and move it to CoreAlan McGovern
This extension point has now moved from /MonoDevelop/Ide/AboutInformation to /MonoDevelop/Core/SystemInformation and was renamed accordingly.
2011-10-27Updated add-ins version to 2.8.2Xamarin Release Manager
2011-10-11Updated add-ins version to 2.8.1Xamarin Release Manager
2011-10-07Clean up file filtersMichael Hutchinson
2011-10-04[Core] Simplify user profile version listMichael Hutchinson
Also allows migration nodes ranges to refer to the current version.
2011-10-04[Ide] Fix bug 693 properly - toggle state of fullscreen commandMichael Hutchinson
2011-10-04[Ide] Fix a warningMichael Hutchinson
Migrations can't pre-emptively refer to current version yet.
2011-10-04[Ide] Fix location of keybinding schemesMichael Hutchinson
Also fixes migration of schemes from MD 2.4.
2011-10-04Fix some migration extensionsLluis Sanchez
KeyBindings was migrated from the wrong directory. Fixes bug Bug 394 - Key bindings lost when upgrading MonoDevelop. Also added migration extension for Feedback.xml.
2011-10-04Bump profile to 2.8, support ranges in profile migrationsMichael Hutchinson
2011-09-30[Ide] Fix md-feedback icon resource errorMichael Hutchinson
2011-09-30[Ide] Added sh and JSON mimetypesMichael Hutchinson
2011-09-29Updated add-ins version to 2.8Xamarin Release Manager
2011-09-26[Ide] Remove the FileScoutMichael Hutchinson
It's barely maintained and hasn't seen much love, there's not much point in having it in an IDE, and no-one uses it. Apparently it was only ever intended as a temporary workaround before SharpDevelop had project support, and MD inherited it.
2011-09-22Updated add-ins version to 2.7.22Xamarin Release Manager
2011-09-21[Ide] Unbind page up/down keys. Otherwise these won't work in customMike Krüger
controls.
2011-09-21[IDE] On mac, moved the Check for Updates command to the application menuLluis Sanchez Gual
2011-09-14[IDE] Moved the about information to another path.monodevelop-2.7.21Mike Krüger
2011-09-14[Ide] Added assembly versions, introduced extension point for aboutMike Krüger
box infos & removed monotouch/droid version code. This is moved to the addins.
2011-09-13Updated add-ins version to 2.7.21Xamarin Release Manager
2011-09-12[Ide] Bug 742 - hide empty Configurations submenuMichael Hutchinson
2011-09-12[Ide] Merge WelcomePage into Ide, clean up brandingMichael Hutchinson
2011-09-08Updated add-ins version to 2.7.20Xamarin Release Manager
2011-09-02Revert previous keybindings changes until miguel has time to review themJeffrey Stedfast
2011-09-01Fixed keybinding conflicts (bug #445) and assigned a few more.Jeffrey Stedfast
2011-08-31Fix for bug #473. Bind DeleteKey to delete watches.Jeffrey Stedfast
Also needed to set the macShortcut for DeleteKey in Commands.addin.xml
2011-08-25Added syntax highlighting support for apple .strings files.Mike Krüger
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.