aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Use typographical ellipses consistentlySeán de Búrca2013-09-021-1/+1
* account-widget: add an "action-area" propertyMarco Barisione2013-08-201-1/+1
* pixbuf-utils: copy the generic pixbuf-related utily functions from EmpathyMarco Barisione2013-08-201-1/+2
* user-info: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-4/+4
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+3
* tpaw-utils: move functions for protocol and service display informationMarco Barisione2013-08-201-1/+1
* tpaw-utils: move empathy_connect_new_account to tp-aw and rename itMarco Barisione2013-08-201-1/+2
* connection-managers: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-6/+6
* account-settings: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-30/+30
* tp-account-widgets: rename all the files from empathy-* to tpaw-*Marco Barisione2013-08-201-1/+1
* tp-account-widgets: Switch the symbols namespace to tpawEmanuele Aina2013-08-201-13/+13
* accounts-dialog: Include the proper account-widget headerEmanuele Aina2013-08-201-1/+1
* EmpathyAccountsDialog: Simplify the way we update account display name label ...Xavier Claessens2013-08-091-35/+12
* AccountsDialog: Truncate too long account namesXavier Claessens2013-06-261-3/+3
* Merge branch 'gnome-3-8'Xavier Claessens2013-06-261-0/+1
|\
| * AccountsDialog: Ellipsize account dispaly nameXavier Claessens2013-06-261-0/+1
* | Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-10/+8
* | Use a flat namespace for internal includesEmanuele Aina2013-04-011-8/+8
* | Use double quotes for all internal headersEmanuele Aina2013-04-011-8/+8
|/
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-14/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* accounts-dialog: subdialog window should not resizeableMichael Wood2012-11-021-0/+2
* include telepathy-glib.hGuillaume Desmottes2012-09-171-3/+1
* accounts-dialog: add icons cacheGuillaume Desmottes2012-09-121-2/+31
* accounts-dialog: set pixbuf on the cell rather than the icon-nameGuillaume Desmottes2012-09-121-1/+9
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* accounts_dialog_update_settings: fix if no account is selectedGuillaume Desmottes2012-09-071-2/+3
* accounts-dialog: invoke the UOA panel if neededGuillaume Desmottes2012-08-151-0/+91
* empathy_launch_external_app: allow to pass argumentsGuillaume Desmottes2012-08-151-55/+6
* factor out empathy_launch_external_app()Guillaume Desmottes2012-08-151-18/+2
* start_external_app: fix critical warning messageGuillaume Desmottes2012-08-151-1/+3
* factor out launch_empathy_accounts()Guillaume Desmottes2012-08-141-3/+11
* EmpathAccountsDialog: user the new EmpathyUserInfo widgetXavier Claessens2012-07-301-77/+22
* EmpathyContactWidget: Stop using EmpathyAvatarChooserXavier Claessens2012-07-301-6/+0
* Accounts dialog: use external app for readonly UOA accountsXavier Claessens2012-07-261-1/+6
* factor out start_from_desktop_file()Guillaume Desmottes2012-07-261-14/+17
* Use new tp_account_* gettersGuillaume Desmottes2012-07-161-2/+2
* accounts-dialog: don't show the avatar button if avatars are not supportedGuillaume Desmottes2012-06-281-5/+12
* accounts-dialog: don't crash if the account is connectingGuillaume Desmottes2012-05-231-4/+9
* remove unused tp-contact-factory includesGuillaume Desmottes2012-05-151-1/+0
* new-account-dialog: rely on the EmpathyAccountWidget::close signalGuillaume Desmottes2012-05-091-1/+1
* Turn EmpathyAccountWidget to a proper GtkWidgetGuillaume Desmottes2012-05-081-29/+23
* accounts-dialog: stop using tp_connection_get_self_handle()Guillaume Desmottes2012-05-031-17/+8
* accounts-dialog: use GNetworkMonitorGuillaume Desmottes2012-04-051-10/+10
* Remove Meego specific codeGuillaume Desmottes2012-04-051-37/+0
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-04-051-1/+3
|\
| * check if salut settings are valid instead of assume they are notGuillaume Desmottes2012-04-041-1/+3
* | account-dialog: add 'Rename' item to the context menuGuillaume Desmottes2012-04-021-0/+33
* | accounts-dialog: keep a pointer on the text rendererGuillaume Desmottes2012-04-021-7/+9
* | replace Enable/Disable menu items by a check itemGuillaume Desmottes2012-04-021-37/+15
|/
* use enable_and_connect_account() when enabling an account from the menuGuillaume Desmottes2012-03-301-1/+2
* factor out enable_and_connect_account()Guillaume Desmottes2012-03-301-2/+9
* accounts-dialog: no need to connect the account if we are disabling itGuillaume Desmottes2012-03-301-5/+13
* accounts_dialog_enable_account_cb: use the usual async cb patternGuillaume Desmottes2012-03-301-10/+9
* empathy-accounts: disable 'Enable' menu entry if not supportedGuillaume Desmottes2012-03-301-6/+14
* factor out account_can_be_enabled()Guillaume Desmottes2012-03-301-9/+18
* accounts-dialog: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-8/+13
* Use the correct help: URI syntaxShaun McCance2012-03-261-1/+1
* Use help:empathy to open the helpGuillaume Desmottes2012-03-221-1/+1
* accounts-dialog: set a column spacing for the GtkInfoBar gridCosimo Cecchi2012-03-211-0/+1
* contact-widget: don't display the account when editing our infoGuillaume Desmottes2012-03-161-1/+2
* reload the account widget when connection is (dis)connectedGuillaume Desmottes2012-03-151-0/+45
* create_dialog_content: check if the TpConnection is still validGuillaume Desmottes2012-03-151-1/+2
* factor out account_is_selected()Guillaume Desmottes2012-03-151-16/+27
* early return if accounts_dialog_model_get_selected_settings() returns NULLGuillaume Desmottes2012-03-121-0/+4
* try installing telepathy-hazeGuillaume Desmottes2012-02-211-0/+21
* explain why the account has been disabledGuillaume Desmottes2012-02-211-2/+13
* accounts-dialog: hide the switch in butterfly accountsGuillaume Desmottes2012-02-211-2/+9
* salut-dialog: use 'Skip' instead of 'Ignore'Guillaume Desmottes2012-02-171-1/+1
* accounts-dialog: suggest to create a salut accountGuillaume Desmottes2012-02-171-2/+68
* accounts-dialog: display the import dialog if there is no accountGuillaume Desmottes2012-02-171-0/+17
* accounts_dialog_add_account: select if that's the first account addedGuillaume Desmottes2012-02-161-3/+7
* accounts-dialog: move the 'no protocol' message to a different pageGuillaume Desmottes2012-02-161-7/+5
* accounts-dialog: remove hbox_protocolGuillaume Desmottes2012-02-161-4/+0
* accounts-dialog: don't automatically open the add accountGuillaume Desmottes2012-02-161-9/+0
* Pass EmpathyConnectionManagers to the import widgetGuillaume Desmottes2012-02-161-1/+2
* factor out display_import_dialog()Guillaume Desmottes2012-02-161-3/+11
* set the presence message as a tooltip on its labelGuillaume Desmottes2012-02-151-0/+3
* accounts-dialog: ellipsize presence messageGuillaume Desmottes2012-02-151-1/+1
* accounts-dialog: don't add newly created account twiceGuillaume Desmottes2012-01-241-69/+9
* accounts_dialog_get_account_iter: use the COL_ACCOUNT directlyGuillaume Desmottes2012-01-241-4/+4
* accounts-dialog: no more need to manually prepare TpAccountGuillaume Desmottes2012-01-241-20/+1
* accounts-dialog: remove protocol chooserGuillaume Desmottes2011-12-221-99/+0
* accounts-dialog: use the new account dialogGuillaume Desmottes2011-12-221-3/+22
* account_dialog_create_edit_params_dialog: don't connect account-created signalGuillaume Desmottes2011-12-221-24/+0
* don't use deprecated GTK+ APIGuillaume Desmottes2011-12-221-2/+2
* display the editor on topGuillaume Desmottes2011-12-221-3/+7
* properly handle accounts using an external storageGuillaume Desmottes2011-12-221-3/+109
* No need to manually prepare the connectionGuillaume Desmottes2011-12-221-25/+9
* add some padding in the edit conn settings dialogGuillaume Desmottes2011-12-221-4/+9
* add an accelerator to open the params dialogGuillaume Desmottes2011-12-221-1/+1
* pass a second NULL pointer to gtk_dialog_new_with_buttons()Guillaume Desmottes2011-12-221-1/+1
* Don't show the presence twiceDanielle Madeley2011-12-221-0/+1
* Make it possible to add/remove/edit accounts without it crashing everywhereDanielle Madeley2011-12-221-54/+11
* Add a close signal, emitted by both cancel and applyDanielle Madeley2011-12-221-5/+4
* Begin combining the dialogsDanielle Madeley2011-12-221-19/+161
* accounts-dialog: fix box packing issue in infobarDanielle Madeley2011-11-081-7/+12
* accounts-dialog: fix infobar packing issues by porting to GtkGridDanielle Madeley2011-10-271-34/+17
* Use tp_proxy_prepare_async instead of tp_account_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* Factor out empathy_launch_program()Emilio Pozuelo Monfort2011-08-041-46/+8
* Make the accounts-dialog attractive and GNOME3ishDanielle Madeley2011-06-151-0/+11
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-20/+0
* don't display the enable switch if account is restrictedGuillaume Desmottes2011-04-211-0/+7
* use a GtkSwitch instead of MX switchGuillaume Desmottes2011-04-211-10/+9
* Add an enabled switch to the account dialog GtkInfoBarDanielle Madeley2011-04-211-0/+63
* accounts_dialog_cms_prepare_cb: don't update the settings if we are already p...Guillaume Desmottes2011-04-181-1/+3
* accounts_dialog_add_account: ensure that the selected account is still visibl...Guillaume Desmottes2011-03-221-1/+19
* accounts_dialog_model_set_selected: use select_and_scroll_to_iterGuillaume Desmottes2011-03-221-1/+1
* factor out select_and_scroll_to_iter()Guillaume Desmottes2011-03-221-14/+23
* accounts_dialog_set_selected_account: scroll to the selected accountGuillaume Desmottes2011-02-281-1/+14
* accounts-dialog: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-1/+1
* accounts-dialog: only update the row which have actually been changed; may fi...Guillaume Desmottes2011-02-161-1/+15
* account-dialog: keep a proper weak ref on setting_widget_objectGuillaume Desmottes2011-01-241-3/+16
* Don't use deprecated gdk_app_launch_context_new()Emilio Pozuelo Monfort2011-01-111-2/+3
* Fix lines > 80 charsSjoerd Simons2010-12-291-2/+4
* Prevent potential freeing of unitialized dataSjoerd Simons2010-12-291-4/+4
* Merge remote branch 'glassrose/enable-disable-accounts-popup-609568'Danielle Madeley2010-12-241-0/+95
|\
| * Popup menu feature to quickly enable/disable an account.Chandni Verma2010-12-241-0/+95
* | Fix build warnings for uninitialized variablesXavier Claessens2010-12-231-1/+1
* | accounts-dialog: use g_app_info_launch() instead of gdk_spawn_on_screen() (#6...Guillaume Desmottes2010-12-231-14/+25
* | use tp_account_get_path_suffix()Guillaume Desmottes2010-12-151-4/+1
|/
* use gtk_box_pack_start() to pack our widget to the dialog (#634912)Guillaume Desmottes2010-11-151-1/+1
* accounts-dialog: stop displaying the import dialog automatically (#631080)Guillaume Desmottes2010-10-011-19/+0
* factor out empathy_protocol_chooser_create_account_settings()Guillaume Desmottes2010-09-291-58/+4
* Add empathy_service_name_to_display_name()Guillaume Desmottes2010-09-291-11/+5
* protocol-chooser: expose a 'service' string instead of boolean for facebook a...Guillaume Desmottes2010-09-291-8/+18
* google-talk: no need to unset the 'server' paramGuillaume Desmottes2010-09-281-1/+0
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-5/+0
* Enable server fallback for GTalk accountNicolas Dufresne2010-09-091-4/+10
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-0/+3
* unsensitive the remove button while loadingGuillaume Desmottes2010-08-261-1/+14
* insensitive treeview while loadingGuillaume Desmottes2010-08-261-1/+4
* accounts-dialog: display loading page while loading accounts (#611701)Guillaume Desmottes2010-08-261-0/+27
* accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353)Guillaume Desmottes2010-08-261-2/+18
* Use new API in EmpathyAccountsDialogCosimo Cecchi2010-08-191-2/+2
* Fix constness of various variables and parametersPhilip Withnall2010-08-051-3/+3
* no need to pass the reason to empathy_account_get_error_messageGuillaume Desmottes2010-08-051-2/+2
* accounts-dialog: use empathy_account_get_error_message (#523895)Guillaume Desmottes2010-08-051-2/+2
* Remove unneccesary signal disconnection in EmpathyAccountsDialogDanielle Madeley2010-07-211-35/+9
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-9/+7
* accounts-dialog: avoid leaking the account status messageRob Bradford2010-06-031-12/+41
* accounts-dialog: Ensure correct connectivity informationRob Bradford2010-06-031-4/+10
* hardcode facebook server to workaround SRV lookup issuesGuillaume Desmottes2010-05-251-0/+3
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-181-1/+1
* Replace EphySpinner by GtkSpinnerXavier Claessens2010-04-191-7/+5
* src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of empa...Guillaume Desmottes2010-04-091-6/+6
* Merge commit 'treitter/bug-613272'Guillaume Desmottes2010-03-291-1/+1
|\
| * Set a default empathy-accounts window size such that any scrolled Advanced se...Travis Reitter2010-03-271-1/+1
| * Another way to fix Gnome bug #613272. This puts the Advanced expander content...Travis Reitter2010-03-251-3/+1
| * Make the account details pane scrollable, in case the Advanced section is too...Travis Reitter2010-03-201-1/+3
* | Automatically reap the empathy-accounts child processDanielle Madeley2010-03-241-13/+4
|/
* Window title for the accounts dialog should match the name in the launcher.Ken VanDine2010-03-101-1/+1
* set the server field of Google Talk accountGuillaume Desmottes2010-03-051-4/+12
* Fix silly typoSjoerd Simons2010-03-051-1/+1
* Connect to the accounts signals in one central placeSjoerd Simons2010-03-051-10/+5
* Cancel creation in the accounts dialog if the wizard is runningSjoerd Simons2010-03-051-4/+26
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-031-9/+0
* Merge branch 'more-accounts-fixes'Travis Reitter2010-03-031-29/+89
|\
| * Remove EmpathyAccountsPlugin's requirement that it be a singleton, so we can ...Travis Reitter2010-03-031-27/+0
| * Disable the Cancel button in the accounts dialog if there are no existing acc...Travis Reitter2010-03-021-1/+72
| * When we're creating our first account, don't let the remove button become sen...Travis Reitter2010-02-271-1/+8
| * Don't create some extra "ghost" account if we're creating our first account a...Travis Reitter2010-02-271-0/+9
* | Improve debugging and don't use g_debugSjoerd Simons2010-03-021-0/+5
* | Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-021-3/+3
* | accounts-dialog: update the status info when account when account is enabledGuillaume Desmottes2010-02-281-3/+2
|/
* Rename Moblin to Meego throughout EmpathyDanielle Madeley2010-02-191-6/+6
* empathy_accounts_dialog_show_application: try to run "empathy-accounts" from ...Guillaume Desmottes2010-02-161-1/+10
* empathy_accounts_dialog_show_application: use g_build_filenameGuillaume Desmottes2010-02-161-1/+4
* accounts-dialog: block the selection 'changed' signal while removing a rowGuillaume Desmottes2010-02-151-0/+14
* empathy-accounts-dialog: Prepend BIN_DIR to the binary nameDanielle Madeley2010-02-121-1/+1
* Separate the accounts dialog into its own program which works with the Gnome ...Travis Reitter2010-02-121-0/+56
* add is_facebook arg to empathy_protocol_chooser_dup_selectedGuillaume Desmottes2010-02-121-5/+14
* Fix leaks, gtk_tree_model_get() returns a ref!Xavier Claessens2010-02-111-20/+33
* accounts-dialog: wrap label status in info barGuillaume Desmottes2010-02-101-0/+1
* accounts_dialog_accounts_setup: use empathy_connection_managers_prepare_asyncGuillaume Desmottes2010-01-251-16/+17
* Add a remove button below the accounts treeview instead of the in-treeview icon.Xavier Claessens2010-01-191-15/+59
* Unify the infobar and the account name widgets.Cosimo Cecchi2010-01-191-15/+45
* fix identationGuillaume Desmottes2010-01-181-1/+1
* Stop greysing and blinking the protocol iconGuillaume Desmottes2010-01-181-24/+0
* update account in treeview when it's disabledGuillaume Desmottes2010-01-181-0/+1
* update treeview when account's status is changedGuillaume Desmottes2010-01-181-0/+21
* accounts-dialog: display status of accounts in the treeview (#605309)Guillaume Desmottes2010-01-181-0/+78
* rename accounts_dialog_model_pixbuf_data_func to accounts_dialog_model_protoc...Guillaume Desmottes2010-01-181-3/+3
* accounts-dialog: remember the account and password param when changing protoc...Guillaume Desmottes2010-01-181-0/+29
* set presence to offline when account is disabledFelix Kaser2010-01-161-0/+5
* Consider connected account which doesn't implement presence as available (#60...Guillaume Desmottes2010-01-161-0/+8
* connect to signals when account has been createdFelix Kaser2010-01-111-0/+20
* don't make add-button sensitive on protocol changeFelix Kaser2010-01-111-1/+0
* disable treeview when creating an accountFelix Kaser2010-01-111-0/+13
* accounts-dialog: inherit from GtkDialog (#600023)Guillaume Desmottes2010-01-111-71/+85
* Miscellaneous string fixesPhilip Withnall2010-01-011-1/+1
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-011-6/+6
* Remove the protocol selection screen when adding a new accountGuillaume Desmottes2009-12-261-98/+64
* remove register radio buttons in the create account frameGuillaume Desmottes2009-12-221-35/+0
* remove duplicate expressionFelix Kaser2009-12-161-2/+0
* dont show infobar when creating an accountFelix Kaser2009-12-151-14/+8
* get connectivity only when neededFelix Kaser2009-12-151-4/+2
* fixed a crash when creating accountFelix Kaser2009-12-151-7/+33
* update infobar only on selected accountFelix Kaser2009-12-151-0/+20
* updated status messagesFelix Kaser2009-12-151-6/+18
* set infobar message to no network connectionFelix Kaser2009-12-151-0/+9
* refactor friendly status reason messagesFelix Kaser2009-12-151-50/+12
* added case for requested disconnectionFelix Kaser2009-12-151-0/+3
* handle presence changesFelix Kaser2009-12-151-10/+20
* show infobar when connectedFelix Kaser2009-12-151-7/+17
* added case for disabled accountFelix Kaser2009-12-151-80/+100
* added reson to status infobarFelix Kaser2009-12-151-11/+57
* added spinner to connecting infobarFelix Kaser2009-12-151-9/+23
* added status image to infobarFelix Kaser2009-12-151-1/+15
* change position of the infobarFelix Kaser2009-12-151-3/+4
* use different message types in infobarFelix Kaser2009-12-151-0/+6
* show the infobar when not connectedFelix Kaser2009-12-151-0/+39
* added infobar with empty labelFelix Kaser2009-12-151-0/+10
* added vbox for the status-infobarFelix Kaser2009-12-151-0/+2
* use conn-status-reason instead of conn-statusFelix Kaser2009-11-291-1/+1
* accounts-dialog: wait that account is prepared before calling accounts_dialog...Guillaume Desmottes2009-11-131-1/+20
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-131-51/+2
* empathy_accounts_dialog_show: check if priv->cms is not NULL before using itGuillaume Desmottes2009-11-101-1/+1
* accounts-dialog: set the ypad on the "Name" cellGuillaume Desmottes2009-11-101-1/+1
* 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
* get_default_display_name: use the real protocol name to check if it's IRC or notGuillaume Desmottes2009-11-031-4/+7
* Allow accounts_dialog_has_pending_change to return a NULL TpAccountGuillaume Desmottes2009-11-031-13/+24
* 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-021-144/+74
|\
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-2/+7
| * accounts-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-143/+68
* | 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
|/
* 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
* 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
* 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-281-1/+16
* Don't show the "missing" image (#595921).Cosimo Cecchi2009-09-241-0/+8
* Fix a long lineCosimo Cecchi2009-09-061-1/+2
* Manually handle delete events.Cosimo Cecchi2009-09-061-1/+12
* Changed dialog constructor calls to use a string literal with format argumentsLouis-Francis Ratté-Boulianne2009-09-011-4/+4