After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 398124 - sidebar improvments
sidebar improvments
Status: RESOLVED OBSOLETE
Product: f-spot
Classification: Other
Component: General
CVS
Other All
: Normal enhancement
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-18 19:59 UTC by Mike Gemünde
Modified: 2008-02-28 18:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sidebar patch (8.55 KB, patch)
2007-01-18 20:04 UTC, Mike Gemünde
none Details | Review
glade file (600.71 KB, application/x-glade)
2007-01-18 20:04 UTC, Mike Gemünde
  Details
icon (3.17 KB, image/png)
2007-01-18 20:05 UTC, Mike Gemünde
  Details
icon (5.33 KB, image/png)
2007-01-18 20:06 UTC, Mike Gemünde
  Details
archive (25.84 KB, application/x-compressed-tar)
2007-01-18 20:16 UTC, Mike Gemünde
  Details

Description Mike Gemünde 2007-01-18 19:59:41 UTC
Hi,

Make the sidebar more like this way:
http://www.f-spot.org/New_Features_-_Sidebar
Comment 1 Mike Gemünde 2007-01-18 20:04:08 UTC
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)
Comment 2 Mike Gemünde 2007-01-18 20:04:44 UTC
Created attachment 80638 [details]
glade file

here ist the glade file
Comment 3 Mike Gemünde 2007-01-18 20:05:57 UTC
Created attachment 80639 [details]
icon

here are an icon for a new stock. (put it into icons/)
Comment 4 Mike Gemünde 2007-01-18 20:06:27 UTC
Created attachment 80640 [details]
icon

here is the other icon.
Comment 5 Mike Gemünde 2007-01-18 20:16:44 UTC
Created attachment 80643 [details]
archive

another try, beause its ugly to download the files.
Comment 6 Michael Wayne Goodman 2007-03-02 06:54:27 UTC
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.