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 (Expand)Author
2012-04-02[Build] Change the build system to use xbuild instead of makefilesAlan McGovern
2012-03-31[Ide] Warn user when he/she enters bad keybinding comboJeffrey Stedfast
2012-03-31[Stetic] Fixed cecil property parsing and added support for [Localizable]Jeffrey Stedfast
2012-03-30[MacDev] Fix previous changes to be more translatable.Jeffrey Stedfast
2012-03-30[MacDev] Add a RecommendedSize prop to ImageChooserJeffrey Stedfast
2012-03-30[Database] Fixed some compiler warnings about unused variables.Jeffrey Stedfast
2012-03-30[Debugger] Properly handle System.IO.Path.GetFullPath() exceptionsJeffrey Stedfast
2012-03-30[MacDev] Allow the tests to be built with nunit 2.4Alan McGovern
2012-03-30[Tests] Make the reference to NUnit.dll non-version specificAlan McGovern
2012-03-30[Ide] Improve validation in import/export policy dialogsMichael Hutchinson
2012-03-30[Ide] Fix warningsMichael Hutchinson
2012-03-30[Ide] Fixed support for partially composed keybindingsJeffrey Stedfast
2012-03-30MonoDevelop.MacDev.Tests shouldn't/can't be built on Win32Michael Hutchinson
2012-03-30[Ide] Fix first use exception from Recent Files storageMichael Hutchinson
2012-03-30[Core] Fix #4144 - MonoDevelop sets default namespace if emptyMichael Hutchinson
2012-03-30[VersionControl] Fix a couple more rendering bugsMichael Hutchinson
2012-03-29[MacDev] User a better default name for new plist keysAlan McGovern
2012-03-29[MacDev] Simplify the API for PListScheme.AvailableApisAlan McGovern
2012-03-29[MacDev] Handle the difference between 'no values left to add' and 'no idea w...Alan McGovern
2012-03-29[MacDev] Add logic (and tests) to figure out what values can be created for a...Alan McGovern
2012-03-29[MacDev] Implement a helper method for enumerating PObjectsAlan McGovern
2012-03-29[MacDev] The 'Value' column is only editable if there is a PObjectAlan McGovern
2012-03-29[MacDev] Do not implicitly add values to PBoolean values in the schemaAlan McGovern
2012-03-29[MacDev] Correctly match PObjects which are not part of the schemaAlan McGovern
2012-03-29[MacDev] Consult the schema when adding a new dictionary entryAlan McGovern
2012-03-29[MacDev] Refresh the keystore with valid keys from the current selectionAlan McGovern
2012-03-29[MacDev] Prevent a possible null deref getting the parent keyAlan McGovern
2012-03-29[MacDev] Enhance the KeyRenderer to cope with subkeysAlan McGovern
2012-03-29[MacDev] Properly display Descriptions versus Identifiers for keysAlan McGovern
2012-03-29[MacDev] When creating a PObject from a Schema, create a child tooAlan McGovern
2012-03-29[MacDev] The Key renderer treestore should sort by identifier or descriptionAlan McGovern
2012-03-29[MacDev] Refresh properly when the value of a PObject changesAlan McGovern
2012-03-29[MacDev] Typically the value of a PValueObject is the same as its identifierAlan McGovern
2012-03-29[MacDev] Rewrite some of the renders so they use PListScheme items properlyAlan McGovern
2012-03-29[MacDev] Do not render the identifier for PArray itemsAlan McGovern
2012-03-29[MacDev] Refresh the keystore only when ShowDescriptions changesAlan McGovern
2012-03-29[MacDev] Ensure the implicit boolean values are created correctlyAlan McGovern
2012-03-29[MacDev] Automatically insert implicit values for PBoolean typesAlan McGovern
2012-03-29[MacDev] When adding a new object with the plist editor, expand it by defaultAlan McGovern
2012-03-29[MacDev] The PObject Type column is not editable if we're instantiating from ...Alan McGovern
2012-03-29[MacDev] Double clicking 'Add new entry' adds a new entry.Alan McGovern
2012-03-29[MacDev] Clean up the context menu code a tadAlan McGovern
2012-03-29[MacDev] Harmonise the context menu with the regular 'add' button.Alan McGovern
2012-03-29[MacDev] Move some methods around in the PList editor (cosmetic)Alan McGovern
2012-03-29[MacDev] We only need a single 'AddToTree' methodAlan McGovern
2012-03-29[MacDev] Rename pDictionary to RootPObject as it's not always a dictionaryAlan McGovern
2012-03-29[MacDev] Cosmetic change to clean up some methods in the plist editorAlan McGovern
2012-03-29[MacDev] Use static fields instead of hardcoding constants in the PList editorAlan McGovern
2012-03-29[MacDev] Refactor the PListScheme to better support subvaluesAlan McGovern
2012-03-29[MacDev] Some cosmetic changes to the properties editorAlan McGovern