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-25[Mac] Disable merging the install prefix into the app bundleMichael Hutchinson
We don't need it right now since we dep on a Mono with the correct Mono.Addins.
2011-08-25[Mac] Bump Mono dependency to 2.10.4Michael Hutchinson
Needed for Socket.BeginConnect fix, Mono.Addins 0.6.2, and Lion fixes.
2011-08-25[Mac] Bump version for log directoryMichael Hutchinson
2011-08-24[MacDev] Sort items properly in the xcode solutionAlan McGovern
The original attempt to sort the items when adding them to the generated xcode solution sorted them by calling ToString and comparing that. This is useless as ToString is typically prefixed with a random ID and so you will always end up with random sorting. Fix this by putting some smarts into the sorting so it can handle (at the least) files and groups.
2011-08-24[MacDev] Disable syncing if an exception occurs while syncingAlan McGovern
2011-08-24[MacDev] Use progress monitors for Xcode syncMichael Hutchinson
2011-08-24[Ide] Fix parenting of message dialogMichael Hutchinson
2011-08-24[MacDev] Write Xcode4 log to file instead of stdoutMichael Hutchinson
2011-08-24[MacDev] Enable Xcode4 logging with MD_DEBUG_XCODE_SYNC env varMichael Hutchinson
2011-08-24[MacDev] Prevent generating files with unresolved typesMichael Hutchinson
2011-08-24[Core] Allow ConsoleProgressMonitor to write to arbirtary TextWriterMichael Hutchinson
2011-08-24[MacCore] Ensure that all xcode data is cleaned up when MD is finishedAlan McGovern
Correctly detect and delete the xcode DerivedData directory when the sync has finished. Patch my mhutch.
2011-08-24[MacCore] Give a useful warning if XCode becomes unresponsive.Alan McGovern
Should XCode crash at just the wrong time it is possible for the user to get an exception from exceuting the AppleScript used to interop with it. Try to handle this, and any other case where we have an exception when trying to get XCode to save any unsaved modifications, by giving a moderately useful message.
2011-08-24[Autotools] Fix makefile integration back compatMichael Hutchinson
2011-08-24[MacCore] Don't re-open xcode accidentallyAlan McGovern
If XCode has already been exited when MD regains focus, don't send the applescript events to close the project as that would just restart XCode
2011-08-24Take back the bundle resource action.Mike Krüger
2011-08-24[Ide] Fix makefile buildMichael Hutchinson
2011-08-23[Project] Rename 'Gac' refs to 'Package' refsMichael Hutchinson
This is a couple of years overdue because the "gac" name is wrong, misleading and confusing.
2011-08-23[Projects] Allow toggling LocalCopy on package refsMichael Hutchinson
2011-08-23[Core] Improve display names for custom fx packagesMichael Hutchinson
2011-08-23[MacDev] Handle the Register attribute taking two parameters.Alan McGovern
The attribute was modified to take a string name and bool parameter for one ctor overload. We need to handle this case aswell.
2011-08-23[MacDev] ProgressFraction is between 0 and 1, not 0 and 100.Alan McGovern
2011-08-23[MacDev] Print empty sync list message if the list is null or it is empty.Alan McGovern
2011-08-23Added bundle resource build action.Mike Krüger
2011-08-23Fixed 'Bug 17 - Issue saving a Project iPhone Bundle SigningMike Krüger
Settings'.
2011-08-23Use CliType, when the ObjCType is not available for outbound syncing.Mike Krüger
Y that's potentially not correct - but in the example project in 'Bug 337 - MonoDevelop 2.8a1 its not synching correctly with Xcode 4 xibs' it works. In any case this is better that generating empty out bound types - the user has the chance to fix it. In any case the right approach is to never generate invalid designer files so this work around is more an insanity check.
2011-08-23No longer generate potentially wrong files when type resolving fails.Mike Krüger
2011-08-22Fix DMG background image for LionAlex Corrado
2011-08-222.8 Alpha 2 (2.7.01)Alex Corrado
2011-08-22Added some error handling in case of unknown outlet types (Bug 337 -Mike Krüger
MonoDevelop 2.8a1 its not synching correctly with Xcode 4 xibs).
2011-08-22Added error for the unlikely case that the objctype can't be parsedMike Krüger
correctly. see 'Bug 337 - MonoDevelop 2.8a1 its not synching correctly with Xcode 4 xibs' That should never happen at this place.
2011-08-22project dom tostring returns now something useful.Mike Krüger
2011-08-22Fixed xcode progress syncing bug.Mike Krüger
2011-08-22fixed snk location.Mike Krüger
2011-08-22[MonoMac] Fix the default build action on Interface Builder filesAlan McGovern
Now these files will correctly open with Interface Builder when double clicked. This was a regression in MD 2.8.
2011-08-19[Feedback] Use Author Email as a fallback in case the main one is nullAlan McGovern
2011-08-18Updated splash windowLluis Sanchez Gual
2011-08-17Keep Mac DMG background image "TRUNK" in masterAlex Corrado
2011-08-172.8 Alpha 1 (2.7)monodevelop-2.7Alex Corrado
2011-08-17[MonoMac] Correctly propagate commandline args to the appAlan McGovern
2011-08-17Turned off signing of the right nrefactory.Mike Krüger
2011-08-17Changed line endings.Mike Krüger
2011-08-17Turned off assembly signing.Mike Krüger
2011-08-17Merge pull request #112 from Tak/feedback-distributorLluis Sanchez
Add distributor field to feedback.
2011-08-17Add distributor field to feedback.Tak
* MonoDevelop.Ide/FeedbackService.cs: Add distributor field. License: MIT/X11
2011-08-17Fixed possible bug whith overlapping replace changes.Mike Krüger
2011-08-17Fixed code formatting bug reported by jonathan pobst.Mike Krüger
2011-08-17Description keys in the .plist editor are now sorted.Mike Krüger
2011-08-16Moved the Checkout command to the Version Control menu.Lluis Sanchez Gual
2011-08-16The Invariant policy set should not inherit from user settingsLluis Sanchez Gual
We now use a special class for storing the invariant policies which does not inherit policies from the user defined settings.