aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* empathy-debugger: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-261-3/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662504
* empathy: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-263-6/+7
| | | | | | | | We are not supposed to call gtk_main_quit() as we don't use gtk_main() any more. Instead we add the windows to the GtkApplication which will take care of exiting when they have been all destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* Disable GLib deprecation warnings in stable branchGuillaume Desmottes2011-10-261-0/+3
|
* Include config.h in a bunch of filesGuillaume Desmottes2011-10-264-0/+4
| | | | | They use deprecated API (g_mutex_new) but we still want to use it for now so they need to have GLIB_DISABLE_DEPRECATION_WARNINGS defined.
* Updated German translationChristian Kirbach2011-10-251-1/+1
|
* remove released flagGuillaume Desmottes2011-10-241-1/+1
|
* prepare 3.2.1.1EMPATHY_3_2_1_1Guillaume Desmottes2011-10-242-2/+22
|
* theme_adium_append_message: escape alias before displaying itGuillaume Desmottes2011-10-241-2/+5
| | | | | | Not doing so can lead to nasty HTML injection from hostile users. https://bugzilla.gnome.org/show_bug.cgi?id=662035
* ensure that contact_list_store_contact_active_cb isn't called after the ↵Guillaume Desmottes2011-10-241-5/+38
| | | | | | | | store destruction This is an exact port of similar code from empathy-individual-store. https://bugzilla.gnome.org/show_bug.cgi?id=662211
* contact_list_store_dispose: unset the timer idsGuillaume Desmottes2011-10-241-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662211
* theme-adium: escape the name in actions as wellGuillaume Desmottes2011-10-241-1/+3
|
* Updated Persian TranslationArash Mousavi2011-10-241-4/+4
|
* Updated Persian TranslationArash Mousavi2011-10-241-264/+295
|
* Updated Czech translationMarek Černocký2011-10-221-89/+96
|
* Fixed Brazilian Portuguese translationDjavan Fagundes2011-10-211-188/+192
|
* Fix an article in the Hungarian help translationGabor Kelemen2011-10-201-1/+1
|
* remove released flagGuillaume Desmottes2011-10-171-1/+1
|
* prepare 3.2.1EMPATHY_3_2_1Guillaume Desmottes2011-10-172-3/+35
|
* Revert "TpChat: remove support for old Properties"Guillaume Desmottes2011-10-171-5/+263
| | | | This reverts commit 0e053c39298d88afa1645c0d95a8aa43b662cc38.
* Updated Slovenian translationAndrej Žnidaršič2011-10-171-84/+88
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-171-45/+33
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2011-10-171-629/+780
|
* l10n: updated Italian translationLuca Ferretti2011-10-171-178/+185
|
* Updated Swedish translationDaniel Nylander2011-10-171-189/+412
|
* Updated Korean translationChangwoo Ryu2011-10-171-185/+195
|
* Updated British English translationBruce Cowan2011-10-161-141/+145
|
* Updated French translationBruno Brouard2011-10-161-183/+187
|
* Updated Spanish translationJorge González2011-10-161-191/+188
|
* Updaged Galician translationsFran Dieguez2011-10-161-182/+186
|
* Updated Lithuanian translationAurimas Černius2011-10-161-209/+201
|
* [l10n]Updated Catalan translationGil Forcada2011-10-161-85/+90
|
* Updated Bulgarian translationAlexander Shopov2011-10-151-86/+90
|
* [l10n] Updated German translationMario Blättermann2011-10-151-223/+218
|
* Updated Hungarian translationGabor Kelemen2011-10-151-201/+176
|
* Updated Polish translationPiotr Drąg2011-10-151-182/+186
|
* Mark a forgotten string for translation.Gabor Kelemen2011-10-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661756
* Merge branch 'subjective' into gnome-3-2Will Thompson2011-10-155-268/+199
|\
| * adium themes: crash less hard when Template.html is missingWill Thompson2011-10-141-1/+9
| | | | | | | | | | | | | | | | If Template.html is missing, then you haven't installed Empathy properly (or set EMPATHY_SRCDIR or whatever in my case). But previously we would just crash later down this function when passing template_html to string_with_format() without checking if it's NULL. This patch makes it fail a little less inscrutably.
| * TpChat: remove support for old PropertiesWill Thompson2011-10-141-263/+5
| | | | | | | | Change notification for this is broken in the CMs *anyway*.
| * TpChat: Use RoomConfig1 and Subject if availableWill Thompson2011-10-141-5/+138
| | | | | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658542
| * configure: depend on tp-glib with Subject.Will Thompson2011-10-141-1/+1
| | | | | | | | | | | | Actually, a slightly earlier version of telepathy-glib, on the unstable 0.15.x branch, includes Subject, but we may as well depend on the stable branch: it includes fixes for Empathy bugs.
| * TpChat: track subject and title explicitly.Will Thompson2011-10-141-50/+37
| | | | | | | | | | This will allow us to also use the new API (and, ultimately, delete the Telepathy.Properties code cleanly).
| * TpChat: hide guts of Telepathy properties.Will Thompson2011-10-143-75/+136
|/ | | | | | | This will make it easier to replace these with new stuff. The funky indentation in the callbacks for the subject and title changing is to make it clear that I didn't change that code; I'll reindent it in another patch.
* Make sure we have our settings before we want to use themSjoerd Simons2011-10-131-2/+2
|
* Don't try to access non-existing propertiesSjoerd Simons2011-10-131-5/+20
|
* preferences: don't display variants checkbox if there is no variantGuillaume Desmottes2011-10-121-3/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660586
* Use default variant if we can't find any variantsGuillaume Desmottes2011-10-121-1/+4
| | | | | | We use to crash here trying to get the first element of an empty GPtrArray. https://bugzilla.gnome.org/show_bug.cgi?id=660586
* remove released flagGuillaume Desmottes2011-10-101-1/+1
|
* prepare 3.2.0.1EMPATHY_3_2_0_1Guillaume Desmottes2011-10-102-2/+29
|
* Updated Esperanto translationKristjan SCHMIDT2011-10-091-1042/+1573
|
* Updated French doc translationBruno Brouard2011-10-053-69/+86
|
* Updated Latvian translation.Rudolfs Mazurs2011-10-051-161/+157
|
* Updated Slovak translationPavol Klačanský2011-10-021-1176/+1583
|
* Use new GOA desktop fileGuillaume Desmottes2011-09-291-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660449
* Uploaded UkranianDaniel Korostil2011-09-281-6/+6
|
* Uploaded UkranianDaniel Korostil2011-09-281-645/+784
|
* Update Simplified Chinese translation.Aron Xu2011-09-281-178/+197
|
* always display the accounts dialog if we have to show a specific accountGuillaume Desmottes2011-09-261-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660124
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-09-261-860/+1266
|
* e-account-widget-irc: Use a GtkGrid to fix label wrappingXavier Claessens2011-09-262-52/+49
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* release.py: update last_tag_patternGuillaume Desmottes2011-09-261-1/+1
|
* Don't try to request a Call channel if built without Call supportGuillaume Desmottes2011-09-261-0/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594
* Factor out call_new_with_streams()Guillaume Desmottes2011-09-261-5/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594
* contact-widget: left align status labelGuillaume Desmottes2011-09-261-0/+1
| | | | | | It's already done that way in individual-widget. https://bugzilla.gnome.org/show_bug.cgi?id=659816
* remove released flagGuillaume Desmottes2011-09-261-1/+1
|
* prepare 3.2.0EMPATHY_3_2_0Guillaume Desmottes2011-09-262-3/+40
|
* Update Czech translationPetr Kovar2011-09-261-175/+165
|
* Updated Aragonese translationDaniel Martinez Cucalon2011-09-261-960/+887
|
* [l10n]Updated Catalan translationGil Forcada2011-09-261-843/+1439
|
* Updated Irish translationSeán de Búrca2011-09-261-978/+3085
|
* Updated Bulgarian translationAlexander Shopov2011-09-251-150/+150
|
* Updated Indonesian translationAndika Triwidada2011-09-251-255/+304
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-09-252-349/+367
|
* Updated Basque languageInaki Larranaga Murgoitio2011-09-241-4/+4
|
* Updated Basque languageInaki Larranaga Murgoitio2011-09-241-811/+1481
|
* Updated Korean translationChangwoo Ryu2011-09-241-797/+1396
|
* Updated Aragonese translationDaniel Martinez Cucalon2011-09-241-792/+1302
|
* glade: move IRC's expander to the vbox instead of the tableXavier Claessens2011-09-231-130/+168
|
* Glade: GtkGrid does not have n-rows and n-columns properties as GtkTableXavier Claessens2011-09-231-9/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* Glade: fix sizing in SIP accounts widgetXavier Claessens2011-09-231-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630
* Updated Hebrew translation.Yaron Shahrabani2011-09-231-177/+198
|
* Updated Thai translation.Theppitak Karoonboonyanan2011-09-231-952/+1504
|
* e-account-widget-jabber: Use GtkGrid instead of GtkTableXavier Claessens2011-09-221-55/+71
| | | | | | This work around bug #657621 https://bugzilla.gnome.org/show_bug.cgi?id=646630
* e-account-widget-jabber: fix sizing issuesDiego Escalante Urrelo2011-09-221-347/+381
| | | | | | Fix the glade file for sizing issues Bug #646630
* Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-221-0/+184
|
* Update Assamese translationNilamdyuti Goswami2011-09-221-1272/+3066
|
* Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-221-201/+227
|
* Updated Hungarian help translationGabor Kelemen2011-09-211-143/+246
|
* Merge branch 'crash-659118'Danielle Madeley2011-09-211-0/+4
|\ | | | | | | | | Freeze exception signed off by Andre Klapper <ak-47@gmx.net> and Matthias Clasen <matthias.clasen@gmail.com>
| * Don't destroy MainWindow on delete-event, just hide itDanielle Madeley2011-09-201-0/+4
| | | | | | | | | | | | | | This stops MainWindow being unreferenced, and prevents crashes caused by things which then try to use it. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=659118
* | Updated Serbian translationМирослав Николић2011-09-212-1968/+3288
| |
* | Updated Slovenian translationMatej Urbančič2011-09-201-716/+915
| |
* | Updated Hungarian translationGabor Kelemen2011-09-201-649/+802
| |
* | Updated Latvian translation.Rudolfs Mazurs2011-09-201-31/+26
| |
* | log-window: improve icons in the search entryCosimo Cecchi2011-09-201-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | There are a few improvements we can make to the search entry icons in the log window, which this patch tries to fix. - icons in entries are usually symbolic in GNOME 3, so I made the icons symbolic. - I merged the two icons in just one on the right using the shell-style, i.e. the search icon turns into a clear action once there's some text typed into the entry (Documents also uses the same style for its search entry). https://bugzilla.gnome.org/show_bug.cgi?id=659298
* | Updated Czech translationMarek Černocký2011-09-201-131/+159
| |
* | remove release flagGuillaume Desmottes2011-09-191-1/+1
| |
* | coding style fixEMPATHY_3_1_92Guillaume Desmottes2011-09-191-1/+1
| |
* | prepare 3.1.92Guillaume Desmottes2011-09-192-2/+80
| |
* | Use always-writeable and writeable-properties for alias and groupsRaul Gutierrez Segales2011-09-193-22/+83
| | | | | | | | | | | | | | | | Folks is in the way of deprecating the folks_persona_store_get_can_{alias,group}_personas methods in favour of directly checking alias and groups properties via folks_persona_store_get_always_writeable_properties and folks_persona_get_writeable_properties.
* | EmpathyChat: Set slider position after a timeoutXavier Claessens2011-09-191-16/+29
| | | | | | | | | | | | | | This ensure that the window has resized before setting the position because GtkPaned needs to know its size allocation https://bugzilla.gnome.org/show_bug.cgi?id=632357
* | Updated British English translationBruce Cowan2011-09-191-135/+156
| |
* | Don't assume a connected TpAccount always have a TpConnectionGuillaume Desmottes2011-09-191-14/+7
| | | | | | | | | | | | | | The connection object may not be there yet if tp-glib is still preparing its features. https://bugzilla.gnome.org/show_bug.cgi?id=659439
* | Build fixEmilio Pozuelo Monfort2011-09-191-1/+1
| |
* | CallWindow: unconditionally connect to notify::call-channelEmilio Pozuelo Monfort2011-09-191-7/+8
| | | | | | | | | | | | | | Since we can get a new call channel if we e.g. hangup and then call again. https://bugzilla.gnome.org/show_bug.cgi?id=655356
* | CallWindow: emit tones using MultipleTonesEmilio Pozuelo Monfort2011-09-191-16/+68
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655356
* | Use tp_proxy_prepare_async instead of tp_account_prepare_asyncGuillaume Desmottes2011-09-192-4/+4
| |
* | Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-1918-41/+41
| |
* | Sync with the current GSettings schemas install rule from gsettings.m4 in ↵Antoine Jacoutot2011-09-191-14/+2
|/ | | | | | | | glib. See #627126 for details. This allows to properly install gsettings schemas files on BSDs. https://bugzilla.gnome.org/show_bug.cgi?id=659377
* Updated Swedish translationDaniel Nylander2011-09-191-78/+103
|
* Updated Latvian translation.Rudolfs Mazurs2011-09-191-193/+215
|
* Updated Turkish translationMuhammet Kara2011-09-191-756/+1428
|
* Updated Spanish translationJorge González2011-09-181-12/+11
|
* Updated Spanish translationJorge González2011-09-181-69/+98
|
* [l10n] Updated German translationMario Blättermann2011-09-181-356/+438
|
* Updated Lithuanian translationAurimas Černius2011-09-181-219/+253
|
* updated Tamil translationDr.T.Vasudevan2011-09-181-111/+110
|
* updated Tamil translationDr.T.Vasudevan2011-09-181-30/+50
|
* Updated Bulgarian translationAlexander Shopov2011-09-181-70/+88
|
* update Punjabi TranslationA S Alam2011-09-181-2/+2
|
* Updated Belarusian translation (some fixes after manual testing).Ihar Hrachyshka2011-09-181-48/+48
|
* Updated Punjabi TranslationA S Alam2011-09-181-144/+159
|
* Updated Norwegian bokmål translationKjartan Maraas2011-09-171-78/+103
|
* Updated Russian translationYuri Myasoedov2011-09-171-175/+212
|
* Updated Japanese translationJiro Matsuzawa2011-09-171-863/+1595
|
* Updated Portuguese translationDuarte Loreto2011-09-171-799/+1427
|
* [l10n] Updated Italian translationMilo Casagrande2011-09-171-132/+153
|
* avatar-chooser: disable 'take picture' button if there is no camera connectedGuillaume Desmottes2011-09-161-1/+16
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652985
* avatar-chooser: split creation of the file chooser dialogGuillaume Desmottes2011-09-161-11/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652985
* Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2011-09-161-69/+91
|
* Updated Danish translationKenneth Nielsen2011-09-161-5/+5
|
* Updated Danish translationKenneth Nielsen2011-09-161-8/+7
|
* Updated Danish translationKenneth Nielsen2011-09-161-816/+1432
|
* tp-roomlist: pass self as weak object to ↵Guillaume Desmottes2011-09-161-1/+1
| | | | | | tp_cli_channel_type_room_list_call_list_rooms https://bugzilla.gnome.org/show_bug.cgi?id=658909
* tp-roomlist: ensure that we stay alive during the create_and_handle_channel ↵Guillaume Desmottes2011-09-161-1/+7
| | | | | | async call https://bugzilla.gnome.org/show_bug.cgi?id=658909
* Updated French translationBruno Brouard2011-09-161-818/+1435
|
* Updated Galician translationsFran Dieguez2011-09-161-68/+89
|
* Updated Belarusian translation.Ihar Hrachyshka2011-09-161-61/+81
|
* Updated Polish translationPiotr Drąg2011-09-151-61/+81
|
* log-window: fix translators commentGuillaume Desmottes2011-09-151-3/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659141
* log-window: properly translate duration stringsGuillaume Desmottes2011-09-151-3/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659141
* Disable contact and contact list search when disconnectedGuillaume Desmottes2011-09-151-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655270
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-152-582/+653
|
* Merge remote-tracking branch 'pochu/call-reuse-windows-580794'Guillaume Desmottes2011-09-155-100/+370
|\
| * CallWindow: explain call statesEmilio Pozuelo Monfort2011-09-081-6/+6
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * Resize the hangup button in ::realizeEmilio Pozuelo Monfort2011-09-081-5/+6
| | | | | | | | | | | | So that it's not resized many times. https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * CallWindow: display a dialog to accept or reject incoming callsEmilio Pozuelo Monfort2011-09-081-13/+59
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * Let the existing call window know about new incoming callsEmilio Pozuelo Monfort2011-09-082-0/+100
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * Reuse Call windows when possibleEmilio Pozuelo Monfort2011-09-083-18/+78
| | | | | | | | | | | | | | | | | | | | If we have a call window opened for a contact and we get an incoming call from the same person, use the existing window instead of creating another one. Based on a patch from Jonathan Tellier. https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * Make EmpathyCallFactory an approverEmilio Pozuelo Monfort2011-09-081-0/+98
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * CallFactory: make it a TpBaseClient subclassEmilio Pozuelo Monfort2011-09-082-73/+38
| | | | | | | | | | | | | | So that we can make it both a handler and an observer at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=580794
* | Remove unused variables [-Werror=unused-but-set-variable]Alban Crequy2011-09-152-4/+0
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658650
* | contact-list-store: store GtkTreeIter rather than GtkTreeRowReference in the ↵Guillaume Desmottes2011-09-151-59/+20
| | | | | | | | | | | | | | | | cache GtkTreeRowReference keeps a ref on the store introducing a ref cycle. https://bugzilla.gnome.org/show_bug.cgi?id=658650
* | individual-store: store GtkTreeIter rather than GtkTreeRowReference in the cacheGuillaume Desmottes2011-09-151-64/+21
| | | | | | | | | | | | GtkTreeRowReference keeps a ref on the store introducing a ref cycle. https://bugzilla.gnome.org/show_bug.cgi?id=658650
* | goa-mc-plugin: do not set the ConnectAutomatically Account propertyGuillaume Desmottes2011-09-151-1/+0
| | | | | | | | | | | | | | GOA accounts should behave like regular TP accounts and so shouldn't connect automatically. https://bugzilla.gnome.org/show_bug.cgi?id=658785
* | Updated Bulgarian translationKrasimir Chonov2011-09-151-780/+1376
| |
* | Updated Belarusian translation.Ihar Hrachyshka2011-09-151-131/+146
| |
* | sasl-handler: only save password if we manage to connectGuillaume Desmottes2011-09-141-22/+34
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659053
* | Update Collabora copyright in About WindowCosimo Alfarano2011-09-141-1/+1
| |
* | GOA plugin: only save parameters from GOA accountsGuillaume Desmottes2011-09-141-0/+14
| | | | | | | | | | | | We should let MC deal with normal accounts. https://bugzilla.gnome.org/show_bug.cgi?id=658895
* | hindi updateRajesh Ranjan2011-09-141-1/+1
| |
* | hindi updateRajesh Ranjan2011-09-141-263/+143
| |
* | hindi updateRajesh Ranjan2011-09-141-1/+1
| |
* | hindi updateRajesh Ranjan2011-09-141-1032/+1703
| |
* | Updated Polish translationPiotr Drąg2011-09-141-65/+68
| |
* | updated Tamil translationDr.T.Vasudevan2011-09-131-1/+1
| |
* | updated Tamil translationDr.T.Vasudevan2011-09-131-140/+164
| |
* | individual-widget: use GtkGrid instead of GtkTable internallyCosimo Cecchi2011-09-131-125/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EmpathyIndividualWidget (used both in the contact information dialogs and in the tooltips) use a GtkTable internally to layout contact details. GtkTable is being deprecated, and does not correctly support width-for-height size negotiation. So, there are cases where we get funny overallocations bugs for wrapping GtkLabels; this is especially annoying for tooltips, as they tend to grow huge vertically. Porting the code to use a better container such as GtkGrid solves the bug. This patch does not cover all the use of GtkTable in EmpathyIndividualWidget, but enough to fix the tooltip sizing. https://bugzilla.gnome.org/show_bug.cgi?id=658857
* | AccountChooser: don't return garbage from _set_accountWill Thompson2011-09-131-0/+1
| | | | | | | | | | | | | | | | | | Previously, the 'set' field of the stack-allocated 'data' structure was not initialized. It's explicitly set to TRUE if the account is found, but never otherwise set; so if the account is not found, this function returned random garbage. Reviewed-by: Xavier Claessens <xclaesse@gmail.com>
* | notifications-approver: move translators comment right before the stringGuillaume Desmottes2011-09-131-3/+3
| | | | | | | | | | | | | | Comments have to be on the line just before the string to be picked by gettext. https://bugzilla.gnome.org/show_bug.cgi?id=658866
* | theme-adium: ensure we always use the same color when sending messagesGuillaume Desmottes2011-09-131-4/+10
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658821
* | rename text/{persona,individual}-id as they are not standardGuillaume Desmottes2011-09-133-8/+8
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=648315
* | update Simplified Chinese (zh_CN) translation; fix formatYinghua Wang2011-09-131-574/+634
| |
* | individual-manager: Port to the new individuals_changed_detailed signalPhilip Withnall2011-09-132-10/+27
| | | | | | | | Closes: bgo#657746
* | Updated Norwegian bokmål translationKjartan Maraas2011-09-131-124/+132
| |
* | Updated Swedish translationDaniel Nylander2011-09-121-140/+152
| |
* | individual-manager: dup the Individual ID instead of borrowing itGuillaume Desmottes2011-09-121-2/+2
| | | | | | | | | | | | It's not immutable any more so we have to copy the string. https://bugzilla.gnome.org/show_bug.cgi?id=658573
* | Updated Latvian translation.Rudolfs Mazurs2011-09-121-784/+913
| |
* | Updated Spanish translationJorge González2011-09-111-65/+63
| |
* | Updated Spanish translationJorge González2011-09-101-5/+5
| |
* | Updated Spanish translationDaniel Mustieles2011-09-101-69/+80
| |
* | Updated galician translationsFran Dieguez2011-09-101-125/+137
| |
* | Updated Czech translationMarek Černocký2011-09-101-84/+81
| |
* | Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-101-138/+156
| |
* | update PunjabiTranslationA S Alam2011-09-091-530/+597
| |
* | Updated galician translations for docsFran Dieguez2011-09-091-1112/+3472
| |
* | Updated Brazilian Portuguese translation.Antonio Fernandes C. Neto2011-09-091-138/+160
| |
* | dup_color_balance: check that element currently implements GstColorBalanceGuillaume Desmottes2011-09-091-0/+9
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584
* | video-src: factor out dup_color_balance()Guillaume Desmottes2011-09-091-24/+23
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584
* | Because we like whalesXavier Claessens2011-09-091-2/+43
| |
* | individual_store_remove_individual: ensure that the store stays alive during ↵Guillaume Desmottes2011-09-091-0/+7
| | | | | | | | | | | | the process https://bugzilla.gnome.org/show_bug.cgi?id=658644
* | contact_list_store_remove_contact: ensure that the store stays alive during ↵Guillaume Desmottes2011-09-091-0/+7
| | | | | | | | | | | | the process https://bugzilla.gnome.org/show_bug.cgi?id=658644
* | Require Clutter 1.7 for empathy-callEmilio Pozuelo Monfort2011-09-091-1/+2
| |
* | Updated Hebrew translation.Yaron Shahrabani2011-09-091-250/+300
| |
* | [l10n] Updated Italian translationMilo Casagrande2011-09-091-807/+1398
| |
* | Updated Polish translationPiotr Drąg2011-09-091-792/+1370
| |
* | Added British English translationBruce Cowan2011-09-081-837/+1418
| |
* | factor out empathy_get_tp_contact_for_individualGuillaume Desmottes2011-09-083-29/+44
| |
* | Merge branch '657335-Preferences-Calls-Tab'Will Thompson2011-09-081-112/+114
|\ \
| * | Preferences: explain what echo cancellation meansWill Thompson2011-09-061-1/+42
| | |
| * | Preferences: reindent .ui file for Theme tabWill Thompson2011-09-061-92/+92
| | | | | | | | | | | | There are no XML changes in this commit, just indentation changes.
| * | Preferences: remove Appearance label in Themes tab.Will Thompson2011-09-061-40/+1
| | | | | | | | | | | | | | | | | | This label doesn't add anything, so I removed it. The indentation is weird because I hand-edited the Glade file to show that nothing's really changed: I'll reindent it in the next patch.
| * | Call preferences: add colons to labelsWill Thompson2011-09-061-2/+2
| | |
* | | log-window: sort "Who" list store alphabeticallyJussi Kukkonen2011-09-081-11/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently "Who"-list is sorted with "g_strcmp0 (name)" which is not what we want (e.g. "Chris" becomes before "bob" because of the initial capital letter). Start sorting using g_utf8_collate_key(). https://bugzilla.gnome.org/show_bug.cgi?id=658336
* | | Update Finnish translationTimo Jyrinki2011-09-081-1066/+1899
| | |
* | | Updated Czech translationMarek Černocký2011-09-081-686/+821
| | |
* | | Updated Russian translationYuri Myasoedov2011-09-081-89/+100
| | |
* | | Updated asturian translationXandru Armesto2011-09-071-1009/+2034
| | |
* | | Updated Indonesian translationAndika Triwidada2011-09-071-523/+544
| | |
* | | update_geocode: don't try to get position if location is emptyGuillaume Desmottes2011-09-071-1/+2
| | | | | | | | | | | | geocode-glib won't be able to much if contact's location dict is empty.
* | | Updated galician translationsFran Dieguez2011-09-071-18/+29
| | |
* | | Updated Belarusian translation.Ihar Hrachyshka2011-09-071-17/+27
| | |
* | | Updated Norwegian bokmål translationKjartan Maraas2011-09-071-46/+56
| | |
* | | [l10n] Updated German doc translationMario Blättermann2011-09-071-447/+470
| | |
* | | Updated Spanish translationJorge González2011-09-071-85/+97
| | |
* | | ContactSelector: mark standard action as the default.Will Thompson2011-09-071-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows Gtk+ to style the button differently to indicate that it will be pressed when the user hits Enter; it also fixes hitting enter in the New Conversation dialog, which does not consider GTK_RESPONSE_ACCEPT to be a reasonable response and ignores it. So we get a bug fix and better styling in exchange for less code! https://bugzilla.gnome.org/show_bug.cgi?id=658343
* | | IndividualManager: disconnect handler from aggregatorWill Thompson2011-09-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the handler for FolksIndividualAggregator::individuals-changed was never disconnected; thus it could be called after EmpathyIndividualManager dies (if its aggregator outlives it), and crash us. https://bugzilla.gnome.org/show_bug.cgi?id=658340
* | | use champlain 0.12Guillaume Desmottes2011-09-071-4/+2
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658341
* | | import: prevent haze to be used for ircAlban Browaeys2011-09-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Prevent haze to be used for irc even if sole connection manager to support it. Reworked by Guillaume Desmottes <gdesmott@gnome.org> . https://bugzilla.gnome.org/show_bug.cgi?id=657818
* | | individual-store: use Folks directly to watch is-favourite changesGuillaume Desmottes2011-09-071-20/+18
| | | | | | | | | | | | | | | We already use it to check if a contact is in favourite or not. The contact manager should probably be killed at some point any way.
* | | Updated POTFILES.inPiotr Drąg2011-09-061-1/+0
| | |
* | | TpChat: don't crash with broken TpProperties implementationsWill Thompson2011-09-061-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | I forgot to take the Telepathy.Properties interface out of Gabble when I removed Telepathy.Properties support from it. So Empathy called ListProperties() on it anyway: fine, you might think, except the callback set priv->had_properties_list to TRUE even if the method returned an error. empathy_tp_chat_set_property() and empathy_tp_chat_get_property() assume that if priv->had_properties_list is TRUE, priv->properties is not NULL. While I hope that we can delete this code entirely pretty soon, getting this crash fix in seems like a good idea. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Merge branch 'remove-cc-plugin'Danielle Madeley2011-09-065-413/+0
|\ \
| * | Remove control centre pluginDanielle Madeley2011-09-025-413/+0
| | | | | | | | | | | | | | | GNOME no longer supports control centre plugins, and it was decided at the hackfest that empathy-accounts should not appear in the control centre.
* | | remove release flagGuillaume Desmottes2011-09-061-1/+1
| | |
* | | prepare 3.1.91EMPATHY_3_1_91Guillaume Desmottes2011-09-062-3/+43
| | |
* | | Updated Persian translationArash Mousavi2011-09-061-2/+2
| | |
* | | Updated Persian translationArash Mousavi2011-09-061-580/+616
| | |
* | | build fixGuillaume Desmottes2011-09-061-1/+1
| | | | | | | | | | | | How did I end up commiting this without the ';'??
* | | empathy_contact_dup_from_folks_individual: add a debug msg if no contact is ↵Guillaume Desmottes2011-09-061-0/+6
| | | | | | | | | | | | | | | | | | | | | found In most cases that's probably either an Empathy or Folks issue, so it's good to have some info to help debugging.
* | | empathy-accounts.desktop.in.in: remove X-GNOME-Settings-PanelGuillaume Desmottes2011-09-061-2/+1
| | | | | | | | | | | | | | | | | | We can't integrate with GNOME control center any more. https://bugzilla.gnome.org/show_bug.cgi?id=658254
* | | don't leak the keys returned by g_key_file_get_keys()Guillaume Desmottes2011-09-061-0/+2
| | |
* | | mcp_account_manager_goa_get: rename 'n' to nkeysGuillaume Desmottes2011-09-061-6/+3
| | |
* | | Store variable parameters to a key fileGuillaume Desmottes2011-09-061-7/+124
| | |
* | | watch for chat properties change to detect if Chat has enabled/disabledGuillaume Desmottes2011-09-061-19/+19
| | |
* | | set TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED restrictionGuillaume Desmottes2011-09-061-1/+2
| | | | | | | | | | | | | | | We can't change the 'Chat' switch on the GOA account so user will have to use GOA to enable/disable the TP account.
* | | Remove old Facebook codeGuillaume Desmottes2011-09-061-42/+4
| | | | | | | | | | | | Add a TODO for now.
* | | watch for Chat feature changes to enable/disable the accountGuillaume Desmottes2011-09-061-23/+18
| | |
* | | mcp_account_manager_goa_set: pretend we save everythingGuillaume Desmottes2011-09-061-0/+2
| | | | | | | | | | | | | | | No doing it result in MC saving the keys in accounts.cfg and so duplicating the account.
* | | Enable TP account only if Chat has been turned on in GOAGuillaume Desmottes2011-09-061-22/+6
| | |
* | | store the GoaObject rather than the GoaAccountGuillaume Desmottes2011-09-061-11/+17
| | | | | | | | | | | | We need to keep the GoaObject to check if Chat is enabled on it.
* | | Add params fallback-servers, extra-certificate-identities and require-encryptionDanielle Madeley2011-09-061-0/+6
| | |
* | | Document hashtable allocation/reffingDanielle Madeley2011-09-061-1/+4
| | |
* | | Track accounts created and destroyed from GOADanielle Madeley2011-09-061-2/+32
| | |
* | | Support launching GNOME Online Accounts in empathy-accountsDanielle Madeley2011-09-061-7/+65
| | |
* | | Initial work on a GNOME Online Accounts Mission Control pluginDanielle Madeley2011-09-066-1/+634
| | |
* | | Updated Spanish translationJorge González2011-09-061-57/+114
| | |
* | | help/share-desktop: Updated and improved wordingEkaterina Gerasimova2011-09-061-21/+35
| | | | | | | | | | | | | | | | | | Changed "desktop viewing application" to "desktop sharing application" when talking about a VNC server. Simplified language, improved grammar and word order.
* | | Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-061-273/+312
| | |
* | | Updated galician translationsFran Dieguez2011-09-051-205/+231
| | |