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 669473 - Use CSS for style properties
Use CSS for style properties
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
2.33.x
Other Linux
: Normal enhancement
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-06 12:40 UTC by Guillaume Desmottes
Modified: 2012-05-24 10:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add empathy.css and helper code to use it (2.47 KB, patch)
2012-05-24 10:23 UTC, Guillaume Desmottes
committed Details | Review
Load the CSS in all empathy-* binaries (3.08 KB, patch)
2012-05-24 10:23 UTC, Guillaume Desmottes
committed Details | Review
gedit-close-button: move CSS bits to empathy.css (2.31 KB, patch)
2012-05-24 10:23 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2012-02-06 12:40:33 UTC
Gtk+ is moving to CSS for style properties. We should start naming widgets (gtk_widget_set_name()) and use a CSS file to define style properties. Epiphany is doing that now.
Comment 1 Guillaume Desmottes 2012-05-24 10:23:51 UTC
Created attachment 214850 [details] [review]
Add empathy.css and helper code to use it
Comment 2 Guillaume Desmottes 2012-05-24 10:23:55 UTC
Created attachment 214851 [details] [review]
Load the CSS in all empathy-* binaries
Comment 3 Guillaume Desmottes 2012-05-24 10:23:57 UTC
Created attachment 214852 [details] [review]
gedit-close-button: move CSS bits to empathy.css
Comment 4 Guillaume Desmottes 2012-05-24 10:24:35 UTC
I'm not going to look at all the existing code and port it to CSS, but at least we have it ready for newly written code.
Comment 5 Guillaume Desmottes 2012-05-24 10:57:47 UTC
Attachment 214850 [details] pushed as d62ff95 - Add empathy.css and helper code to use it
Attachment 214851 [details] pushed as bf82116 - Load the CSS in all empathy-* binaries
Attachment 214852 [details] pushed as b428a30 - gedit-close-button: move CSS bits to empathy.css