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 304714 - Password Cache page HIG fixes
Password Cache page HIG fixes
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
unspecified
Other All
: Normal minor
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2005-05-19 01:17 UTC by Jim Pharis
Modified: 2005-07-18 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patches glade file (25.62 KB, patch)
2005-05-19 01:18 UTC, Jim Pharis
reviewed Details | Review
Patch to add blue links and cursor change (5.02 KB, patch)
2005-07-13 17:47 UTC, Jim Pharis
none Details | Review
Correct version of patch to fix blue links and cursor change (5.58 KB, patch)
2005-07-13 17:48 UTC, Jim Pharis
reviewed Details | Review
fix to glade file to clean up seahose-daemon page (26.68 KB, patch)
2005-07-13 17:49 UTC, Jim Pharis
reviewed Details | Review
glade and prefs-cache patch in 1 (31.58 KB, patch)
2005-07-15 23:04 UTC, Jim Pharis
committed Details | Review

Description Jim Pharis 2005-05-19 01:17:35 UTC
Removed deprecated frames from the 'Cache encryption passphrase in memory'
checkbox. Made 'Start seahorse-agent' and 'Session Properties' links blue and
fixed spacing.

Other information:
Comment 1 Jim Pharis 2005-05-19 01:18:21 UTC
Created attachment 46627 [details] [review]
patches glade file
Comment 2 Stef Walter 2005-05-19 02:01:00 UTC
Cool.

As far as the blue links... Could we do something like vino-preferences does
with it's link? ie: underlined and a different mouse cursor? 

Comment 3 Stef Walter 2005-05-19 02:24:38 UTC
Just another note, mostly for myself. After applying this fix, we may need to
put a note in about how if you unselect cache_authorize then it'll clear the
cache right then and there.

See:
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=seahorse&who=nnielsen&date=explicit&mindate=2005-05-18%2022:21&maxdate=2005-05-18%2022:23
Comment 4 Jim Pharis 2005-07-13 17:43:58 UTC
Blue links done by Flavio daCosta. To do it seahorse-prefs-cache.c had to be
patched too. I have attached patches. The other attached glade patch is nullified.
Comment 5 Jim Pharis 2005-07-13 17:47:04 UTC
Created attachment 49110 [details] [review]
Patch to add blue links and cursor change
Comment 6 Jim Pharis 2005-07-13 17:48:13 UTC
Created attachment 49112 [details] [review]
Correct version of patch to fix blue links and cursor change
Comment 7 Jim Pharis 2005-07-13 17:49:20 UTC
Created attachment 49113 [details] [review]
fix to glade file to clean up seahose-daemon page
Comment 8 Adam Schreiber 2005-07-14 23:13:16 UTC
I like the changes the glade patch makes.  I'm not sure why
decend_widgets_and_find_label() is needed.  In Glade, I was able to individually
select the button labels and assign them names.  If that will work with
glade_xml_get_widget(), I would prefer that to the current solution. If that
won't work, I'd like there to be only one return statement in that function. 
Assign the label to a pointer and return that at the bottom.
Comment 9 Jim Pharis 2005-07-15 23:04:51 UTC
Created attachment 49276 [details] [review]
glade and prefs-cache patch in 1

One patch to rule them all. There was a problem with duplicate labels in the
glade file that caused the odd hack around. It should be good now.
Comment 10 Adam Schreiber 2005-07-16 15:23:50 UTC
Patch didn't apply cleanly to 0.8.0 branch so only committed to HEAD.
Comment 11 Stef Walter 2005-07-18 13:38:32 UTC
Yes, that's probably best. The stable branch should only be for bug fixes at
this point.