aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Separate the accounts dialog into its own program which works with the Gnome ↵Travis Reitter2010-02-1218-199/+1311
| | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon).
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-02-122-382/+361
|
* Rephrase the helper text and change "Login ID" to "Username"Guillaume Desmottes2010-02-122-5/+10
| | | | Thanks to Nick Richards for his suggestions.
* embold the part of the Facebook URL showing the ID to make it clearerGuillaume Desmottes2010-02-121-1/+1
|
* add a simple version of the Facebook widgetGuillaume Desmottes2010-02-122-1/+109
|
* Improve default display name for Facebook accountsGuillaume Desmottes2010-02-121-0/+8
|
* add the '@chat.facebook.com' suffix to account but dont't display it in the ↵Guillaume Desmottes2010-02-121-1/+76
| | | | | | widget Fixes bug #573194
* assistant: filter out facebook from the new account pageGuillaume Desmottes2010-02-123-3/+7
|
* Help user to understand what Facebook alias are and how to set itGuillaume Desmottes2010-02-121-1/+2
|
* hide the advanced options for Facebook accountsGuillaume Desmottes2010-02-122-1/+4
|
* don't display the register options for Facebook accountsGuillaume Desmottes2010-02-121-1/+1
|
* account-widget: display facebook example labelGuillaume Desmottes2010-02-121-4/+21
|
* add is_facebook arg to empathy_protocol_chooser_dup_selectedGuillaume Desmottes2010-02-124-11/+39
| | | | So the assistant and accounts dialog can special case facebook accounts.
* empathy-protocol-chooser: add a column saying if a row is a facebook account ↵Guillaume Desmottes2010-02-121-3/+12
| | | | or not
* add example label for Facebook accountsGuillaume Desmottes2010-02-121-0/+14
|
* account_widget_build_jabber: add few commentsGuillaume Desmottes2010-02-121-0/+3
|
* Drop Haze's facebook implementationGuillaume Desmottes2010-02-121-0/+6
| | | | Everyone should use Gabble now.
* Add facebook in protocol chooser for gabble CM.Xavier Claessens2010-02-121-0/+10
|
* Updated Galician TranslationFran Diéguez2010-02-111-733/+1082
|
* fixed typo in helpŁukasz Jernaś2010-02-111-1/+1
|
* Updated Slovenian translationMatej Urbančič2010-02-111-113/+117
|
* do_show_accounts_ui: don't unref the EmpathyConnectionManagersGuillaume Desmottes2010-02-111-2/+0
| | | | We already unref it once the async callback is done.
* Updated Spanish translationJorge González2010-02-111-1/+43
|
* updated Tamil translationvasudeven2010-02-111-3/+1
|
* updated Tamil translationvasudeven2010-02-111-179/+255
|
* updated Tamil translationvasudeven2010-02-111-701/+981
|
* updated Tamil translationvasudeven2010-02-111-1/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2010-02-111-145/+192
|
* Merge branch 'menu'Xavier Claessens2010-02-116-2/+12
|\
| * Fix leaked GtkMenuXavier Claessens2010-02-116-2/+12
| | | | | | | | | | | | | | | | | | | | GtkMenu is initially unowned, which means ref_count is 1 and floating flag is set. gtk_menu_popup temporarily adds a ref, that will be dropped when the menu is popped down. So once the menu is popped up, we call g_object_ref_sink() to clear the floating flag, and g_object_unref() to drop the initial ref. Only the ref from gtk_menu_popup stay, and the menu will be finalized when it is popped down. Fixes bug #609567
* | Fix leaks, gtk_tree_model_get() returns a ref!Xavier Claessens2010-02-111-20/+33
| | | | | | | | | | COL_ACCOUNT_POINTER and COL_ACCOUNT_SETTINGS_POINTER are misleading, they are not POINTER but OBJECT, so we have to unref them.
* | Fix creation of imported accounts (#609439)Guillaume Desmottes2010-02-101-3/+8
| | | | | | | | | | | | impl_signal_apply isn't called any more after the "import" page as this page as a 'next' button now. So we have to create the imported accounts when preparing the next page.
* | assistant: store the ID of the current pageGuillaume Desmottes2010-02-101-0/+2
| | | | | | | | | | This will make easier to know from which page we are coming in impl_signal_prepare.
* | accounts-dialog: wrap label status in info barGuillaume Desmottes2010-02-101-0/+1
| | | | | | | | | | So the accounts doesn't become huge if user entered a ridiculously long message (#609537).
* | Add icon for the 'mxit' protocol (#609519)K.Vishnoo Charan Reddy2010-02-107-0/+112
| | | | | | | | | | This icon won't be displayed while telepathy-haze won't have been released with a patch renaming the "loubserp-mxit" protocol to "mxit".
* | Use the 'phone' icon for the 'sms' protocolGuillaume Desmottes2010-02-101-0/+2
| |
* | Updated Spanish translationJorge González2010-02-101-3/+29
| |
* | Create the account even when user chooses to not create other one afterGuillaume Desmottes2010-02-101-2/+19
| | | | | | | | | | | | | | | | | | | | As the account is not created in impl_signal_apply() any more, we have to be smarter in impl_signal_prepare and call account_assistant_apply_account_and_finish in more cases. That also means that account_assistant_account_enabled_cb doesn't have to terminate the assistant if the salut account has not been created yet. Fixes bug #609220.
* | impl_signal_apply: this function is not called after the create page any moreGuillaume Desmottes2010-02-101-2/+0
|/ | | | | The 'create account' page doesn't have a 'apply' button any more so this test never succeeds any more.
* Replace SILC icon by one rendering better in 16x16 (#609352)K.Vishnoo Charan Reddy2010-02-096-23/+34
|
* Merge branch 'zephyr'Guillaume Desmottes2010-02-097-0/+188
|\
| * Add icon for the Zephyr protocol (#609343)Guillaume Desmottes2010-02-097-0/+188
| |
* | Disable sound notifications for login/logout of contacts (#609319)Frédéric Péters2010-02-091-2/+2
|/
* Updated Spanish translationJorge González2010-02-091-1/+26
|
* Updated Spanish translationJorge González2010-02-091-30/+29
|
* Updated Spanish translationJorge González2010-02-091-187/+25
|
* Updated Spanish translationJorge González2010-02-091-20/+24
|
* start dev of next releaseGuillaume Desmottes2010-02-091-1/+1
|
* prepare 2.29.90 releaseEMPATHY_2_29_90Guillaume Desmottes2010-02-092-2/+35
|
* Use the SIP icon for the SIMPLE protocolGuillaume Desmottes2010-02-091-1/+4
| | | | SIMPLE is a SIP extension.
* Use a GSList instead of GList to store messages to ackGuillaume Desmottes2010-02-093-11/+11
|
* empathy-chat: acknowledge pending messages on empathy_chat_messages_read() ↵Danielle Madeley2010-02-091-6/+13
| | | | | | | | | | | | | (#608979) Empathy displays this handy number of unread messages in the title bar, but you can't replicate this behaviour using an Observer because Empathy acknowledges the messages immediately. This patch makes it so that Empathy only acknowledges the messages when it decrements the unread messages count. N.B. EmpathyTpChat currently seems to assume that no other client is going to acknowledge messages for channels, it is handling. This seems valid enough, just pointing it out.
* Add translation context for the "Edit" contact menu (#608690)Guillaume Desmottes2010-02-091-1/+3
|
* Fix typo in help (#608882)Łukasz Jernaś2010-02-081-1/+1
|
* Don't call SetAlias for subscription requests until the request has been ↵Danielle Madeley2010-02-083-3/+33
| | | | acked (#608975)
* Don't assume that removing a user from 'stored' will remove them from all listsDanielle Madeley2010-02-081-2/+0
| | | | | | This doesn't appear to be correct for all CMs (at least, it doesn't appear to be correct for Gabble). At least it doesn't appear incorrect to attempt to remove the contact from the other lists anyway (#608974).
* modifies tab-expand and tab-fill properties of child in chat-window (#608053)Reimundo Heluani2010-02-081-2/+8
|
* Ensure that the EmpathyIdle is not used in account_manager_ready_cb after ↵Travis Reitter2010-02-081-3/+16
| | | | | | being finalized Fixes #608813
* empathy.c: Initialise variable (#609030)Danielle Madeley2010-02-081-0/+4
| | | | Fixes bug introduced in 24db41f217eea1cbf929cc3e623c50ca626db4b
* Updated Spanish translationJorge González2010-02-081-1/+41
|
* Updated Spanish translationJorge González2010-02-081-17/+35
|
* Updated Swedish translationDaniel Nylander2010-02-081-288/+322
|
* Updated Spanish translationJorge González2010-02-071-83/+87
|
* Updated Spanish translationJorge González2010-02-071-33/+23
|
* Modified Spanish screenshotJorge González2010-02-061-0/+0
|
* Updated Spanish translationJorge González2010-02-061-12/+25
|
* Updated Spanish translationJorge González2010-02-061-14/+26
|
* Updated Spanish translationJorge González2010-02-041-28/+28
|
* Updated German translationChristian Kirbach2010-02-041-855/+1374
|
* Updated Spanish translationJorge González2010-02-031-12/+16
|
* Adding myself to contributorsDanielle Madeley2010-02-021-1/+2
|
* Updated Spanish translationJorge González2010-02-021-16/+27
|
* Updating Estonian translationMattias Põldaru2010-02-011-374/+647
|
* Updated Spanish translationJorge González2010-02-011-12/+16
|
* Updated Spanish translationJorge González2010-01-311-28/+31
|
* Updated Greek translationSimos Xenitellis2010-01-311-765/+1295
|
* Updated Bulgarian translationAlexander Shopov2010-01-291-793/+1129
|
* Updated Slovenian translationMatej Urbančič2010-01-281-3523/+3579
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-01-281-487/+555
|
* Updated Bengali translationJamil Ahmed2010-01-271-899/+1364
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-01-262-1122/+1071
|
* Updated Spanish translationJorge González2010-01-261-13/+20
|
* Updated Spanish translationJorge González2010-01-261-87/+133
|
* start dev of 2.29.7Guillaume Desmottes2010-01-261-2/+2
|
* prepare 2.29.6 releaseEMPATHY_2_29_6Guillaume Desmottes2010-01-262-1/+59
|
* Show protocol in compat mode tooGuillaume Desmottes2010-01-262-9/+2
| | | | There is no reason to not to (#607207).
* contact_list_store_update_list_mode_foreach: remove useless show_protocol ↵Guillaume Desmottes2010-01-261-4/+0
| | | | variable
* contact_list_store_contact_update: remove useless show_protocol variableGuillaume Desmottes2010-01-261-4/+0
|
* Ellipsize connection error infobarsWill Thompson2010-01-261-1/+2
| | | | | This prevents your contact list being forcibly expanded horizontally when an account with a long name fails to connect. Fixes: #608043
* Fix building nst plugin out of tree.Will Thompson2010-01-261-0/+1
|
* accounts_dialog_accounts_setup: use empathy_connection_managers_prepare_asyncGuillaume Desmottes2010-01-251-16/+17
| | | | | That way we are sure that the callback is called even if the managers is already ready (#607925).
* Merge commit 'kaserf/buttons-infobar-606329'Guillaume Desmottes2010-01-251-9/+0
|\
| * remove custom style for buttons in infobarFelix Kaser2010-01-251-9/+0
| | | | | | | | the custom style for the buttons in the infobar is not needed. fixes bug #606329
* | split strings to no translate markupsGuillaume Desmottes2010-01-251-7/+16
| |
* | there is no reasy why error would be NULL if e_book_get_self failedGuillaume Desmottes2010-01-251-2/+1
| |
* | remove create_salut_account_if_needed as it's done in the assistant nowGuillaume Desmottes2010-01-252-111/+0
| |
* | rephrase the salut error pageGuillaume Desmottes2010-01-251-4/+5
| |
* | add a hint about how to reach the accounts dialogGuillaume Desmottes2010-01-251-2/+4
| |
* | Split markups and translated string to make this easier for translatorsGuillaume Desmottes2010-01-251-4/+7
| |
* | rename build_error_page to build_error_vboxGuillaume Desmottes2010-01-251-3/+3
| |
* | account_assistant_page_forward_func: never go forward after the salut pageGuillaume Desmottes2010-01-251-0/+5
| | | | | | | | This fix a bug if user chooses to not create a salut account.
* | Display 'back' button in the import and create pageGuillaume Desmottes2010-01-251-2/+2
| |
* | Fix account creation regressionGuillaume Desmottes2010-01-251-4/+9
| | | | | | | | | | | | Each time we add a new account, a new page is added to the assistant. So checking if id equal PAGE_ENTER_CREATE is not enough as the next pages will have an id greater than that.
* | Don't display the salut page after the create one if there is no need toGuillaume Desmottes2010-01-251-3/+27
| |
* | Don't display the salut page after the import one if there is no need toGuillaume Desmottes2010-01-251-1/+10
| |
* | Display the salut page after the create oneGuillaume Desmottes2010-01-251-18/+15
| |
* | Display the salut page after the import oneGuillaume Desmottes2010-01-251-3/+5
| |
* | rename should_create_salut_account to display_salut_pageGuillaume Desmottes2010-01-251-4/+4
| |
* | Display an error message if Salut is not installedGuillaume Desmottes2010-01-251-8/+32
| | | | | | | | Please enter the commit message for your changes. Lines starting
* | factor out build_error_pageGuillaume Desmottes2010-01-251-20/+32
| |
* | assistant: move creation of the page from _init to _constructedGuillaume Desmottes2010-01-251-19/+22
| | | | | | | | We are going to need the connection managers received as a property.
* | Pass a ready EmpathyConnectionManagers to empathy_account_assistant_showGuillaume Desmottes2010-01-254-17/+87
| | | | | | | | | | This kinda suck but we have to construct the assistant in a sync way so can't wait for the manager to become ready.
* | Move all the tests checking if we should display the the assistant to a ↵Guillaume Desmottes2010-01-251-25/+63
| | | | | | | | | | | | | | single function We used to check that in a lot of different places. Refactor the code to make it clearer and easier to understand.
* | Don't display the salut page if there is no need to create the accountGuillaume Desmottes2010-01-251-0/+57
| |
* | set the salut-account-created gconf key once the account has been createdGuillaume Desmottes2010-01-251-2/+14
| |
* | don't set display name if there is already one definedGuillaume Desmottes2010-01-251-6/+9
| | | | | | | | Display name is already set for the salut account.
* | account-assistant: use existing code to create the salut account and respect ↵Guillaume Desmottes2010-01-251-12/+18
| | | | | | | | the settings defined by user
* | account-assistant: add a page to configure the salut accountGuillaume Desmottes2010-01-251-12/+124
| | | | | | | | | | This will let user filling his details if we failed to fetch them and so give him a chance to actually create the Salut account (#596575).
* | account-widget-salut: don't display advanced properties in simple modeGuillaume Desmottes2010-01-252-1/+6
| |
* | factor out and export create_salut_account_settingsGuillaume Desmottes2010-01-252-48/+68
| |
* | rename "Hidden" to "Invisible" in docsŁukasz Jernaś2010-01-251-2/+2
|/
* notify_ready_cb: use g_simple_async_result_complete instead of _in_idleGuillaume Desmottes2010-01-221-1/+1
|
* replace empathy_connection_managers_call_when_ready by ↵Guillaume Desmottes2010-01-225-66/+57
| | | | prepare_{async_finish} functions
* empathy-protocol-chooser: use empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-11/+11
|
* empathy.c: use empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-21/+11
|
* empathy-import-widget: use empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-9/+10
|
* add empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-222-0/+73
| | | | That's easier to use than checking if ready and connecting a callback.
* spspps-interval has been renamed to config-intervalGuillaume Desmottes2010-01-221-1/+1
|
* Capture the escape key on the chat view and search bar, to make it hide the ↵Thomas Meire2010-01-213-6/+32
| | | | search bar
* removed some trailing spacesThomas Meire2010-01-211-3/+3
|
* added a "find" menu itemThomas Meire2010-01-214-5/+38
|
* improve behaviour of match_case callbackThomas Meire2010-01-211-6/+22
|
* add match_case option to find_abilitiesThomas Meire2010-01-216-19/+49
|
* respect match_case in chat_text_view_highlightThomas Meire2010-01-211-7/+14
|
* Use gtk_text_iter_[backward/forward]_search for case sensitive searches, keepThomas Meire2010-01-211-12/+34
| | | | the custom version for case insensitive searches
* added checkbox callbackThomas Meire2010-01-211-0/+8
|
* added case sensitive search for adium themes (reverted previous commit)Thomas Meire2010-01-216-27/+49
|
* make the adium theme respect new_searchThomas Meire2010-01-211-0/+6
|
* added case sensitive highlighting for adium themesThomas Meire2010-01-216-12/+18
|
* simple toggle button to match the caseThomas Meire2010-01-212-0/+19
|
* remove priv->last_search and factor out empathy_search_bar_searchThomas Meire2010-01-211-47/+40
|
* Make the "Edit Custom Messages" window 420px wide by default (#607463)Ken VanDine2010-01-201-0/+1
|
* add empathy-auto-salut-account-helper.c to POTFILES.inGuillaume Desmottes2010-01-201-0/+1
|
* Re-send sps/pps regulary with H.264Olivier Crête2010-01-201-0/+2
|
* Call create_salut_account_if_needed when the assistant is closedGuillaume Desmottes2010-01-203-2/+5
| | | | | That way we only try to create the account if the assistant properly terminates (#607436).
* Don't pass managers to create_salut_account_if_neededGuillaume Desmottes2010-01-203-6/+23
| | | | It can dup it itself.
* move create_salut_account_if_needed and should_create_salut_account to a new ↵Guillaume Desmottes2010-01-204-181/+252
| | | | file
* account-assistant: disable Google Talk when creating a new accountGuillaume Desmottes2010-01-191-0/+3
| | | | Google Talk doesn't support inband registration (#607455).
* Pass a boolean saying if the protocol is Google Talk or not to ↵Guillaume Desmottes2010-01-193-2/+9
| | | | | | EmpathyProtocolChooserFilterFunc That's the only way to filter Google Talk if we want to.
* add_register_buttons: don't show the register buttons in simple modeGuillaume Desmottes2010-01-191-0/+3
| | | | We use another page in the assistant to create new accounts (#607455).
* account-widget: check that the apply button actually exist before modifying itGuillaume Desmottes2010-01-191-0/+4
| | | | It's not created in the 'simple' version of the widget. (#607455)
* Make sure the column spacing is the same for all protocols.Cosimo Cecchi2010-01-192-2/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2010-01-191-102/+57
|
* Add a remove button below the accounts treeview instead of the in-treeview icon.Xavier Claessens2010-01-192-21/+93
|
* Updated Spanish translationJorge González2010-01-191-81/+72
|
* all.xml: remove unused and redundant external-typeGuillaume Desmottes2010-01-191-26/+0
| | | | They are either not used anymore or already defined in generic-types.xml
* remove Channel_Handler.xml; we don't use it since a whileGuillaume Desmottes2010-01-193-64/+0
|
* remove Tube_Handler.xmlGuillaume Desmottes2010-01-193-59/+0
|
* remove empathy-tube-handler.c and empathy-tube-dispatchGuillaume Desmottes2010-01-199-905/+1
|
* stop dispatching tube channels (#599159)Guillaume Desmottes2010-01-193-130/+0
| | | | Tube applications should use the ChannelDispatcher.
* Unify the infobar and the account name widgets.Cosimo Cecchi2010-01-192-51/+46
|
* Changed the return string of empathy_presence_get_default_message to ↵G.Balaji2010-01-181-1/+1
| | | | | | Invisible so that we display Invisible to the user. This fix bug #603472
* Fix /join command with one channel (#607306)Thomas Meire2010-01-181-1/+1
|
* fix identationGuillaume Desmottes2010-01-181-1/+1
|
* Stop greysing and blinking the protocol iconGuillaume Desmottes2010-01-181-24/+0
| | | | | We now have another icon showing the connection status so there is no point to display it (in an unclear way) in the protocol icon as well.
* 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 ↵Guillaume Desmottes2010-01-181-3/+3
| | | | accounts_dialog_model_protocol_pixbuf_data_func
* accounts-dialog: remember the account and password param when changing ↵Guillaume Desmottes2010-01-181-0/+29
| | | | protocol (#605532)
* account-widget: add empathy_account_widget_set_{account,password}_paramGuillaume Desmottes2010-01-182-0/+38
| | | | | This will be used to restore the account and password params when switching widgets.
* Updated Spanish translationJorge González2010-01-181-84/+79
|
* Support silent build rules with automake 1.11Javier Jardón2010-01-1812-280/+46
| | | | | | | | | | Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* set presence to offline when account is disabledFelix Kaser2010-01-161-0/+5
| | | | else the presence is empty and no icon is shown in the infobar (#604706)
* Consider connected account which doesn't implement presence as available ↵Guillaume Desmottes2010-01-161-0/+8
| | | | (#604700)
* Rephrase the TP_CONNECTION_STATUS_REASON_REQUESTED message to make it ↵Guillaume Desmottes2010-01-151-1/+1
| | | | clearer (#606510)
* No need to get RequestableChannelClasses if ContactCapability is implementedGuillaume Desmottes2010-01-141-15/+23
| | | | We use it only as a fallback if it's not.
* factor out channel_classes_to_capabilitiesGuillaume Desmottes2010-01-141-64/+58
|
* Use ContactCapabilities to get audio/video caps (#599163)Guillaume Desmottes2010-01-141-1/+16
|
* Stop using the old Capabilities iface if ContactCapabilities is implementedGuillaume Desmottes2010-01-141-20/+20
|
* Claim that contacts support stream tube if it's announced in their contact ↵Guillaume Desmottes2010-01-141-7/+10
| | | | capabilities
* Claim that contacts support FT if it's announced in their contact ↵Guillaume Desmottes2010-01-141-0/+91
| | | | capabilities (#599164)
* Don't assume contacts support FT if ContactCapabilities is implementedGuillaume Desmottes2010-01-141-4/+19
|
* account-widget: use empathy_account_widget_changedGuillaume Desmottes2010-01-141-13/+5
|
* account-widget-irc: Call empathy_account_widget_changed when network ↵Guillaume Desmottes2010-01-141-0/+1
| | | | | | | combobox is changed By calling this function we'll activate the connect button and record that the widget contains pending changes (#606642).
* add empathy_account_widget_changed as protected methodGuillaume Desmottes2010-01-142-0/+13
|
* Updated Arabic translationKhaled Hosny2010-01-141-442/+475
|
* Updated French translationClaude Paroz2010-01-141-776/+1114
|
* Updated Norwegian bokmål translationKjartan Maraas2010-01-141-224/+252
|
* Call xmlCleanupParser() only once when exiting (#600693)Guillaume Desmottes2010-01-135-5/+1
| | | | | | | This function should only be called when exiting the application as it cleans up the memory allocated by the library itself. Thanks to Lennart for pointing this out.
* Merge branch 'contact'Xavier Claessens2010-01-134-1024/+947
|\
| * Remove the "Contact" alignment from contat widgetXavier Claessens2010-01-134-117/+85
| |
| * Reorder functions to not declare them on topXavier Claessens2010-01-121-909/+864
| |
* | Use the proper enum value when checking FsMediaTypeGuillaume Desmottes2010-01-131-1/+1
| | | | | | | | | | FS_MEDIA_TYPE_VIDEO and TP_MEDIA_STREAM_TYPE_VIDEO have actually the same value but newer versions of gcc are smarter and detect this kind of bug.
* | Added initial Spanish translationJorge González2010-01-131-62/+22
| |
* | Updated Spanish translationJorge González2010-01-131-246/+169
| |
* | Revert "Escape the header of the notification (#599431)"Guillaume Desmottes2010-01-131-7/+2
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 4363fe7a71208ee2d696211838f028ef97700b45. According to the notification spec, headers should not be escaped. Escaping them leads to displaying escaped text in the notification with some daemon (#603498). The bug #599431 was probably due to a bug in the notification-daemon and seems to work fine now.
* | Add search bar in chat text views (#585168)Thomas Meire2010-01-128-5/+463
| |
* | chat_window_create_label: ref the widgets stored as data so we are sure they ↵Guillaume Desmottes2010-01-121-7/+8
| | | | | | | | stay alive when doing DnD
* | start dev of next versionGuillaume Desmottes2010-01-121-3/+3
| |
* | prepare 2.29.5.1EMPATHY_2_29_5_1Guillaume Desmottes2010-01-122-3/+14
| |
* | Revert "added si to LINGUAS file"Guillaume Desmottes2010-01-121-0/+75
| | | | | | | | | | This reverts commit 26f31d66832b7ec72aa5544de15cd99cbf90640e. This commit accidentally removed the po/LINGUAS file.
* | updating for Punjabi by A S AlamA S Alam2010-01-121-788/+1378
| |
* | start dev of 2.29.6Guillaume Desmottes2010-01-121-2/+2
| |
* | add Channel_Interface_Conference.xml to EXTRA_DISTEMPATHY_2_29_5Guillaume Desmottes2010-01-121-1/+2
| |
* | prepare 2.29.5 releaseGuillaume Desmottes2010-01-122-2/+57
| |
* | contact_list_store_get_contact_status_icon_with_icon_name: early return if ↵Guillaume Desmottes2010-01-121-0/+3
| | | | | | | | icon_name is NULL
* | empathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed ↵Guillaume Desmottes2010-01-121-0/+1
| | | | | | | | to be NULL
* | listen for the "account-validity-changed" so new account are added to the ↵Guillaume Desmottes2010-01-121-0/+35
| | | | | | | | dispatcher (#605689)
* | store status-changed sig handler in a hash tableGuillaume Desmottes2010-01-121-0/+24
| |
* | factor out connect_accountGuillaume Desmottes2010-01-121-7/+14
| |
* | empathy_dispatcher_join_muc: assert than connection_data is not NULLGuillaume Desmottes2010-01-121-0/+1
| |
* | Wait that the pipeline has been started before enabling cameraGuillaume Desmottes2010-01-111-7/+10
| | | | | | | | | | The v4l2src element doesn't work properly if the pipeline has not been started (#605549).
* | factor out start_callGuillaume Desmottes2010-01-111-6/+11
| |
* | empathy_call_window_constructed: no need to call display_video_previewGuillaume Desmottes2010-01-111-2/+0
| | | | | | | | The callback fired when tool_button_camera_on will call it for us.
* | remember handler ids to prevent double invokationFelix Kaser2010-01-111-4/+37
| | | | | | | | the handler ids for the status-changed signals are remembered to prevent registration more than once on newly created accounts
* | use G_TYPE_OBJECT instead of G_TYPE_POINTERFelix Kaser2010-01-111-1/+1
| | | | | | | | in the signature of the account-created signal
* | connect to val-changed signal in contact managerFelix Kaser2010-01-111-0/+17
| | | | | | | | | | new accounts have to be registered for status-changed signals, that can only be done if the account-validity-changed signal is handled. fixes bug #604628
* | connect to status-changed signal of new accountsFelix Kaser2010-01-111-0/+10
| | | | | | | | the main window has to listen for status-changed signals of newly created accounts to display error-infobar
* | connect to signals when account has been createdFelix Kaser2010-01-112-3/+23
| | | | | | | | when a new account is created the signals presence-changed and status-changed of the account are connected to update the treeview icon and status infobar
* | don't make add-button sensitive on protocol changeFelix Kaser2010-01-111-1/+0
| | | | | | | | when creating an account the treeview and add/import buttons should be insensitive. when during creating the protocol was altered via protocol-chooser the add-button became sensitive. this should be fixed with this commit
* | disable treeview when creating an accountFelix Kaser2010-01-111-0/+13
| | | | | | | | fixes bug 604154
* | Convert the context info to a translator comment (#606513)Claude Paroz2010-01-111-3/+3
| |
* | accounts-dialog: inherit from GtkDialog (#600023)Guillaume Desmottes2010-01-113-292/+244
| |
* | Updated Swedish translationDaniel Nylander2010-01-101-1390/+1157
| |
* | remove box around advanced settingsFelix Kaser2010-01-091-27/+11
| | | | | | | | in generic-widget, fixes bug 605529
* | Updated Spanish translationJorge González2010-01-091-891/+2252
|/
* Updated Spanish translationJorge González2010-01-071-40/+6
|
* contact-list-view: merge the audio and vido call columnGuillaume Desmottes2010-01-071-47/+5
| | | | | | Now that we display a context menu allowing to start audio and video call there is no point to keep the 2 icons. Merge them to one column as they are not just a hint saying that the contact supports audio and/or video.
* Display a context menu when clicking on audio/video icons (#590051)Guillaume Desmottes2010-01-071-37/+32
|
* hash_job_done: set hash_data->error to NULL when cleaning itGuillaume Desmottes2010-01-071-0/+1
| | | | This avoid to try to clean it at second time in hash_data_free (#606220).
* allow multiple rooms with /join (bug #604347)Thomas Meire2010-01-071-5/+16
|
* Updated Spanish translationJorge González2010-01-071-141/+96
|
* remove debug message when creating or retrieving a status icon from the cacheGuillaume Desmottes2010-01-061-3/+1
|
* Add the protocol icon in EmpathyContactWidget. That's displayed for contact ↵Xavier Claessens2010-01-061-4/+22
| | | | list tooltip too.
* rename 'location' to 'loc' to fix shadow declarationGuillaume Desmottes2010-01-061-3/+3
|
* Remove Pango markup from translatable strings where possiblePhilip Withnall2010-01-068-25/+85
| | | | | Use GtkBuilder attributes on labels instead, and change one instance of code to automatically add markup to the translated string.
* show_protocols should be disabled by default (#605822)Guillaume Desmottes2010-01-061-1/+1
|
* Updated Spanish translationJorge González2010-01-061-192/+392
|
* Print autocompletion suggestions to chatview (#599779)Thomas Meire2010-01-061-0/+14
|
* Fix autocompletion for non-alphanumeric nicknamesThomas Meire2010-01-061-1/+10
| | | | | | | | | | | This bug is caused by the behaviour of gtk_text_iter_backward_word_start. It searches the text for delimiters, based on languages in pango. Numbers and characters as | and [ are not considered to be part of a word in most languages, while they are a part of nicknames. Therefore, empathy fails to get the typed part of the nickname. The attached patch will instead search backwards for a space character. The text that needs to be completed, is the text between the caret and the first space before that. (#554767)
* POTFILES.in: add empathy-invite-participant-dialog.cGuillaume Desmottes2010-01-061-0/+1
|
* Updated Norwegian bokmål translation.Kjartan Maraas2010-01-061-382/+401
|
* Updated Slovenian translationMatej Urbančič2010-01-021-3422/+3523
|
* Miscellaneous string fixesPhilip Withnall2010-01-0118-31/+31
| | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-0110-36/+36
| | | | | | | Fix punctuation in the IRC command help messages. Use proper Unicode ellipses throughout Empathy, and proper em-dashes where appropriate. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Correct unnecessary use of the phrase "whether or not"Philip Withnall2010-01-011-36/+36
| | | | | | | Also correct use of nouns in place of verbs in a few areas, and make the consistent the terminology of signing in/out. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-01-012-492/+291
|
* added si to LINGUAS fileDanishka Navin2010-01-021-75/+0
|
* added si.po fileDanishka Navin2010-01-021-0/+3108
|