summaryrefslogtreecommitdiffstats
path: root/src/uimacnew/English.lproj/MainMenu.nib/keyedobjects.nib
Commit message (Collapse)AuthorAgeFilesLines
* Tidy away obsolete uimacnew GUI codeBenjamin Pierce2016-03-171-0/+0
|
* * Update copyright string in OSX GUIBenjamin C. Pierce2010-02-231-0/+0
| | | | | * Make MyController a delegate of Application in OSX GUI, as suggested by Jerome.
* Made "MyController" object a delegate of "Application"Alan Schmitt2010-01-201-0/+0
|
* * Small doc tweak in tutorialBenjamin C. Pierce2009-11-291-0/+0
| | | | | | | | | | | * Add preference to ignore existing archives (to avoid forcing users to delete them manually, in situations where one archive has gotten deleted or corrupted). * Small patch to property setting code suggested by Ulrich Gernkow. * Apply patch to fix some crashes in the OSX GUI, thanks to Onne Gorter.
* Resizing the update window vertically no longer moves the status label. Fix ↵Alan Schmitt2008-08-261-0/+0
| | | | contributed by Pedro Melo.
* More Mac UI improvementsCraig Federighi2007-05-311-0/+0
| | | | | | | | * Revert the combo ProgressIndicator / status message (couldn't get the flicker to go away...) * Improved file change icons - Lighter color / slight gradient wash - Icons for Absent (opposite side of an add) and Unmodified (opposite side of a one sided change) -- these give the line balance * Display panel for errors occuring during Connecting... phase
* * More Mac GUI goodness from Craig.Benjamin C. Pierce2007-05-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements: - Default table layout is now outline view (middle choice in outline control) - Outline layout initial does "smart expand" to open one screen full - Action icons - Lighter parent icons - Icons for Left / Right work (Added, Modified, Deleted) Bug Fixes: - Fix problem with file Details not showing - Sort by Action not working - Missing status for some items (on right) - Reset view contents (clear recon items) when re-syncing - Action icons -- Fix upside-down question mark - Fix centering of "Connecting..." message when panel is resized - Force to progress to 100% when done Known Issues: 1) The most controversial "enhancement" here is the replacement of the text for Left / Right (e.g. "Modified", "Deleted") with more compact / colorful icons. These icons are perhaps was too "loud", but Craig thinks that if he can tone them down a bit that this will be an improvement. [Actually, I like them pretty well as-is.] Any icon artists out there? 2) The rendering of the status message in the main ProgressIndicator is currently leading to flicker.
* * More improvements to the OSX GUI from Craig Federighi, including a very Benjamin C. Pierce2007-05-171-0/+0
| | | | | | | | | nice new "nested directory" display style and per-file progress bars. Any unison hackers using Macs are invited to check out the new UI and post any bugs or suggestions for improvement to the unison-hackers list. (There is one known issue that sometimes causes the list of changes to be redisplayed incorrectly after an Ignore command.)
* * Rename OSX GUI from "mac" to "macnew" (in preparation for restoring oldBenjamin C. Pierce2007-04-131-0/+0
GUI and calling it "mac")