aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-adium.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-585882'Gustavo Noronha Silva2009-07-141-4/+90
|\
| * Fix Bug 585882: Can't easily copy URL's when using Adium themesGustavo Noronha Silva2009-07-011-4/+90
| | | | | | | | | | Track the last hovered link, and use it to copy/open addresses using the context menu.
* | empathy-theme-adium.c: remove trailing spacesGuillaume Desmottes2009-07-141-13/+13
| |
* | Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo2009-07-081-21/+110
| |
* | Use atomic operations to manage EmpathyAdiumData refcountXavier Claessens2009-07-081-3/+2
| |
* | List installed adium themesPierre-Luc Beaudoin2009-07-031-4/+18
| |
* | Merge branch 'fix-585601'Gustavo Noronha Silva2009-07-021-0/+7
|\ \
| * | Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear ↵Gustavo Noronha Silva2009-07-011-0/+7
| |/ | | | | | | | | | | | | | | | | menu item The theme was deciding that new messages should be 'joined' to an already existing message bubble, because not enough time had passed, even after clearing the chat area. We now clear last_contact to make sure this never happens.
* / Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-2/+2
|/
* empathy-theme-adium: remove trailing tabsGuillaume Desmottes2009-06-251-8/+8
|
* Add helper API to read info.plist file of an adium theme. Will be useful for ↵Xavier Claessens2009-06-221-12/+38
| | | | upcoming theme selector
* Move all data about an adium theme into EmpathyAdiumData struct and share it ↵Xavier Claessens2009-06-221-208/+284
| | | | with all EmpathyThemeAdium instances.
* Fix warning if theme don't have footer_htmlXavier Claessens2009-06-221-1/+3
|
* Use tp_g_value_slice_new and tp_asv API for plist parser.Xavier Claessens2009-06-221-13/+12
|
* Add a plist parser and set font family, size and default variant. Fixes bug ↵Patryk Zawadzki2009-06-221-2/+35
| | | | #586387.
* Partial fix for bug #586379Patryk Zawadzki2009-06-191-1/+9
| | | | | Added naive support for footer files in adium themes. No macros are actually parsed and replaces but these are mostly used in headers.
* Stop status_html from leakingPatryk Zawadzki2009-06-191-0/+1
|
* Fix bug #585475Patryk Zawadzki2009-06-191-2/+42
| | | | | Implemented %service%, %shortTime%, %senderDisplayName%, %senderScreenName% and %messageClasses%
* Support fallback avatars provided by adium themesPatryk Zawadzki2009-06-191-5/+30
|
* Limit joining consecutive messages to 5 minutesPatryk Zawadzki2009-06-191-1/+11
| | | | Fixes bug #586352
* Introduce empathy_contact_equal, adapt themesPatryk Zawadzki2009-06-161-2/+2
| | | | | Fixed adium and boxes theme engines to check if contacts refer to the same id instead of comparing pointers. This fixes bug #585885.
* Fixed code styleJonathan Tellier2009-06-121-2/+2
|
* Update copyright to 2008-2009Xavier Claessens2009-06-121-1/+1
|
* Move g_object_unref to dispose instead of finalizeXavier Claessens2009-06-121-2/+16
|
* Correctly parse %time% if a format is providedXavier Claessens2009-06-121-5/+7
|
* New webkit needs an URI as basedir for webkit_web_view_load_html_string.Xavier Claessens2009-06-121-2/+8
|
* Do not use empathy_contact_equal(), we can now compare pointers directly.Xavier Claessens2009-06-121-2/+1
|
* Support /me command and fix crash if smiley are not enabledXavier Claessens2009-06-121-19/+34
|
* Port to new APIXavier Claessens2009-06-121-1/+1
|
* WebKit is expecting an absolute path to a file name as the last parameter of ↵Xavier Claessens2009-06-121-1/+1
| | | | | | webkit_web_view_load_html_string. But adding a extra / at the end of the path works also fine (patch to be attached).
* - Implement remaining functions on EmpathyThemeAdium.Xavier Claessens2009-06-121-127/+223
| | | | | - Fix refcounting of EmpathySmileyManager, avoid double free in its finalize. - Create our own context menu on EmpathyThemeAdium.
* Don't escape message before detecting smileys otherwise some won't be detected.Xavier Claessens2009-06-121-6/+5
|
* Cleanup little thingsXavier Claessens2009-06-121-9/+13
|
* Use a default Template.html if not provided by the theme.Xavier Claessens2009-06-121-15/+43
|
* Correctly escape message body so html tags are not interpreted by webkit.Xavier Claessens2009-06-121-29/+32
|
* Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in ↵Xavier Claessens2009-06-121-11/+71
| | | | EmpathyThemeManager.
* Quick check if the theme path is OK.Xavier Claessens2009-06-121-6/+23
|
* Add UI in the preference dialog to select the path to adium themeXavier Claessens2009-06-121-0/+6
|
* Add a tooltip on smileys with the text it hidesXavier Claessens2009-06-121-2/+2
|
* Open URI when they are clicked in webkitXavier Claessens2009-06-121-1/+23
|
* Reorganise a bit the body parsing and add support for URLXavier Claessens2009-06-121-45/+89
|
* Fix a typo in a commentXavier Claessens2009-06-121-1/+1
|
* Add support for smileys with adium themesXavier Claessens2009-06-121-13/+63
|
* rename ready to page_loaded, it explains better what it does.Xavier Claessens2009-06-121-3/+3
|
* Add path in EmpathySmileyXavier Claessens2009-06-121-28/+7
|
* Update for more recent webkitXavier Claessens2009-06-121-4/+1
|
* Fallback if ContentNext or Outgoing are missing.Xavier Claessens2009-06-121-4/+7
|
* Oops, remove stupid debug g_printXavier Claessens2009-06-121-3/+0
|
* Don't load SVG icons because webkit can't load themXavier Claessens2009-06-121-1/+4
|
* Add the filename in EmpathyAvatar and fallback to stock_personXavier Claessens2009-06-121-19/+69
|
* Support for custom time formatXavier Claessens2009-06-121-11/+35
|
* Add initial adium theme support: Load the template and append messages.Xavier Claessens2009-06-121-16/+272
|
* EmpathyThemeAdium inherit from WebkitWebView and not GtkTextView.Xavier Claessens2009-06-121-4/+4
|
* Add skelet of Adium theme using webkit.Xavier Claessens2009-06-121-0/+157