Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | empathy_call_factory_new_call_with_streams: request channel using the CD | Guillaume Desmottes | 2010-06-22 | 4 | -20/+68 |
| | | | | | | | | Also allow caller to pass the timestamp and an optionnal callback. | ||||
| * | tp-call: use tp_g_signal_connect_object to connect signal on the channel | Guillaume Desmottes | 2010-06-22 | 1 | -2/+3 |
| | | | | | | | | This ensure that the cb won't be called after the TpCall has been destroyed. | ||||
| * | tp-call: use TargetHandle to get the remote contact | Guillaume Desmottes | 2010-06-22 | 1 | -12/+13 |
| | | |||||
| * | tp-call: use the Requested property to check if the call is an incoming one ↵ | Guillaume Desmottes | 2010-06-22 | 1 | -12/+8 |
| | | | | | | | | or not | ||||
| * | remove empathy_call_factory_new_call | Guillaume Desmottes | 2010-06-22 | 2 | -18/+0 |
| | | | | | | | | It's not used any more. | ||||
| * | call-factory: use TpSimpleHandler to handle incoming calls (#622368) | Guillaume Desmottes | 2010-06-22 | 2 | -13/+120 |
| | | |||||
| * | stop handling internally stream media channels | Guillaume Desmottes | 2010-06-22 | 2 | -65/+1 |
| | | | | | | | | We are going to do it properly using TpSimpleHandler. | ||||
* | | debug-window: add the logger (#622381) | Guillaume Desmottes | 2010-06-22 | 1 | -0/+7 |
| | | |||||
* | | log-window: check if the window still exist in async cb (#622273) | Guillaume Desmottes | 2010-06-22 | 1 | -0/+21 |
| | | |||||
* | | move the static variable used by the singleton out of empathy_log_window_show | Guillaume Desmottes | 2010-06-22 | 1 | -9/+13 |
|/ | | | | | That's useful for other functions which would like to check if there is still a window or not. | ||||
* | share-my-desktop: ownership of the request hash table is passed to ↵ | Guillaume Desmottes | 2010-06-21 | 1 | -1/+0 |
| | | | | empathy_dispatcher_create_channel | ||||
* | Make sure taping ENTER when searching contact starts a chat. | Xavier Claessens | 2010-06-21 | 1 | -0/+65 |
| | | | | | Make sure there is always a contact selected when live search is active, and activate its row when the live search is activated | ||||
* | Add "activate" signal on EmpathyLiveSearch | Xavier Claessens | 2010-06-21 | 1 | -0/+25 |
| | | | | It is emitted when its GtkEntry is activated. | ||||
* | Stop advertissing audio/video capabilities using old API | Guillaume Desmottes | 2010-06-21 | 1 | -38/+0 |
| | | | | Connection.Interface.Capabilities is so passé... | ||||
* | Merge branch 'vino-621998' | Guillaume Desmottes | 2010-06-21 | 1 | -203/+28 |
|\ | |||||
| * | share-my-desktop: request the tube using the CDO | Guillaume Desmottes | 2010-06-21 | 1 | -203/+28 |
| | | | | | | | | | | Recent Vino are now proper handlers so all we have to do is to request the channel and let MC dispatch it to Vino. | ||||
* | | Merge branch 'check-vinagre-589225' | Guillaume Desmottes | 2010-06-21 | 3 | -6/+13 |
|\ \ | |||||
| * | | replace empathy_contact_can_use_stream_tube by ↵ | Guillaume Desmottes | 2010-06-21 | 3 | -6/+13 |
| |/ | | | | | | | | | | | | | | | empathy_contact_can_use_rfb_stream_tube That's the only type of tube we care about and that allows us to enable the 'Share my Desktop' option only with contacts having a tube enabled Vinagre installed (#589225). | ||||
* | | Merge remote branch 'sjoerd/misc' | Danielle Madeley | 2010-06-21 | 8 | -88/+34 |
|\ \ | |||||
| * | | Rely on compare_separator_and_groups when either A or B isn't a contact | Sjoerd Simons | 2010-06-20 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | We can't rely on the fact that compare_separator_and_groups only returns 0 in the case it compares two contacts. But we can completely rely on its result if we give it at least one non-contact. | ||||
| * | | Now that we depend on the logger always enable favourite contact support | Sjoerd Simons | 2010-06-20 | 5 | -50/+0 |
| | | | |||||
| * | | Pick the right sort function early | Sjoerd Simons | 2010-06-20 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | We can't assume that the group and seperator sorting function never returns 0, so don't use that to imply that both A and B are contacts. Instead just check if A and B are contacts... | ||||
| * | | Throw a warning if the contact sort function didn't get two contacts | Sjoerd Simons | 2010-06-20 | 1 | -0/+2 |
| | | | |||||
| * | | Always prepare both the Connection and the Channel | Sjoerd Simons | 2010-06-20 | 1 | -20/+15 |
| | | | |||||
| * | | Use the right GSettings scheme | Sjoerd Simons | 2010-06-20 | 1 | -6/+6 |
| | | | |||||
| * | | EmpathyChat: use an opaque struct for priv not a void pointer | Sjoerd Simons | 2010-06-20 | 2 | -3/+4 |
| | | | |||||
| * | | Remove IDT_COMPILE_WARNINGS as we don't have the macro anymore | Sjoerd Simons | 2010-06-20 | 1 | -1/+0 |
| | | | |||||
* | | | Delay setting both contact list values until the each is set. | Danielle Madeley | 2010-06-21 | 1 | -4/+16 |
| | | | | | | | | | | | | Solves a loop in the notification code that caused things to get stuck. | ||||
* | | | strip name of the room (#622201) | Guillaume Desmottes | 2010-06-21 | 1 | -0/+2 |
| | | | |||||
* | | | Grab focus on the main window's tree view by default | Xavier Claessens | 2010-06-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | This is needed to make live search works when the main window is shown Fixes bug #621089 | ||||
* | | | Remove dead code in tests that still use MC4 | Xavier Claessens | 2010-06-21 | 1 | -103/+0 |
| | | | |||||
* | | | Remove useless occurences of 'gconf' word | Xavier Claessens | 2010-06-21 | 3 | -4/+2 |
| |/ |/| | | | | | Die gconf, die! | ||||
* | | Updated Latvian translation. | Rudolfs Mazurs | 2010-06-20 | 1 | -108/+99 |
|/ | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-06-20 | 1 | -355/+367 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-06-19 | 1 | -337/+350 |
| | |||||
* | Added Norwegian bokmål translation | Kjartan Maraas | 2010-06-19 | 1 | -350/+361 |
| | |||||
* | Rename the schemas | Kjartan Maraas | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'approvers-redone-599158' | Guillaume Desmottes | 2010-06-19 | 7 | -221/+279 |
|\ | |||||
| * | rename channel_claim_cb to reject_channel_claim_cb | Guillaume Desmottes | 2010-06-18 | 1 | -2/+3 |
| | | |||||
| * | factor out reject_approval | Guillaume Desmottes | 2010-06-17 | 1 | -34/+20 |
| | | |||||
| * | approve_channels: use quarks to compare channel types | Guillaume Desmottes | 2010-06-17 | 1 | -6/+7 |
| | | |||||
| * | fix typo | Guillaume Desmottes | 2010-06-17 | 1 | -1/+1 |
| | | |||||
| * | event-manager: re-implement approving using a proper Approver (#599158) | Guillaume Desmottes | 2010-06-17 | 1 | -101/+275 |
| | | |||||
| * | add inviter arg to empathy_tp_chat_is_invited | Guillaume Desmottes | 2010-06-17 | 3 | -4/+6 |
| | | |||||
| * | remove internal approving code | Guillaume Desmottes | 2010-06-17 | 3 | -102/+5 |
| | | |||||
| * | event-manager: disable approving for now | Guillaume Desmottes | 2010-06-17 | 1 | -15/+6 |
| | | |||||
* | | remove old logger files | Guillaume Desmottes | 2010-06-18 | 7 | -1877/+0 |
| | | |||||
* | | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 15 | -522/+6 |
| | | |||||
* | | use ISO-8601 dates in DEBUG | Guillaume Desmottes | 2010-06-18 | 1 | -5/+5 |
| | | |||||
* | | don't use strptime | Guillaume Desmottes | 2010-06-18 | 1 | -19/+8 |
| | | |||||
* | | depend on telepathy-logger-0.1 | Guillaume Desmottes | 2010-06-18 | 1 | -1/+1 |
| | | |||||
* | | TplContact has been renamed to TplEntity | Guillaume Desmottes | 2010-06-18 | 3 | -13/+13 |
| | | |||||
* | | TplLogEntry(Text) has been renamed to TplEntry(Text) | Guillaume Desmottes | 2010-06-18 | 4 | -20/+20 |
| | | |||||
* | | tpl_log_manager_search_new_async has been renamed to ↵ | Guillaume Desmottes | 2010-06-18 | 1 | -2/+2 |
| | | | | | | | | tpl_log_manager_search_async | ||||
* | | tp-logger now use GDate rather than strings in its API | Guillaume Desmottes | 2010-06-18 | 1 | -64/+100 |
| | | |||||
* | | nautilus-sendto: add TPL CFLAGS | Guillaume Desmottes | 2010-06-18 | 1 | -0/+1 |
| | | |||||
* | | tests: add TPL CFLAGS and LIBS | Guillaume Desmottes | 2010-06-18 | 2 | -0/+4 |
| | | |||||
* | | port to latest tp-logger API | Guillaume Desmottes | 2010-06-18 | 5 | -26/+18 |
| | | |||||
* | | log-store: relicense to LGPL | Guillaume Desmottes | 2010-06-18 | 2 | -20/+18 |
| | | | | | | | | | | This file was based on gossip-log and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt. | ||||
* | | Add shortcut keys for contact list item sizes | Will Thompson | 2010-06-18 | 1 | -0/+3 |
| | | | | | | | | | | | | Maybe these are overkill? https://bugzilla.gnome.org/show_bug.cgi?id=621703 | ||||
* | | Port empathy-import-mc4-accounts imported setting to GSettings | Danielle Madeley | 2010-06-18 | 2 | -15/+17 |
| | | |||||
* | | Mark schema summaries and descriptions for translation | Danielle Madeley | 2010-06-18 | 4 | -253/+260 |
| | | |||||
* | | Add a keyfile for gsettings-data-convert | Danielle Madeley | 2010-06-18 | 2 | -0/+79 |
| | | |||||
* | | Convert to new-style schema | Danielle Madeley | 2010-06-18 | 6 | -671/+342 |
| | | |||||
* | | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 27 | -1357/+672 |
| | | |||||
* | | log-manager: relicense to LGPL | Guillaume Desmottes | 2010-06-17 | 2 | -20/+18 |
| | | | | | | | | | | This file was based on gossip-log and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt. | ||||
* | | log-manager: update Collabora copyright | Guillaume Desmottes | 2010-06-17 | 2 | -2/+2 |
| | | |||||
* | | log-store-empathy: relicense to LGPL | Guillaume Desmottes | 2010-06-17 | 2 | -20/+18 |
| | | | | | | | | | | This file was based on gossip-log and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt. | ||||
* | | log-store-empathy: update Collabora copyright | Guillaume Desmottes | 2010-06-17 | 2 | -2/+2 |
| | | |||||
* | | empathy-time: relicense to LGPL | Guillaume Desmottes | 2010-06-17 | 2 | -20/+18 |
| | | | | | | | | | | This file was based on gossip-time and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt | ||||
* | | empathy-time: add Collabora copyright | Guillaume Desmottes | 2010-06-17 | 2 | -0/+2 |
| | | |||||
* | | add GOSSIP-RELICENSING.txt | Guillaume Desmottes | 2010-06-17 | 1 | -0/+411 |
|/ | |||||
* | empathy_message_equal: always use the timestamp+body (#621797) | Guillaume Desmottes | 2010-06-17 | 1 | -4/+0 |
| | | | | | | There is no reason to only use this new heuristic only in the TPL case. Furthermore, we're about to make TPL mandatory so it's good to have it more tested. | ||||
* | Remove the treeview's build-in search function, we use the live search now. | Xavier Claessens | 2010-06-17 | 3 | -51/+0 |
| | |||||
* | Fix the visibility of group when live search is active | Xavier Claessens | 2010-06-17 | 1 | -0/+56 |
| | |||||
* | map-view: add a debug message when adding a marker | Guillaume Desmottes | 2010-06-16 | 1 | -0/+2 |
| | |||||
* | use tp_g_signal_connect_object to connect the "closed" signal on the ↵ | Guillaume Desmottes | 2010-06-16 | 1 | -2/+2 |
| | | | | | | | notification This fix a crash if the chat window is destroyed while the notification is still displayed (#621789). | ||||
* | Make status preset editor taller by default | Will Thompson | 2010-06-16 | 1 | -0/+1 |
| | | | | | | | This window defaulted to coming up really small, and it looked silly. So this patch makes it a bit taller. (420 / 260 is approximately the Golden Ratio.) | ||||
* | Updated Spanish translation | Jorge González | 2010-06-16 | 1 | -114/+117 |
| | |||||
* | Merge branch 'gseal' | Danielle Madeley | 2010-06-15 | 5 | -41/+26 |
|\ | |||||
| * | Access GdkDragContext members via getters | Danielle Madeley | 2010-06-12 | 2 | -4/+6 |
| | | |||||
| * | Use gtk_text_view_get_vadjustment() instead of assuming parent is a ↵ | Xavier Claessens | 2010-06-12 | 1 | -31/+14 |
| | | | | | | | | GtkScrolledWindow | ||||
| * | Use new GtkTextView API to make EmpathyChat build with GSEAL enabled | Xavier Claessens | 2010-06-12 | 1 | -2/+2 |
| | | |||||
| * | Require GTK+ 2.21.2 | Xavier Claessens | 2010-06-12 | 1 | -4/+4 |
| | | |||||
* | | Bump required version of telepathy-glib to 0.11.7 for ContactInfo API | Xavier Claessens | 2010-06-15 | 1 | -1/+1 |
| | | |||||
* | | Add a GtkSpinner to notify the RequestContactInfo progress | Xavier Claessens | 2010-06-15 | 1 | -0/+8 |
| | | |||||
* | | Display contact vCard in information dialog, add basic vCard editor for self ↵ | Xavier Claessens | 2010-06-15 | 4 | -71/+403 |
| | | | | | | | | | | | | contact Fixes bug #588922 | ||||
* | | Bump required version of libunique to 1.1.2 | Xavier Claessens | 2010-06-14 | 1 | -2/+3 |
| | | | | | | | | Fixes bug #621545 | ||||
* | | Fix authors and copyright of EmpathyLiveSearch | Xavier Claessens | 2010-06-14 | 2 | -0/+6 |
| | | |||||
* | | If path is NULL, the signal is blocked forever | Xavier Claessens | 2010-06-14 | 1 | -4/+4 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-06-14 | 1 | -87/+87 |
| | | |||||
* | | Do not crash if the row gets deleted before the expand idle cb | Xavier Claessens | 2010-06-13 | 1 | -0/+4 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2010-06-13 | 1 | -58/+58 |
| | | |||||
* | | Use a GtkTreeRowReference instead of GtkTreePath to expand/collapse a group ↵ | Xavier Claessens | 2010-06-13 | 1 | -7/+9 |
| | | | | | | | | in idle cb | ||||
* | | Don't display the 'Important Room' menu item in private chats | Guillaume Desmottes | 2010-06-11 | 1 | -0/+1 |
| | | |||||
* | | check if the search widget exists before trying to use it | Guillaume Desmottes | 2010-06-11 | 1 | -1/+4 |
|/ | |||||
* | Updated Esperanto translation | Kristjan Schmidt | 2010-06-10 | 1 | -1342/+2723 |
| | |||||
* | coding style fixes | Guillaume Desmottes | 2010-06-09 | 1 | -3/+3 |
| | |||||
* | empathy_string_replace_escaped: use gsize instead of gssize | Guillaume Desmottes | 2010-06-09 | 1 | -1/+1 |
| | | | | Avoid signed/unsigned comparaison in the for loop. | ||||
* | Strip the @server.com part of the contact ID for the live search matching. | Xavier Claessens | 2010-06-09 | 1 | -2/+14 |
| | |||||
* | Show/Hide the live search before refiltering | Xavier Claessens | 2010-06-09 | 1 | -5/+5 |
| | |||||
* | Use EmpathyLiveSearch in main window's contact list | Felix Kaser | 2010-06-09 | 3 | -38/+321 |
| | |||||
* | factor out set_requirements | Guillaume Desmottes | 2010-06-09 | 1 | -14/+22 |
| | |||||
* | Call geoclue_master_client_set_requirements before asking for position/address | Laurent Bigonville | 2010-06-09 | 1 | -1/+7 |
| | | | | | Be sure geoclue_master_client_set_requirements() is called in setup_geoclue() otherwise no provider will be selected (#621023) | ||||
* | refactored how contacts are added to the store | Felix Kaser | 2010-06-09 | 1 | -19/+7 |
| | | | | the advantage of insert_with_values is that only the row-added signal is emitted and not first row-added (while the row is empty) and then row-changed | ||||
* | empathy_string_replace_escaped: remove '\r' (#620903) | Guillaume Desmottes | 2010-06-08 | 2 | -1/+19 |
| | |||||
* | empathy-parser-test: use empathy_string_replace_escaped | Guillaume Desmottes | 2010-06-08 | 1 | -18/+7 |
| | |||||
* | empathy-parser-test: stop as soon a test fails | Guillaume Desmottes | 2010-06-08 | 1 | -5/+1 |
| | | | | That's much easier to spot the test failing. | ||||
* | Add unit test for the live search matching | Xavier Claessens | 2010-06-08 | 3 | -1/+81 |
| | |||||
* | Add EmpathyLiveSearch widget | Felix Kaser | 2010-06-08 | 3 | -0/+632 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | prepare 2.31.3EMPATHY_2_31_3 | Guillaume Desmottes | 2010-06-07 | 2 | -2/+54 |
| | |||||
* | Merge branch 'trivia' | Danielle Madeley | 2010-06-07 | 1 | -3/+8 |
|\ | |||||
| * | Makefile.am fixes | Danielle Madeley | 2010-06-07 | 1 | -3/+8 |
| | | |||||
* | | Join room where we have been invited when handling the channel rather than ↵ | Guillaume Desmottes | 2010-06-07 | 2 | -14/+8 |
| | | | | | | | | we we approve it | ||||
* | | add empathy_tp_chat_join() and empathy_tp_chat_is_invited() | Guillaume Desmottes | 2010-06-07 | 2 | -0/+52 |
| | | |||||
* | | dispatch-operation: fix a race by waiting that TpCall is ready | Guillaume Desmottes | 2010-06-07 | 1 | -0/+25 |
| | | | | | | | | | | | | | | The call handler constructor rely on the TpCall to be ready (to fetch the EmpathyContact associated with the call). If things are going fast (by skipping the approving of the call and handling it right away for example) it may no be ready yet. | ||||
* | | dispatch-operation: factor out channel_wrapper_ready | Guillaume Desmottes | 2010-06-07 | 1 | -5/+13 |
| | | |||||
* | | add empathy_tp_call_get_status | Guillaume Desmottes | 2010-06-07 | 2 | -0/+10 |
| | | |||||
* | | empathy_call_window_set_send_video: only disable preview if we need to | Guillaume Desmottes | 2010-06-07 | 1 | -15/+27 |
| | | | | | | | | | | | | | | There is no point to stop the camera if we're about to restart it right after because "preview only" is enabled. Furthermore that causes weird races making the video jumps out of the window (#62076). | ||||
* | | Do not require geoclue provider to support updates | Laurent Bigonville | 2010-06-07 | 1 | -1/+1 |
|/ | | | | | Requiring that provider supports updates reduce the choice to almost zero (#620657). | ||||
* | [docs] Remove omf.in file: It's not needed anymore | Javier Jardón | 2010-06-06 | 1 | -10/+0 |
| | |||||
* | One more coding style fix | Xavier Claessens | 2010-06-05 | 1 | -3/+3 |
| | |||||
* | Fix some coding styles | Xavier Claessens | 2010-06-05 | 2 | -52/+52 |
| | |||||
* | Updated Thai translation. | Sira Nokyoongtong | 2010-06-04 | 1 | -788/+468 |
| | |||||
* | chatrooms-window: remove the 'edit' button | Guillaume Desmottes | 2010-06-04 | 2 | -80/+10 |
| | | | | It has never been implemented so there is no point keeping it (#520207). | ||||
* | Updated Galician translations | Fran Diéguez | 2010-06-04 | 1 | -40/+43 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-06-04 | 1 | -55/+55 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-06-03 | 1 | -45/+45 |
| | |||||
* | Make FullName clearer (#611466) | Paul Sladen | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | accounts-dialog: avoid leaking the account status message | Rob Bradford | 2010-06-03 | 1 | -12/+41 |
| | | | | | | | | Originally this function mixed const and allocated strings using the same variable, resulting in leaks. This change refactors the code slightly to prevent such leaks. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620476 | ||||
* | accounts-dialog: Ensure correct connectivity information | Rob Bradford | 2010-06-03 | 1 | -4/+10 |
| | | | | | | | | | | | Move the creation of the EmpathyConnectivity object to the dialog construction so that there is time for the asynchronous calls that the EmpathyConnectivity makes (in ConnMan mode) to return. Without this change the error is always reported as network connection failure rather than the real error when built with ConnMan. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620474 | ||||
* | change 'disconnect' label to 'finally' | Guillaume Desmottes | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Don't wait longer than 5 seconds when trying to join chatrooms | Guillaume Desmottes | 2010-06-03 | 1 | -2/+23 |
| | | | | | | If the accounts takes ages to connect or was disabled, it would be weird to automatically join the room a long time after the user asked to join favorite rooms. | ||||
* | Join chatroom favorites once the account is connected (#620439) | Guillaume Desmottes | 2010-06-03 | 1 | -1/+68 |
| | |||||
* | factor out join_chatroom | Guillaume Desmottes | 2010-06-03 | 1 | -6/+16 |
| | |||||
* | Updated Spanish translation, applied patch by Florian Müllner ↵ | Jorge González | 2010-06-03 | 1 | -26/+12 |
| | | | | <fmuellner@gnome.org> that fixes two typos | ||||
* | Only create the EmpathyAccountsDialog if required | Danielle Madeley | 2010-06-03 | 1 | -2/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=616616 | ||||
* | Update location for mx-gtk.h | Danielle Madeley | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | log-window: start the search when the entry is activated (#619863) | Guillaume Desmottes | 2010-06-02 | 1 | -2/+18 |
| | |||||
* | Merge branch 'debug-get-protocols-612523' | Danielle Madeley | 2010-06-02 | 1 | -14/+106 |
|\ | |||||
| * | empathy-debug-window: Add protocol names next to the CMs in the dropdown | Danielle Madeley | 2010-06-02 | 1 | -14/+106 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612523 | ||||
* | | Dutch translation updated by Wouter Bolsterlee | Wouter Bolsterlee | 2010-06-01 | 1 | -1/+1 |
| | | |||||
* | | Dutch translation updated by Hannie Dumoleyn | Hannie Dumoleyn | 2010-06-01 | 1 | -3492/+2267 |
| | | |||||
* | | Updated Galician translationsus | Fran Diéguez | 2010-05-31 | 1 | -184/+191 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-30 | 1 | -179/+185 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2010-05-30 | 1 | -737/+765 |
|/ | |||||
* | Updated German doc translation | Mario Blättermann | 2010-05-29 | 1 | -54/+42 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-29 | 1 | -98/+100 |
| | |||||
* | Merge branch 'import-617971' | Guillaume Desmottes | 2010-05-28 | 1 | -0/+4 |
|\ | |||||
| * | assistant: call empathy_import_widget_add_selected_accounts in ↵ | Guillaume Desmottes | 2010-05-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | impl_signal_apply as well If the user already has a salut account configured, the import page is the last one of the assistant. So impl_signal_apply() is called instead of impl_signal_prepare(). (#617971) | ||||
* | | coding style fixes | Guillaume Desmottes | 2010-05-27 | 2 | -3/+3 |
| | | |||||
* | | rephrase important room menu | Guillaume Desmottes | 2010-05-27 | 1 | -1/+1 |
| | | |||||
* | | Make chatroom manager retain room's "always_urgent" state | Jonas Bonn | 2010-05-27 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the always_urgent property to the list of chatroom properties that are saved by the chatroom manager for the favorite chatrooms. This allows Empathy to bring favorite chatrooms back up with the same notification properties they had the last time they were used. This seems reasonable as a room marked as "Notify Always" will most likely be of such a character that this would be a reasonable setting every time the room is joined. | ||||
* | | Add option to make chatroom "always urgent" (#611894) | Jonas Bonn | 2010-05-27 | 4 | -4/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Often a user wants to be immediately notified of posts to a chatroom even when the post does not address them directly by name. This patch adds a room option to make all posts to the room "urgent", meaning that the system-specific urgency action should be taken -- notification, window urgency hint, etc. Two specific use cases for when one may want this: i) Low-traffic rooms (so that one does not have to go check the room all the time) ii) Error-logging room (room to which errors from some other system(s) are logged) The "always urgent" option is off by default when joining a room. | ||||
* | | Use ensure_chatroom in callback | Jonas Bonn | 2010-05-27 | 1 | -11/+6 |
| | | | | | | | | | | The new function ensure_chatroom should be used by favorite-toggled callback. | ||||
* | | Add function ensure_chatroom to chatroom manager | Jonas Bonn | 2010-05-27 | 2 | -0/+26 |
| | | | | | | | | | | This function tries to find an existing chatroom, but if it fails to do so it creates a new room and returns that instead. | ||||
* | | Estonian translation updated | Mattias Põldaru | 2010-05-27 | 1 | -7/+6 |
| | | |||||
* | | fix 0-byte logfile crash (#619736) | Robert McQueen | 2010-05-27 | 1 | -6/+12 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-05-27 | 1 | -5/+7 |
| | | |||||
* | | with-session-bus.sh: update from telepathy-glib, fixing bash-specific &> ↵ | Simon McVittie | 2010-05-26 | 1 | -1/+11 |
| | | | | | | | | redirection | ||||
* | | configure.ac: improve portability of test(1) calls | Simon McVittie | 2010-05-26 | 1 | -2/+2 |
| | | | | | | | | | | The "==" operator isn't POSIX (use "="), and the -a and -o connectors aren't POSIX (use test foo && test bar, test foo || test bar). | ||||
* | | Make sure to not infinite loop when scaling avatar. | Xavier Claessens | 2010-05-26 | 1 | -18/+37 |
| | | | | | | | | | | | | | | | | | | | | 1) Add a limit of 10 retries, to be sure to never do more in the worst case. 2) Only keep converted data that respect the requirements, make sure to not accept bigger data than maximum_bytes, even if it is close to the limit. 3) Stop the loop if the new factor does not change the image resolution. That means we already found the optimal size. Fixes bug #619701 | ||||
* | | Remove EmpathyContactMonitor, it is not used anymore | Xavier Claessens | 2010-05-26 | 7 | -542/+0 |
| | | | | | | | | Fixes bug #619489 | ||||
* | | Do not use EmpathyContactMonitor to know when a contact gets online/offline | Xavier Claessens | 2010-05-26 | 1 | -10/+19 |
| | | |||||
* | | Play sound for contact connected/disconnected from EmpathyEventManager ↵ | Xavier Claessens | 2010-05-26 | 2 | -60/+25 |
| | | | | | | | | instead of main window | ||||
* | | Do not use EmpathyContactMonitor to know when a contact is added | Xavier Claessens | 2010-05-26 | 1 | -9/+17 |
| | | |||||
* | | Move empathy_tp_contact_factory_set_alias() to EmpathyContact | Xavier Claessens | 2010-05-26 | 6 | -50/+41 |
| | | |||||
* | | Make clear that contacts_table doesn't keep any ref | Xavier Claessens | 2010-05-26 | 1 | -1/+1 |
| | | |||||
* | | Port to new EmpathyTpContactFactory API | Xavier Claessens | 2010-05-26 | 13 | -132/+60 |
| | | |||||
* | | Kill EmpathyTpContactFactory object. Its API stays as helper code o ↵ | Xavier Claessens | 2010-05-26 | 2 | -340/+57 |
| | | | | | | | | | | | | | | | | | | n TpConnection. Note that it uses empathy_contact_dup_from_tp_contact() internally, so we are sure to really have at most one EmpathyContact object per TpContact Fixes bug #619488 | ||||
* | | Add empathy_contact_dup_from_tp_contact() | Xavier Claessens | 2010-05-26 | 2 | -0/+45 |
| | | | | | | | | This API make sure to return a singleton EmpathyContact for any TpContact | ||||
* | | Bump required telepathy-glib to 0.11.6 | Xavier Claessens | 2010-05-26 | 1 | -1/+1 |
| | | |||||
* | | Make use of TP_CONTACT_FEATURE_AVATAR_DATA | Xavier Claessens | 2010-05-26 | 3 | -266/+41 |
| | | | | | | | | Fixes bug #579812 | ||||
* | | Stop getting avatar requirements in EmpathyTpContactFactory | Xavier Claessens | 2010-05-26 | 1 | -133/+0 |
| | | |||||
* | | Make use of TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS | Xavier Claessens | 2010-05-26 | 1 | -28/+20 |
| | | | | | | | | Fixes bug #616603 | ||||
* | | invite-participant-dialog: translate the 'invite' button (#619678) | Guillaume Desmottes | 2010-05-26 | 1 | -1/+1 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-05-25 | 1 | -88/+90 |
| | | |||||
* | | Fixed typo in variable name | Frédéric Péters | 2010-05-25 | 1 | -2/+2 |
|/ | |||||
* | Fix contact menu items' capitalization (#619378) | Gabriel Burt | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | Fix and improve spell-checking (#604159) | Mike Ruprecht | 2010-05-25 | 1 | -53/+256 |
| | |||||
* | hardcode facebook server to workaround SRV lookup issues | Guillaume Desmottes | 2010-05-25 | 2 | -0/+6 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-25 | 1 | -203/+204 |
| | |||||
* | remove the release flag | Guillaume Desmottes | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | prepare 2.31.2 releaseEMPATHY_2_31_2 | Guillaume Desmottes | 2010-05-24 | 2 | -2/+28 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-24 | 1 | -212/+211 |
| | |||||
* | main_window_favorite_chatroom_join: skip not connected accounts (#606738) | Guillaume Desmottes | 2010-05-21 | 1 | -5/+7 |
| | | | | This fix a crash if the account is connecting. |