| Commit message (Expand) | Author | Age | Files | Lines |
* | Add empathy_account_chooser_set_all | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -0/+25 |
* | Ensure tp-logger was compiled with Call support | Danielle Madeley | 2011-06-09 | 1 | -0/+15 |
* | tp-logger 0.2.8 is required for Call support | Danielle Madeley | 2011-06-09 | 1 | -1/+1 |
* | Display date and time in the event treeview | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+6 |
* | Make the three panes a bit taller by default | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+1 |
* | Add a clear icon to the search entry | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+23 |
* | Don't use global variables | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -12/+13 |
* | Fix buttons to work again with multiselection | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -35/+48 |
* | Use a define instead of hardcoding a magic number | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+4 |
* | Use a for instead of a do while to avoid returning early | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -5/+4 |
* | Don't leak the account and entity | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+6 |
* | Don't leak paths | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+1 |
* | Compare against NULL | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+2 |
* | Be neutral | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
* | Style: use braces consistently | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -11/+31 |
* | Return early if the iter isn't a top level | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -6/+7 |
* | Use a macro for magic numbers | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+4 |
* | Don't leak the account and entity | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -6/+9 |
* | Use tp_clear_pointer | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+1 |
* | LogWindow: group MUC events properly | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+30 |
* | LogWindow: check the 30min gap with the last message | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+8 |
* | LogWindow: find the corrent parent for chat events | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+6 |
* | LogWindow: Display /me messages properly | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -4/+14 |
* | make check fixes | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -1/+2 |
* | Remove more dead code | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -6/+0 |
* | Use a do while instead of a for loop where appropriate | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+2 |
* | Remove dead code | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+0 |
* | Fix comment | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+2 |
* | Remove stray print statements | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -6/+4 |
* | Remove dead code | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -30/+0 |
* | LogWindow: don't add duplicate dates | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -11/+15 |
* | LogWindow: add 'Anyone' to search results | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+1 |
* | LogWindow: select 'Anytime' by default when searching | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+4 |
* | Block the callback when clearing the store | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+9 |
* | Switch remaining functions to the new style | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -218/+238 |
* | LogWindow: Add live search support | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+12 |
* | LogWindow: Show dates properly | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -8/+46 |
* | LogWindow: Add multiselection to the 'When' pane | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -50/+93 |
* | Stop processing logger calls when unneeded | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -8/+36 |
* | Add _tpl_action_chain_clear | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -0/+8 |
* | Populate from 'Anyone' when changing the account | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -4/+19 |
* | Make 'Anyone' work | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -4/+44 |
* | LogWindow: Add multiselection to the 'Who' pane | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -95/+195 |
* | LogWindow: Add multiselection to the 'What' pane | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -4/+41 |
* | log_window_chats_get_selected -> log_window_get_selected | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -5/+5 |
* | Don't free an uninitialized variable | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+5 |
* | LogWindow: convert the event view to a treeview | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -40/+366 |
* | Add icons for missed/incoming/outgoing calls | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+4 |
* | Adapt to the empathy-dispatcher removal | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+2 |
* | Complete rewrite of the history window | Emilio Pozuelo Monfort | 2011-06-09 | 3 | -1284/+1855 |
* | account_chooser_find_account_foreach: check the col type | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+8 |
* | AccountChooser: add empathy_account_chooser_get_account_manager() | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -1/+10 |
* | TplActionChain: add _tpl_action_chain_start() | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -1/+20 |
* | Copy TplActionChain from telepathy-logger | Emilio Pozuelo Monfort | 2011-06-09 | 3 | -0/+218 |
* | Handle unknown event types gracefully | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+3 |
* | Don't ignore call events | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -14/+23 |
* | AccountChooser: All -> All accounts | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
* | Add a empathy_account_chooser_has_all_selected | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -0/+25 |
* | Fix typo | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
* | Merge branch 'call' | Emilio Pozuelo Monfort | 2011-06-09 | 45 | -294/+6536 |
|\ |
|
| * | Update .gitignore for the new files | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -0/+2 |
| * | Turn g_prints into DEBUGs | Emilio Pozuelo Monfort | 2011-06-09 | 4 | -9/+12 |
| * | Build fix | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| * | Set 'Empathy' as program class in empathy-call | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+2 |
| * | Port empathy-call to GtkApplication | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -66/+46 |
| * | CallWindow: properly track the dialpad status again | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -7/+3 |
| * | EvSidebar: add a changed signal | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+16 |
| * | call-window: Put the details vbox in a scroll window | Guillaume Desmottes | 2011-06-09 | 1 | -2/+9 |
| * | Adapt to EmpathySidebar -> EvSidebar | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -13/+12 |
| * | Change the page before showing the sidebar | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+3 |
| * | Factor out the block/set/unblock code | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -14/+16 |
| * | Disable the dialpad when the call ends | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+1 |
| * | Make it a toggle button | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -8/+55 |
| * | CallWindow: add a dialpad menu entry | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -0/+25 |
| * | Clear audio_output when the call ends | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+5 |
| * | CallWindow: show 'On hold' in the statusbar when appropriate | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -3/+38 |
| * | Directly call the callback if we're ready | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -8/+1 |
| * | Implement empathy_call_handler_start_call() for redialing | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -12/+18 |
| * | CallHandler: move on_call_accepted_cb() around | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -15/+15 |
| * | CallHandler: emit signal with the correct parameters | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+2 |
| * | Remove empathy_call_factory_new_call_with_streams | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -58/+0 |
| * | Correct the interface names used in Empathy.Call.client | Sjoerd Simons | 2011-06-09 | 1 | -5/+5 |
| * | Keep a persistent source video tee around | Sjoerd Simons | 2011-06-09 | 1 | -23/+15 |
| * | Don't build a shared telepathy-yell | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+3 |
| * | Include yell before anything else | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| * | Minimize the scope in which we use TpyCallChannel | Sjoerd Simons | 2011-06-09 | 1 | -6/+7 |
| * | Prepare the video input pipeline when there is an initial content | Sjoerd Simons | 2011-06-09 | 1 | -5/+17 |
| * | Wait for the channel to be ready before handling it | Sjoerd Simons | 2011-06-09 | 1 | -8/+43 |
| * | Use a new id for accepting without video | Sjoerd Simons | 2011-06-09 | 1 | -1/+1 |
| * | Also add Answer with video to the notification dialogs | Sjoerd Simons | 2011-06-09 | 3 | -1/+36 |
| * | Add Answer with video to the default dialogs | Sjoerd Simons | 2011-06-09 | 1 | -9/+29 |
| * | Follow the sending state of the channel to determine whether we should send v... | Sjoerd Simons | 2011-06-09 | 1 | -8/+14 |
| * | When the remote side hangs up, clean up the call channel | Sjoerd Simons | 2011-06-09 | 1 | -2/+9 |
| * | Cope with unexpected call channel invalidation | Sjoerd Simons | 2011-06-09 | 1 | -0/+20 |
| * | Use modern private structure handling | Sjoerd Simons | 2011-06-09 | 2 | -3/+4 |
| * | Correct Call channel refcounting | Sjoerd Simons | 2011-06-09 | 1 | -4/+1 |
| * | Don't start the Call when the streams start | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -13/+24 |
| * | client file channel file should be Call.DRAFT | Sjoerd Simons | 2011-06-09 | 1 | -3/+3 |
| * | Add depend on new GStreamer for gst_element_request_pad | Sjoerd Simons | 2011-06-09 | 1 | -1/+2 |
| * | Reject approval if call was hung up during approval | Sjoerd Simons | 2011-06-09 | 1 | -2/+27 |
| * | Only distroy the video output if it exists | Sjoerd Simons | 2011-06-09 | 1 | -1/+2 |
| * | Monitor the call state and close the channel when it ends | Sjoerd Simons | 2011-06-09 | 1 | -0/+17 |
| * | Lock the hash table contents when using them | Sjoerd Simons | 2011-06-09 | 1 | -1/+23 |
| * | Ensure our bin doesn't change state before being in the hash table | Sjoerd Simons | 2011-06-09 | 1 | -2/+10 |
| * | Remove live-adder | Sjoerd Simons | 2011-06-09 | 2 | -205/+30 |
| * | Implement request pads for multiple sinks | Sjoerd Simons | 2011-06-09 | 2 | -46/+230 |
| * | Keep a ref to our handler instance | Sjoerd Simons | 2011-06-09 | 1 | -1/+1 |
| * | More consistent naming of the call handler option | Sjoerd Simons | 2011-06-09 | 1 | -2/+3 |
| * | make the dots consistent | Sjoerd Simons | 2011-06-09 | 1 | -1/+1 |
| * | auto-detect the presence of farsight | Sjoerd Simons | 2011-06-09 | 1 | -3/+14 |
| * | No need to borrow the connection, it gets passed to us | Sjoerd Simons | 2011-06-09 | 1 | -1/+0 |
| * | Trivial coding style fix (>80 chars) | Sjoerd Simons | 2011-06-09 | 1 | -1/+2 |
| * | Retrieve the contact for incoming calls so we can display it | Sjoerd Simons | 2011-06-09 | 1 | -3/+24 |
| * | Stop ringing after approving a Channel.Type.Call channel | Sjoerd Simons | 2011-06-09 | 1 | -1/+2 |
| * | event-manager Remove HAVE_CALL ifdefs, even if we didn't build the handler we... | Sjoerd Simons | 2011-06-09 | 1 | -15/+1 |
| * | Close call channels after hanging up | Sjoerd Simons | 2011-06-09 | 1 | -0/+1 |
| * | Explicitely use the libtelepathy-yell .la file for dependency tracking | Sjoerd Simons | 2011-06-09 | 1 | -1/+1 |
| * | Remove stray debug | Sjoerd Simons | 2011-06-09 | 1 | -9/+1 |
| * | Only change the UI in the main thread | Sjoerd Simons | 2011-06-09 | 1 | -2/+11 |
| * | Use target-contact instead of members | Sjoerd Simons | 2011-06-09 | 1 | -56/+18 |
| * | Move to using ->priv pointer in the object instance | Sjoerd Simons | 2011-06-09 | 2 | -7/+7 |
| * | coding style trivia | Sjoerd Simons | 2011-06-09 | 1 | -3/+6 |
| * | Add TargetContact property that's guaranteed to exist on CallHandler | Sjoerd Simons | 2011-06-09 | 3 | -8/+51 |
| * | Recognize Call channel capabilities | Sjoerd Simons | 2011-06-09 | 1 | -0/+24 |
| * | Don't use wildcards for just one marshal file | Sjoerd Simons | 2011-06-09 | 1 | -4/+4 |
| * | Add a .client and a .service file for empathy-call | Emilio Pozuelo Monfort | 2011-06-09 | 3 | -2/+31 |
| * | Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+2 |
| * | Add missing files to POTFILES.in | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+3 |
| * | Return meaningful errors when starting a call fails | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+22 |
| * | empathy_call_new_with_streams: prefer StreamedMedia over Call | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -15/+15 |
| * | Always build telepathy-yell and handle Call channels | Emilio Pozuelo Monfort | 2011-06-09 | 5 | -42/+6 |
| * | Show an error dialog if starting a call fails | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+25 |
| * | Don't require EmpathyContacts to start a call | Emilio Pozuelo Monfort | 2011-06-09 | 7 | -64/+30 |
| * | Move empathy_call_* util functions to libempathy-gtk | Emilio Pozuelo Monfort | 2011-06-09 | 10 | -145/+229 |
| * | Initialize GObject | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| * | Temporarily disable some code | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+5 |
| * | Call: check for priv->members to enable the video button | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| * | Use the new empathy_call_create_call_request thoroughly | Emilio Pozuelo Monfort | 2011-06-09 | 3 | -25/+2 |
| * | Don't use tpy_call_channel_is_receiving_video | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -34/+2 |
| * | Don't use tpy_call_channel_is_sending_video | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -2/+2 |
| * | Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+2 |
| * | empathy_call_new_with_streams: start Calls when we support them | Emilio Pozuelo Monfort | 2011-06-09 | 2 | -15/+92 |
| * | Define EMPATHY_CALL_BUS_NAME{,_SUFFIX} | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+3 |
| * | Initialize telepathy-yell | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+6 |
| * | Show notifications for Calls | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+3 |
| * | Build an empathy-call binary when we have Call support | Emilio Pozuelo Monfort | 2011-06-08 | 3 | -1/+41 |
| * | EmpathyEventManager: handle Call channels | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -4/+87 |
| * | Teach EmpathyChannelFactory how to create Call channels | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -0/+15 |
| * | NewCallDialog: support Calls | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -36/+43 |
| * | Add empathy-call | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+195 |
| * | Add an EmpathyCallWindowFullscreen class | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -0/+386 |
| * | Add an EmpathyCallWindow class | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -0/+3375 |
| * | Add an EmpathyCallHandler class | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -0/+1119 |
| * | Add an EmpathyCallFactory class | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -0/+411 |
| * | Check for telepathy-yell if requested | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -1/+30 |
| * | Add telepathy-yell as a submodule | Emilio Pozuelo Monfort | 2011-06-08 | 2 | -0/+3 |
| * | Add ax_config_dir from audacity | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+109 |
* | | Updated Spanish translation | Jorge González | 2011-06-09 | 1 | -313/+327 |
* | | Check we actually have a part #1 before requesting it | Danielle Madeley | 2011-06-08 | 1 | -1/+1 |
* | | Merge branch 'sms-651242' | Guillaume Desmottes | 2011-06-08 | 4 | -81/+4 |
|\ \ |
|
| * | | Use tp-glib SMS high level API (#651242) | Guillaume Desmottes | 2011-06-01 | 4 | -81/+4 |
* | | | use geocode-glib instead of geoclue | Guillaume Desmottes | 2011-06-08 | 1 | -118/+28 |
* | | | add an optional dep on geocode-glib | Guillaume Desmottes | 2011-06-08 | 3 | -0/+34 |
* | | | individual-view: always display individuals having pending events (#651913) | Guillaume Desmottes | 2011-06-08 | 1 | -3/+11 |
* | | | individual-store: keep track of the number of events associated with each row | Guillaume Desmottes | 2011-06-08 | 3 | -0/+86 |
| |/
|/| |
|
* | | Updated Hebrew translation. | Yaron Shahrabani | 2011-06-08 | 1 | -208/+218 |
* | | Updated Esperanto translation | Kristjan SCHMIDT | 2011-06-08 | 1 | -442/+510 |
* | | Adium: Let user select theme variant in preferences | Xavier Claessens | 2011-06-07 | 7 | -185/+482 |
* | | main_window_flash_foreach: fix FolksIndividual leak | Guillaume Desmottes | 2011-06-07 | 1 | -4/+3 |
* | | coding style tweak | Guillaume Desmottes | 2011-06-07 | 1 | -2/+1 |
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-06-07 | 1 | -441/+552 |
* | | account-widget: use tp_g_signal_connect_object to connect on the password-ret... | Guillaume Desmottes | 2011-06-07 | 1 | -2/+2 |
* | | Require Folks 0.5.1 for the API updates. | Travis Reitter | 2011-06-07 | 1 | -1/+1 |
* | | Only retrieve server-stored groups for Individuals with TpContacts. | Travis Reitter | 2011-06-07 | 1 | -12/+13 |
* | | Adapt to API change in FolksIndividual::personas-changed. | Travis Reitter | 2011-06-07 | 2 | -15/+52 |
* | | Adapt to API change in FolksIndividualAggregator::individuals-changed. | Travis Reitter | 2011-06-07 | 1 | -9/+22 |
* | | Adapt to API change in folks_group_details_get_groups(). | Travis Reitter | 2011-06-07 | 2 | -10/+18 |
* | | Change the type of EmpathyContact.priv.groups to GeeHashSet. | Travis Reitter | 2011-06-07 | 1 | -9/+7 |
* | | Adapt to API change in folks_backend_get_persona_stores(). | Travis Reitter | 2011-06-07 | 2 | -10/+11 |
* | | Adapt to API change in FolksIndividual constructor. | Travis Reitter | 2011-06-07 | 1 | -3/+10 |
* | | Adapt to API break in folks_individual_get_personas. | Travis Reitter | 2011-06-07 | 17 | -332/+573 |
* | | Don't conflate TpfPersona and FolksPersona. | Travis Reitter | 2011-06-07 | 2 | -9/+9 |
* | | Don't shadow the global definition of 'log'. | Travis Reitter | 2011-06-07 | 1 | -3/+3 |
* | | Updated Galician translations | Fran Diéguez | 2011-06-06 | 1 | -224/+270 |
* | | Updated Hebrew translation. | Yaron Shahrabani | 2011-06-04 | 1 | -214/+259 |
* | | invite-participant-dialog: add temporary individuals when searching | Guillaume Desmottes | 2011-06-01 | 1 | -0/+141 |
* | | export individual_store_add_individual_and_connect and individual_store_remov... | Guillaume Desmottes | 2011-06-01 | 2 | -2/+9 |
|/ |
|
* | empathy_avatar_new: stop stealing strings (#650939) | Guillaume Desmottes | 2011-06-01 | 3 | -29/+34 |
* | remove useless callback | Guillaume Desmottes | 2011-06-01 | 1 | -11/+0 |
* | avatar-chooser: replace finalize by dispose | Guillaume Desmottes | 2011-06-01 | 1 | -6/+4 |
* | avatar-chooser: port to TP coding style | Guillaume Desmottes | 2011-06-01 | 2 | -837/+899 |
* | re-order functions so we can get rid of their declarations | Guillaume Desmottes | 2011-06-01 | 1 | -276/+240 |
* | avatar-chooser: use tp_clear_* | Guillaume Desmottes | 2011-06-01 | 1 | -15/+5 |
* | avatar-chooser: use the self->priv pattern | Guillaume Desmottes | 2011-06-01 | 2 | -126/+110 |
* | Use tp-glib Balance high level API (#651238) | Guillaume Desmottes | 2011-06-01 | 1 | -54/+26 |
* | allow user to search for contacts using their full identifier | Guillaume Desmottes | 2011-06-01 | 4 | -7/+27 |
* | empathy_individual_view_get_individual_menu: don't create a menu if we don't ... | Guillaume Desmottes | 2011-06-01 | 1 | -0/+4 |
* | Merge branch 'speedup-protocol-chooser' | Sjoerd Simons | 2011-06-01 | 2 | -8/+9 |
|\ |
|
| * | Use pixbuf for PixbufCellRenderer in protocol chooser | Sjoerd Simons | 2011-05-30 | 1 | -4/+9 |
| * | Don't set priv when it's not used | Sjoerd Simons | 2011-05-29 | 1 | -4/+0 |
* | | invite-participant-dialog: add an entry searching the contact list | Guillaume Desmottes | 2011-05-31 | 1 | -1/+39 |
* | | view_selection_changed_cb: don't unref NULL individual | Guillaume Desmottes | 2011-05-31 | 1 | -1/+1 |
* | | factor out empathy_individual_match_words() | Guillaume Desmottes | 2011-05-31 | 4 | -33/+48 |
* | | live-search: export few more functions | Guillaume Desmottes | 2011-05-31 | 2 | -8/+22 |
* | | add empathy_individual_view_refilter() | Guillaume Desmottes | 2011-05-31 | 2 | -0/+10 |
* | | Chatrooms: Make text input view sensitive on successful password entry | Chandni Verma | 2011-05-30 | 1 | -0/+1 |
* | | use tp_channel_dispatch_operation_claim_async() (#650386) | Guillaume Desmottes | 2011-05-30 | 3 | -11/+16 |
* | | bump tp-glib dep to 0.15.1 | Guillaume Desmottes | 2011-05-30 | 1 | -1/+1 |
* | | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2011-05-29 | 1 | -993/+1384 |
|/ |
|
* | Updated Spanish translation | Daniel Mustieles | 2011-05-27 | 1 | -98/+106 |
* | don't build avatar_chooser_set_avatar_from_pixbuf if building without cheese | Guillaume Desmottes | 2011-05-27 | 1 | -1/+2 |
* | Adium: Convert NSDateFormatter to strftime | Xavier Claessens | 2011-05-27 | 1 | -6/+149 |
* | Stop live search when main window gets hidden | Xavier Claessens | 2011-05-26 | 1 | -3/+8 |
* | Stop dealing with iconification of main window, just hide/present it | Xavier Claessens | 2011-05-26 | 3 | -60/+4 |
* | Do not show the main window when creating it, it will be presented if not sta... | Xavier Claessens | 2011-05-26 | 1 | -1/+0 |
* | Do not present chat window from empathy_chat_window_get_default() | Xavier Claessens | 2011-05-26 | 1 | -18/+0 |
* | libempathy-gtk: avatar chooser from cheese (#521747) | Raluca Elena Podiuc | 2011-05-26 | 1 | -7/+98 |
* | libempathy-gtk: add dependency on libcheese | Raluca Elena Podiuc | 2011-05-26 | 2 | -0/+22 |
* | main_window_connection_changed_cb: still need the priv pointer | Guillaume Desmottes | 2011-05-26 | 1 | -0/+2 |
* | Remove the balance action when an account is removed | Danielle Madeley | 2011-05-26 | 1 | -38/+48 |
* | Reopen tabs as SMS channels when appropriate | Emilio Pozuelo Monfort | 2011-05-25 | 1 | -0/+4 |
* | Merge remote-tracking branch 'glassrose/make-favorite-room-names-more-detaile... | Guillaume Desmottes | 2011-05-25 | 1 | -2/+8 |
|\ |
|
| * | Attach account name information along with the chatroom names in main window ... | Chandni Verma | 2011-05-08 | 1 | -2/+8 |
* | | use tp_text_channel_set_chat_state_async() directly | Guillaume Desmottes | 2011-05-25 | 3 | -27/+31 |
* | | tp_chat_dispose: use tp_clear_object() | Guillaume Desmottes | 2011-05-25 | 1 | -14/+2 |
* | | clear_chatrooms: prevent destroying the list twice | Guillaume Desmottes | 2011-05-25 | 1 | -4/+11 |
* | | EmpathyTpChat: get rid of the destroy signal | Guillaume Desmottes | 2011-05-25 | 3 | -50/+15 |
* | | event-manager: look for existing messages when approving | Guillaume Desmottes | 2011-05-25 | 1 | -0/+9 |
* | | EmpathyTpChat: Use a READY property instead of our own ready code | Guillaume Desmottes | 2011-05-25 | 4 | -213/+205 |
* | | remove empathy_tp_chat_get_connection and priv->connection | Guillaume Desmottes | 2011-05-25 | 5 | -30/+27 |
* | | EmpathyTpChat: inherit from TpTextChannel (#650554) | Guillaume Desmottes | 2011-05-25 | 9 | -151/+125 |
* | | tp-chat: use the self->priv pattern | Guillaume Desmottes | 2011-05-25 | 2 | -387/+317 |
* | | Use the EmpathyChannelFactory with all components creating EmpathyTpChat | Guillaume Desmottes | 2011-05-25 | 3 | -0/+25 |
* | | rename message-received signal to message-received-empathy | Guillaume Desmottes | 2011-05-25 | 3 | -3/+3 |
* | | tp-chat: rename chat-state-changed to chat-state-changed-empathy | Guillaume Desmottes | 2011-05-25 | 2 | -2/+2 |
* | | Updated Spanish translation | Daniel Mustieles | 2011-05-24 | 1 | -128/+127 |
* | | cell-renderer-expander: fix rendering with GTK+3 | Cosimo Cecchi | 2011-05-23 | 1 | -2/+8 |
* | | account-widget-yahoo: fix expand/fill settings (#650854) | Guillaume Desmottes | 2011-05-23 | 1 | -2/+6 |
* | | account-widget-sip: fix expand/fill settings (#650854) | Guillaume Desmottes | 2011-05-23 | 1 | -0/+6 |
* | | account-widget-icq: fix expand/fill settings (#650854) | Guillaume Desmottes | 2011-05-23 | 1 | -0/+4 |
* | | account-widget-groupwise: fix expand/fill settings (#650854) | Guillaume Desmottes | 2011-05-23 | 1 | -0/+6 |
* | | account-widget-aim: fix expand/fill settings (#650854) | Guillaume Desmottes | 2011-05-23 | 1 | -0/+4 |
* | | account-widget-msn: fix expand/fill settings (#650854) | Guillaume Desmottes | 2011-05-23 | 1 | -2/+8 |
* | | empathy_account_widget_setup_widget: unsensitive unsupported param (#650846) | Guillaume Desmottes | 2011-05-23 | 1 | -0/+3 |
* | | add empathy_account_settings_param_is_supported() | Guillaume Desmottes | 2011-05-23 | 2 | -0/+13 |
* | | account-widget-sip: add ignore-tls-errors param (#650844) | Guillaume Desmottes | 2011-05-23 | 2 | -0/+21 |
* | | live-search: fix keyboard navigation using Space (#632787) | Guillaume Desmottes | 2011-05-20 | 1 | -5/+7 |
* | | live-search:fix keyboard navigation using PageUp/PageDown (#632787) | Guillaume Desmottes | 2011-05-20 | 1 | -4/+7 |
* | | live-search: fix keyboard navigation using Home/End (#632787) | Guillaume Desmottes | 2011-05-20 | 1 | -0/+18 |
* | | factor out fire_key_navigation_sig() | Guillaume Desmottes | 2011-05-20 | 1 | -3/+11 |