aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some coding style.jtellier2009-05-134-27/+48
| | | | | | | | - empathy-call-window-fullscreen.c and .h now has no line > 80 caracters. - The return type and the signature in the declaration of empathy_call_window_fullscreen_new and of empathy_call_window_new are on the same line. - Removed a trailing space and a tab (which was replaced by spaces).
* Usability fix: The "Leave Fullscreen" button is now using thejtellier2009-05-123-2/+5
| | | | "gtk-leave-fullscreen" stock id instead of "gtk-fullscreen".
* Fixed coding style by removing trailing spaces and not using a mix ofjtellier2009-05-123-146/+132
| | | | | | tabs and spaces. Removed some responsabilities from EmpathyCallWindowFullscreen. It now only manages the "Leave Fullscreen" popup and button.
* Video playback fullscreen modejtellier2009-05-086-13/+676
| | | | See http://bugzilla.gnome.org/show_bug.cgi?id=580771
* empathy_call_window_dispose: disconnect signals before unrefing the contactGuillaume Desmottes2009-04-291-1/+1
|
* empathy_call_window_constructed: set default title if the call handler ↵Guillaume Desmottes2009-04-291-0/+5
| | | | doesn't have a contact
* remove useless includeGuillaume Desmottes2009-04-291-1/+0
|
* call-window: update window's title when contact's name is changedGuillaume Desmottes2009-04-291-10/+34
|
* call-window: set remote contact's name in window's title. Fixes #530119Guillaume Desmottes2009-04-291-0/+25
|
* call-handler: get the contact from the TpCall if it has not been defined ↵Guillaume Desmottes2009-04-291-0/+13
| | | | during construction
* call-handler: contact and tp-call properties are construct onlyGuillaume Desmottes2009-04-291-2/+2
|
* call-window: handler property has to be construct onlyGuillaume Desmottes2009-04-291-1/+1
|
* tp-roomlist: use tp_channel_call_when_ready instead of ↵Guillaume Desmottes2009-04-281-13/+29
| | | | tp_channel_run_until_ready
* tube-handler: fix functions definition styleGuillaume Desmottes2009-04-281-12/+12
|
* tube-handler: use tp_channel_call_when_ready instead of ↵Guillaume Desmottes2009-04-281-6/+23
| | | | tp_channel_run_until_ready
* tube-handler: don't leak data and connection if connection is invalidatedGuillaume Desmottes2009-04-281-0/+2
|
* tube-handler: wait that the connection is ready before creating the TpChannelGuillaume Desmottes2009-04-271-11/+28
|
* document EmpathyTpTube objectGuillaume Desmottes2009-04-271-0/+7
|
* Merge branch 'tp-tube'Guillaume Desmottes2009-04-273-43/+323
|\
| * add '%' in front of constantsGuillaume Desmottes2009-04-271-1/+1
| |
| * document empathy-tp-tubeGuillaume Desmottes2009-04-271-1/+55
| |
| * libempathy/empathy-tp-tube.[ch]: port to tp coding styleGuillaume Desmottes2009-04-242-41/+52
| |
| * s/Empaty/EmpathyGuillaume Desmottes2009-04-242-5/+5
| |
| * document empathy_tp_tube_call_when_readyGuillaume Desmottes2009-04-241-1/+28
| |
| * Merge branch 'master' into tp-tubeGuillaume Desmottes2009-04-2497-6871/+5310
| |\
| * | empathy-tube-handler: wait that tube is ready before announcing itGuillaume Desmottes2009-04-211-8/+27
| | |
| * | add empathy_tp_tube_call_when_ready. Fixes bug #579735Guillaume Desmottes2009-04-212-5/+140
| | |
| * | tp_tube_constructor: get State property not priv->state is actually setGuillaume Desmottes2009-04-211-0/+34
| | |
* | | Add menu option to display FT ManagersDavyd Madeley2009-04-272-0/+25
| | | | | | | | | | | | Fixes GNOME Bug #574626
* | | Fix foaf:mbox URI in DOAP fileDavyd Madeley2009-04-271-1/+1
| | |
* | | Updated Spanish translationJorge Gonzalez2009-04-261-47/+49
| | |
* | | Merge branch 'ft-misc'Jonny Lamb2009-04-255-41/+231
|\ \ \
| * | | Reference empathy_tp_file_is_ready in the "ready" property.Jonny Lamb2009-04-251-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Remove incorrect emacs modeline.Jonny Lamb2009-04-251-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Added more words to empathy_tp_file_is_ready.Jonny Lamb2009-04-251-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Update python bindings.Jonny Lamb2009-04-252-14/+75
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Removed empathy_tp_file_close as it was a duplicate of _cancel.Jonny Lamb2009-04-253-9/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Use a tp-glib constant rather than a magic number.Jonny Lamb2009-04-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Update EmpathyTpFile documentation.Jonny Lamb2009-04-252-16/+148
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Fix a theoretical race listing pending messagesWill Thompson2009-04-251-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you call ListPendingMessages before connecting to Received, the following could theoretically occur: Empathy --- ListPendingMessages --> CM Empathy <-- LPM returns --- CM <----- CM -----> Received Empathy connects to Received and thus you could miss a message. Connecting to Received before calling ListPendingMessages avoids this (mostly theoretical) bug. Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
* | | Add gtk-doc for new functionsXavier Claessens2009-04-251-0/+16
| | |
* | | Refresh each second instead of each 2 secondsXavier Claessens2009-04-251-1/+1
| | |
* | | Display the file transfer speed and calculate remaining time more dynamically.Xavier Claessens2009-04-253-22/+93
| | |
* | | Updated Spanish translationJorge Gonzalez2009-04-251-162/+180
| | |
* | | Add shave support to build process.Jonny Lamb2009-04-2417-40/+298
| |/ |/| | | | | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | tp-file: ready property has to be read onlyGuillaume Desmottes2009-04-241-5/+1
| |
* | tp-file: implement getter/setter for the ready propertyGuillaume Desmottes2009-04-241-0/+6
| |
* | empathy-call-window.c: update priv->sending_video *before* changing widget's ↵Guillaume Desmottes2009-04-241-2/+2
| | | | | | | | state
* | The incoming call dialog doesn't have to be modal. Fixes #576384Guillaume Desmottes2009-04-241-2/+1
| | | | | | | | This avoid to display the roster with the confirmation dialog.
* | add HACKING file pointing to the wikiGuillaume Desmottes2009-04-241-0/+2
| |
* | Merge branch 'spelling-578399'Davyd Madeley2009-04-2410-474/+45
|\ \
| * | Remove spell dialog from POTFILES.in; remove GtkBuilder fileDavyd Madeley2009-04-242-133/+0
| | |
| * | Fix trailing whitespaceDavyd Madeley2009-04-241-5/+5
| | |
| * | Fixes based on feedbackAdam Schreiber2009-04-241-17/+22
| | | | | | | | | | | | | | | Some cleanup still required, done by Davyd Madeley <davyd.madeley@collabora.co.uk>
| * | remove empathy-spell-dialog from python bindingGuillaume Desmottes2009-04-222-16/+0
| | |
| * | Display spelling suggestions in a submenu instead of in a separateAdam Schreiber2009-04-226-322/+37
| | | | | | | | | | | | dialog. Fixes bug #578399
* | | Merge branch 'send-video-576394'Guillaume Desmottes2009-04-242-0/+18
|\ \ \
| * | | empathy-call-window: add priv->sending_video so we don't call ↵Guillaume Desmottes2009-04-241-0/+12
| | | | | | | | | | | | | | | | empathy_call_window_set_send_video when it's not needed
| * | | empathy-call-window: send-video meny entry has to be unsensitive by defaultGuillaume Desmottes2009-04-231-0/+1
| | | |
| * | | Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394Guillaume Desmottes2009-04-231-0/+5
| | | |
* | | | doap: Add desktop categoryOlav Vitters2009-04-241-0/+1
| | | |
* | | | empathy-contact-widget: call contact_widget_change_contact after widget's ↵Guillaume Desmottes2009-04-231-2/+5
|/ / / | | | | | | | | | setup. Fixes #579971
* | | check-empathy-helpers: gconf_entry_free has been deprecated; use ↵Guillaume Desmottes2009-04-231-1/+1
| | | | | | | | | | | | gconf_entry_unref
* | | Merge branch 'presets-dialog'Davyd Madeley2009-04-2311-372/+801
|\ \ \
| * | | Rest of gtk-docDavyd Madeley2009-04-231-0/+9
| | | |
| * | | Preserve the status message across combo box changesDavyd Madeley2009-04-231-3/+20
| | | |
| * | | Add a comment for cassidy ;-)Davyd Madeley2009-04-231-0/+1
| | | |
| * | | Sort presets alphabetically in the listDavyd Madeley2009-04-232-2/+4
| | | |
| * | | gtk-doc entryDavyd Madeley2009-04-231-0/+9
| | | |
| * | | Make it possible to edit a status message by double-clicking on itDavyd Madeley2009-04-231-0/+52
| | | |
| * | | Fix function namingDavyd Madeley2009-04-231-4/+4
| | | |
| * | | Don't reset the state to Available when you click [Add]Davyd Madeley2009-04-221-6/+14
| | | |
| * | | Fix up Add Preset combo focusingDavyd Madeley2009-04-221-17/+84
| | | |
| * | | Add some labels to the UIDavyd Madeley2009-04-221-3/+34
| | | |
| * | | Connect new dialog into presence chooser, remove old dialogDavyd Madeley2009-04-225-370/+11
| | | |
| * | | Make test load status presetsDavyd Madeley2009-04-221-0/+4
| | | |
| * | | Add new files to POTFILES.inDavyd Madeley2009-04-221-0/+2
| | | |
| * | | Make [Add] workDavyd Madeley2009-04-222-6/+150
| | | |
| * | | Make [Remove] workDavyd Madeley2009-04-211-0/+35
| | | |
| * | | List presets in the treeviewDavyd Madeley2009-04-213-3/+210
| | | |
| * | | Skeleton of a test program for the dialogDavyd Madeley2009-04-213-1/+53
| | | |
| * | | Skeleton of a new presets dialogDavyd Madeley2009-04-213-0/+148
| | | |
* | | | Merge branch 'irc-dialog-579800'Guillaume Desmottes2009-04-233-10/+4
|\ \ \ \
| * | | | empathy-account-widget-irc: remove unused widgetsGuillaume Desmottes2009-04-231-6/+0
| | | | |
| * | | | empathy-account-widget-irc: rename button_remove to button_remove_network so ↵Guillaume Desmottes2009-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | it has the same name as the UI id
| * | | | empathy_irc_network_dialog_show: call show_all on the dialogGuillaume Desmottes2009-04-231-0/+1
| | | | |
| * | | | fix another id clashGuillaume Desmottes2009-04-231-1/+1
| | | | |
| * | | | rename button_remove to button_remove_network to fix id clashGuillaume Desmottes2009-04-232-3/+3
| | | | |
| * | | | empathy-account-widget-irc.ui: the network dialog doesn't have to beGuillaume Desmottes2009-04-231-1/+0
| | | | | | | | | | | | | | | | | | | | visible by default. Fixes #579800
* | | | | Misc. gtk-doc updates, including being more explicit about refs.Jonny Lamb2009-04-234-8/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | | Add documentation for EmpathyNewMessageDialog.Jonny Lamb2009-04-231-0/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | | Add documentation for EmpathyProfileChooser.Jonny Lamb2009-04-231-0/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | | Add documentation for EmpathyAvatarImage.Jonny Lamb2009-04-232-0/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | | Add documentation for EmpathyAvatarChooser.Jonny Lamb2009-04-232-0/+55
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | | Add documentation for EmpathyPresenceChooser.Jonny Lamb2009-04-232-0/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | | Add documentation for EmpathyContactWidget.Jonny Lamb2009-04-232-0/+73
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | | Add documentation for EmpathyContactSelector.Jonny Lamb2009-04-232-2/+68
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | | Add documentation for EmpathyAccountChooser.Jonny Lamb2009-04-232-0/+105
|/ / / / | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Remove g_object_ref from empathy_dispatch_operation_get_tp_connection. Fixes ↵Jonny Lamb2009-04-222-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | #579780 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Renamed empathy_profile_chooser_get_selected to ↵Jonny Lamb2009-04-223-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Renamed empathy_contact_list_view_get_selected to ↵Jonny Lamb2009-04-223-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | empathy_contact_list_view_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Renamed empathy_account_chooser_get_account to ↵Jonny Lamb2009-04-225-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Rename empathy_contact_new_static to empathy_contact_new_for_logXavier Claessens2009-04-223-7/+7
| | | |
* | | | Don't forget to show the contact widget in some placesXavier Claessens2009-04-221-3/+6
| | | |
* | | | Do not rely on suppress_handlers, it is deprecated.Xavier Claessens2009-04-221-76/+49
| | | |
* | | | Rename manager to self to not confuse with account_manager.Xavier Claessens2009-04-221-6/+6
| | | |
* | | | Replace empathy_connection_get_protocol by tp_connection_parse_object_pathXavier Claessens2009-04-224-34/+4
| | | |
* | | | Add a comment to tell that tp_contact_list_group_add() takes ownership of ↵Xavier Claessens2009-04-221-0/+1
| | | | | | | | | | | | | | | | handles array
* | | | Make the comment for group hash table more explicitXavier Claessens2009-04-221-1/+2
| | | |
* | | | Add a comment to explain what does tp_contact_list_group_addXavier Claessens2009-04-221-0/+5
| | | |
* | | | Simplify expression in tp_contact_list_group_add_data_unrefXavier Claessens2009-04-221-1/+2
| | | |
* | | | Add doc for empathy_account_manager_dup_connections.Xavier Claessens2009-04-221-0/+9
| | | |
* | | | Make explicit in the doc of empathy_account_manager_get_connection that it ↵Xavier Claessens2009-04-221-1/+1
| | | | | | | | | | | | | | | | does not return a new ref
* | | | Add asserts in connection_invalidated_cbXavier Claessens2009-04-221-0/+6
| | | |
* | | | Document hash tables in EmpathyAccountManagerPrivXavier Claessens2009-04-221-2/+2
| | | |
* | | | Add empathy_contact_new_static() to create a contact that comes from logsXavier Claessens2009-04-223-6/+22
| | | |
* | | | Add G_PARAM_STATIC_STRINGS to EmpathyContact propertiesXavier Claessens2009-04-222-11/+10
| | | |
* | | | Fix build, probably an error while rebasingXavier Claessens2009-04-221-2/+0
| | | |
* | | | Cleanup authors of EmpathyContact. It has nothing to do with Gossip code ↵Xavier Claessens2009-04-222-4/+1
| | | | | | | | | | | | | | | | anymore. All code is mine.
* | | | Use tp_connection_get_self_handle where neededXavier Claessens2009-04-225-68/+20
| | | |
* | | | Also accept local-pending of publish if adding a contactXavier Claessens2009-04-221-0/+5
| | | |
* | | | Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵Xavier Claessens2009-04-2213-123/+441
| | | | | | | | | | | | | | | | | | | | | | | | function to get only one contact from id/handle.
* | | | Port EmpathyContactListView's DnD to new APIXavier Claessens2009-04-221-58/+112
| | | |
* | | | Port EmpathyChatWindow's DnD to new APIXavier Claessens2009-04-221-3/+20
| | | |
* | | | Port megaphone applet to new APIXavier Claessens2009-04-221-168/+202
| | | |
* | | | Update python bindingXavier Claessens2009-04-224-426/+104
| | | |
* | | | Remove useless include of empathy-contact-factory.hXavier Claessens2009-04-222-2/+0
| | | |
* | | | Simplify empathy_contact_get_accountXavier Claessens2009-04-221-7/+3
| | | |
* | | | Extract protocol from the connection's object-path and correctly set the ↵Xavier Claessens2009-04-223-4/+36
| | | | | | | | | | | | | | | | special group for xmpp-local contacts.
* | | | Add commented out code to set the _is_ready property of EmpathyContactXavier Claessens2009-04-221-0/+14
| | | |
* | | | Disconnect all signals from tp_chat when the UI is destroyedXavier Claessens2009-04-221-6/+17
| | | |
* | | | - Fix connection of "group-members-changed" signalXavier Claessens2009-04-221-14/+3
| | | | | | | | | | | | | | | | | | | | - Do not unerf channel when calling close. Wait for it to be invalidated becasue we can still get signals between the moment we called close and the CM actually closing the channel.
* | | | Remove dead codeXavier Claessens2009-04-221-3/+0
| | | |
* | | | Use new getters and setters of EmpathyChatroom. Simplify to lookup when a ↵Xavier Claessens2009-04-221-35/+20
| | | | | | | | | | | | | | | | tp_chat is destroyed.
* | | | Add getter and setter for "tp-chat" and "favorite" properties on EmpathyChatroomXavier Claessens2009-04-222-43/+85
| | | |
* | | | Remove useless conditionXavier Claessens2009-04-221-12/+9
| | | |
* | | | Drop dead codeXavier Claessens2009-04-222-101/+0
| | | |
* | | | Drop usage of McAccount from EmpathyTpTubeXavier Claessens2009-04-221-8/+1
| | | |
* | | | If presence message is "", get the default message.Xavier Claessens2009-04-221-1/+1
| | | |
* | | | Remove dead codeXavier Claessens2009-04-221-2/+0
| | | |
* | | | Update docXavier Claessens2009-04-222-5/+0
| | | |
* | | | Remove obsolet test applicationsXavier Claessens2009-04-223-120/+0
| | | |
* | | | Add a group channel only if suppress_handler == FALSEXavier Claessens2009-04-221-3/+5
| | | |
* | | | Make sure to not ref a NULL objectXavier Claessens2009-04-221-0/+3
| | | |
* | | | index begin at 0 and not 1 for GArrayXavier Claessens2009-04-221-1/+1
| | | |
* | | | Get the factory in _constructed because connection property is not set yet ↵Xavier Claessens2009-04-221-2/+3
| | | | | | | | | | | | | | | | in _init
* | | | CONSTRUCT_ONLY properties must be writableXavier Claessens2009-04-221-3/+5
| | | |
* | | | Get the priv struct of the right object.Xavier Claessens2009-04-221-2/+2
| | | |
* | | | Get the connection for newly created accountsXavier Claessens2009-04-221-44/+53
| | | |
* | | | Port empathy.c to new APIXavier Claessens2009-04-221-1/+8
| | | |
* | | | Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed ↵Xavier Claessens2009-04-222-3/+2
| | | | | | | | | | | | | | | | to be enough.
* | | | Port EmpathyNEwChatroomDialog to new APIXavier Claessens2009-04-221-3/+3
| | | |
* | | | Port EmpathyMainWindow to new APIXavier Claessens2009-04-221-35/+9
| | | |
* | | | - Split info/edit/personal dialogs into different functions.Xavier Claessens2009-04-224-63/+142
| | | | | | | | | | | | | | | | - Make sure empathy_contact_widget_new works with a NULL contact.
* | | | Port EmpathyEventManager to new APIXavier Claessens2009-04-221-96/+43
| | | |
* | | | There is no "contact" property on EmpathyTpFileXavier Claessens2009-04-221-2/+0
| | | |
* | | | Port EmpathyNewMessageDialog to new API.Xavier Claessens2009-04-221-45/+55
| | | |
* | | | Port EmpathyContactWidget to new API.Xavier Claessens2009-04-221-42/+62
| | | |
* | | | Add empathy_account_chooser_get_connection()Xavier Claessens2009-04-222-0/+19
| | | |
* | | | Base EmpathyAvatarChooser on connection instead of account.Xavier Claessens2009-04-221-83/+29
| | | |
* | | | EmpathyTpContactFactory don't have a ready property anymore.Xavier Claessens2009-04-221-12/+6
| | | |
* | | | Remove unused function empathy_dispatcher_call_with_contact().Xavier Claessens2009-04-222-31/+0
| | | |
* | | | Port EmpathyContactDialogs to new API.Xavier Claessens2009-04-221-4/+16
| | | |
* | | | Port EmpathyChatWindow to new API and remove dead code.Xavier Claessens2009-04-221-15/+1
| | | |
* | | | Port EmpathyChat to new API.Xavier Claessens2009-04-222-33/+18
| | | |
* | | | Remove usage of EmpathyTpGroup from EmpathyTpContactListXavier Claessens2009-04-221-566/+610
| | | |
* | | | Remove EmpathyTpGroupXavier Claessens2009-04-223-1076/+0
| | | |
* | | | Use the account manager to map from connection to account.Xavier Claessens2009-04-221-6/+19
| | | |
* | | | Add empathy_tp_chat_get_connection() to direct access the channel's connection.Xavier Claessens2009-04-222-0/+11
| | | |
* | | | Reorder functions to not declare them on topXavier Claessens2009-04-221-267/+267
| | | |
* | | | Fix some coding styleXavier Claessens2009-04-221-105/+90
| | | |
* | | | Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup.Xavier Claessens2009-04-222-403/+375
| | | |
* | | | Port EmpathyCallHandler to new APIXavier Claessens2009-04-221-30/+20
| | | |
* | | | Port EmpathyTpCall to new APIXavier Claessens2009-04-221-36/+23
| | | |
* | | | Port EmpathyLogManager to new APIXavier Claessens2009-04-221-2/+6
| | | |
* | | | Port EmpathyDispatchOperation to new APIXavier Claessens2009-04-221-6/+61
| | | |
* | | | Port EmpathyTpFile to new API and add a ready propertyXavier Claessens2009-04-222-43/+130
| | | |
* | | | EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on ↵Xavier Claessens2009-04-222-200/+83
| | | | | | | | | | | | | | | | TpConnection instead of McAccount
* | | | Drop unused include of contact factoryXavier Claessens2009-04-221-1/+0
| | | |
* | | | EmpathyContactManager: Use new API of EmpathyAccountManager and ↵Xavier Claessens2009-04-222-89/+65
| | | | | | | | | | | | | | | | EmpathyTpContactList.
* | | | Rebase EmpathyTpContactList on TpConnection instead of McAccount.Xavier Claessens2009-04-222-121/+53
| | | |
* | | | Change API of EmpathyTpContactFactory:Xavier Claessens2009-04-222-776/+313
| | | | | | | | | | | | | | | | | | | | | | | | - Based on TpConnection instead of McAccount. - Drop all code that is now handled in TpContact. - Make it per-connection singleton.
* | | | Drop EmpathyContactFactoryXavier Claessens2009-04-223-270/+2
| | | |
* | | | Keep a ref to all TpConnection objects. Map account<>connection.Xavier Claessens2009-04-222-0/+159
| | | |
* | | | Turn EmpathyContact into a TpContact wrapperXavier Claessens2009-04-222-385/+213
| |/ / |/| |
* | | update python bindingsGuillaume Desmottes2009-04-221-0/+60
| | |
* | | Output GtkBuilder errors as g_critical() not DEBUG()Davyd Madeley2009-04-221-1/+1
| | |
* | | Updated Spanish translationJorge Gonzalez2009-04-221-203/+187
| | |
* | | Updated Spanish translationJorge Gonzalez2009-04-221-27/+39
| |/ |/|
* | Add ellipsis to the add account button. Fixes bug #548704Guillaume Desmottes2009-04-211-2/+36
| |
* | empathy-accounts-dialog.ui: no change, the file has just been opened and ↵Guillaume Desmottes2009-04-211-27/+57
| | | | | | | | sauved in Glade
* | Updated Galician TranslationFrco. Javier Rial2009-04-212-471/+763
| |
* | Merge branch 'tube-bus-name'Guillaume Desmottes2009-04-212-1/+33
|\ \
| * | empathy_tube_handler_build_bus_name: escape invalid char in the service nameGuillaume Desmottes2009-04-211-1/+22
| | |
| * | don't dispatch D-Bus tube having an invalid ServiceNameGuillaume Desmottes2009-04-211-0/+11
| | |
* | | Add context string for translation (#575442)Frederic Peters2009-04-211-1/+1
|/ /
* | Instead of destroying the submenu when it's not needed only create it if thereLars-Peter Clausen2009-04-211-13/+5
| | | | | | | | is a submenu item.
* | Fix indent.Lars-Peter Clausen2009-04-212-3/+3
| |
* | Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled bufferLars-Peter Clausen2009-04-211-1/+2
| | | | | | | | after it has been saved and is not needed anymore.
* | Fix memleak in avatar_chooser_update_preview_cb. Free string returned byLars-Peter Clausen2009-04-211-0/+2
| | | | | | | | gtk_file_chooser_get_preview_filename.
* | Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen2009-04-211-6/+0
| | | | | | | | else it does not make sense to add a ref to the renderer, or does it?
* | Fix memleak in tp_contact_list_group_member_removed_cb. Free group name whenLars-Peter Clausen2009-04-211-0/+1
| | | | | | | | it is removed from the group list.
* | Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it hasLars-Peter Clausen2009-04-211-0/+1
| | | | | | | | been removed from the message queue.
* | Fix memleak in empathy_contact_invite_menu_item_new. Just callingLars-Peter Clausen2009-04-211-1/+3
| | | | | | | | gtk_widget_destroy on submenu won't free it since it is floating.
* | Fix memleak. Free strings retrieved from gtk_tree_model_get.Lars-Peter Clausen2009-04-211-0/+2
| |
* | Fix memleak in empathy_account_manager_init. Do not create unused account data.Lars-Peter Clausen2009-04-211-6/+1
| |
* | Fix memleak in empathy_tp_file_accept. Free content of priv->filename beforeLars-Peter Clausen2009-04-211-0/+1
| | | | | | | | overwriting it.
* | fix memleak in preferences_widget_sync_string_combo. Previously name was notLars-Peter Clausen2009-04-211-6/+3
| | | | | | | | freed if it was a match.
* | Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if itsLars-Peter Clausen2009-04-211-3/+1
|/ | | | needed and freed again.
* Coding style fixDavyd Madeley2009-04-211-2/+1
|
* s/favourite/favorite/Davyd Madeley2009-04-211-9/+9
|
* Reliably set favourite-starDavyd Madeley2009-04-212-31/+53
|
* Update the preset listDavyd Madeley2009-04-211-1/+21
|
* Add a favourite icon to custom/saved messagesDavyd Madeley2009-04-211-8/+81
|
* More icon sizesDavyd Madeley2009-04-209-0/+8
|
* Icons from FirefoxDavyd Madeley2009-04-203-0/+2
|
* Merge commit 'bigon/configure-deprecated-flag'Xavier Claessens2009-04-1910-13/+18
|\
| * Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-1810-13/+18
| | | | | | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* | Fix plural formsKhaled Hosny2009-04-191-4/+4
| |
* | Updated Spanish translationJorge Gonzalez2009-04-191-464/+467
| |
* | Updated British English translationPhilip Withnall2009-04-181-180/+180
| |
* | Fix coding style by not going over 80 chars too muchPierre-Luc Beaudoin2009-04-181-10/+18
| |
* | Fix indent and translationPierre-Luc Beaudoin2009-04-181-3/+3
| |
* | Fix memory leaks + minor coding style changesPierre-Luc Beaudoin2009-04-181-5/+7
| |
* | Add members, invite and password columns to Join dialogPierre-Luc Beaudoin2009-04-181-5/+61
| |
* | Add more information to EmpathyChatroomPierre-Luc Beaudoin2009-04-183-3/+242
| | | | | | | | | | | | | | - Invite Only - Require password - Subject - Member count
* | Modify deeply the join chatroom dialog.Pierre-Luc Beaudoin2009-04-182-125/+70
| | | | | | | | | | | | The rationale is that the room list is now loaded when the expander is open. It will refresh it if is open and the server is changed.
* | Remove the New in Join New... menu itemPierre-Luc Beaudoin2009-04-181-1/+1
| | | | | | | | As the the dialog doesn't necessarily create a new room, it makes no sens.
* | Updated POTFILES.in (.glade to .ui)Claude Paroz2009-04-181-27/+27
| |
* | AM_MAINTAINER_MODE is evilOlivier Crête2009-04-181-1/+0
| |
* | Correct English.Jonny Lamb2009-04-171-1/+1
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Fix urgency hint for MUCsXavier Claessens2009-04-171-1/+7
|
* tp-tube: remove priv->parametersGuillaume Desmottes2009-04-171-5/+0
|
* tp-tube: remove priv->serviceGuillaume Desmottes2009-04-171-3/+0
|
* tp-tube: remove priv->initiator_contact and priv->factory as they are not usedGuillaume Desmottes2009-04-171-9/+0
|
* empathy-tp-tube: remove initiator and type member variables as they are not usedGuillaume Desmottes2009-04-171-2/+0
|
* empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for ↵Guillaume Desmottes2009-04-171-1/+2
| | | | the state property
* empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGSGuillaume Desmottes2009-04-171-4/+2
|
* empathy-tp-tube: the state is a EmpTubeChannelState not a guintGuillaume Desmottes2009-04-171-2/+2
|
* Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of ↵Xavier Claessens2009-04-171-15/+22
| | | | malformed format.
* Remove comments coming from the doap templateXavier Claessens2009-04-171-12/+2
|
* Updated Arabic translationKhaled Hosny2009-04-171-460/+834
|
* Add empathy.doap file for project description.Xavier Claessens2009-04-171-0/+30
|
* Fix python bingindXavier Claessens2009-04-171-0/+2
|
* Fix compilation warning: chatrooms_window_model_get_selected() was not used.Xavier Claessens2009-04-171-0/+8
|
* Update python bindingXavier Claessens2009-04-161-33/+27
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2877
* Remove reference to glade from panel appletsXavier Claessens2009-04-162-2/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2876
* Remove libglade from libempathy-gtk.pcXavier Claessens2009-04-161-2/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2875
* Remove unused edit-chatroom dialog from the UI file. ↵Xavier Claessens2009-04-162-220/+2
| | | | | | | | gtk_builder_add_from_file creates all toplevel objects so the edit dialog popup in the same time as the manage chatroom dialog. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2874
* Add cell renderer on the theme combobox. Seems GtkBuilder don't set a ↵Xavier Claessens2009-04-161-12/+21
| | | | | | | | default renderer like glade. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2873