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-23Fixed 'Bug 4541 - Error while closing solution'.Mike Krüger
2012-04-23Fixed 'Bug 4562 - Type representation'.Mike Krüger
2012-04-23[MacDev] Use type references for getting framework classes.Mike Krüger
2012-04-20[Translation] Updated german translation.Mike Krüger
2012-04-20[MacDev] Improve exception dialog where we can't map a type to objcJeffrey Stedfast
2012-04-20[MacDev] Correctly determine if a type is a user type by looking at the assem...Jeffrey Stedfast
2012-04-13[VersionControl] Simplify the IVersionControl<T> interfacesAlan McGovern
2012-04-12[MacDev] Don't cache null NSObjectProjectInfo'sJeffrey Stedfast
2012-04-12[MacDev] Fix error syncing to Xcode once and for all...Jeffrey Stedfast
2012-04-12[Build] Include MonoMac.dll as part of monodevelops regular build processAlan McGovern
2012-04-11[MacDev] Regenerated CSharpCodeCodebehind.cs to get ReleaseDesignerOutlets()Jeffrey Stedfast
2012-04-07[MacDev] Don't throw exceptions when asked to export [Model]s to objcJeffrey Stedfast
2012-04-06Updated add-ins version to 2.9.5Xamarin Release Manager
2012-04-05[MacDev] Add some try/catches to try and prevent bug #1834Alan McGovern
2012-04-05[MacDev] If we fail to open the xcode sync log file, use a NullProgressMonitor.Jeffrey Stedfast
2012-04-04[MacDev] Improve PListScheme.AvailableKeys and add more testsAlan McGovern
2012-04-04[Ide] Renamed MonoDevelop.TypeSystem to MonoDevelop.Ide.TypeSystem Mike Krüger
2012-04-04[MacDev] Switch the Value editor to use PListScheme.AvailableValuesAlan McGovern
2012-04-03[MacDev] Add a missing null check to PListScheme.AvailableKeysAlan McGovern
2012-04-03[MacDev] Split up PListScheme.AvailableValues into two methodsAlan McGovern
2012-04-03Merge branch 'newresolver'Mike Krüger
2012-04-03[MacDev] Add some better handling for PListScheme.AvailableValues returning nullAlan McGovern
2012-04-03[MacDev] Add a null check that accidentally went missingAlan McGovern
2012-04-03[MacDev] The 'Add new item' node should not have an editable Value columnAlan McGovern
2012-04-02Revert "[Build] Change the build system to use xbuild instead of makefiles"Alan McGovern
2012-04-02[Build] Change the build system to use xbuild instead of makefilesAlan McGovern
2012-04-01Merge branch 'master' into newresolverMike Krüger
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-30Updated add-ins version to 2.9.4Xamarin Release Manager
2012-03-30Merge branch 'master' into newresolverAlan McGovern
2012-03-30Updated add-ins version to 2.9.3Xamarin Release Manager
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