GNOME Bugzilla – Bug 398124
sidebar improvments
Last modified: 2008-02-28 18:35:28 UTC
Hi, Make the sidebar more like this way: http://www.f-spot.org/New_Features_-_Sidebar
Created attachment 80637 [details] [review] sidebar patch this is a first idea for use the sidebar. I splitted It, because of the 1MB limit. (I changed something in Glade, so the diff is very big)
Created attachment 80638 [details] glade file here ist the glade file
Created attachment 80639 [details] icon here are an icon for a new stock. (put it into icons/)
Created attachment 80640 [details] icon here is the other icon.
Created attachment 80643 [details] archive another try, beause its ugly to download the files.
regarding the huge diff and separate glade file... I recently experienced this problem. If you use the wrong version of Glade, it will rewrite the entire file and make your patch huge. Stephane Delcroix answered my question about this in the following way: ----- get the f-spot.glde file open it in glade-2, do nothing, save. svn diff f-spot.glade > glade.diff open f-spot.glade in glade-2, do your modifications, save the file patch -p0 -R < glade.diff ----- Then create your diff the usual way. It will only modify the part of the glade file that you edited.