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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Support changing the filter func on the fly
Cosimo Cecchi
2009-08-22
1
-16
/
+20
|
*
React to entry changes immediately
Cosimo Cecchi
2009-08-22
1
-9
/
+31
|
*
Implement a generic simple widget
Cosimo Cecchi
2009-08-22
2
-3
/
+18
|
*
Implement a simple SIP widget
Cosimo Cecchi
2009-08-22
1
-30
/
+51
|
*
Add simple implementations for many widgets
Cosimo Cecchi
2009-08-22
8
-65
/
+615
|
*
Add a way to hook up to the apply sensitivity
Cosimo Cecchi
2009-08-22
2
-4
/
+26
|
*
Add an API to filter protocols
Cosimo Cecchi
2009-08-22
2
-14
/
+78
|
*
Add the concept of simple account widget
Cosimo Cecchi
2009-08-22
2
-31
/
+85
|
*
Fix long lines
Cosimo Cecchi
2009-08-22
1
-13
/
+22
|
*
Remove dead code
Cosimo Cecchi
2009-08-22
1
-4
/
+0
|
*
Move back the account assistant to src/
Cosimo Cecchi
2009-08-22
3
-178
/
+0
|
*
Implement first page in the assistant
Cosimo Cecchi
2009-08-22
3
-0
/
+178
|
*
Fix trailing spaces
Sjoerd Simons
2009-08-22
1
-1
/
+0
|
*
Merge back from master
Sjoerd Simons
2009-08-22
14
-72
/
+156
|
|
\
|
*
|
Fix indentation
Sjoerd Simons
2009-08-18
1
-17
/
+22
|
*
|
Rename empathy_settings_get_dbus_signature to empathy_account_settings_get_db...
Sjoerd Simons
2009-08-18
1
-1
/
+2
|
*
|
Set gui to NULL after unreffing it
Sjoerd Simons
2009-08-18
1
-0
/
+1
|
*
|
Remove double check for connection == NULL
Sjoerd Simons
2009-08-17
1
-4
/
+0
|
*
|
If there is a failure in recognizing the protocol name, fallback to the gener...
Sjoerd Simons
2009-08-17
1
-8
/
+1
|
*
|
Merge branch 'master' into mc5
Cosimo Cecchi
2009-08-01
6
-43
/
+58
|
|
\
\
|
*
\
\
Merge branch 'sjoerd-mc5' into mc5
Cosimo Cecchi
2009-08-01
33
-235
/
+1275
|
|
\
\
\
|
|
*
|
|
Chang the API of AccountManager to have the get lookup the account by name
Sjoerd Simons
2009-07-30
2
-3
/
+5
|
|
*
|
|
remove usage of empathy_account_equal
Sjoerd Simons
2009-07-30
3
-7
/
+5
|
|
*
|
|
Fix some coding style issues
Sjoerd Simons
2009-07-29
1
-3
/
+3
|
|
*
|
|
Fix some leaks
Sjoerd Simons
2009-07-29
1
-1
/
+7
|
|
*
|
|
Add a utility function to may protocols to their icons
Sjoerd Simons
2009-07-29
1
-2
/
+1
|
|
*
|
|
Add missing includes in empathy-share-my-desktop.c
Xavier Claessens
2009-07-28
1
-0
/
+2
|
|
*
|
|
Merge commit 'upstream/master' into mc5
Sjoerd Simons
2009-07-28
31
-223
/
+1260
|
|
|
\
\
\
|
*
|
|
|
|
Use proper display names in the chooser
Cosimo Cecchi
2009-07-31
1
-6
/
+40
|
*
|
|
|
|
Don't try to lookup NULL connections
Cosimo Cecchi
2009-07-31
1
-0
/
+4
|
*
|
|
|
|
Fix trailing whitespace
Cosimo Cecchi
2009-07-30
1
-9
/
+9
|
*
|
|
|
|
Don't try to unref the GtkBuilder object in _dispose
Cosimo Cecchi
2009-07-30
1
-6
/
+0
|
*
|
|
|
|
Hook up to the destroy signal in EmpathyAccountWidget
Cosimo Cecchi
2009-07-30
1
-0
/
+11
|
*
|
|
|
|
Set the sensitivity to the forget button
Cosimo Cecchi
2009-07-30
1
-2
/
+3
|
*
|
|
|
|
Implement dispose and finalize
Cosimo Cecchi
2009-07-30
1
-31
/
+75
|
*
|
|
|
|
Set apply button sensitivity on creation
Cosimo Cecchi
2009-07-30
1
-0
/
+1
|
*
|
|
|
|
Add a cosmetic comment to separate public and non-public methods.
Cosimo Cecchi
2009-07-30
1
-0
/
+2
|
*
|
|
|
|
Use telepathy style
Cosimo Cecchi
2009-07-30
1
-632
/
+657
|
*
|
|
|
|
Update copyright and author
Cosimo Cecchi
2009-07-30
1
-1
/
+2
|
*
|
|
|
|
First cut at GObject-ifying EmpathyAccountWidget
Cosimo Cecchi
2009-07-30
9
-376
/
+499
|
*
|
|
|
|
Fix a typo.
Cosimo Cecchi
2009-07-30
1
-3
/
+3
|
*
|
|
|
|
Synchronize EmpathyProtocolChooser and EmpathyAccountsDialog
Cosimo Cecchi
2009-07-30
2
-44
/
+39
|
|
/
/
/
/
|
*
|
|
|
Get the connection status, not the presence status string
Sjoerd Simons
2009-07-22
1
-1
/
+1
|
*
|
|
|
Add the Apply widget to the IRC account settings dialog
Sjoerd Simons
2009-07-22
2
-171
/
+181
|
*
|
|
|
Add apply button for salut accounts
Sjoerd Simons
2009-07-22
1
-0
/
+1
|
*
|
|
|
Port to using EmpathyAccountSettings
Sjoerd Simons
2009-07-22
6
-157
/
+223
|
*
|
|
|
Put (Haze) behind all protocols coming from haze
Sjoerd Simons
2009-07-22
1
-2
/
+2
|
*
|
|
|
Initial port of Account and AccountManager to MC5
Sjoerd Simons
2009-07-08
2
-15
/
+7
|
*
|
|
|
Remove useless mission-control includes
Sjoerd Simons
2009-07-06
9
-17
/
+0
|
*
|
|
|
Transform profile chooser into a protocol chooser
Sjoerd Simons
2009-07-06
5
-395
/
+411
|
*
|
|
|
Remove usage of McProfiles
Sjoerd Simons
2009-07-05
2
-69
/
+76
|
*
|
|
|
Get the icon name from the account object directly
Sjoerd Simons
2009-07-05
4
-13
/
+2
|
*
|
|
|
Add missing newline
Sjoerd Simons
2009-07-05
1
-1
/
+1
*
|
|
|
|
Properly register video source gstreamer element too
Olivier Crête
2009-08-22
1
-1
/
+9
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
empathy-contact-list-view.h: include empathy-enum-types.h
Guillaume Desmottes
2009-08-20
1
-0
/
+1
*
|
|
|
Merge branch 'connman'
Jonny Lamb
2009-08-20
2
-1
/
+27
|
\
\
\
\
|
*
|
|
|
all: save the signal id and use that to disconnect from the signal
Jonny Lamb
2009-08-20
1
-4
/
+7
|
*
|
|
|
empathy-connectivity: only send the new state in the state-change signal
Jonny Lamb
2009-08-19
1
-2
/
+1
|
*
|
|
|
empathy-presence-chooser: make chooser insensitive when there's no connection
Jonny Lamb
2009-08-19
1
-0
/
+24
|
*
|
|
|
empathy-conf: rename use_nm to use_conn
Jonny Lamb
2009-08-18
1
-1
/
+1
*
|
|
|
|
empathy-chat: reformat 2 strings to allow translaters to reverse the order of...
Guillaume Desmottes
2009-08-20
1
-2
/
+8
*
|
|
|
|
stock button labels should not be translatable
Christian Kirbach
2009-08-20
1
-2
/
+2
*
|
|
|
|
Use empathy_make_absolute_url to fix URLs that have no scheme
Pierre-Luc Beaudoin
2009-08-19
1
-1
/
+6
*
|
|
|
|
Make empathy_make_absolute_url visible
Pierre-Luc Beaudoin
2009-08-19
2
-9
/
+14
*
|
|
|
|
Don't check for smileys in urls
Pierre-Luc Beaudoin
2009-08-19
1
-27
/
+26
|
/
/
/
/
*
|
|
|
Always show icons in presence chooser (GNOME bug 591247)
Frédéric Péters
2009-08-11
1
-0
/
+1
*
|
|
|
fix bug #590756 - Renamed x_vnc service to rfb
Arnaud Maillet
2009-08-10
1
-1
/
+1
*
|
|
|
empathy_send_file_with_file_chooser: allow to send files from network locatio...
Guillaume Desmottes
2009-08-07
1
-0
/
+2
*
|
|
|
Let messages with two slashes without spaces in between pass
Frédéric Péters
2009-08-07
1
-3
/
+12
*
|
|
|
Merge commit 'jtellier/empathy-contact-widget-style'
Guillaume Desmottes
2009-08-07
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fixed style
Jonathan Tellier
2009-08-06
1
-2
/
+2
*
|
|
|
|
Move contact when drag'n'dropped (Fix #585443)
Louis-Francis Ratté-Boulianne
2009-08-07
1
-0
/
+8
*
|
|
|
|
Correctly register the src/sink elements
Olivier Crête
2009-08-07
2
-2
/
+20
|
/
/
/
/
*
|
|
|
Remove redundant == TRUE/FALSE
Pierre-Luc Beaudoin
2009-08-06
1
-9
/
+9
*
|
|
|
Fix reduced accuracy concerns
Pierre-Luc Beaudoin
2009-08-06
1
-18
/
+18
*
|
|
|
Set selectable status information
alinrus
2009-08-06
1
-0
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Wrap text in contact label status (#589846)
Nicolò Chieffo
2009-07-29
1
-0
/
+4
*
|
|
- Define EMPATHY_PREFS_CHAT_WEBKIT_DEVELOPER_TOOLS instead of hardcoding the...
Xavier Claessens
2009-07-29
2
-36
/
+49
*
|
|
Wrap too long line.
Xavier Claessens
2009-07-29
1
-1
/
+2
*
|
|
Init flags to 0 to make sure it is never undefined
Xavier Claessens
2009-07-29
1
-4
/
+1
*
|
|
Accept gibing NULL widget to empathy_url_show()
Xavier Claessens
2009-07-29
1
-2
/
+2
|
|
/
|
/
|
*
|
Set status text first in presence chooser widget model.
Frédéric Péters
2009-07-28
1
-6
/
+6
*
|
correctly display contact names in a11y tools (GNOME bug 545282)
Frédéric Péters
2009-07-28
1
-0
/
+4
*
|
Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)
Frédéric Péters
2009-07-21
2
-2
/
+2
*
|
Instantiate ShareMyDesktop feature in the contact menu of Empathy
Arnaud Maillet
2009-07-20
2
-0
/
+32
*
|
Add the new files in Makefile.am
Arnaud Maillet
2009-07-20
1
-0
/
+2
*
|
Add ShareMyDesktop files
Arnaud Maillet
2009-07-20
2
-0
/
+273
*
|
Respect the button-images setting
Matthias Clasen
2009-07-18
1
-70
/
+14
*
|
Only consider what's clicked a link when priv->hovered_uri is non-NULL (Fixes...
Gustavo Noronha Silva
2009-07-18
1
-7
/
+9
*
|
Validate parameters to fixup_url() and empathy_url_show()
Nicolò Chieffo
2009-07-18
1
-1
/
+6
*
|
Escape window names before saving them in geometry.ini
Nicolò Chieffo
2009-07-17
1
-4
/
+14
*
|
Merge commit 'bigon/mc_free'
Guillaume Desmottes
2009-07-16
1
-1
/
+1
|
\
\
|
*
|
Free params glist with mc_protocol_free_params_list instead of g_slist_free
Laurent Bigonville
2009-07-16
1
-1
/
+1
*
|
|
Make WebKit web inspector available, when using Adium themes.
Gustavo Noronha Silva
2009-07-16
1
-4
/
+121
|
/
/
*
|
Merge commit 'jtellier/video-call-button-sensitivity'
Davyd Madeley
2009-07-15
1
-2
/
+2
|
\
\
|
*
|
Added functions to determine if a contact has video capabilities
Jonathan Tellier
2009-07-03
1
-2
/
+2
*
|
|
Small style fixes
Davyd Madeley
2009-07-15
1
-3
/
+0
*
|
|
Check CAN_ADD before returning an Add Contact... menu item
Davyd Madeley
2009-07-15
1
-0
/
+16
*
|
|
Handle the case where priv->list is not an EmpathyContactManager
Davyd Madeley
2009-07-15
1
-1
/
+5
*
|
|
Small coding style fix
Davyd Madeley
2009-07-15
1
-1
/
+3
*
|
|
have EmpathyContactWidget set the account on the account chooser
Davyd Madeley
2009-07-15
2
-1
/
+7
*
|
|
Don't override empathy_account_chooser_set_account when setting filtering
Davyd Madeley
2009-07-15
1
-1
/
+9
*
|
|
Set parent for new contact dialog
Davyd Madeley
2009-07-15
1
-2
/
+9
*
|
|
Hook up the callback to throw up the standard Add Contact dialog
Davyd Madeley
2009-07-15
3
-5
/
+28
*
|
|
Determine if the contact is not in the Contact List and add a menu item as ap...
Davyd Madeley
2009-07-15
2
-0
/
+44
*
|
|
Only enable the 'Edit' menu option when the CAN_ALIAS or CAN_GROUP are set
Davyd Madeley
2009-07-15
2
-1
/
+20
*
|
|
call GetAliasFlags() to determine if an alias can be set on a ContactList
Davyd Madeley
2009-07-15
1
-0
/
+1
*
|
|
Look up flags to determine whether or not to display the 'Remove' item
Davyd Madeley
2009-07-15
2
-15
/
+40
*
|
|
Add a FLAGS column to EmpathyContactListStore
Davyd Madeley
2009-07-15
2
-13
/
+28
*
|
|
Convert empathy_contact_manager_can_add() to empathy_contact_manager_get_flag...
Davyd Madeley
2009-07-15
1
-1
/
+1
*
|
|
Merge branch 'fix-585882'
Gustavo Noronha Silva
2009-07-14
1
-4
/
+90
|
\
\
\
|
*
|
|
Fix Bug 585882: Can't easily copy URL's when using Adium themes
Gustavo Noronha Silva
2009-07-01
1
-4
/
+90
*
|
|
|
empathy-theme-adium.c: remove trailing spaces
Guillaume Desmottes
2009-07-14
1
-13
/
+13
*
|
|
|
Merge branch 'label-align'
Davyd Madeley
2009-07-10
5
-12
/
+152
|
\
\
\
\
|
*
|
|
|
Make EmpathyContactWidget use EmpathyKludgeLabel
Davyd Madeley
2009-07-07
3
-12
/
+10
|
*
|
|
|
EmpathyKludgeLabel is a child of GtkLabel
Davyd Madeley
2009-07-07
2
-0
/
+142
*
|
|
|
|
Use accessor functions instead direct access (Fixes #586476)
Jonny Lamb
2009-07-10
10
-43
/
+70
*
|
|
|
|
Support for history message in Adium themes. Use context HTMLs.
Nicolò Chieffo
2009-07-08
1
-21
/
+110
*
|
|
|
|
Use atomic operations to manage EmpathyAdiumData refcount
Xavier Claessens
2009-07-08
1
-3
/
+2
*
|
|
|
|
can_add_contact_to_account: early return if connection is NULL (#587817)
Guillaume Desmottes
2009-07-07
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Don't check for Adium themes if Webkit isn't available
Davyd Madeley
2009-07-06
1
-0
/
+6
*
|
|
|
List installed adium themes
Pierre-Luc Beaudoin
2009-07-03
3
-7
/
+77
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'fix-585601'
Gustavo Noronha Silva
2009-07-02
2
-0
/
+11
|
\
\
\
|
*
|
|
Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear menu...
Gustavo Noronha Silva
2009-07-01
2
-0
/
+11
*
|
|
|
Merge branch 'part-reasons'
Will Thompson
2009-07-02
1
-11
/
+62
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Move string manipulation into build_part_message
Will Thompson
2009-06-19
1
-17
/
+15
|
*
|
|
Reduce format string duplication for part notifications.
Will Thompson
2009-06-19
1
-50
/
+33
|
*
|
|
Include actor in part message if possible
Will Thompson
2009-06-18
1
-21
/
+47
|
*
|
|
Extract part message building to a function
Will Thompson
2009-06-18
1
-35
/
+44
|
*
|
|
Return early from chat_members_changed_cb
Will Thompson
2009-06-18
1
-42
/
+43
|
*
|
|
Print part reasons to conversation window
Will Thompson
2009-06-18
1
-3
/
+37
*
|
|
|
Port libempathy-gtk to EmpathyAccount
Sjoerd Simons
2009-07-01
21
-182
/
+164
|
|
/
/
|
/
|
|
*
|
|
Move sound related functions to its own module.
Jonathan Tellier
2009-06-26
5
-164
/
+444
|
|
/
|
/
|
*
|
empathy-theme-manager: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-1
/
+1
*
|
empathy-theme-irc: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-1
/
+1
*
|
empathy-theme-boxes: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-3
/
+3
*
|
empathy-theme-adium: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-8
/
+8
*
|
empathy-spell: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-2
/
+2
*
|
empathy-smiley-manager: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-1
/
+1
*
|
empathy-new-message-dialog: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-1
/
+1
*
|
empathy-log-window: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-2
/
+2
*
|
empathy-contact-menu: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-4
/
+4
*
|
empathy-contact-list-view: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-6
/
+6
*
|
empathy-contact-list-store: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-5
/
+5
*
|
empathy-contact-dialogs: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-1
/
+1
*
|
empathy-chat: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-5
/
+5
*
|
empathy-chat-view: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-16
/
+16
*
|
empathy-chat-text-view: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-141
/
+141
*
|
empathy-avatar-chooser: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-3
/
+3
*
|
empathy-account-widget: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-4
/
+4
*
|
empathy-account-chooser: remove trailing tabs
Guillaume Desmottes
2009-06-25
1
-3
/
+3
*
|
Fix Bug 586133: don't autoscroll on new messages
Nicolò Chieffo
2009-06-23
1
-3
/
+9
*
|
Show a notification when a contact goes offline or online
Frédéric Péters
2009-06-23
1
-0
/
+2
*
|
Workaround for the "Contact list doesn't appear in windows list" bug (#572759)
Nicolo Chieffo
2009-06-23
1
-1
/
+1
*
|
Fix coding style and FSF address
Sjoerd Simons
2009-06-23
2
-7
/
+7
*
|
Add working GTK+ theme tracking
Patryk Zawadzki
2009-06-22
1
-29
/
+5
*
|
Add helper API to read info.plist file of an adium theme. Will be useful for ...
Xavier Claessens
2009-06-22
2
-12
/
+42
*
|
Move all data about an adium theme into EmpathyAdiumData struct and share it ...
Xavier Claessens
2009-06-22
3
-212
/
+318
*
|
Fix typos in plist parser
Xavier Claessens
2009-06-22
1
-3
/
+4
*
|
Fix warning if theme don't have footer_html
Xavier Claessens
2009-06-22
1
-1
/
+3
*
|
Use tp_g_value_slice_new and tp_asv API for plist parser.
Xavier Claessens
2009-06-22
3
-118
/
+47
*
|
Add a plist parser and set font family, size and default variant. Fixes bug #...
Patryk Zawadzki
2009-06-22
4
-2
/
+478
*
|
Partial fix for bug #586379
Patryk Zawadzki
2009-06-19
1
-1
/
+9
*
|
Stop status_html from leaking
Patryk Zawadzki
2009-06-19
1
-0
/
+1
*
|
Fix bug #585475
Patryk Zawadzki
2009-06-19
1
-2
/
+42
*
|
Support fallback avatars provided by adium themes
Patryk Zawadzki
2009-06-19
1
-5
/
+30
*
|
Limit joining consecutive messages to 5 minutes
Patryk Zawadzki
2009-06-19
1
-1
/
+11
*
|
Hide muc contacts list
Gabriel Millaire
2009-06-18
1
-26
/
+39
*
|
Applied Xavier's comments
Gabriel Millaire
2009-06-18
2
-32
/
+38
*
|
Read config and show/hide contact list
Gabriel Millaire
2009-06-18
1
-5
/
+30
*
|
Added a preference in the conf and schema (show contact list in rooms)
Gabriel Millaire
2009-06-18
1
-0
/
+1
|
/
*
Don't add invalid presence type as favorite (#585053)
Guillaume Desmottes
2009-06-18
1
-0
/
+4
*
empathy-presence-chooser: use tp_strdiff instead of strcmp
Guillaume Desmottes
2009-06-18
1
-1
/
+1
*
Fix 585887: "Publish my location" causes a crash
Pierre-Luc Beaudoin
2009-06-18
1
-4
/
+11
*
Remove markup from GTKBuilder translatable strings
Claude Paroz
2009-06-17
12
-34
/
+68
*
Introduce empathy_contact_equal, adapt themes
Patryk Zawadzki
2009-06-16
2
-3
/
+3
*
Use libchamplain 0.3.3 new Gtk embed API
Pierre-Luc Beaudoin
2009-06-15
1
-6
/
+6
*
Merge commit 'jtellier/call-window-video-preview'
Guillaume Desmottes
2009-06-15
1
-0
/
+3
|
\
|
*
Added an early return in empathy_call_window_setup_video_preview.
Jonathan Tellier
2009-06-12
1
-0
/
+3
*
|
[Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)
Luis Menina
2009-06-14
18
-18
/
+18
*
|
empathy-location-manager: remove a trailing space
Guillaume Desmottes
2009-06-12
1
-1
/
+1
*
|
Fixed code style
Jonathan Tellier
2009-06-12
2
-3
/
+3
|
/
*
Update copyright to 2008-2009
Xavier Claessens
2009-06-12
2
-2
/
+2
*
Move g_object_unref to dispose instead of finalize
Xavier Claessens
2009-06-12
1
-2
/
+16
*
Include empathy-theme-adium.c/h in tarballs even if webkit is not installed
Xavier Claessens
2009-06-12
1
-5
/
+11
*
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
*
Fix build error due to wrong rebase
Xavier Claessens
2009-06-12
1
-1
/
+0
*
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
*
Delete useless file
Xavier Claessens
2009-06-12
1
-408
/
+0
*
- Implement remaining functions on EmpathyThemeAdium.
Xavier Claessens
2009-06-12
3
-146
/
+233
*
Add whitespace to respect coding style
Xavier Claessens
2009-06-12
1
-1
/
+1
*
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
3
-16
/
+117
*
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
3
-0
/
+8
*
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
2
-45
/
+90
*
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
5
-74
/
+84
*
Update for more recent webkit
Xavier Claessens
2009-06-12
2
-5
/
+2
*
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
2
-21
/
+71
*
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
*
Compile EmpathyThemeAdium only if webkit is installed
Xavier Claessens
2009-06-12
2
-3
/
+13
*
Add skelet of Adium theme using webkit.
Xavier Claessens
2009-06-12
4
-0
/
+221
*
Geoclue doesn't like NONE as an accuracy level
Pierre-Luc Beaudoin
2009-06-10
1
-2
/
+8
*
Merge commit 'gmillaires/fix-564259'
Guillaume Desmottes
2009-06-09
1
-1
/
+1
|
\
|
*
Activated tooltips feature for MUC contact list
Gabriel Millaire
2009-06-09
1
-1
/
+1
*
|
Distribute conditionally built files
Pierre-Luc Beaudoin
2009-06-09
1
-8
/
+12
|
/
*
Merge branch 'profile-chooser'
Jonny Lamb
2009-06-07
2
-181
/
+295
|
\
|
*
Fix small typo in docs.
Jonny Lamb
2009-06-07
1
-1
/
+1
|
*
Chain up to the constructed call of the parent class.
Jonny Lamb
2009-06-07
1
-0
/
+3
|
*
Only include gtk/gtk.h and not gtkcombobox.h.
Jonny Lamb
2009-06-07
1
-1
/
+1
|
*
Implement constructed instead of constructor.
Jonny Lamb
2009-06-07
1
-10
/
+3
|
*
Small coding style change.
Jonny Lamb
2009-06-07
1
-1
/
+2
|
*
Make EmpathyProfileChooser a subclass of GtkComboBox.
Jonny Lamb
2009-06-05
2
-79
/
+194
|
*
Convert style to Telepathy coding style.
Jonny Lamb
2009-06-05
2
-153
/
+155
*
|
Fix silly mistake where I passed the struct pointer and not the first member
Davyd Madeley
2009-06-06
1
-2
/
+2
|
/
*
Add simple flymake support.
Jonny Lamb
2009-06-05
1
-0
/
+1
*
Fix Bug 584830: Invalid read in new_connection_cb
Pierre-Luc Beaudoin
2009-06-04
1
-1
/
+1
*
Invert the presence order.
Xavier Claessens
2009-06-03
1
-1
/
+1
*
Fix Bug 584518: Critical error in publish_to_all_connections
Pierre-Luc Beaudoin
2009-06-02
1
-6
/
+6
*
Level is used before init
Pierre-Luc Beaudoin
2009-06-02
1
-1
/
+2
*
Remove the preferences
Cosimo Cecchi
2009-06-01
1
-1
/
+0
*
Remove use_hash when using the file chooser
Cosimo Cecchi
2009-06-01
1
-12
/
+2
*
Add a comment.
Cosimo Cecchi
2009-06-01
1
-0
/
+3
*
Fix a stupid mistake
Cosimo Cecchi
2009-06-01
1
-4
/
+2
*
Add use_hash params for incoming transfers
Cosimo Cecchi
2009-06-01
1
-1
/
+7
*
Add a new preference in the UI
Cosimo Cecchi
2009-06-01
2
-1
/
+9
*
Close the handler when rejecting a transfer
Cosimo Cecchi
2009-06-01
1
-0
/
+2
*
Set the overwrite confermation when receiving
Cosimo Cecchi
2009-06-01
1
-0
/
+3
*
Rethink a bit the logic for an incoming transfer.
Cosimo Cecchi
2009-06-01
2
-2
/
+47
*
Use the new API to send a file with the file chooser.
Cosimo Cecchi
2009-06-01
1
-89
/
+14
*
W.I.P. for heavy lifting on EmpathyTpFile.
Cosimo Cecchi
2009-06-01
1
-3
/
+21
*
Only remove the address fields and position fields instead of all
Pierre-Luc Beaudoin
2009-06-01
1
-4
/
+28
*
Remove unused var
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+0
[prev]
[next]