Skip to content
  • sullivan's avatar
    Fixed 2922756 (@ image in History window is a little too tall) · 59fecba7
    sullivan authored
    	Fixed 2923790 (bookmark folders need folder icons)
    
    	* Resources/bookmark_folder.tiff: New image (small folder, copied from elsewhere)
    	* Resources/url_icon.tiff: Shrunk this one a little bit.
    
    	* Bookmarks.subproj/IFBookmarkList.m:
    	(-[IFBookmarkList image]): Return the default image if no custom image is set.
    
    	* History.subproj/IFURIEntry.m:
    	(-[IFURIEntry image]): If the default image's file isn't found, don't try
    	to create an NSImage, because it will come out horribly broken and evil if
    	you do (I ran into this while adding the bookmark folder image; most of Alexander's
    	menus did not appear at all because the bookmark folder image was using a bogus
    	NSImage).
    
    	* WebKit.pbproj/project.pbxproj: Updated for new files.
    
    	Fixed 2922745 (Bookmark and History window should use same font size)
    	Fixed 2923792 (All buttons in Bookmarks window look the same)
    
    	* Resources/Images/new_bookmark.tiff: Added.
    	* Resources/Images/new_folder.tiff: Added.
    	* Resources/Images/pencil.tiff: Added.
    	New images for buttons in Bookmarks window. new_folder
    	was stolen from Finder; pencil was stolen from Mail;
    	new_bookmark is a Sullivan Original™.
    
    	* AppController.m:
    	(-[AppController _addBookmarksToMenu]):
    	(-[AppController _updateBookmarksInMenu]):
    	Remove count of bookmarks from debug timing message since
    	it wasn't counting deep.
    
    	* BookmarksController.m:
    	(-[BookmarksController toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
    	Use the right images for the right buttons.
    
    	* English.lproj/Bookmarks.nib: Change the font size to
    	match History window.
    
    	* WebBrowser.pbproj/project.pbxproj: Updated for new files.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1130 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    59fecba7