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-contact-list-view.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplifly the logic on when to display the location
Pierre-Luc Beaudoin
2009-05-28
1
-1
/
+2
*
Remove hard-coded strings from (un)subscriptions
Will Thompson
2009-05-21
1
-2
/
+1
*
Show an audio and a video call button
Sjoerd Simons
2009-05-18
1
-11
/
+73
*
empathy-contact-list-view: fix coding style and update FSF address
Guillaume Desmottes
2009-05-18
1
-10
/
+10
*
Renamed empathy_contact_list_view_get_selected to empathy_contact_list_view_d...
Jonny Lamb
2009-04-22
1
-4
/
+4
*
Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...
Xavier Claessens
2009-04-22
1
-3
/
+9
*
Port EmpathyContactListView's DnD to new API
Xavier Claessens
2009-04-22
1
-58
/
+112
*
Port EmpathyContactWidget to new API
Xavier Claessens
2009-04-16
1
-0
/
+1
*
Remove useless glade include
Xavier Claessens
2009-04-16
1
-1
/
+0
*
Remove check on GTK version, we depend on >= 2.14.0 now.
Xavier Claessens
2009-03-08
1
-5
/
+0
*
Use running++ and running-- instead of a boolean
Xavier Claessens
2009-03-08
1
-4
/
+4
*
Prevent an infinite loop when query tooltip on contact list view.
Xavier Claessens
2009-03-08
1
-4
/
+15
*
Switch to calling CallFactory to make calls
Sjoerd Simons
2009-02-03
1
-1
/
+6
*
Renamed G_STR_EMPTY to EMP_STR_EMPTY.
Jonny Lamb
2009-01-23
1
-1
/
+1
*
Use the new call utility function to start calls
Sjoerd Simons
2009-01-10
1
-1
/
+1
*
Use the new dispatcher api to request text channels
Sjoerd Simons
2009-01-10
1
-2
/
+2
*
Port EmpathyContactFactory to the new singleton policy.
Xavier Claessens
2009-01-09
1
-1
/
+1
*
Use gi18n-lib.h instead of gi18n.h for libraries.
Xavier Claessens
2008-12-12
1
-1
/
+1
*
Make sure to not unref tooltop_widget more than once
Xavier Claessens
2008-08-27
1
-2
/
+2
*
Keep a ref to the tooltip_widget so it is not recreated all the time.
Xavier Claessens
2008-08-27
1
-2
/
+20
*
don't let label text be selected in contact tooltip (closes: #546568)
Frederic Peters
2008-08-20
1
-1
/
+1
*
Use a GtkMessageDialog instead of GtkDialog for remove confirmation diaog of ...
Xavier Claessens
2008-08-06
1
-21
/
+12
*
Add a comment for the usage of row_activated class method and optimise a bit ...
Xavier Claessens
2008-07-15
1
-8
/
+9
*
Prevent to start a chat when activating a row with an event
Xavier Claessens
2008-07-15
1
-9
/
+9
*
Remove a FIXME, seems to work perfectly now.
Xavier Claessens
2008-07-15
1
-4
/
+0
*
Move the event manager to src/
Xavier Claessens
2008-07-15
1
-218
/
+0
*
Fix compile error
Xavier Claessens
2008-07-15
1
-1
/
+1
*
Fix reviewer complains
Xavier Claessens
2008-07-15
1
-2
/
+8
*
Remove an empty line
Xavier Claessens
2008-07-15
1
-1
/
+0
*
Activate the event when clicking on the contact list.
Xavier Claessens
2008-07-15
1
-8
/
+23
*
Blink the status icon when a contact has an event.
Xavier Claessens
2008-07-15
1
-1
/
+197
*
Reverse order of buttons on the dialog box to delete a contact (or a group). ...
Xavier Claessens
2008-07-14
1
-1
/
+1
*
Fix gtk_check_version usage, it returns NULL when version is OK.
Xavier Claessens
2008-07-05
1
-1
/
+1
*
Use function to check GTK+ version instead of mangling directly. Fixes bug #5...
Xavier Claessens
2008-07-05
1
-1
/
+1
*
Only display tooltip on the contact list if running with GTK >= 2.12.10.
Xavier Claessens
2008-06-03
1
-0
/
+5
*
Do not ref tooltip_widget otherwise it never gets destroyed.
Xavier Claessens
2008-06-02
1
-24
/
+6
*
gtk_widget_set_has_tooltip can't take a value >1 even if it's still TRUE
Xavier Claessens
2008-05-30
1
-2
/
+3
*
Set a tooltip on contact list view showing EmpathyContactWidget information
Xavier Claessens
2008-05-30
1
-10
/
+78
*
Do not add a separator on the contact menu if there is no remove feature.
Xavier Claessens
2008-05-22
1
-3
/
+2
*
Do not use statis pointer for MenuPopupData because it get freed.
Xavier Claessens
2008-05-19
1
-5
/
+6
*
No need of an idle callback forkey m
Xavier Claessens
2008-05-19
1
-6
/
+5
*
Little cleanup
Xavier Claessens
2008-05-19
1
-9
/
+5
*
Popup context menu when menu key is pressed. Fixes bug #531414 (Baptiste Mill...
Xavier Claessens
2008-05-19
1
-0
/
+23
*
Improve dispatcher. Fixes bug #465928.
Xavier Claessens
2008-05-18
1
-2
/
+3
*
Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...
Xavier Claessens
2008-05-06
1
-2
/
+5
*
Make use of tp-glib debug system.
Xavier Claessens
2008-05-01
1
-12
/
+11
*
Correct string hyphenation. Fix bug #529436 (Baptiste Mille-Mathias).
Baptiste Mille-Mathias
2008-04-27
1
-2
/
+2
*
Create contact menu in empathy-contact-menu.h
Xavier Claessens
2008-04-25
1
-187
/
+157
*
Reorder functions to not have to declare them on top.
Xavier Claessens
2008-04-25
1
-668
/
+564
*
Move contact menu code to its own module.
Xavier Claessens
2008-04-25
1
-284
/
+184
*
Remove conditional build of VOIP.
Xavier Claessens
2008-04-24
1
-17
/
+0
*
Cleanup a bit previous commit
Xavier Claessens
2008-03-14
1
-15
/
+17
*
Confirmation dialog on remove contact/group. Fixes bug #519946 (Bruno Dusausoy).
Xavier Claessens
2008-03-14
1
-6
/
+57
*
Remove useless libtelepathy headers
Xavier Claessens
2008-03-11
1
-2
/
+0
*
Make sure we don't expect contact id and handle to be directly ready. Add som...
Xavier Claessens
2008-03-11
1
-0
/
+4
*
Update collabora copyright to 2008
Xavier Claessens
2008-03-03
1
-1
/
+1
*
Generate marshal.list thanks to gabble black magic.
Xavier Claessens
2008-02-10
1
-2
/
+2
*
Do not export symbols outside the empathy_ namespace.
Xavier Claessens
2008-02-10
1
-1
/
+1
*
Change new message dialog to new conversation and make possible to do voip call.
Xavier Claessens
2008-02-09
1
-1
/
+1
*
Move empathy-contact-groups to libempathy, it has nothing to do in -gtk
Xavier Claessens
2008-01-21
1
-1
/
+1
*
Respect CALL feature when clicking on the contact list's microphone icon
Xavier Claessens
2008-01-21
1
-0
/
+4
*
Add a features property on EmpathyContactListView to enable/disable each action.
Xavier Claessens
2008-01-21
1
-108
/
+157
*
Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).
Xavier Claessens
2008-01-02
1
-0
/
+7
*
Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c...
Xavier Claessens
2008-01-02
1
-20
/
+2
*
Revert "merge git work"
Xavier Claessens
2007-12-29
1
-21
/
+15
*
merge git work
Xavier Claessens
2007-12-29
1
-15
/
+21
*
Simplify contact_list_view_cell_set_background()
Xavier Claessens
2007-12-29
1
-21
/
+15
*
Rename COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX since it's in public
Xavier Claessens
2007-10-29
1
-27
/
+35
*
Use "document-open-recent" icon instead of gtk-justify-left for history
Xavier Claessens
2007-10-25
1
-1
/
+1
*
Don't allow to change account if we are editing information of
Xavier Claessens
2007-10-21
1
-1
/
+1
*
Use g_timeout_add_seconds when appropriated to avoid weaking the process
Xavier Claessens
2007-10-13
1
-2
/
+1
*
More flexible API for EmpathyContactWidget, we now have flags to set
Xavier Claessens
2007-10-10
1
-2
/
+2
*
Add a #ifdef HAVE_VOIP. Fixes bug #482190 (Marco Barisione).
Xavier Claessens
2007-10-01
1
-0
/
+2
*
Hide VOIP stuff if empathy is not compiled with --enable-voip=yes. Fixes
Xavier Claessens
2007-10-01
1
-0
/
+14
*
Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier
Xavier Claessens
2007-09-29
1
-54
/
+1
*
Ported from VOIP branch.
Xavier Claessens
2007-09-28
1
-6
/
+53
*
Fix ref count error for account objects.
Xavier Claessens
2007-09-21
1
-1
/
+0
*
"interactive" property on EmpathyContactListView to enable/disable contect
Xavier Claessens
2007-09-11
1
-12
/
+61
*
Request media channel when clicking on call icon.
Xavier Claessens
2007-09-09
1
-1
/
+10
*
Adding UI to start a VoIP call. It does nothing yet. Most of the code is
Xavier Claessens
2007-09-09
1
-6
/
+104
*
Make use of the search function to correctly find when typing in the
Xavier Claessens
2007-09-08
1
-0
/
+4
*
Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...
Xavier Claessens
2007-08-31
1
-290
/
+56
*
Rename all filenames starting with "gossip" by "empathy", change namespace
Xavier Claessens
2007-06-22
1
-0
/
+1524