| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the error in the call_when_ready callback const | xclaesse | 2009-01-10 | 2 | -2/+2 |
* | Free ready callbacks in finalize | xclaesse | 2009-01-10 | 1 | -1/+17 |
* | Add weak object, destroy notify and error reporting to empathy_contact_call_w... | xclaesse | 2009-01-10 | 2 | -9/+56 |
* | Let a chatroom keep a reference to a its TpChat if applicable | xclaesse | 2009-01-10 | 4 | -13/+60 |
* | Make the dispatch operation _get_ functions not return a ref | xclaesse | 2009-01-10 | 9 | -30/+7 |
* | Don't unref the TpGroup twice | xclaesse | 2009-01-10 | 1 | -1/+0 |
* | Initialise the chatroom manager from empathy itself | xclaesse | 2009-01-10 | 2 | -7/+7 |
* | Convert EmpathyChatroomManager to the new singleton convention | xclaesse | 2009-01-10 | 8 | -36/+33 |
* | Add empathy-tube-dispatch to POTFILES.in | xclaesse | 2009-01-10 | 1 | -0/+1 |
* | Don't close channels as a side-effect of disposing wrapper objects | xclaesse | 2009-01-10 | 3 | -6/+19 |
* | Remove some dead code | xclaesse | 2009-01-10 | 1 | -6/+0 |
* | Move the dispatcher to the new singleton policy | xclaesse | 2009-01-10 | 4 | -17/+34 |
* | Also free the approvals list | xclaesse | 2009-01-10 | 1 | -1/+2 |
* | Use gulongs to save signal handler ids | xclaesse | 2009-01-10 | 1 | -2/+2 |
* | Always check if the passed operation is actually a dispatch operation | xclaesse | 2009-01-10 | 1 | -11/+57 |
* | No need to call empathy_run_until_ready, the DispatchOperation already ensure... | xclaesse | 2009-01-10 | 1 | -1/+0 |
* | Style fixes | xclaesse | 2009-01-10 | 1 | -2/+2 |
* | Style fixes | xclaesse | 2009-01-10 | 1 | -108/+114 |
* | Style fixes | xclaesse | 2009-01-10 | 2 | -3/+5 |
* | Don't initialise variables by calling functions when declaring them | xclaesse | 2009-01-10 | 1 | -11/+23 |
* | More style fixes | xclaesse | 2009-01-10 | 1 | -6/+6 |
* | Make coding style consistent with the rest of the file | xclaesse | 2009-01-10 | 1 | -15/+14 |
* | Fix coding style, user the right unique name | xclaesse | 2009-01-10 | 1 | -26/+24 |
* | Completely move to Telepathy coding style | xclaesse | 2009-01-10 | 1 | -179/+169 |
* | Remove dead code | xclaesse | 2009-01-10 | 2 | -673/+0 |
* | Use the new call utility function to start calls | xclaesse | 2009-01-10 | 3 | -3/+11 |
* | Add a utility function to start a call to a contact | xclaesse | 2009-01-10 | 2 | -0/+40 |
* | Add a function to explicitly set the remote candidate on outgoing calls inste... | xclaesse | 2009-01-10 | 2 | -23/+15 |
* | Add code to request a streamed media channel | xclaesse | 2009-01-10 | 2 | -18/+30 |
* | DIspatch streamed media channels | xclaesse | 2009-01-10 | 1 | -6/+13 |
* | Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close the | xclaesse | 2009-01-10 | 2 | -11/+20 |
* | Add support for approving video channels | xclaesse | 2009-01-10 | 1 | -24/+62 |
* | Add a function to explicitly close EmpathyTpCall | xclaesse | 2009-01-10 | 2 | -4/+16 |
* | Report errors when there is no tube handler or poking it fails | xclaesse | 2009-01-10 | 1 | -7/+62 |
* | Add support for approving tubes | xclaesse | 2009-01-10 | 1 | -1/+124 |
* | Add EmpathyTubeDispatcher as a helper for dispatching tubes | xclaesse | 2009-01-10 | 3 | -0/+498 |
* | Make empathy_tp_tube_accept_stream_tube more like underlying dbus function an... | xclaesse | 2009-01-10 | 2 | -55/+85 |
* | Remove the id parameter, it's no longer used | xclaesse | 2009-01-10 | 1 | -3/+0 |
* | Remove tube ID parameter, it's not used in the new tubes spec | xclaesse | 2009-01-10 | 1 | -5/+0 |
* | Call emp_cli_init in empathy_init | xclaesse | 2009-01-10 | 2 | -4/+5 |
* | New style tubes don't have ides | xclaesse | 2009-01-10 | 1 | -2/+2 |
* | Update to new stream tube spec | xclaesse | 2009-01-10 | 2 | -156/+60 |
* | Add new StreamTube spec | xclaesse | 2009-01-10 | 6 | -1/+433 |
* | Let a EmpathyChatroomManager observe the dispatcher | xclaesse | 2009-01-10 | 1 | -0/+2 |
* | Act as an observer | xclaesse | 2009-01-10 | 2 | -0/+91 |
* | Disconnect signal handlers from the head of the queue before destroying the q... | xclaesse | 2009-01-10 | 1 | -11/+10 |
* | Remove the tp-channel property, it's unused and useless | xclaesse | 2009-01-10 | 1 | -35/+0 |
* | Use new dispatcher API to get muc channels | xclaesse | 2009-01-10 | 3 | -36/+25 |
* | Remove custom channel requesting functionality, this should go through the di... | xclaesse | 2009-01-10 | 2 | -135/+0 |
* | Add request muc channels to the dispatcher | xclaesse | 2009-01-10 | 2 | -13/+78 |
* | Wait untill the TpChat object is ready before going into pending state | xclaesse | 2009-01-10 | 1 | -2/+41 |
* | Explicitly close file channels when removing them from the FT manager | xclaesse | 2009-01-10 | 1 | -0/+2 |
* | Add a function to explicitly close File channels | xclaesse | 2009-01-10 | 2 | -1/+9 |
* | Make existing contact FT capable when the CM supports it | xclaesse | 2009-01-10 | 1 | -1/+0 |
* | Enable approving of file transfers | xclaesse | 2009-01-10 | 1 | -35/+37 |
* | Enabled dispatching of file tranfers | xclaesse | 2009-01-10 | 1 | -3/+5 |
* | Use new API to request file transfers | xclaesse | 2009-01-10 | 1 | -2/+52 |
* | Add support for dispatching file transfers | xclaesse | 2009-01-10 | 2 | -27/+150 |
* | Recognise file transfers | xclaesse | 2009-01-10 | 1 | -0/+6 |
* | Add an optional properties hash to the RequestData struct | xclaesse | 2009-01-10 | 1 | -4/+9 |
* | Initial port to the new dispatcher | xclaesse | 2009-01-10 | 2 | -73/+132 |
* | Use the new dispatcher api to request text channels | xclaesse | 2009-01-10 | 3 | -7/+6 |
* | Start reworking the dispatcher | xclaesse | 2009-01-10 | 5 | -352/+1546 |
* | Port to the new EmpathyTpChat API | xclaesse | 2009-01-10 | 1 | -9/+40 |
* | Improve API of tp-chat | xclaesse | 2009-01-10 | 2 | -117/+218 |
* | Add id field to save the message id as received the CM | xclaesse | 2009-01-10 | 2 | -0/+19 |
* | Add empathy_contact_call_when_ready | xclaesse | 2009-01-10 | 2 | -11/+72 |
* | use tabs because everyone love tabs | xclaesse | 2009-01-09 | 1 | -5/+5 |
* | dispatcher_tubes_new_tube_cb: add some tube handling debug messages | xclaesse | 2009-01-09 | 1 | -0/+6 |
* | Update Python bindings. | xclaesse | 2009-01-09 | 1 | -3/+2 |
* | Set the right weak pointer. | xclaesse | 2009-01-09 | 6 | -6/+6 |
* | Port EmpathyContactManager to the new singleton policy. | xclaesse | 2009-01-09 | 10 | -22/+36 |
* | Port to the new singleton API. | xclaesse | 2009-01-09 | 1 | -1/+1 |
* | Update python bindings. | xclaesse | 2009-01-09 | 2 | -12/+8 |
* | Port EmpathyFTManager to the new singleton policy. | xclaesse | 2009-01-09 | 3 | -15/+32 |
* | Port EmpathyEventManager to the new singleton policy. | xclaesse | 2009-01-09 | 3 | -13/+27 |
* | Port EmpathySmileyManager to the new singleton policy. | xclaesse | 2009-01-09 | 6 | -17/+32 |
* | Port EmpathyLogManager to the new singleton policy. | xclaesse | 2009-01-09 | 5 | -22/+35 |
* | Port EmpathyIdle to the new singleton policy. | xclaesse | 2009-01-09 | 5 | -18/+32 |
* | Port EmpathyContactFactory to the new singleton policy. | xclaesse | 2009-01-09 | 14 | -27/+41 |
* | Updated sv translation (Daniel Nylander) | dnylande | 2009-01-08 | 1 | -253/+566 |
* | Remove accidentall addition | kmaraas | 2009-01-07 | 1 | -6/+0 |
* | Updated Norwegian bokmål translation. | kmaraas | 2009-01-07 | 2 | -166/+286 |
* | Add a comment that tells to keep EmpathySound enum sync with sound_entries ar... | xclaesse | 2009-01-07 | 2 | -1/+2 |
* | Set initial value for sound pref checkboxes. | xclaesse | 2009-01-07 | 1 | -1/+2 |
* | Bump version to 2.25.5 | xclaesse | 2009-01-07 | 1 | -1/+1 |
* | Updated es translation (Jorge Gonzalez) | jorgegonz | 2009-01-07 | 1 | -233/+364 |
* | pre-release updatesEMPATHY_2_25_4 | xclaesse | 2009-01-07 | 2 | -4/+14 |
* | Fix the creation of bus_name and object_path for dispatching tubes. It drops ... | xclaesse | 2009-01-07 | 1 | -19/+8 |
* | Assert that sound_id is OK before getting sound_entries[sound_id], to avoid c... | xclaesse | 2009-01-07 | 1 | -3/+5 |
* | Sanity checks for empathy_play_sounds. | xclaesse | 2009-01-07 | 1 | -1/+2 |
* | Use gtk_list_store_insert_with_values (). | xclaesse | 2009-01-07 | 1 | -4/+3 |
* | Use a GList instead of a GPtrArray and reorder the functions to avoid | xclaesse | 2009-01-07 | 1 | -148/+140 |
* | Create the EmpathyContactMonitor lazily if needed. | xclaesse | 2009-01-07 | 2 | -4/+17 |
* | Rename proxy->iface in EmpathyContactMonitor. | xclaesse | 2009-01-07 | 2 | -26/+26 |
* | Use g_return_[val]_if_fail instead of g_assert in public APIs. | xclaesse | 2009-01-07 | 2 | -6/+6 |
* | Use the right weak pointer location. | xclaesse | 2009-01-07 | 1 | -1/+1 |
* | disconnect_monitor_signals function is quite useless. | xclaesse | 2009-01-07 | 1 | -18/+10 |
* | Don't initialize the variable at declaration. | xclaesse | 2009-01-07 | 1 | -3/+3 |
* | Move code handling the DBus signal in an idle callback. | xclaesse | 2009-01-07 | 1 | -12/+44 |
* | Use TpConnectionStatus instead of guint. | xclaesse | 2009-01-07 | 1 | -1/+1 |
* | Simplify code when initializing the store. | xclaesse | 2009-01-07 | 1 | -35/+31 |
* | Insert a comment claryfing reference ownership. | xclaesse | 2009-01-07 | 1 | -0/+3 |
* | Don't forget to unref the account object. | xclaesse | 2009-01-07 | 1 | -0/+1 |
* | Use gettext() when populating the preferences sound list. | xclaesse | 2009-01-07 | 1 | -1/+1 |
* | Add a debug message when playing sound. | xclaesse | 2009-01-07 | 1 | -0/+4 |
* | Back out changes in EmpathyContactListStore. They could go in a later | xclaesse | 2009-01-07 | 1 | -229/+192 |
* | Propperly mark event descriptions for translation. | xclaesse | 2009-01-07 | 1 | -1/+4 |
* | Set to NULL the status message if it's empty. | xclaesse | 2009-01-07 | 1 | -4/+6 |
* | Initialize the connection numbers when creating the object. | xclaesse | 2009-01-07 | 1 | -0/+9 |
* | Update empathy_sound_play () to be nicer to use and centralize the list | xclaesse | 2009-01-07 | 6 | -41/+91 |
* | Add debug messages. | xclaesse | 2009-01-07 | 1 | -0/+4 |
* | Add a weak pointer ref inside the costructor. | xclaesse | 2009-01-07 | 1 | -0/+1 |
* | Improve wording. | xclaesse | 2009-01-07 | 2 | -6/+6 |
* | Turn empathy_sound_pref_is_enabled into empathy_sound_play that | xclaesse | 2009-01-07 | 5 | -49/+50 |
* | Disconnect all signals from the EmpathyAccountChooser when finalizing. | xclaesse | 2009-01-07 | 1 | -0/+6 |
* | Update API Docs. | xclaesse | 2009-01-07 | 2 | -0/+3 |
* | Update python bindings. | xclaesse | 2009-01-07 | 1 | -3/+2 |
* | Use new singleton policy for EmpathyAccountManager. | xclaesse | 2009-01-07 | 10 | -18/+17 |
* | Another style nitpick. | xclaesse | 2009-01-07 | 1 | -1/+3 |
* | Yet more style fixes. | xclaesse | 2009-01-07 | 2 | -178/+180 |
* | Use _constructor () override to implement singleton. | xclaesse | 2009-01-07 | 1 | -9/+22 |
* | Add newlines at the end of files. | xclaesse | 2009-01-07 | 3 | -0/+3 |
* | Drop our references in dispose instead of finalize. | xclaesse | 2009-01-07 | 1 | -2/+30 |
* | Remember to set dispose_run after dispose has run. | xclaesse | 2009-01-07 | 1 | -0/+2 |
* | Don't initialize private stuff in _new (). | xclaesse | 2009-01-07 | 1 | -17/+14 |
* | Don't leak a reference to McAccount objects and don't leak a list. | xclaesse | 2009-01-07 | 1 | -3/+7 |
* | Unref objects in dispose and not in finalize; fully update account data | xclaesse | 2009-01-07 | 1 | -10/+43 |
* | Style fixes. | xclaesse | 2009-01-07 | 5 | -620/+620 |
* | Don't own a reference to the EmpathyTpChat, otherwise it won't be | xclaesse | 2009-01-07 | 1 | -7/+14 |
* | Always disconnect signals for safety on _finalize (). | xclaesse | 2009-01-07 | 4 | -2/+54 |
* | Update Python bindings. | xclaesse | 2009-01-07 | 3 | -0/+48 |
* | Implement sound for contact login/logout. | xclaesse | 2009-01-07 | 1 | -0/+47 |
* | Fix the build. | xclaesse | 2009-01-07 | 1 | -0/+1 |
* | Remember to check if source_id is already there when adding the | xclaesse | 2009-01-07 | 1 | -0/+5 |
* | Remove useless include. | xclaesse | 2009-01-07 | 1 | -1/+0 |
* | Remove an useless method from the header and remember to unref the | xclaesse | 2009-01-07 | 2 | -1/+1 |
* | Implement _get_monitor () in EmpathyTpChat. | xclaesse | 2009-01-07 | 1 | -0/+16 |
* | Add an API to EmpathyAccountManager to find out if an account has just | xclaesse | 2009-01-07 | 2 | -2/+49 |
* | Port EmpathyContactListStore to the new API. | xclaesse | 2009-01-07 | 1 | -193/+203 |
* | Implement _get_monitor () in EmpathyContactManager. | xclaesse | 2009-01-07 | 2 | -0/+14 |
* | Add a "presence-changed" signal so that we can keep track of the | xclaesse | 2009-01-07 | 1 | -1/+25 |
* | Add an EmpathyContactMonitor object to monitor changes in the contact | xclaesse | 2009-01-07 | 6 | -1/+507 |
* | Update python bindings. | xclaesse | 2009-01-07 | 3 | -19/+43 |
* | Update docs. | xclaesse | 2009-01-07 | 2 | -0/+2 |
* | Disconnect signals when finalizing. | xclaesse | 2009-01-07 | 1 | -5/+4 |
* | Remove dead code from empathy-util. | xclaesse | 2009-01-07 | 2 | -115/+0 |
* | Port EmpathyMainWindow to the new API. | xclaesse | 2009-01-07 | 1 | -168/+114 |
* | Port EmpathyAccountsDialog to use the cached values to get the number of | xclaesse | 2009-01-07 | 1 | -27/+3 |
* | Port EmpathyStatusIcon to the new API. | xclaesse | 2009-01-07 | 1 | -35/+28 |
* | Add new API in EmpathyAccountManager to cache the number of connecting | xclaesse | 2009-01-07 | 2 | -6/+76 |
* | Port EmpathyTpContactFactory to the new API. | xclaesse | 2009-01-07 | 1 | -19/+23 |
* | Port EmpathyDispatcher to the new API. | xclaesse | 2009-01-07 | 1 | -18/+21 |
* | Port EmpathyAccountsDialog to the new API. | xclaesse | 2009-01-07 | 1 | -83/+72 |
* | Build fix. | xclaesse | 2009-01-07 | 1 | -1/+2 |
* | Use a invalid value when initializing. | xclaesse | 2009-01-07 | 1 | -1/+1 |
* | Port EmpathyContactManager to the new API. | xclaesse | 2009-01-07 | 1 | -19/+18 |
* | Unref the object. | xclaesse | 2009-01-07 | 1 | -0/+1 |
* | Port EmpathyChat to the new API. | xclaesse | 2009-01-07 | 1 | -21/+18 |
* | Use the right marshallers for signals. | xclaesse | 2009-01-07 | 1 | -2/+3 |
* | Fix a typo. | xclaesse | 2009-01-07 | 1 | -1/+1 |
* | Port the account chooser to the new API. | xclaesse | 2009-01-07 | 1 | -52/+28 |
* | Disconnect from the DBus signal on finalize. | xclaesse | 2009-01-07 | 1 | -0/+5 |
* | Add EmpathyAccountManager. | xclaesse | 2009-01-07 | 3 | -0/+446 |
* | Only play logout sound if switching to Offline from Available. | xclaesse | 2009-01-07 | 2 | -8/+12 |
* | Don't emit sound when changing state and properly play login sound. | xclaesse | 2009-01-07 | 2 | -3/+16 |
* | Don't set random values in EmpathyIdle init if MC is not running. | xclaesse | 2009-01-07 | 1 | -3/+8 |
* | Adapt the libcanberra calls to use the new functions. | xclaesse | 2009-01-07 | 4 | -28/+31 |
* | Add empathy_sound_pref_is_enabled (). | xclaesse | 2009-01-07 | 2 | -0/+37 |
* | Fix a typo in the schemas description. | xclaesse | 2009-01-07 | 1 | -4/+4 |
* | Adapt Patryk's patch to trunk. | xclaesse | 2009-01-07 | 5 | -1/+69 |
* | Create an UI for sound configuration. | xclaesse | 2009-01-07 | 4 | -117/+298 |
* | Updated Norwegian bokmål translation. | kmaraas | 2009-01-05 | 1 | -76/+73 |
* | 2009-01-04 Leonardo Ferreira Fontenelle leonardof@gnome.org | leonardof | 2009-01-05 | 1 | -172/+385 |
* | More coding style fixes in empathy-contact-menu.c | xclaesse | 2008-12-29 | 1 | -97/+81 |
* | Correctly escape service name in dtube handlers | xclaesse | 2008-12-29 | 1 | -6/+14 |
* | Don't unref NULL avatar used as chat window icon | xclaesse | 2008-12-29 | 1 | -1/+4 |
* | Homogenize coding style in empathy_contact_menu_new | xclaesse | 2008-12-29 | 1 | -2/+2 |
* | Ignore cscope.out. | xclaesse | 2008-12-29 | 1 | -0/+1 |
* | Remove libgnomevfs include in megaphone-applet.c (Andre Klapper). | xclaesse | 2008-12-24 | 1 | -1/+0 |
* | Start file transfer if the state is already open when we get the unix socket | xclaesse | 2008-12-23 | 1 | -0/+3 |
* | Make existing contact FT capable when the CM supports it | xclaesse | 2008-12-23 | 1 | -0/+11 |
* | Bump version to 2.25.4 | xclaesse | 2008-12-16 | 1 | -1/+1 |
* | Replace empathy-chat-view.c by empathy-chat-text-view.c in POTFILE.inEMPATHY_2_25_3 | xclaesse | 2008-12-16 | 1 | -1/+1 |
* | Don't forget to unref the smiley manager | xclaesse | 2008-12-16 | 1 | -0/+1 |
* | Remove finalize, it is not used. | xclaesse | 2008-12-16 | 1 | -7/+0 |
* | Do not assert the tab exists in empathy_chat_text_view_tag_set(), simply retu... | xclaesse | 2008-12-16 | 1 | -2/+1 |
* | Update python bindings | xclaesse | 2008-12-16 | 4 | -227/+87 |
* | Update API doc. | xclaesse | 2008-12-16 | 2 | -2/+2 |
* | Fallback to use "classic" theme if the gconf key is invalid | xclaesse | 2008-12-16 | 1 | -0/+4 |
* | Update boxes views when theme changes to another boxes one. | xclaesse | 2008-12-16 | 1 | -63/+89 |
* | Update color when using the simple theme and GTK color changes. | xclaesse | 2008-12-16 | 1 | -56/+27 |
* | translations are not executable | xclaesse | 2008-12-16 | 1 | -0/+0 |
* | Update news | xclaesse | 2008-12-16 | 1 | -0/+2 |
* | Don't forget to call g_object_weak_unref in finalise on each views | xclaesse | 2008-12-16 | 1 | -162/+170 |
* | Remove useless commented code | xclaesse | 2008-12-16 | 1 | -118/+0 |
* | Keep a list of boxes views so we can update colors when themes change | xclaesse | 2008-12-16 | 1 | -46/+68 |
* | Remove a FIXME which was not a problem and add one for bug #542523 | xclaesse | 2008-12-16 | 1 | -5/+5 |
* | Create the simple theme using system colors | xclaesse | 2008-12-16 | 1 | -31/+32 |
* | Completely rework the theming system to make easy implementing themes based o... | xclaesse | 2008-12-16 | 10 | -1335/+976 |
* | Remove EmpathyTheme, code will be merged into EmpathyChatTextView | xclaesse | 2008-12-16 | 2 | -100/+0 |
* | Remove unused empathy-theme.h include | xclaesse | 2008-12-16 | 1 | -2/+0 |
* | Remove useless empathy_text_buffer_tag_set | xclaesse | 2008-12-16 | 2 | -52/+1 |
* | Remove useless empathy_message_get_date_and_time | xclaesse | 2008-12-16 | 2 | -22/+0 |
* | Remove useless virtual methods | xclaesse | 2008-12-16 | 2 | -94/+10 |
* | Rename EmpathyChatSimpleView to EmpathyChatTextView | xclaesse | 2008-12-16 | 5 | -189/+190 |
* | Move the smiley menu code from EmpathyChatView to EmpathyChatManager. | xclaesse | 2008-12-16 | 6 | -88/+129 |
* | EmpathyChatView interface can only be implemented by a GtkWidget subclass | xclaesse | 2008-12-16 | 1 | -1/+1 |
* | Replace _get_selection_bounds by _get_has_selection | xclaesse | 2008-12-16 | 5 | -24/+13 |
* | Remove _append_button since it's not used | xclaesse | 2008-12-16 | 3 | -98/+0 |
* | Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it mak... | xclaesse | 2008-12-16 | 3 | -98/+95 |
* | Fix licence and clean up a bit the interface | xclaesse | 2008-12-16 | 5 | -193/+179 |
* | Reorder functions to not declare them in the top of the file. | xclaesse | 2008-12-16 | 1 | -273/+232 |
* | Fix compilation problems | xclaesse | 2008-12-16 | 1 | -133/+94 |
* | EmpathyChatView as GInterface | xclaesse | 2008-12-16 | 5 | -1169/+1630 |
* | Updated Norwegian bokmål translation. | kmaraas | 2008-12-16 | 1 | -101/+350 |
* | Bump ABI version | xclaesse | 2008-12-16 | 1 | -4/+4 |
* | Update NEWS | xclaesse | 2008-12-16 | 1 | -0/+21 |
* | Don't forget to include empathy-utils.h to get empathy_init(). | xclaesse | 2008-12-16 | 1 | -0/+1 |
* | Update copyright date for configure.ac | xclaesse | 2008-12-16 | 1 | -1/+1 |
* | Init empathy for megaphone, nothere and check-main. | xclaesse | 2008-12-12 | 3 | -2/+4 |
* | gtk_init and g_thread_init shouldn't be called by libraries. Let applications... | xclaesse | 2008-12-12 | 6 | -55/+16 |
* | Make sure to not init thread twice. | xclaesse | 2008-12-12 | 1 | -1/+3 |
* | Refactor empathy_gtk_init* to share common code. | xclaesse | 2008-12-12 | 1 | -19/+26 |
* | Use empathy_gtk_init() | xclaesse | 2008-12-12 | 1 | -1/+2 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | xclaesse | 2008-12-12 | 35 | -35/+35 |
* | Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They... | xclaesse | 2008-12-12 | 9 | -36/+88 |
* | Updated it translation (Milo Casagrande) | lferrett | 2008-12-12 | 1 | -115/+393 |
* | Fix coding style | xclaesse | 2008-12-12 | 7 | -24/+25 |
* | can_add_contact_to_account: use empathy_contact_manager_can_add (Guillaume De... | xclaesse | 2008-12-12 | 1 | -23/+6 |
* | add empathy_contact_manager_can_add (Guillaume Desmottes) | xclaesse | 2008-12-12 | 2 | -0/+17 |
* | add empathy_tp_contact_list_can_add (Guillaume Desmottes) | xclaesse | 2008-12-12 | 2 | -0/+17 |
* | add empathy_tp_group_get_flags (Guillaume Desmottes) | xclaesse | 2008-12-12 | 2 | -0/+12 |
* | Make hitting enter in New Conversation activate Chat (Will Thompson). | xclaesse | 2008-12-12 | 1 | -0/+1 |
* | Add commented out defines to disable single include for GLib, GDK and GTK. | xclaesse | 2008-12-11 | 1 | -6/+11 |
* | Clarify URI regex | xclaesse | 2008-12-10 | 1 | -4/+4 |
* | Improve URI regex. | xclaesse | 2008-12-10 | 1 | -4/+4 |
* | Correct typo: SHEME -> SCHEME | xclaesse | 2008-12-10 | 1 | -2/+2 |
* | Match literal dot rather than any char in email domain | xclaesse | 2008-12-10 | 1 | -1/+1 |
* | Explicitly depend on telepathy-glib in .pc files (Simon McVittie) | xclaesse | 2008-12-08 | 2 | -2/+2 |
* | Add ca/ in gitignore | xclaesse | 2008-12-08 | 1 | -0/+1 |
* | Autocompletion on contact names for "new message" dialog box. Fixes bug #5522... | xclaesse | 2008-12-08 | 1 | -4/+145 |
* | Updated ca translation (Joan Duran) | gforcada | 2008-12-06 | 1 | -177/+398 |
* | Added Catalan translation by Joan Duran | gforcada | 2008-12-06 | 4 | -2/+498 |
* | Improve the contact-manager to display contacts in a combobox | xclaesse | 2008-12-05 | 1 | -15/+20 |
* | Add lines to disable deprecated GDK symbols | xclaesse | 2008-12-04 | 1 | -1/+3 |
* | Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873. | xclaesse | 2008-12-03 | 1 | -1/+1 |
* | Drop libgnomeui dependency (Cosimo Cecchi). | xclaesse | 2008-12-02 | 2 | -15/+8 |
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | xclaesse | 2008-12-02 | 10 | -26/+31 |
* | Bump version to 2.25.3 | xclaesse | 2008-12-01 | 1 | -1/+1 |