index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-theme-adium.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce empathy_contact_equal, adapt themes
Patryk Zawadzki
2009-06-16
1
-2
/
+2
*
Fixed code style
Jonathan Tellier
2009-06-12
1
-2
/
+2
*
Update copyright to 2008-2009
Xavier Claessens
2009-06-12
1
-1
/
+1
*
Move g_object_unref to dispose instead of finalize
Xavier Claessens
2009-06-12
1
-2
/
+16
*
Correctly parse %time% if a format is provided
Xavier Claessens
2009-06-12
1
-5
/
+7
*
New webkit needs an URI as basedir for webkit_web_view_load_html_string.
Xavier Claessens
2009-06-12
1
-2
/
+8
*
Do not use empathy_contact_equal(), we can now compare pointers directly.
Xavier Claessens
2009-06-12
1
-2
/
+1
*
Support /me command and fix crash if smiley are not enabled
Xavier Claessens
2009-06-12
1
-19
/
+34
*
Port to new API
Xavier Claessens
2009-06-12
1
-1
/
+1
*
WebKit is expecting an absolute path to a file name as the last parameter of ...
Xavier Claessens
2009-06-12
1
-1
/
+1
*
- Implement remaining functions on EmpathyThemeAdium.
Xavier Claessens
2009-06-12
1
-127
/
+223
*
Don't escape message before detecting smileys otherwise some won't be detected.
Xavier Claessens
2009-06-12
1
-6
/
+5
*
Cleanup little things
Xavier Claessens
2009-06-12
1
-9
/
+13
*
Use a default Template.html if not provided by the theme.
Xavier Claessens
2009-06-12
1
-15
/
+43
*
Correctly escape message body so html tags are not interpreted by webkit.
Xavier Claessens
2009-06-12
1
-29
/
+32
*
Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in E...
Xavier Claessens
2009-06-12
1
-11
/
+71
*
Quick check if the theme path is OK.
Xavier Claessens
2009-06-12
1
-6
/
+23
*
Add UI in the preference dialog to select the path to adium theme
Xavier Claessens
2009-06-12
1
-0
/
+6
*
Add a tooltip on smileys with the text it hides
Xavier Claessens
2009-06-12
1
-2
/
+2
*
Open URI when they are clicked in webkit
Xavier Claessens
2009-06-12
1
-1
/
+23
*
Reorganise a bit the body parsing and add support for URL
Xavier Claessens
2009-06-12
1
-45
/
+89
*
Fix a typo in a comment
Xavier Claessens
2009-06-12
1
-1
/
+1
*
Add support for smileys with adium themes
Xavier Claessens
2009-06-12
1
-13
/
+63
*
rename ready to page_loaded, it explains better what it does.
Xavier Claessens
2009-06-12
1
-3
/
+3
*
Add path in EmpathySmiley
Xavier Claessens
2009-06-12
1
-28
/
+7
*
Update for more recent webkit
Xavier Claessens
2009-06-12
1
-4
/
+1
*
Fallback if ContentNext or Outgoing are missing.
Xavier Claessens
2009-06-12
1
-4
/
+7
*
Oops, remove stupid debug g_print
Xavier Claessens
2009-06-12
1
-3
/
+0
*
Don't load SVG icons because webkit can't load them
Xavier Claessens
2009-06-12
1
-1
/
+4
*
Add the filename in EmpathyAvatar and fallback to stock_person
Xavier Claessens
2009-06-12
1
-19
/
+69
*
Support for custom time format
Xavier Claessens
2009-06-12
1
-11
/
+35
*
Add initial adium theme support: Load the template and append messages.
Xavier Claessens
2009-06-12
1
-16
/
+272
*
EmpathyThemeAdium inherit from WebkitWebView and not GtkTextView.
Xavier Claessens
2009-06-12
1
-4
/
+4
*
Add skelet of Adium theme using webkit.
Xavier Claessens
2009-06-12
1
-0
/
+157