index
:
~jonny/empathy
butterfly
client-types
ft
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-32
gnome-2-34
gtk-spinner
icons
liszt
master
next
old-client-types
olde-zazl
password-dialog
pidgin-store
sqlite-store
swap-camera
le empathy
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-theme-adium.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-05
Remove usage of McProfiles
Sjoerd Simons
1
-4
/
+1
2009-07-01
Port libempathy-gtk to EmpathyAccount
Sjoerd Simons
1
-2
/
+2
2009-06-24
empathy-theme-adium: remove trailing tabs
Guillaume Desmottes
1
-8
/
+8
2009-06-22
Add helper API to read info.plist file of an adium theme. Will be useful for ...
Xavier Claessens
1
-12
/
+38
2009-06-22
Move all data about an adium theme into EmpathyAdiumData struct and share it ...
Xavier Claessens
1
-208
/
+284
2009-06-22
Fix warning if theme don't have footer_html
Xavier Claessens
1
-1
/
+3
2009-06-22
Use tp_g_value_slice_new and tp_asv API for plist parser.
Xavier Claessens
1
-13
/
+12
2009-06-22
Add a plist parser and set font family, size and default variant. Fixes bug #...
Patryk Zawadzki
1
-2
/
+35
2009-06-19
Partial fix for bug #586379
Patryk Zawadzki
1
-1
/
+9
2009-06-19
Stop status_html from leaking
Patryk Zawadzki
1
-0
/
+1
2009-06-19
Fix bug #585475
Patryk Zawadzki
1
-2
/
+42
2009-06-19
Support fallback avatars provided by adium themes
Patryk Zawadzki
1
-5
/
+30
2009-06-19
Limit joining consecutive messages to 5 minutes
Patryk Zawadzki
1
-1
/
+11
2009-06-16
Introduce empathy_contact_equal, adapt themes
Patryk Zawadzki
1
-2
/
+2
2009-06-12
Fixed code style
Jonathan Tellier
1
-2
/
+2
2009-06-11
Update copyright to 2008-2009
Xavier Claessens
1
-1
/
+1
2009-06-11
Move g_object_unref to dispose instead of finalize
Xavier Claessens
1
-2
/
+16
2009-06-11
Correctly parse %time% if a format is provided
Xavier Claessens
1
-5
/
+7
2009-06-11
New webkit needs an URI as basedir for webkit_web_view_load_html_string.
Xavier Claessens
1
-2
/
+8
2009-06-11
Do not use empathy_contact_equal(), we can now compare pointers directly.
Xavier Claessens
1
-2
/
+1
2009-06-11
Support /me command and fix crash if smiley are not enabled
Xavier Claessens
1
-19
/
+34
2009-06-11
Port to new API
Xavier Claessens
1
-1
/
+1
2009-06-11
WebKit is expecting an absolute path to a file name as the last parameter of ...
Xavier Claessens
1
-1
/
+1
2009-06-11
- Implement remaining functions on EmpathyThemeAdium.
Xavier Claessens
1
-127
/
+223
2009-06-11
Don't escape message before detecting smileys otherwise some won't be detected.
Xavier Claessens
1
-6
/
+5
2009-06-11
Cleanup little things
Xavier Claessens
1
-9
/
+13
2009-06-11
Use a default Template.html if not provided by the theme.
Xavier Claessens
1
-15
/
+43
2009-06-11
Correctly escape message body so html tags are not interpreted by webkit.
Xavier Claessens
1
-29
/
+32
2009-06-11
Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in E...
Xavier Claessens
1
-11
/
+71
2009-06-11
Quick check if the theme path is OK.
Xavier Claessens
1
-6
/
+23
2009-06-11
Add UI in the preference dialog to select the path to adium theme
Xavier Claessens
1
-0
/
+6
2009-06-11
Add a tooltip on smileys with the text it hides
Xavier Claessens
1
-2
/
+2
2009-06-11
Open URI when they are clicked in webkit
Xavier Claessens
1
-1
/
+23
2009-06-11
Reorganise a bit the body parsing and add support for URL
Xavier Claessens
1
-45
/
+89
2009-06-11
Fix a typo in a comment
Xavier Claessens
1
-1
/
+1
2009-06-11
Add support for smileys with adium themes
Xavier Claessens
1
-13
/
+63
2009-06-11
rename ready to page_loaded, it explains better what it does.
Xavier Claessens
1
-3
/
+3
2009-06-11
Add path in EmpathySmiley
Xavier Claessens
1
-28
/
+7
2009-06-11
Update for more recent webkit
Xavier Claessens
1
-4
/
+1
2009-06-11
Fallback if ContentNext or Outgoing are missing.
Xavier Claessens
1
-4
/
+7
2009-06-11
Oops, remove stupid debug g_print
Xavier Claessens
1
-3
/
+0
2009-06-11
Don't load SVG icons because webkit can't load them
Xavier Claessens
1
-1
/
+4
2009-06-11
Add the filename in EmpathyAvatar and fallback to stock_person
Xavier Claessens
1
-19
/
+69
2009-06-11
Support for custom time format
Xavier Claessens
1
-11
/
+35
2009-06-11
Add initial adium theme support: Load the template and append messages.
Xavier Claessens
1
-16
/
+272
2009-06-11
EmpathyThemeAdium inherit from WebkitWebView and not GtkTextView.
Xavier Claessens
1
-4
/
+4
2009-06-11
Add skelet of Adium theme using webkit.
Xavier Claessens
1
-0
/
+157