Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 20 | -107/+91 |
| | | | | The "name" API was a relic of Gossip. | ||||
* | Remove folks_individual_dup_from_empathy_contact() | Philip Withnall | 2010-07-22 | 4 | -94/+23 |
| | | | | | As EmpathyContact is now a wrapper around FolksPersona, we can mutate the persona instead of acquiring an individual and mutating that instead. | ||||
* | Add a link between EmpathyContact and FolksPersona | Philip Withnall | 2010-07-22 | 3 | -0/+102 |
| | | | | EmpathyContact should eventually just be a thin wrapper over FolksPersona. | ||||
* | Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixes | Travis Reitter | 2010-07-22 | 6 | -14/+27 |
| | |||||
* | Re-add support for the "People Nearby" group | Philip Withnall | 2010-07-21 | 1 | -4/+12 |
| | |||||
* | Typos | Khaled Hosny | 2010-07-21 | 1 | -2/+2 |
| | |||||
* | Add authors and fix copyrights for empathy-accounts-module | Danielle Madeley | 2010-07-21 | 3 | -3/+7 |
| | |||||
* | Remove unneccesary signal disconnection in EmpathyAccountsDialog | Danielle Madeley | 2010-07-21 | 1 | -35/+9 |
| | | | | Generated critical warnings under GTK+ 3 | ||||
* | Update cc-empathy-accounts-panel for latest gnome-control-center | Danielle Madeley | 2010-07-21 | 6 | -365/+130 |
| | |||||
* | Update gnome-control-center dependency | Danielle Madeley | 2010-07-21 | 1 | -3/+10 |
| | |||||
* | Remove apostrophes from configure.ac because they break vim's highlighting | Danielle Madeley | 2010-07-21 | 1 | -9/+9 |
| | |||||
* | Take advantage of tp_asv_new(). | Travis Reitter | 2010-07-21 | 1 | -5/+3 |
| | |||||
* | Use the proper source_tag in empathy_pixbuf_avatar_from_individual_scaled_*(). | Travis Reitter | 2010-07-21 | 1 | -2/+2 |
| | |||||
* | Adjust to the new add_persona_from_details() API. | Travis Reitter | 2010-07-21 | 2 | -3/+5 |
| | |||||
* | Update to the FolksIndividualAggregator:individuals-changed signal. | Travis Reitter | 2010-07-21 | 4 | -24/+23 |
| | |||||
* | Don't depend on Folks capabilities in the IndividualView | Travis Reitter | 2010-07-21 | 1 | -2/+13 |
| | |||||
* | Calculate contact capabilities ourselves. | Travis Reitter | 2010-07-21 | 1 | -12/+33 |
| | | | | | The libfolks Capabilities interface will be removed temporarily, so we can't rely upon it for now. | ||||
* | Only have one parameter per function definition line. | Travis Reitter | 2010-07-21 | 1 | -1/+2 |
| | |||||
* | Cut excessive G_STRLOC in DEBUG statements. | Travis Reitter | 2010-07-21 | 1 | -3/+3 |
| | |||||
* | Chain up IndividualManager's dispose() to call its parent's dispose(). | Travis Reitter | 2010-07-21 | 1 | -0/+2 |
| | |||||
* | Perform the IndividualManager dispose work in a dispose() function, not ↵ | Travis Reitter | 2010-07-21 | 1 | -2/+2 |
| | | | | finalize. | ||||
* | Add a comment about the IndividualManager's general memory management policy. | Travis Reitter | 2010-07-21 | 1 | -0/+6 |
| | |||||
* | Use the more-conventional approach to signal emission in IndividualManager. | Travis Reitter | 2010-07-21 | 1 | -32/+44 |
| | |||||
* | Take advantage of tp_clear_object(). | Travis Reitter | 2010-07-21 | 1 | -2/+1 |
| | |||||
* | Minimize the scope of some variables and avoid risk of double-freeing a string. | Travis Reitter | 2010-07-21 | 1 | -3/+4 |
| | |||||
* | Enclose a non-trivial expression in () in an assignment. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Also sort the IndividualStore by underlying protocol and account ID. | Travis Reitter | 2010-07-21 | 1 | -3/+24 |
| | |||||
* | Don't enclose trivial blocks in {}. | Travis Reitter | 2010-07-21 | 2 | -96/+33 |
| | |||||
* | Use explicit '!= NULL' for pointer boolean expressions. | Travis Reitter | 2010-07-21 | 2 | -12/+13 |
| | |||||
* | Cut obsolete comment. | Travis Reitter | 2010-07-21 | 1 | -1/+0 |
| | |||||
* | Simplify validation. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Take advantage of tp_clear_object(). | Travis Reitter | 2010-07-21 | 2 | -9/+5 |
| | |||||
* | We already know that this contact is a FolksIndividual if it isn't NULL, so ↵ | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | | | | simplify the conditional. | ||||
* | Stick with the term 'contact' instead of adding 'individual'. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Update copyright notice. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Fix alignment. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Don't leak references to the contacts returned from ↵ | Travis Reitter | 2010-07-21 | 4 | -1/+15 |
| | | | | empathy_contact_dup_from_folks_individual(). | ||||
* | Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵ | Travis Reitter | 2010-07-21 | 8 | -37/+37 |
| | | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced. | ||||
* | Simplify empathy_folks_individual_contains_contact(). | Travis Reitter | 2010-07-21 | 1 | -9/+2 |
| | |||||
* | Add comments for the new Individual/Contact utility functions. | Travis Reitter | 2010-07-21 | 1 | -0/+10 |
| | |||||
* | Use the gio async pattern for fetching Individuals' avatars | Travis Reitter | 2010-07-21 | 3 | -39/+92 |
| | |||||
* | Reduce line length. | Travis Reitter | 2010-07-21 | 1 | -5/+6 |
| | |||||
* | Take advantage of the tp_clear_* utility functions. | Travis Reitter | 2010-07-21 | 4 | -60/+16 |
| | |||||
* | Cut misinformed comment about a potential race condition. | Travis Reitter | 2010-07-21 | 1 | -1/+0 |
| | |||||
* | Create a constructor for PixbufAvatarFromIndividualClosure. | Travis Reitter | 2010-07-21 | 1 | -11/+26 |
| | |||||
* | Clarify that toggling a group in the EmpathyContactWidget actually toggles it. | Travis Reitter | 2010-07-21 | 1 | -4/+5 |
| | |||||
* | Use explicit boolean expressions for if-conditionals, according to Telepathy ↵ | Travis Reitter | 2010-07-21 | 4 | -13/+13 |
| | | | | style. | ||||
* | Add the empathy-individual-* files to POTFILES.in | Travis Reitter | 2010-07-21 | 1 | -0/+3 |
| | |||||
* | Hold a reference to the contact we're adding as an individual | Philip Withnall | 2010-07-21 | 1 | -4/+11 |
| | | | | | | | In empathy_individual_manager_add_from_contact(), we must hold a reference to the contact we're adding throughout the entire async process, or the TpHandle which represents the contact could get unreffed and destroyed. This causes the new contact to get lost. | ||||
* | Add some more validation when sorting the contact list. | Travis Reitter | 2010-07-21 | 1 | -8/+10 |
| | |||||
* | Fix setting favourites from the contact editing dialogue | Philip Withnall | 2010-07-21 | 1 | -17/+16 |
| | |||||
* | Allow changing of individuals' aliases | Philip Withnall | 2010-07-21 | 2 | -4/+9 |
| | |||||
* | Re-enable changing individuals' groups | Philip Withnall | 2010-07-21 | 3 | -13/+45 |
| | | | | | | This introduces a hacky function to return the individual for a given EmpathyContact, which should go away once we break the assumption that individuals are 1:1 with contacts. | ||||
* | Bump libfolks requirement. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Fix trivial casting error. | Travis Reitter | 2010-07-21 | 1 | -1/+2 |
| | |||||
* | Support removing groups | Philip Withnall | 2010-07-21 | 3 | -2/+33 |
| | |||||
* | Fix some referencing bugs with the IndividualStore and IndividualView | Philip Withnall | 2010-07-21 | 2 | -13/+13 |
| | |||||
* | Re-implement file sending with drag and drop | Philip Withnall | 2010-07-21 | 1 | -2/+3 |
| | |||||
* | Remove unused EmpathyIndividualManager instances from the individual menu | Philip Withnall | 2010-07-21 | 1 | -9/+0 |
| | |||||
* | Remove an unused connection to the telepathy-logger service | Philip Withnall | 2010-07-21 | 1 | -24/+0 |
| | |||||
* | Bump required version of libfolks for API change. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Sync up with the libfolks replacement of ↵ | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | | | | folks_individual_aggregator_get_members(). | ||||
* | Cut outdated comment. | Travis Reitter | 2010-07-21 | 1 | -2/+0 |
| | |||||
* | Take advantage of favourites being a hard requirement and add stubs for ↵ | Travis Reitter | 2010-07-21 | 1 | -4/+0 |
| | | | | adding/removing individuals as favourites. | ||||
* | Hide/show groups as necessary when their members change. | Travis Reitter | 2010-07-21 | 1 | -0/+7 |
| | |||||
* | Replace the IndividualView's setup function with a more-conventional ↵ | Travis Reitter | 2010-07-21 | 1 | -1/+0 |
| | | | | constructed function. | ||||
* | Catch up with convention for getting the view's model. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Follow the new tree store insertion convention used by the contact list ↵ | Travis Reitter | 2010-07-21 | 1 | -7/+8 |
| | | | | store in the individual store. | ||||
* | Finish adding favourites support | Philip Withnall | 2010-07-21 | 3 | -27/+43 |
| | |||||
* | Support contact removal | Travis Reitter | 2010-07-21 | 3 | -5/+25 |
| | |||||
* | Support contact adding | Travis Reitter | 2010-07-21 | 7 | -8/+251 |
| | |||||
* | Use the new FolksFavourite interface for favourites support | Philip Withnall | 2010-07-21 | 5 | -37/+10 |
| | |||||
* | Fixes from merging master | Philip Withnall | 2010-07-21 | 1 | -0/+1 |
| | |||||
* | Avoid potential segfaults if there are no contacts on the first pass. | Travis Reitter | 2010-07-21 | 3 | -48/+13 |
| | |||||
* | Add a note about future work to be done after we break the 1:1 ↵ | Travis Reitter | 2010-07-21 | 1 | -0/+3 |
| | | | | FolksIndividual:TpContact relationship. | ||||
* | Re-add the audio and video call menu items in the call-activated handler. | Travis Reitter | 2010-07-21 | 1 | -4/+6 |
| | |||||
* | Support the contact list tooltip | Travis Reitter | 2010-07-21 | 1 | -1/+48 |
| | |||||
* | Re-implement the context menu for Individuals | Travis Reitter | 2010-07-21 | 10 | -36/+881 |
| | |||||
* | Don't crash if a row gets deleted before being expanded. | Travis Reitter | 2010-07-21 | 1 | -1/+0 |
| | |||||
* | Fix the formatting of some calls to g_object_set() | Travis Reitter | 2010-07-21 | 1 | -6/+26 |
| | |||||
* | Back-port better solution for incorrect-groups-expanded problem. | Travis Reitter | 2010-07-21 | 1 | -0/+1 |
| | |||||
* | Implement avatar support. | Travis Reitter | 2010-07-21 | 4 | -32/+171 |
| | |||||
* | Base the contact list around libfolks metacontacts. Not yet to feature-parity | Travis Reitter | 2010-07-21 | 15 | -52/+4788 |
| | | | | with mainline Empathy. | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-07-20 | 2 | -64/+52 |
| | |||||
* | GtkNotebookPage no longer exists in GTK+ 3 | Danielle Madeley | 2010-07-19 | 1 | -1/+4 |
| | |||||
* | Fixed headers in galician translation file | Fran Diéguez | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Fixed headers in galician translation file | Fran Diéguez | 2010-07-19 | 1 | -127/+155 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-07-18 | 1 | -227/+74 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-07-18 | 1 | -93/+125 |
| | |||||
* | Update Simplified Chinese translation. | Aron Xu | 2010-07-17 | 1 | -676/+758 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-07-16 | 1 | -109/+131 |
| | |||||
* | avoid segfault in event_manager_add (#624462) | Marc-Antoine Perennou | 2010-07-16 | 1 | -1/+3 |
| | | | | Check if approval is not NULL before trying to modify it | ||||
* | [i18n] Updated German translation | Mario Blättermann | 2010-07-16 | 1 | -691/+618 |
| | |||||
* | Tune settings for the updated x264enc element | Sjoerd Simons | 2010-07-15 | 1 | -0/+4 |
| | |||||
* | Added gl to DOC_LINGUAS | Fran Diéguez | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | Updated Galician translations for docs | Fran Diéguez | 2010-07-15 | 1 | -0/+2963 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-07-14 | 2 | -582/+736 |
| | |||||
* | Disable /query and /msg commands for now (#624268) | Guillaume Desmottes | 2010-07-14 | 1 | -0/+7 |
| | | | | This avoid to crash while bug 623682 hasn't been fixed. | ||||
* | Merge branch 'debug-av-599166' | Guillaume Desmottes | 2010-07-14 | 5 | -4/+761 |
|\ | |||||
| * | display the clock rate of the codec as well | Guillaume Desmottes | 2010-07-13 | 1 | -12/+11 |
| | | |||||
| * | reset codecs when call is disconnected | Guillaume Desmottes | 2010-07-12 | 1 | -0/+13 |
| | | |||||
| * | call-window: display receiving codecs | Guillaume Desmottes | 2010-07-12 | 2 | -0/+195 |
| | | |||||
| * | call-handler: add audio/video recv codecs properties | Guillaume Desmottes | 2010-07-12 | 2 | -1/+108 |
| | | |||||
| * | call-window: Add 'details' pane containing encoding codecs (#599166) | Guillaume Desmottes | 2010-07-12 | 2 | -0/+339 |
| | | | | | | | | The details pane has been inspired from totem's 'Properties' pane. | ||||
| * | call-handler: add send audio/video codec properties | Guillaume Desmottes | 2010-07-12 | 2 | -3/+106 |
| | | |||||
| * | bump telepathy-farsight dep | Guillaume Desmottes | 2010-07-12 | 1 | -1/+2 |
| | | | | | | | | The API to get the TpStream object has been added in this version. | ||||
* | | remove released flag | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
| | | |||||
* | | prepare 2.31.5.1EMPATHY_2_31_5_1 | Guillaume Desmottes | 2010-07-13 | 2 | -2/+15 |
| | | |||||
* | | libnm_glib.pc has been renamed to lib-glib.pc (#624202) | Laurent Bigonville | 2010-07-13 | 1 | -1/+1 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2010-07-13 | 1 | -51/+64 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2010-07-13 | 1 | -50/+59 |
| | | |||||
* | | remove released flag | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
| | | |||||
* | | prepare 2.31.5 releaseEMPATHY_2_31_5 | Guillaume Desmottes | 2010-07-13 | 2 | -2/+54 |
| | | |||||
* | | add GTK+ flags when building tests | Guillaume Desmottes | 2010-07-13 | 1 | -0/+1 |
| | | |||||
* | | preferences: coding style fix | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
| | | |||||
* | | main-window: coding style fix | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
| | | |||||
* | | empathy-log-window: coding style fixes | Guillaume Desmottes | 2010-07-13 | 1 | -2/+2 |
| | | |||||
* | | empathy-contact-list-view: coding style fix | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
| | | |||||
* | | add empathy-av.c to POTFILES.in | Guillaume Desmottes | 2010-07-13 | 1 | -0/+1 |
|/ | |||||
* | empathy-accounts.1: document --if-needed | Guillaume Desmottes | 2010-07-12 | 1 | -0/+3 |
| | |||||
* | empathy-accounts.1: --import has been removed | Guillaume Desmottes | 2010-07-12 | 1 | -3/+0 |
| | |||||
* | import empathy-accounts manpage from Debian | Guillaume Desmottes | 2010-07-12 | 2 | -1/+38 |
| | | | | Thanks to Laurent Bigonville for this man page. | ||||
* | sync empathy manpage with Debian package | Guillaume Desmottes | 2010-07-12 | 1 | -9/+31 |
| | |||||
* | Fix a memory leak in EmpathyAvatar (#624054) | Philip Withnall | 2010-07-12 | 1 | -0/+1 |
| | | | | The avatar filename was being leaked. | ||||
* | Fix activating [ ] Enabled with the keyboard. | Will Thompson | 2010-07-12 | 1 | -3/+3 |
| | | | | | | | | | | The GtkToggleButton::released signal has been deprecated since Gtk+ 2.8. And, is also wrong, because there are other ways to change the state of this button besides using your mouse. Fixes bug #623972. Toggled-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy_status_icon_new: always call status_icon_set_visibility | Guillaume Desmottes | 2010-07-12 | 1 | -3/+1 |
| | | | | | | Seems calling gtk_widget_show() doesn't mark the window as active right away. This code used to work fine before but doesn't since we replace empathy_main_window_show() by empathy_main_window_dup(). | ||||
* | empathy_status_icon_new: don't ignore hide_contact_list (#623937) | Guillaume Desmottes | 2010-07-12 | 1 | -1/+5 |
| | | | | That's a regression introduced when we switch to GSettings. | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-07-11 | 1 | -267/+300 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-07-10 | 1 | -50/+51 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-07-10 | 1 | -92/+280 |
| | |||||
* | Improve desktop's Comment (#617405) | Guillaume Desmottes | 2010-07-09 | 1 | -1/+1 |
| | | | | Thanks to Danny Piccirillo for his suggestion. | ||||
* | Merge branch 'backlog-623914' | Guillaume Desmottes | 2010-07-09 | 2 | -1/+4 |
|\ | |||||
| * | tp-chat: mark scrollback messages as backlog | Guillaume Desmottes | 2010-07-09 | 1 | -0/+3 |
| | | |||||
| * | Properly mark messages from TPL as backlog (#623914) | Guillaume Desmottes | 2010-07-09 | 1 | -1/+1 |
| | | | | | | | | If the message is build from a TplEntry it *is* a backlog one. | ||||
* | | Merge branch 'auto-approve' | Guillaume Desmottes | 2010-07-09 | 1 | -0/+1 |
|\ \ | |||||
| * | | Pass EMPATHY_DISPATCHER_NON_USER_ACTION as action time when auto-approving mucs | Guillaume Desmottes | 2010-07-09 | 1 | -0/+1 |
| | | | |||||
* | | | debug_window_name_owner_changed_cb: update client services as well | Guillaume Desmottes | 2010-07-09 | 1 | -33/+32 |
| | | | | | | | | | | | | Remove some deprecated comments in th proccess. | ||||
* | | | Store the unique name in the model | Guillaume Desmottes | 2010-07-09 | 1 | -13/+10 |
| | | | | | | | | | | | | This avoid to add one entry per Empathy head for example. | ||||
* | | | FillCmChooserData: rename, add type field and helper functions | Guillaume Desmottes | 2010-07-09 | 1 | -12/+35 |
| | | | |||||
* | | | rename vars, functions and constants to make code less CM specific | Guillaume Desmottes | 2010-07-09 | 1 | -82/+82 |
| | | | | | | | | | | | | Basically a renaming from 'cm' to 'services' to make code clearer. | ||||
* | | | coding style fix | Guillaume Desmottes | 2010-07-09 | 1 | -2/+2 |
| | | | |||||
* | | | debug-window: add Telepathy clients | Guillaume Desmottes | 2010-07-09 | 1 | -0/+54 |
| | | | |||||
* | | | debug-window: remove hardcoded clients | Guillaume Desmottes | 2010-07-09 | 1 | -22/+0 |
|/ / | |||||
* / | tell the chatroom manager asap about chats | Sjoerd Simons | 2010-07-09 | 1 | -10/+20 |
|/ | |||||
* | Some coding style fixes in configure.ac | Xavier Claessens | 2010-07-09 | 1 | -23/+29 |
| | |||||
* | Cleanup nm/conman pkg check | Xavier Claessens | 2010-07-09 | 1 | -12/+2 |
| | | | | No need to check for libnm_glib twice | ||||
* | Updated Spanish translation | Jorge González | 2010-07-09 | 1 | -151/+178 |
| | |||||
* | Fail to build if --enable-gtk3 is passed but only gtk2 is available | Xavier Claessens | 2010-07-08 | 1 | -0/+4 |
| | |||||
* | add have_gtk3 var | Guillaume Desmottes | 2010-07-08 | 1 | -7/+8 |
| | |||||
* | don't check GTK3 deps if GTK3 is not present | Guillaume Desmottes | 2010-07-08 | 1 | -4/+3 |
| | |||||
* | tp-contact-list: add a comment | Guillaume Desmottes | 2010-07-08 | 1 | -0/+1 |
| | |||||
* | simplify empathy_presence_chooser_new | Guillaume Desmottes | 2010-07-08 | 1 | -5/+1 |
| | |||||
* | dispatcher: explicitely keep a ref on accounts in status_changed_handlers | Guillaume Desmottes | 2010-07-08 | 1 | -4/+6 |
| | | | | It makes things much cleaner. | ||||
* | Merge branch 'gtk3-621753' | Guillaume Desmottes | 2010-07-08 | 10 | -87/+131 |
|\ | |||||
| * | Build with latest NST when using GTK3 and port to new API (#623199) | Guillaume Desmottes | 2010-07-08 | 2 | -4/+29 |
| | | |||||
| * | disable champlain when using GTK3 | Guillaume Desmottes | 2010-07-08 | 1 | -6/+12 |
| | | |||||
| * | Check for webkitgtk-3.0 when building with GTK3 | Guillaume Desmottes | 2010-07-08 | 1 | -4/+8 |
| | | |||||
| * | no need to explicitely check for gdk-x11 | Guillaume Desmottes | 2010-07-08 | 1 | -1/+0 |
| | | |||||
| * | link on unique-3 when using GTK3 | Guillaume Desmottes | 2010-07-08 | 2 | -1/+6 |
| | | |||||
| * | Update libnotify dep when using GTK3 | Guillaume Desmottes | 2010-07-08 | 1 | -2/+3 |
| | | | | | | | | Since 0.5.1 libnotify doesn't link on GTK+. | ||||
| * | notify-manager: include empathy-contact.h as we use it | Guillaume Desmottes | 2010-07-08 | 1 | -0/+2 |
| | | |||||
| * | use libcanberra-gtk3 when building with GTK3 | Guillaume Desmottes | 2010-07-08 | 2 | -1/+8 |
| | | |||||
| * | Build with GTK+3 if available (#621753) | Guillaume Desmottes | 2010-07-08 | 1 | -5/+26 |
| | | |||||
| * | move GTK+ check to its own PKG_CHECK_MODULES | Guillaume Desmottes | 2010-07-08 | 5 | -3/+11 |
| | | |||||
| * | call-window: use gtk_widget_get_allocation() | Guillaume Desmottes | 2010-07-07 | 1 | -1/+3 |
| | | |||||
| * | sort dependencies | Guillaume Desmottes | 2010-07-07 | 1 | -10/+14 |
| | | |||||
| * | Simplify checking of the deps | Guillaume Desmottes | 2010-07-07 | 4 | -55/+15 |
| | | | | | | | | | | The empathy/libempathy/libempathy-gtk border is less clear than it used to be so there is not point continuing checking deps separately. | ||||
* | | empathy_pixbuf_contact_status_icon_with_icon_name: don't use icon_filename ↵ | Guillaume Desmottes | 2010-07-08 | 1 | -2/+3 |
| | | | | | | | | after freeing it | ||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2010-07-08 | 1 | -231/+265 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2010-07-07 | 1 | -234/+273 |
|/ | |||||
* | rephrase 'Important Room' menu entry | Guillaume Desmottes | 2010-07-07 | 1 | -1/+1 |
| | |||||
* | set a title to the room invitation dialog | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
| | |||||
* | Make incoming file chooser dialog's title more informative | Guillaume Desmottes | 2010-07-07 | 1 | -2/+10 |
| | | | | This gives a bit more context when the dialog is displayed right away. | ||||
* | Add a title to the incoming call dialog | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
| | | | | This gives a bit more context when the dialog is displayed right away. | ||||
* | display incoming events right away if user asked to | Guillaume Desmottes | 2010-07-07 | 1 | -3/+38 |
| | |||||
* | Add option to disable displaying events in the notif area (#585914) | Guillaume Desmottes | 2010-07-07 | 4 | -1/+31 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-07-07 | 1 | -264/+275 |
| | |||||
* | add accept/decline buttons to invitation notifications | Guillaume Desmottes | 2010-07-07 | 1 | -0/+1 |
| | |||||
* | use a specific event type for muc invitations | Guillaume Desmottes | 2010-07-07 | 2 | -3/+4 |
| | |||||
* | add accept/decline buttons to FT notifications | Guillaume Desmottes | 2010-07-07 | 1 | -0/+10 |
| | |||||
* | event-manager: allow to reject FT channels | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
| | |||||
* | add answer/decline buttons in call notifications (#597124) | Guillaume Desmottes | 2010-07-07 | 1 | -0/+21 |
| | |||||
* | add empathy_event_decline | Guillaume Desmottes | 2010-07-07 | 2 | -0/+11 |
| | |||||
* | Add 'Respond' button only for text channels and approve it directly | Guillaume Desmottes | 2010-07-07 | 1 | -7/+11 |
| | |||||
* | add empathy_event_approve() | Guillaume Desmottes | 2010-07-07 | 2 | -0/+11 |
| | |||||
* | factor out add_notification_actions | Guillaume Desmottes | 2010-07-07 | 1 | -9/+16 |
| | |||||
* | chat: add FIXME explaining how we should ideally request channels | Guillaume Desmottes | 2010-07-07 | 1 | -0/+6 |
| | |||||
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 7 | -17/+10 |
| | | | | We always want to let the text handler handle the channel. | ||||
* | chat: no need to pass a callback to empathy_dispatcher_chat_with_contact_id ↵ | Guillaume Desmottes | 2010-07-07 | 1 | -26/+2 |
| | | | | | | any more The HandleChannels implementation will re-set the tp-chat once we get it. | ||||
* | /join: don't pass a call when calling empathy_dispatcher_join_muc() | Guillaume Desmottes | 2010-07-07 | 1 | -16/+1 |
| | | | | We want to let the text channel handler to handle it. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-07-06 | 1 | -1047/+673 |
| | |||||
* | Revert "no need to specify each time of handle" | Sjoerd Simons | 2010-07-06 | 2 | -0/+20 |
| | | | | This reverts commit d88eaef098d3afc329266f25ce194c6dfebbc979. | ||||
* | dispatcher_channel_invalidated_cb: always remove invalidated chan from the list | Guillaume Desmottes | 2010-07-06 | 1 | -2/+2 |
| | | | | | It doesn't hurt to always try to remove it and prevent us of keeping an invalidated or disposed object around if something weird happens. | ||||
* | Empathy.AudioVideo.client: properly define filters | Guillaume Desmottes | 2010-07-05 | 1 | -2/+2 |
| | |||||
* | Inform the chatroom mgr when we are handling a new room | Guillaume Desmottes | 2010-07-05 | 4 | -40/+22 |
| | | | | It can't rely on the internal dispatcher any more. | ||||
* | no need to specify each time of handle | Guillaume Desmottes | 2010-07-05 | 2 | -20/+0 |
| | |||||
* | Update Empathy.client | Guillaume Desmottes | 2010-07-05 | 1 | -1/+9 |
| | |||||
* | Handle text channels using TpSimpleHandler (#623358) | Guillaume Desmottes | 2010-07-05 | 2 | -46/+169 |
| | | | | Also move handling code from empathy.c to empathy-chat-manager. | ||||
* | connect sigs using tp_g_signal_connect_object | Guillaume Desmottes | 2010-07-05 | 1 | -4/+4 |
| | |||||
* | chat-manager: document the queue | Guillaume Desmottes | 2010-07-05 | 1 | -0/+1 |
| | |||||
* | stop handling text channels using EmpathyDispatcher | Guillaume Desmottes | 2010-07-05 | 2 | -60/+2 |
| | |||||
* | room list channels are not dispatched | Guillaume Desmottes | 2010-07-05 | 1 | -2/+0 |
| | |||||
* | main: destroy the window when we're done (#623396) | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
| | |||||
* | status-icon: drop our ref on the window when disposing | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
| | |||||
* | empathy_geometry_save: fix string leak | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
| | |||||
* | contact_widget_location_update: fix string leak | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
| | |||||
* | rename valgrind.supp to tp-glib.supp | Guillaume Desmottes | 2010-07-02 | 2 | -1/+1 |
| | |||||
* | sync valgrind supp file with tp-glib's one | Guillaume Desmottes | 2010-07-02 | 1 | -581/+203 |
| | |||||
* | empathy-types: remove EmpathyContactMonitor | Guillaume Desmottes | 2010-07-02 | 1 | -2/+0 |
| | |||||
* | chat: display pending messages once constructed if the channel is a room ↵ | Guillaume Desmottes | 2010-06-29 | 1 | -1/+8 |
| | | | | | | | | | | | (#623112) Now that we wait that the TpChat has retrieved pending messages before considering it as ready, the message-received signal is fired *before* we connect it in EmpathyChat and so it misses them. We fix that by looking for pending messages once the EmpathyChat has been constructed. | ||||
* | install empathy-av to libexec | Guillaume Desmottes | 2010-06-29 | 3 | -3/+5 |
| | |||||
* | add AV client to the debug window | Guillaume Desmottes | 2010-06-29 | 1 | -0/+7 |
| | |||||
* | Disable timer if EMPATHY_PERSIST is set | Guillaume Desmottes | 2010-06-29 | 1 | -0/+11 |
| | |||||
* | Add a timer stopping the proccess after a while if idling | Guillaume Desmottes | 2010-06-29 | 1 | -0/+61 |
| | | | | There is no point to keep it around when not needed. | ||||
* | Claim that we support H264 | Guillaume Desmottes | 2010-06-29 | 2 | -0/+2 |
| | | | | May not be actually true but needed to be callable using Google Video. | ||||
* | add empathy_call_factory_register | Guillaume Desmottes | 2010-06-29 | 3 | -6/+20 |
| | | | | So we can connect signal before registering the Handler. | ||||
* | add service and client files | Guillaume Desmottes | 2010-06-29 | 4 | -2/+34 |
| | |||||
* | Add empathy-av, a new process handling media channels (#599161) | Guillaume Desmottes | 2010-06-29 | 3 | -6/+122 |
| | |||||
* | empathy_call_factory_new_call_with_streams: no need to pass a EmpathyCallFactory | Guillaume Desmottes | 2010-06-29 | 4 | -13/+6 |
| | |||||
* | empathy: stop handling media channels | Guillaume Desmottes | 2010-06-29 | 1 | -24/+1 |
| | |||||
* | Fix up distribution of GSettings schemas | Danielle Madeley | 2010-06-29 | 1 | -7/+9 |
| | |||||
* | Work around GCompletion deprecation for the time being | Danielle Madeley | 2010-06-29 | 1 | -0/+1 |
| | |||||
* | Revert "remove org.gnome.Empathy.gschema.xml.in from POTFILES.in" | Danielle Madeley | 2010-06-29 | 1 | -0/+1 |
| | | | | This reverts commit 78031524a27be66bdf51f1132f8285fa859b0c7a. | ||||
* | remove released flag | Guillaume Desmottes | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | remove org.gnome.Empathy.gschema.xml.in from POTFILES.inEMPATHY_2_31_4 | Guillaume Desmottes | 2010-06-29 | 1 | -1/+0 |
| | | | | It breaks "make distcheck" and I didn't have time to dig right now... | ||||
* | prepare 2.31.4 release | Guillaume Desmottes | 2010-06-29 | 2 | -2/+70 |
| | |||||
* | tp-chat: Wait that all the pending messages have been added to the pending queue | Guillaume Desmottes | 2010-06-28 | 1 | -10/+30 |
| | | | | | | | | | EmpathyChat which is using the TpChat should be sure that all the pending messages have been processed so it can rely on empathy_tp_chat_get_pending_messages() to return all the pending messages. If not, it can't check if the message it receives from the logger are actually pending ones and so will display them twice (#622729). | ||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-06-28 | 1 | -74/+68 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-06-28 | 1 | -235/+75 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-06-26 | 2 | -1138/+1170 |
| | |||||
* | Updated French translation | Claude Paroz | 2010-06-25 | 1 | -648/+627 |
| | | | | Contributed by Pablo Martin-Gomez and Claude Paroz | ||||
* | Approve right away group text channels if we are not invited | Guillaume Desmottes | 2010-06-24 | 1 | -1/+5 |
| | | | | | If we have not been invited, that means the channel is spawned by the CM (when using IRC proxy for example) so we want to display it right away. | ||||
* | rename approver service to Empathy.EventManager | Guillaume Desmottes | 2010-06-24 | 1 | -1/+1 |
| | | | | This is more coherent with Empathy.AV. | ||||
* | Add missing signal to EmpathyMainWindow | Danielle Madeley | 2010-06-24 | 1 | -1/+3 |
| | |||||
* | remove empathy-import-mc4-accounts (#622578) | Guillaume Desmottes | 2010-06-24 | 4 | -568/+0 |
| | |||||
* | remove imported-mc4-accounts gsettings key | Guillaume Desmottes | 2010-06-24 | 3 | -12/+0 |
| | |||||
* | stop importing MC4 accounts | Guillaume Desmottes | 2010-06-24 | 3 | -50/+3 |
| | |||||
* | Merge branch 'preferences-dialog-622557' | Danielle Madeley | 2010-06-24 | 8 | -420/+522 |
|\ | |||||
| * | Port EmpathyPreferences to GtkDialog subclass | Danielle Madeley | 2010-06-24 | 4 | -197/+215 |
| | | |||||
| * | Port EmpathyMainWindow to GtkWindow subclass | Danielle Madeley | 2010-06-24 | 5 | -224/+308 |
| | | |||||
* | | Use document font by default for adium themes | Xavier Claessens | 2010-06-23 | 1 | -2/+2 |
|/ | | | | Fixes bug #622266 | ||||
* | Updated Spanish translation | Jorge González | 2010-06-23 | 1 | -279/+289 |
| | |||||
* | log_window_get_messages_for_date: don't clear the marks on the calendar | Guillaume Desmottes | 2010-06-22 | 1 | -2/+0 |
| | | | | There is no reason to. | ||||
* | add 2 comments | Guillaume Desmottes | 2010-06-22 | 1 | -1/+3 |
| | |||||
* | Merge branch 'av-handler-622368' | Guillaume Desmottes | 2010-06-22 | 10 | -245/+216 |
|\ | |||||
| * | new-call-dialog: create the AV channel using the TargetID so we don't have ↵ | Guillaume Desmottes | 2010-06-22 | 1 | -43/+22 |
| | | | | | | | | to wait for the EmpathyContact | ||||
| * | remove empathy_tp_call_to | Guillaume Desmottes | 2010-06-22 | 3 | -28/+0 |
| | | | | | | | | | | | | | | We don't need it any more: - The TpContact is now always set during object construction - The status is changed once the contact has been set - We don't need to request streams any more as we use Initial{Audio,Video} | ||||
| * | remove empathy_call_handler_new_for_contact_with_streams | Guillaume Desmottes | 2010-06-22 | 2 | -24/+0 |
| | | |||||
| * | empathy_tp_call_accept_incoming_call: early return if the call is not an ↵ | Guillaume Desmottes | 2010-06-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | incoming one We use to rely in the call handler on the presence or not of the TpCall object to check if the call was incoming or not. But now TpCall object are created earlier so that's not true any more. | ||||
| * | empathy_call_handler_start_call: use empathy_call_factory_new_call_with_streams | Guillaume Desmottes | 2010-06-22 | 1 | -42/+13 |
| | |