| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "Copy" toolbar item to copy text to clipboard. | Jonny Lamb | 2009-04-24 | 1 | -0/+73 |
* | Create a straight TpProxy instead of a TpConnection. | Jonny Lamb | 2009-04-24 | 1 | -12/+7 |
* | Connect to NameOwnerChanged so the CM chooser can be updated when new CMs joi... | Jonny Lamb | 2009-04-24 | 1 | -0/+93 |
* | Store unique names in CM model. | Jonny Lamb | 2009-04-24 | 1 | -27/+112 |
* | Use GtkWindow's "transient-for" property instead of holding a ref to the pare... | Jonny Lamb | 2009-04-24 | 1 | -27/+1 |
* | Don't show the same CM more than once in the CM chooser if there are more tha... | Jonny Lamb | 2009-04-24 | 1 | -0/+15 |
* | Use GFile and GFileOutputStream instead of fopen and fprintf. | Jonny Lamb | 2009-04-24 | 1 | -13/+35 |
* | Use "foo != NULL" instead of "foo". | Jonny Lamb | 2009-04-24 | 1 | -7/+7 |
* | Add more comments to debug_dialog_press_event_cb. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
* | Use guint instead of int for for loop counter. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
* | Split some long lines into two. | Jonny Lamb | 2009-04-24 | 1 | -6/+10 |
* | Changed Help menu item to simply "Debug. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
* | Updated coding style. | Jonny Lamb | 2009-04-24 | 1 | -44/+44 |
* | Remove tabs, sigh. | Jonny Lamb | 2009-04-24 | 1 | -5/+5 |
* | Implement save button. | Jonny Lamb | 2009-04-24 | 1 | -0/+96 |
* | Clear the store when changing CM. | Jonny Lamb | 2009-04-24 | 1 | -0/+2 |
* | Implemented a menu when selecting a row to copy message to clipboard. | Jonny Lamb | 2009-04-24 | 1 | -0/+95 |
* | Display debug message as monospace. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
* | Implement clear button. | Jonny Lamb | 2009-04-24 | 1 | -0/+11 |
* | Implement level combo box. | Jonny Lamb | 2009-04-24 | 1 | -28/+117 |
* | Align text at the top of the row. | Jonny Lamb | 2009-04-24 | 1 | -0/+1 |
* | Remove trailing whitespace from the debug message. | Jonny Lamb | 2009-04-24 | 1 | -1/+9 |
* | Store the bus name of CMs in an the combo box's tree model instead of two dif... | Jonny Lamb | 2009-04-24 | 1 | -13/+27 |
* | Make the tree view have alternating row colours. | Jonny Lamb | 2009-04-24 | 1 | -0/+1 |
* | Correct indentation and tab problems. | Jonny Lamb | 2009-04-24 | 1 | -36/+36 |
* | Define the debug object path in the header and keep CM bus names from tp_list... | Jonny Lamb | 2009-04-24 | 2 | -15/+17 |
* | Create a new string for category as it's g_free'd. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
* | Add Debug interface to TpProxy's known interfaces. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
* | Return NULL if _new is not given a GtkWindow. | Jonny Lamb | 2009-04-24 | 1 | -0/+2 |
* | Only set Enabled=false in dispose if there we have a proxy. | Jonny Lamb | 2009-04-24 | 1 | -3/+4 |
* | Changed account chooser to CM chooser. | Jonny Lamb | 2009-04-24 | 1 | -37/+78 |
* | Get the CM bus name from the TpProxy instead of hard-coding, and fix some ref... | Jonny Lamb | 2009-04-24 | 1 | -8/+13 |
* | Make sure the toolbar labels are shown. | Jonny Lamb | 2009-04-24 | 1 | -2/+7 |
* | Only set Enabled when we already have a proxy. | Jonny Lamb | 2009-04-24 | 1 | -1/+2 |
* | Set Enabled dbus property to the correct value depending on whether the signa... | Jonny Lamb | 2009-04-24 | 1 | -9/+26 |
* | Implement pause button and handle connections to signal when changing account. | Jonny Lamb | 2009-04-24 | 1 | -8/+44 |
* | Only connect to NewDebugMessage if the paused button is not pressed. | Jonny Lamb | 2009-04-24 | 1 | -3/+9 |
* | Connect to NewDebugMessage and append it to the treeview. | Jonny Lamb | 2009-04-24 | 1 | -41/+67 |
* | Call GetMessages when the debug dialog opens. | Jonny Lamb | 2009-04-24 | 1 | -11/+171 |
* | Add GtkTreeView to debug dialog. | Jonny Lamb | 2009-04-24 | 1 | -6/+61 |
* | Added Debug Window menu item. | Jonny Lamb | 2009-04-24 | 2 | -0/+16 |
* | Added a basic UI to debug dialog. | Jonny Lamb | 2009-04-24 | 2 | -9/+112 |
* | Added initial empty EmpathyDebugDialog. | Jonny Lamb | 2009-04-24 | 3 | -0/+192 |
* | empathy-call-window: add priv->sending_video so we don't call empathy_call_wi... | Guillaume Desmottes | 2009-04-24 | 1 | -0/+12 |
* | empathy-call-window: send-video meny entry has to be unsensitive by default | Guillaume Desmottes | 2009-04-23 | 1 | -0/+1 |
* | Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394 | Guillaume Desmottes | 2009-04-23 | 1 | -0/+5 |
* | Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_s... | Jonny Lamb | 2009-04-22 | 1 | -2/+3 |
* | Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_ac... | Jonny Lamb | 2009-04-22 | 2 | -4/+6 |
* | Change EmpathyTpContactFactory API to look more like TpConnection. Add functi... | Xavier Claessens | 2009-04-22 | 1 | -7/+23 |
* | Port EmpathyChatWindow's DnD to new API | Xavier Claessens | 2009-04-22 | 1 | -3/+20 |
* | Remove useless include of empathy-contact-factory.h | Xavier Claessens | 2009-04-22 | 2 | -2/+0 |
* | Port empathy.c to new API | Xavier Claessens | 2009-04-22 | 1 | -1/+8 |
* | Port EmpathyNEwChatroomDialog to new API | Xavier Claessens | 2009-04-22 | 1 | -3/+3 |
* | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-22 | 1 | -35/+9 |
* | Port EmpathyEventManager to new API | Xavier Claessens | 2009-04-22 | 1 | -96/+43 |
* | Port EmpathyChatWindow to new API and remove dead code. | Xavier Claessens | 2009-04-22 | 1 | -15/+1 |
* | Add ellipsis to the add account button. Fixes bug #548704 | Guillaume Desmottes | 2009-04-21 | 1 | -2/+36 |
* | empathy-accounts-dialog.ui: no change, the file has just been opened and sauv... | Guillaume Desmottes | 2009-04-21 | 1 | -27/+57 |
* | don't dispatch D-Bus tube having an invalid ServiceName | Guillaume Desmottes | 2009-04-21 | 1 | -0/+11 |
* | Fix indent. | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+1 |
* | Fix memleak. Free strings retrieved from gtk_tree_model_get. | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
* | fix memleak in preferences_widget_sync_string_combo. Previously name was not | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+3 |
* | Reliably set favourite-star | Davyd Madeley | 2009-04-21 | 1 | -3/+3 |
* | Merge commit 'bigon/configure-deprecated-flag' | Xavier Claessens | 2009-04-19 | 1 | -1/+2 |
|\ |
|
| * | Use autotools magic to take care of disabling deprecated symbols | Laurent Bigonville | 2009-04-18 | 1 | -1/+2 |
* | | Fix coding style by not going over 80 chars too much | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -10/+18 |
* | | Fix indent and translation | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -3/+3 |
* | | Fix memory leaks + minor coding style changes | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+7 |
* | | Add members, invite and password columns to Join dialog | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+61 |
* | | Modify deeply the join chatroom dialog. | Pierre-Luc Beaudoin | 2009-04-18 | 2 | -125/+70 |
* | | Remove the New in Join New... menu item | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -1/+1 |
* | | Correct English. | Jonny Lamb | 2009-04-17 | 1 | -1/+1 |
|/ |
|
* | Fix urgency hint for MUCs | Xavier Claessens | 2009-04-17 | 1 | -1/+7 |
* | Fix compilation warning: chatrooms_window_model_get_selected() was not used. | Xavier Claessens | 2009-04-17 | 1 | -0/+8 |
* | Remove unused edit-chatroom dialog from the UI file. gtk_builder_add_from_fil... | Xavier Claessens | 2009-04-16 | 2 | -220/+2 |
* | Add cell renderer on the theme combobox. Seems GtkBuilder don't set a default... | Xavier Claessens | 2009-04-16 | 1 | -12/+21 |
* | Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xml | Xavier Claessens | 2009-04-16 | 1 | -42/+91 |
* | Add back some icons that were droped during the conversion | Xavier Claessens | 2009-04-16 | 3 | -0/+5 |
* | Make use of GtkUIManager for EmpathyChatWindow | Xavier Claessens | 2009-04-16 | 2 | -216/+73 |
* | Make use of GtkUIManager in EmpathyCallWindow | Xavier Claessens | 2009-04-16 | 2 | -92/+161 |
* | Make use of GtkUIManager in EmpathyMainWindow | Xavier Claessens | 2009-04-16 | 2 | -110/+112 |
* | Reorder functions to not declare them on top | Xavier Claessens | 2009-04-16 | 1 | -613/+526 |
* | Make use of GtkUIManager in EmpathyStatusIcon | Xavier Claessens | 2009-04-16 | 2 | -35/+40 |
* | Port EmpathyStatusIcon to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathyPreferences to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
* | Port EmpathyNewChatroomDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathyMainWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -16/+12 |
* | Port EmpathyImportDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathyFtManager to new API | Xavier Claessens | 2009-04-16 | 1 | -7/+6 |
* | Port EmpathyChatroomsWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
* | Port EmpathyChatWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -11/+7 |
* | Port EmpathyCallWindow to new API | Xavier Claessens | 2009-04-16 | 2 | -133/+79 |
* | Port EmpathyAccountsDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Port EmpathySpellDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -1/+0 |
* | Modify Makefile.am for new file names | Xavier Claessens | 2009-04-16 | 1 | -13/+13 |
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 1 | -0/+1 |
* | Convert glade files to GtkBuilder format | Xavier Claessens | 2009-04-16 | 14 | -1339/+1177 |
* | Escape to cancel from status editing | Davyd Madeley | 2009-04-11 | 1 | -1/+1 |
* | use new GtkStatusIcon tooltip methods, formatting the header in italics. | Frederic Peters | 2009-03-27 | 1 | -10/+6 |
* | Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D) | Frederic Peters | 2009-03-24 | 1 | -1/+1 |
* | Added translator comment | Wouter Bolsterlee | 2009-03-24 | 1 | -0/+1 |
* | mc_account_create can fail, don't crash if it happens | Xavier Claessens | 2009-03-21 | 1 | -0/+5 |
* | Make the "Import Accounts" button insensitive if there's nothing to import. | Jonny Lamb | 2009-03-10 | 5 | -5/+35 |
* | First connect to the sink pad, then start playing | Sjoerd Simons | 2009-03-10 | 1 | -1/+2 |
* | Refer to the gnome bug number belonging to the TODO | Sjoerd Simons | 2009-03-10 | 1 | -1/+1 |
* | Make the sidebar nicely pop in and out | Sjoerd Simons | 2009-03-09 | 1 | -0/+13 |
* | Only check if the error came from the video_input if it's there | Sjoerd Simons | 2009-03-09 | 1 | -2/+3 |
* | Hook up audio mute button | Sjoerd Simons | 2009-03-09 | 1 | -6/+59 |
* | Set the camera button sensitive while connected and there is a video input | Sjoerd Simons | 2009-03-09 | 1 | -0/+4 |
* | Handle resource-request | Sjoerd Simons | 2009-03-09 | 1 | -0/+19 |
* | Unref the video input and tee after removing | Sjoerd Simons | 2009-03-09 | 1 | -2/+10 |
* | Set the pipeline to pause before starting the call | Sjoerd Simons | 2009-03-09 | 1 | -8/+107 |
* | Set empathy's media role to phone for so pulse can do policy on it | Sjoerd Simons | 2009-03-09 | 1 | -0/+1 |
* | Make sure the UI is build in empathy_ft_manager_get_dialog | Xavier Claessens | 2009-03-08 | 1 | -0/+2 |
* | Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed. | Xavier Claessens | 2009-03-08 | 2 | -51/+62 |
* | Remove useless include of contact-factory.h | Xavier Claessens | 2009-03-06 | 1 | -1/+0 |
* | Moved dispatcher observing and logging into EmpathyLogManager. | Jonny Lamb | 2009-03-06 | 1 | -53/+6 |
* | Pass the channel to received_message_cb and use tp_channel_get_identifier. | Jonny Lamb | 2009-03-06 | 1 | -13/+10 |
* | Only write messages to one specified log source, hardcoded at the moment. | Jonny Lamb | 2009-03-06 | 1 | -2/+10 |
* | Use the channel wrapper to log chats instead of connecting to the signals dir... | Jonny Lamb | 2009-03-06 | 1 | -98/+18 |
* | Move logging to the dispatcher on Received and Sent signals. | Jonny Lamb | 2009-03-06 | 1 | -0/+130 |
* | Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we aud... | Sjoerd Simons | 2009-03-04 | 1 | -2/+0 |
* | Hook up the video input sidebar item | Sjoerd Simons | 2009-03-04 | 1 | -16/+146 |
* | Hook up audio input panel | Sjoerd Simons | 2009-03-04 | 1 | -3/+37 |
* | Put locks around timer_id | Sjoerd Simons | 2009-03-04 | 1 | -2/+12 |
* | Add timer and make all gtk calls in the main thread | Sjoerd Simons | 2009-03-04 | 1 | -13/+62 |
* | Use livesrc and fsfunnel to funnel the mediastreams to their outputs | Sjoerd Simons | 2009-03-04 | 1 | -16/+72 |
* | Set the preview video widget not sync and async | Sjoerd Simons | 2009-03-04 | 1 | -0/+1 |
* | Add comments for callbacks that come from a different thread | Sjoerd Simons | 2009-03-04 | 1 | -0/+2 |
* | Ensure to always call gtk/gdk functions while holding the gdk lock | Sjoerd Simons | 2009-03-04 | 2 | -0/+6 |
* | Some string comments requested by translators (#572875) | Frederic Peters | 2009-02-24 | 2 | -0/+3 |
* | Also disconnect the approval handler on free if it's still there | Sjoerd Simons | 2009-02-21 | 1 | -2/+9 |
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 3 | -30/+30 |
* | Set the intial volume button level to a more correct one | Sjoerd Simons | 2009-02-17 | 1 | -0/+4 |
* | Set the camera button insensitive after a call | Sjoerd Simons | 2009-02-17 | 1 | -0/+3 |
* | Hook up the volume button | Sjoerd Simons | 2009-02-17 | 1 | -1/+14 |
* | Hook up DTFM support | Sjoerd Simons | 2009-02-17 | 1 | -12/+86 |
* | use TpTubeType instead of EmpathyTubeType | Guillaume Desmottes | 2009-02-17 | 1 | -3/+3 |
* | empathy-tube-dispatch: add debug messages | Guillaume Desmottes | 2009-02-17 | 1 | -0/+8 |
* | rename toolbar1 to toolbar | Guillaume Desmottes | 2009-02-17 | 2 | -3/+3 |
* | Add an empty expanded GtkToolItem so the volume button is at the end of the t... | Guillaume Desmottes | 2009-02-17 | 1 | -0/+7 |
* | Manually add the GtkVolumeButton to the toolbar instead of fitting an empty h... | Guillaume Desmottes | 2009-02-17 | 2 | -15/+9 |
* | Add label on the microphone button. Fixes #571657 | Guillaume Desmottes | 2009-02-17 | 1 | -1/+2 |
* | Signal closed from the call-handler | Sjoerd Simons | 2009-02-17 | 1 | -16/+2 |
* | add a translator comment to describe 'Import' | Frédéric Péters | 2009-02-17 | 1 | -0/+1 |
* | Minor string fixes. Fixes bug #571635 | Bruce Cowan | 2009-02-17 | 2 | -2/+2 |
* | event_manager_approve_channel_cb: tp_channel_get_handle is not needed any more | Guillaume Desmottes | 2009-02-13 | 1 | -4/+0 |
* | event_manager_approve_channel_cb: we are invited if the self handle is not 0 ... | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | event_manager_approve_channel_cb: check if the channel implements the group i... | Guillaume Desmottes | 2009-02-13 | 1 | -26/+25 |
* | empathy-event-manager: we don't need EmpathyTpGroup anymore | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | invite_dialog_response_cb: don't close the tp_chat twice | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | event_manager_muc_invite_got_contact_name_cb: don't leak msg | Guillaume Desmottes | 2009-02-13 | 1 | -0/+2 |
* | event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref the... | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | translate invitation message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup one | Guillaume Desmottes | 2009-02-13 | 1 | -8/+8 |
* | event_manager_approve_channel_cb: wait that the contact is ready | Guillaume Desmottes | 2009-02-13 | 1 | -14/+36 |
* | event_manager_approve_channel_cb: unref the account | Guillaume Desmottes | 2009-02-13 | 1 | -0/+1 |
* | event_manager_approve_channel_cb: use TpChannel API instead of TpGroup | Guillaume Desmottes | 2009-02-13 | 1 | -13/+16 |
* | use tp_channel_get_identifier in event_room_channel_process_func too | Guillaume Desmottes | 2009-02-13 | 1 | -17/+1 |
* | use tp_channel_get_identifier instead of inspecting room handle | Guillaume Desmottes | 2009-02-13 | 1 | -11/+2 |
* | event_manager_approve_channel_cb: display invite message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes) | Guillaume Desmottes | 2009-02-13 | 1 | -2/+161 |
* | Fix pad leak | Olivier Crête | 2009-02-12 | 1 | -0/+2 |
* | Fix type punned pointers warnings | Olivier Crête | 2009-02-12 | 3 | -3/+3 |
* | Fix 'hang up' icon size in menu, remove extra menuitem2 | Jonathon Jongsma | 2009-02-12 | 1 | -9/+5 |
* | Fix spacing of video preview widgets in call UI (bug 570400) | Jonathon Jongsma | 2009-02-12 | 1 | -1/+2 |
* | remove second call of g_set_application_name as doc says explicitely it have ... | Guillaume Desmottes | 2009-02-11 | 1 | -1/+0 |
* | status_icon_update_tooltip: don't display the event message if NULL. Fixes bu... | Guillaume Desmottes | 2009-02-11 | 1 | -3/+6 |
* | Fix typo | Sjoerd Simons | 2009-02-04 | 1 | -1/+1 |
* | Clean up some brokeness after the rebase | Sjoerd Simons | 2009-02-03 | 1 | -7/+2 |
* | Add information in the statusbar | Sjoerd Simons | 2009-02-03 | 1 | -4/+56 |
* | Rename statusbar is to statusbar | Sjoerd Simons | 2009-02-03 | 1 | -1/+1 |
* | Start streaming video when webcam icon is clicked | Sjoerd Simons | 2009-02-03 | 1 | -0/+23 |
* | Rename DTFM to Dailpad | Sjoerd Simons | 2009-02-03 | 1 | -1/+1 |
* | Add some more content to the menus | Sjoerd Simons | 2009-02-03 | 1 | -1/+26 |
* | Put in new VOIP UI | Sjoerd Simons | 2009-02-03 | 3 | -7/+367 |
* | add a sidebar abstraction taken from emerillion | Sjoerd Simons | 2009-02-03 | 3 | -0/+689 |
* | stop the pipeline and unref everything when the window goes away | Sjoerd Simons | 2009-02-03 | 1 | -14/+49 |
* | Show a dialog when the user clicks on a incoming call | Sjoerd Simons | 2009-02-03 | 1 | -2/+83 |
* | Let the event-manager manage the sounds | Sjoerd Simons | 2009-02-03 | 2 | -3/+109 |
* | Add a getter for the main window widget | Sjoerd Simons | 2009-02-03 | 2 | -1/+9 |
* | Start of a simple ui | Sjoerd Simons | 2009-02-03 | 1 | -12/+231 |
* | Toss out the old EmpathyCallWindow initialise the CallFactory and hook into i... | Sjoerd Simons | 2009-02-03 | 5 | -950/+107 |
* | Initial port from telepathy-stream-engine to telepathy-farsight | Sjoerd Simons | 2009-02-03 | 2 | -0/+9 |
* | Fix some i18n issues in main(). | Xavier Claessens | 2009-02-03 | 1 | -3/+6 |
* | Re-add "--version" option from command line. | Xavier Claessens | 2009-02-03 | 1 | -0/+15 |
* | Prefix "Empathy" to the notification enum. | Xavier Claessens | 2009-01-31 | 3 | -10/+10 |
* | Add a comment explaining why we activate the event in an idle. | Xavier Claessens | 2009-01-31 | 1 | -0/+4 |
* | Factor out some common code. | Xavier Claessens | 2009-01-31 | 4 | -25/+31 |
* | Always check if notifications are enabled when we update them. | Xavier Claessens | 2009-01-31 | 1 | -9/+18 |
* | Update the pixbuf when we receive an event update. | Xavier Claessens | 2009-01-31 | 1 | -16/+25 |
* | Use the avatar for all the events with a contact. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Add an enum to define notification close reason. | Xavier Claessens | 2009-01-31 | 2 | -2/+11 |
* | Unref the notification after it has been closed. | Xavier Claessens | 2009-01-31 | 1 | -11/+18 |
* | Escape message body with g_markup_escape_text before pushing it to the notifi... | Xavier Claessens | 2009-01-31 | 1 | -3/+5 |
* | Fix order or params in chat_window_show_or_update_notification (). | Xavier Claessens | 2009-01-31 | 1 | -3/+3 |
* | Move empathy_notification_is_enabled () to src/ | Xavier Claessens | 2009-01-31 | 5 | -4/+105 |
* | Add libnotify dep to src/ only. | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
* | Make possible to use libnotify 0.4.4, to not force the usage of too recent di... | Xavier Claessens | 2009-01-31 | 2 | -3/+6 |
* | Add a convenience function to avoid hacks when getting the pixbuf from the ic... | Xavier Claessens | 2009-01-31 | 2 | -7/+5 |
* | Make notifications for unfocused chat windows work properly. | Xavier Claessens | 2009-01-31 | 2 | -22/+32 |
* | Break after the event has been found. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 3 | -5/+92 |
* | Don't update the event if the notification can't be shown. | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
* | Typo. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Implement a logic for disabling notifications when away. | Xavier Claessens | 2009-01-31 | 1 | -1/+20 |
* | Modify code to handle new preferences. | Xavier Claessens | 2009-01-31 | 2 | -1/+25 |
* | Add a preference UI for notifications. | Xavier Claessens | 2009-01-31 | 1 | -6/+80 |
* | If the notification is not dismissed by the user, do not display other notifi... | Xavier Claessens | 2009-01-31 | 3 | -3/+31 |
* | Split the event description into header and message body. | Xavier Claessens | 2009-01-31 | 2 | -57/+142 |
* | Fix indentation. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | Insert an image in the notify baloon. | Xavier Claessens | 2009-01-31 | 1 | -2/+19 |
* | Adapt the status icon message to the new API. | Xavier Claessens | 2009-01-31 | 1 | -4/+11 |
* | Require latest libnotify. Don't crash when clicking the notification. | Xavier Claessens | 2009-01-31 | 1 | -26/+17 |
* | Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init (). | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | mimic tooltip and icon notifications; unref any outstanding notification | Xavier Claessens | 2009-01-31 | 1 | -15/+41 |
* | uninit linotify after unrefing status icon | Xavier Claessens | 2009-01-31 | 1 | -2/+2 |
* | generify notification; add idle activation of event | Xavier Claessens | 2009-01-31 | 1 | -22/+40 |
* | add notify uninit | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
* | show notification on new event | Xavier Claessens | 2009-01-31 | 1 | -0/+26 |
* | initialize libnotify | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
* | disable chat history menu item when there is no account. | Frederic Peters | 2009-01-30 | 1 | -0/+21 |
* | accounts_dialog_button_create_clicked_cb: if, for some reason, mc_account_cre... | Guillaume Desmottes | 2009-01-26 | 1 | -0/+6 |
* | Replace G_STR_EMPTY in newly added code too. | Xavier Claessens | 2009-01-23 | 1 | -1/+1 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 4 | -6/+6 |
* | Do not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676 (Lucas Lommer). | Xavier Claessens | 2009-01-23 | 2 | -3/+3 |
* | Add a source field to specify the name of the account source. (Stephane Wirtel) | Jonny Lamb | 2009-01-23 | 3 | -4/+11 |
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 2 | -0/+4 |
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 3 | -4/+4 |
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 2 | -2/+0 |
* | Clean some coding style | Xavier Claessens | 2009-01-10 | 1 | -9/+6 |
* | Remove useless spaces in message. | Xavier Claessens | 2009-01-10 | 1 | -2/+2 |
* | Update gitignore | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
* | Do not generate marshallers in src/, it is not needed. | Xavier Claessens | 2009-01-10 | 1 | -21/+0 |
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | empathy_tube_dispatch_show_error: give a format to gtk_message_dialog_new to ... | Guillaume Desmottes | 2009-01-10 | 1 | -1/+1 |
* | Handle Dbus Tubes and ignore non p2p channels | Sjoerd Simons | 2009-01-10 | 1 | -2/+9 |
* | Add support for DBus tubes | Sjoerd Simons | 2009-01-10 | 1 | -6/+26 |
* | Remove approvals when the underlying operation got invalidated | Sjoerd Simons | 2009-01-10 | 1 | -0/+14 |
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 1 | -4/+19 |
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 3 | -15/+1 |
* | Initialise the chatroom manager from empathy itself | Sjoerd Simons | 2009-01-10 | 1 | -0/+6 |
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 3 | -3/+3 |
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 2 | -2/+2 |
* | Also free the approvals list | Sjoerd Simons | 2009-01-10 | 1 | -1/+2 |
* | Use gulongs to save signal handler ids | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | No need to call empathy_run_until_ready, the DispatchOperation already ensure... | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | Completely move to Telepathy coding style | Sjoerd Simons | 2009-01-10 | 1 | -179/+169 |
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 1 | -85/+0 |