aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* debug-window: don't disconnect the new debug msg signal once the proxy has be...Guillaume Desmottes2009-12-011-1/+22
* Merge commit 'shaunm/dndfiles2'Guillaume Desmottes2009-11-301-1/+115
|\
| * Some improvements to file drag-and-drop based on comments on #595226Shaun McCance2009-11-251-10/+18
| * [empathy-chat-window] Cleanup DND, don't accept drags to offline contactsShaun McCance2009-11-251-20/+62
| * Move GtkTargetLists into priv so they're no longer staticShaun McCance2009-11-251-6/+13
| * [empathy-chat-window] Documented MOVE/COPY selection in drag_motionShaun McCance2009-11-251-0/+4
| * Utilitiy function to send files from a URI list, for dnd implementationsShaun McCance2009-11-251-25/+2
| * Implemented file drags to contact list, along with row highlightsShaun McCance2009-11-251-2/+2
| * Handle MOVE and COPY drags better, change contact-id drags to COPYShaun McCance2009-11-251-4/+6
| * Always prefer GDK_ACTION_COPY for text/uri-list dragsShaun McCance2009-11-251-8/+31
| * Don't try to offer file transfers to MUCsShaun McCance2009-11-251-2/+8
| * Call gtk_drag_finish when we get a file transfer drag on a chat windowShaun McCance2009-11-251-0/+1
| * Implementing drag and drop file sending on chat windowsShaun McCance2009-11-251-0/+44
* | add tooltips on the camera buttonsGuillaume Desmottes2009-11-301-0/+3
* | use conn-status-reason instead of conn-statusFelix Kaser2009-11-291-1/+1
* | Set the stock-person icon for contact online/offline notificationGuillaume Desmottes2009-11-281-2/+2
* | Capitalize first letter of debug msgGuillaume Desmottes2009-11-281-3/+3
* | Disable video preview when there is no callGuillaume Desmottes2009-11-281-0/+14
* | enable the camera-off button if call doens't have initial videoGuillaume Desmottes2009-11-281-0/+5
* | enable the camera-off button when call is disconnectedGuillaume Desmottes2009-11-281-3/+1
* | empathy_call_window_set_send_video: don't request video stream if the call is...Guillaume Desmottes2009-11-281-0/+3
* | disable_camera: disable send video only if we were sending itGuillaume Desmottes2009-11-281-1/+3
* | update toggle buttons when the camera state is changed because of radio buttonsGuillaume Desmottes2009-11-281-0/+6
* | hook the camera radio buttonsGuillaume Desmottes2009-11-281-1/+34
* | make disable_camera, enable_preview and enable_camera no-op if we are already...Guillaume Desmottes2009-11-281-12/+15
* | update radio actions when a button is pressedGuillaume Desmottes2009-11-281-0/+11
* | add video menu containing radio actions to control videoGuillaume Desmottes2009-11-281-0/+41
* | remove the "send video" menu itemGuillaume Desmottes2009-11-282-43/+0
* | empathy_call_window_set_send_video: add a debug msgGuillaume Desmottes2009-11-281-0/+1
* | stop sending video when 'camera off' or 'preview' is enabledGuillaume Desmottes2009-11-281-3/+11
* | early return if the camera_state is already the one we wantGuillaume Desmottes2009-11-281-0/+9
* | disable the others button when 'camera on' is enabledGuillaume Desmottes2009-11-281-11/+31
* | rename camera to camera_onGuillaume Desmottes2009-11-282-40/+37
* | remove the "Always Show Video Preview" menuitemGuillaume Desmottes2009-11-282-33/+0
* | connect the 'camera off' and 'preview' buttonsGuillaume Desmottes2009-11-281-0/+121
* | set the icon of the camera_off buttonGuillaume Desmottes2009-11-281-0/+20
* | add "camera off" and "preview" buttons to the toolbarGuillaume Desmottes2009-11-281-1/+30
* | call-window: check box labels should use sentence capitalizationGuillaume Desmottes2009-11-281-1/+1
* | We should display the avatar/preview when call is disconnectedGuillaume Desmottes2009-11-281-0/+3
* | call-window: add some debug msgGuillaume Desmottes2009-11-281-0/+3
* | disable video preview when we turn off video sendingGuillaume Desmottes2009-11-281-4/+1
* | Enable 'send video' buttons and display the preview if call has 'initial vide...Guillaume Desmottes2009-11-281-0/+10
* | Don't display the video preview when the sink is addedGuillaume Desmottes2009-11-281-10/+0
* | we don't want to hide the self frame anymoreGuillaume Desmottes2009-11-281-3/+0
* | remove empathy_call_window_update_self_avatar_visibilityGuillaume Desmottes2009-11-281-24/+0
* | call-window: factor out display_video_preview to display/hide the video previewGuillaume Desmottes2009-11-281-14/+37
* | call-window: change the semantic of the "Video Preview" menu item (#601288)Guillaume Desmottes2009-11-282-38/+12
* | change 'unread from everyone' to 'unread from all'Guillaume Desmottes2009-11-271-2/+2
* | fix typo in commentsGuillaume Desmottes2009-11-271-3/+2
* | update the window title when a new message is receivedGuillaume Desmottes2009-11-271-0/+3
* | display the number of unread message in the window title (#548701)Guillaume Desmottes2009-11-271-5/+62
* | call empathy_chat_messages_read when messages have been read in a tabGuillaume Desmottes2009-11-271-0/+6
* | display the number of other tabsGuillaume Desmottes2009-11-271-1/+19
* | factor out empathy_chat_get_nameGuillaume Desmottes2009-11-271-3/+9
* | Always display the 'Room' column (#586678)Guillaume Desmottes2009-11-261-15/+0
* | Remember the geometry of debug windowXavier Claessens2009-11-261-0/+2
|/
* Drop workaround that restore window position when it gets deiconifiedXavier Claessens2009-11-241-16/+0
* Don't set the accounts dialog transient when running empathy -aGuillaume Desmottes2009-11-231-1/+1
* event-manager: event_manager_ft_got_contact_cb: ref the contactGuillaume Desmottes2009-11-231-1/+1
* empathy.c: use tp_account_manager_get_most_available_presence instead of empa...Guillaume Desmottes2009-11-191-1/+5
* status-icon: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-10/+10
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-193-65/+1
* Use accessor functions instead direct access.Javier Jardón2009-11-175-22/+35
* Reload the main window geometry when deiconify to workaround WM bugs.Xavier Claessens2009-11-161-0/+16
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-163-192/+11
* media_stream_error_to_txt: display a link to the fdo bugzillaGuillaume Desmottes2009-11-161-4/+13
* rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS errorGuillaume Desmottes2009-11-161-2/+4
* Display the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msgGuillaume Desmottes2009-11-161-7/+13
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERRORGuillaume Desmottes2009-11-161-1/+3
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERRORGuillaume Desmottes2009-11-161-0/+3
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEH...Guillaume Desmottes2009-11-161-0/+5
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECSGuillaume Desmottes2009-11-161-0/+6
* accounts-dialog: wait that account is prepared before calling accounts_dialog...Guillaume Desmottes2009-11-131-1/+20
* change 'capa' to 'cap'Guillaume Desmottes2009-11-131-1/+1
* remove old commentGuillaume Desmottes2009-11-131-1/+0
* change empathy_notification_is_enabled to empathy_notify_manager_notification...Guillaume Desmottes2009-11-132-4/+4
* change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get...Guillaume Desmottes2009-11-132-2/+8
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-135-129/+1
* define constants for notify capabilitiesGuillaume Desmottes2009-11-131-1/+2
* status-icon: use EmpathyNotifyManager to check if the server supports the 'ac...Guillaume Desmottes2009-11-131-12/+5
* src/Makefile.am: sort filesGuillaume Desmottes2009-11-131-9/+9
* account-assistant: set default display name to newly created accounts (#600705)Guillaume Desmottes2009-11-131-0/+10
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-131-51/+2
* Call g_object_unref instead of gtk_rc_style_unrefGustavo Noronha Silva2009-11-131-1/+1
* empathy-call-window: display_error: simplify showing of the widgetsGuillaume Desmottes2009-11-121-4/+1
* empathy-call-window: display_error: align the main message on the rightGuillaume Desmottes2009-11-121-0/+1
* empathy-call-window: display_error: put the image and vbox in a hboxGuillaume Desmottes2009-11-121-5/+11
* empathy-call-window: display_error: wrap the translated error msg as wellGuillaume Desmottes2009-11-121-0/+1
* Force an unset presence type to appear as offline in the presence chooser and...Jonny Lamb2009-11-121-0/+7
* use new tpAccount apiFelix Kaser2009-11-101-5/+5
* added tooltips to buttonsFelix Kaser2009-11-101-0/+3
* ui change: added 3 buttons to infobarFelix Kaser2009-11-101-13/+97
* two line messageFelix Kaser2009-11-101-1/+1
* removed double codeFelix Kaser2009-11-101-6/+4
* make the infobar smallerFelix Kaser2009-11-101-1/+0
* use only one button in error-infobarFelix Kaser2009-11-101-20/+2
* use smaller account icons for error messageFelix Kaser2009-11-101-1/+1
* use one lined error notificationsFelix Kaser2009-11-101-2/+2
* use gtk_box_pack_startFelix Kaser2009-11-101-2/+2
* use account icon instead of warning signFelix Kaser2009-11-101-4/+5
* added set message type to infobarFelix Kaser2009-11-101-1/+1
* refactoringFelix Kaser2009-11-101-25/+21
* changed variable nameFelix Kaser2009-11-101-17/+17
* removed trailing whitespacesFelix Kaser2009-11-101-1/+1
* Added GtkInfobar and Retry buttonFelix Kaser2009-11-101-101/+48
* empathy_accounts_dialog_show: check if priv->cms is not NULL before using itGuillaume Desmottes2009-11-101-1/+1
* set 'R' as accelerator for the preferences dialogGuillaume Desmottes2009-11-101-1/+1
* set 'C' as accelerator for the Contact menu as 'C' is already used by Convers...Guillaume Desmottes2009-11-101-1/+1
* accounts-dialog: set the ypad on the "Name" cellGuillaume Desmottes2009-11-101-1/+1
* Fix race where UI sensitivity was being set before the AM was readyDanielle Madeley2009-11-101-2/+2
* main-window: save the size of the window when destroyedGuillaume Desmottes2009-11-091-0/+4
* empathy-ft-manager: save the size of the window when disposingGuillaume Desmottes2009-11-091-1/+5
* chat-window: save the size of the window when disposingGuillaume Desmottes2009-11-091-0/+1
* Don't leak references to dup'ed objectsDanielle Madeley2009-11-091-0/+3
* Move the call to empathy_idle_get_state() to once the AM is readyDanielle Madeley2009-11-091-11/+17
* media_stream_error_to_txt: correct the error message if the error was an audi...Guillaume Desmottes2009-11-061-7/+15
* accounts-dialog: display the 'remove' icon only on the selected rowGuillaume Desmottes2009-11-061-2/+0
* accounts-dialog: set the 'ypad' of cells in the account treeview to 4Guillaume Desmottes2009-11-061-2/+0
* accounts-dialog: simplify the remove acount confirmation dialogGuillaume Desmottes2009-11-061-15/+0
* rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED messageGuillaume Desmottes2009-11-061-1/+2
* debug-window: format timestamp in a readable wayPascal Terjan2009-11-061-8/+59
* Better reorganization of chat_window_update (#600732)Ryan LaBelle2009-11-061-24/+76
* empathy-call-window: add a friendly message for TP_MEDIA_STREAM_ERROR_CONNECT...Guillaume Desmottes2009-11-061-0/+7
* use 'Technical Details' as title of the expanderGuillaume Desmottes2009-11-051-1/+1
* pass NULL to gtk_label_new when creating an empty labelGuillaume Desmottes2009-11-051-2/+2
* Display the error message in a expanderGuillaume Desmottes2009-11-051-5/+30
* use the error message if we don't have a nice descriptionGuillaume Desmottes2009-11-051-4/+10
* factor out empathy_call_window_stream_errorGuillaume Desmottes2009-11-051-13/+16
* fix typo in commentGuillaume Desmottes2009-11-051-1/+1
* call_handler_notify_tp_call_cb: return if call is NULLGuillaume Desmottes2009-11-051-1/+2
* empathy-call-window: fix phrasing of the codec negotation failed msg and mark...Guillaume Desmottes2009-11-051-1/+2
* empathy-call-window: display an error message when codec negotiation failed (...Guillaume Desmottes2009-11-051-0/+136
* empathy-call-window: add a VBox to display errorsGuillaume Desmottes2009-11-051-2/+11
* ensure that the "Previous Conversations" menu entry stays sensitive if there ...Guillaume Desmottes2009-11-051-1/+5
* debug window shouldn't be transientGuillaume Desmottes2009-11-042-2/+2
* debug-window: debug level names shouldn't be translatedGuillaume Desmottes2009-11-041-6/+6
* empathy-chat-window: always display the title of the current tabGuillaume Desmottes2009-11-041-9/+1
* get_default_display_name: use the real protocol name to check if it's IRC or notGuillaume Desmottes2009-11-031-4/+7
* new-chatroom-dialog: swap the position of the 'Room' and 'Server' entries.Guillaume Desmottes2009-11-031-8/+8
* Allow accounts_dialog_has_pending_change to return a NULL TpAccountGuillaume Desmottes2009-11-031-13/+24
* Use call-{start,stop} icons in the incoming call dialogGuillaume Desmottes2009-11-031-2/+2
* accounts-dialog: don't always select the first account automaticallyJonny Lamb2009-11-031-2/+7
* empathy-accounts-dialog: account-validity-changed signal now has a 'valid' ar...Guillaume Desmottes2009-11-031-0/+1
* Merge branch 'accountz'Jonny Lamb2009-11-0213-370/+408
|\
| * empathy: when creating salut account, be sure to wait for the account managerJonny Lamb2009-10-301-14/+37
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-305-12/+43
| * empathy: port to new tp-glib account APIJonny Lamb2009-10-241-85/+76
| * status-icon: port to new tp-glib account APIJonny Lamb2009-10-241-21/+36
| * new-chatroom-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| * main-window: port to new tp-glib account APIJonny Lamb2009-10-241-48/+87
| * import-widget: port to new tp-glib account APIJonny Lamb2009-10-241-27/+30
| * import-mc4-accounts: port to new tp-glib account APIJonny Lamb2009-10-241-5/+5
| * event-manager: port to new tp-glib account APIJonny Lamb2009-10-241-4/+11
| * chatrooms-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+2
| * chat-window: port to new tp-glib account APIJonny Lamb2009-10-242-14/+18
| * accounts-dialog: port to new tp-glib account APIJonny Lamb2009-10-242-145/+70
| * account-assistant: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
* | Fixes cycling tab bug in chat window (#589263)Rômulo Fernandes Machado2009-10-301-12/+49
* | empathy-accounts-dialog: do_constructor: always return a new referenceGuillaume Desmottes2009-10-291-3/+7
* | empathy-accounts-dialog: do_constructor: don't ref the dialog if it already e...Guillaume Desmottes2009-10-291-1/+3
* | Escape the header of the notification (#599431)Guillaume Desmottes2009-10-291-2/+7
* | Add MissionControl to the debug windowDanielle Madeley2009-10-271-0/+7
* | Fix crash when joining a chat, GTK_WIDGET_VISIBLE is not NULL-safeXavier Claessens2009-10-261-2/+1
* | empathy-chat-window: Don't update the Contact menu if visibleRob Bradford2009-10-241-5/+26
* | empathy.c: document how the reference on the newly created EmpathyChat is man...Guillaume Desmottes2009-10-231-2/+9
|/
* ft-manager: allow closing the dialog with C-w or EscJonny Lamb2009-10-231-0/+17
* Enable extra error CFLAGS in src/Guillaume Desmottes2009-10-231-0/+1
* Also allow Esc to close debug window and map view.Jonny Lamb2009-10-212-3/+4
* Add Ctrl-w keybinding to close map window.Jonny Lamb2009-10-211-0/+17
* src/ephy-spinner.c: remove useless guint comparaisonsGuillaume Desmottes2009-10-201-3/+2
* src/empathy.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
* src/empathy-sidebar.c: fix shadow declarationsGuillaume Desmottes2009-10-201-12/+13
* src/empathy-main-window.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-7/+9
* src/empathy-preferences.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-3/+1
* src/empathy-import-pidgin: cast strings to (xmlChar *) when neededGuillaume Desmottes2009-10-201-3/+4
* src/empathy-import-mc4-accounts.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
* src/empathy-debug-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-2/+2
* src/empathy-chat-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-16/+16
* empathy-call-window: fix shadow declarationsGuillaume Desmottes2009-10-201-4/+4
* Don't display any icon if we have been disconnectedGuillaume Desmottes2009-10-201-5/+15
* empathy-chat-window: update the tab icon when the TpChat is disconnected (#59...Guillaume Desmottes2009-10-201-1/+11
* empathy_call_window_setup_avatars: pass a weak object to empathy_tp_contact_f...Guillaume Desmottes2009-10-191-1/+1
* empathy-call-window: use empathy_signal_connect_weak to connect the peak-leve...Guillaume Desmottes2009-10-191-2/+3
* Make calling empathy without options idempotentSjoerd Simons2009-10-191-6/+21
* Explain the -h option betterSjoerd Simons2009-10-191-2/+2
* Fix assertion when closing a call window after CM crashed.Mike Ruprecht2009-10-191-2/+1
* debug-window: add C-w keybinding to close the windowJonny Lamb2009-10-171-0/+18
* empathy-import-mc4-accounts: no need to add newlines to DEBUG callsJonny Lamb2009-10-171-7/+7
* Make sure -h is respected when there were no mc4 accounts to importSjoerd Simons2009-10-151-1/+1
* Factor out free-ing the message list.Cosimo Cecchi2009-10-151-4/+11
* Implement a cache for debug logs (#596101).Cosimo Cecchi2009-10-151-54/+220
* Make sure the account manager is completely unreffed when exitingSjoerd Simons2009-10-151-1/+5
* Let empathy -a show the assistant if applicableSjoerd Simons2009-10-151-11/+52
* When starting hidden don't show the assistantSjoerd Simons2009-10-151-4/+5
* Show the assistant if there are no non-salut accountsSjoerd Simons2009-10-153-10/+41
* accounts_dialog_add_account: connect notify::display-name using empathy_signa...Guillaume Desmottes2009-10-151-11/+3
* Use the protocol display name for new account namesSjoerd Simons2009-10-141-1/+4
* accounts_dialog_account_display_name_changed_cb: check that accounts_dialog_m...Guillaume Desmottes2009-10-061-0/+3
* Rename HAVE_NBTK to HAVE_MOBLIN.Xavier Claessens2009-10-051-10/+10
* empathy-accounts-dialog: 'Create' button should be 'Next' on MoblinGuillaume Desmottes2009-10-031-2/+3
* Fix a typo in a string.Cosimo Cecchi2009-10-031-1/+1
* Change strings for the remove dialog on the moblin build.Cosimo Cecchi2009-10-031-0/+10
* Bring up notifications until the conversation is accepted (#597125)Rob Bradford2009-10-021-7/+0
* fix coding stylesGuillaume Desmottes2009-10-021-17/+15
* empathy-status-icon: check if notification daemon supports actionsGuillaume Desmottes2009-10-021-1/+21
* initialize libnotify earlier in main()Guillaume Desmottes2009-10-021-1/+2
* Add a "Respond" button to notifications to provide a positive action (#589408)Rob Bradford2009-10-021-0/+19
* add event type to EmpathyEvent (#589409)Guillaume Desmottes2009-10-022-26/+46
* Rephrase geolocation preferences (#585957)Pierre-Luc Beaudoin2009-10-011-4/+4
* Don't rely on EmpathyAccountManager to be ready.Cosimo Cecchi2009-09-301-37/+62
* Rename the Create button to Add on moblin.Cosimo Cecchi2009-09-301-0/+3
* Disable account creation on moblin.Cosimo Cecchi2009-09-301-0/+8
* Add a spacing of 6 between the buttons.Cosimo Cecchi2009-09-301-0/+1
* Make sure the Add and Import buttons are always the same height.Cosimo Cecchi2009-09-301-19/+27
* Don't expand/fill the import button.Cosimo Cecchi2009-09-301-0/+2
* Hide the action area if we're on moblin.Cosimo Cecchi2009-09-301-0/+8
* Add a vertical padding to the rows.Cosimo Cecchi2009-09-301-0/+3
* Use the property in the accounts dialog.Cosimo Cecchi2009-09-301-0/+3
* Add an import button back to the accounts dialog.Cosimo Cecchi2009-09-282-1/+27
* Don't rely on the widget allocation to be != 0.Cosimo Cecchi2009-09-241-2/+12
* Fix little coding styleXavier Claessens2009-09-241-1/+1
* Merge branch 'missing-icon'Cosimo Cecchi2009-09-241-0/+8
|\
| * Don't show the "missing" image (#595921).Cosimo Cecchi2009-09-241-0/+8
* | Don't always show the main window (#596044).Cosimo Cecchi2009-09-231-2/+0
|/
* Add a Best fit button to the map view (#584034)Olivier Le Thanh Duong2009-09-222-0/+33
* Merge commit 'istaz/handle_none'Xavier Claessens2009-09-211-10/+1
|\
| * Fallback to the contact id if present when there is no room id for empathy_tp...Olivier Le Thanh Duong2009-09-211-10/+1
* | Add StreamMedia channelfilters with InitialAudio and InitialVideoSjoerd Simons2009-09-201-0/+21
|/
* Ignore the drop if we can't get the right information from itSjoerd Simons2009-09-151-6/+16
* Don't use "/" to separate account and contact.Cosimo Cecchi2009-09-151-1/+1
* Check for NULL sink.Cosimo Cecchi2009-09-141-0/+3
* Fix long lines.Cosimo Cecchi2009-09-141-22/+33
* Move the toolbar setup after we initialize the audio outputCosimo Cecchi2009-09-141-2/+2
* Fix a long line.Cosimo Cecchi2009-09-141-1/+2
* Watch the DBus signature of the param.Cosimo Cecchi2009-09-141-5/+28
* Move accounts assignment after the CMS are readyCosimo Cecchi2009-09-141-2/+2
* Move protocol_is_supported() to empathy-import-utilsCosimo Cecchi2009-09-143-26/+53
* Ensure the notification callback data is always freedSjoerd Simons2009-09-141-6/+20
* Fix potential usage of an unitialized valueSjoerd Simons2009-09-141-1/+1
* Merge branch 'auto-connect'Jonny Lamb2009-09-081-0/+95
|\
| * empathy: no need to connect to status-changed; notify::connection will doJonny Lamb2009-09-081-57/+29
| * empathy: auto-connect to chatrooms where appropriateJonny Lamb2009-09-081-0/+123
* | fix typoSjoerd Simons2009-09-081-1/+1
|/
* Convert Pidgin's int values to uintsCosimo Cecchi2009-09-061-2/+5
* Fix a long lineCosimo Cecchi2009-09-061-1/+2
* Manually handle delete events.Cosimo Cecchi2009-09-061-1/+12
* Stop the sink on stream close to prevent deadlockOlivier Crête2009-09-021-0/+48
* callback is for handler no TfChannelOlivier Crête2009-09-021-1/+2
* Use GOptionContext to parse optionsOlivier Crête2009-09-021-8/+14
* Changed dialog constructor calls to use a string literal with format argumentsLouis-Francis Ratté-Boulianne2009-09-011-4/+4