Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change videosrc element ordering | Sjoerd Simons | 2010-09-14 | 1 | -11/+12 |
| | | | | | | | | | | | | | | | | GStreamers basetransform has a nasty issue where its caps negotiation doesn't keep the ordering of caps when unioning, as a result of this linking the pipeline as "<src> ! videoscale ! colorspace ! video/x-raw-yuv" means at the <src> element yuv is no longer preferred. Changing the pipeline to be "<src> ! colorspace ! videoscale ! video/x-raw-yuv" forces the videoscale to only negotiate video/x-raw-yuv, which in turns ensures the colorspace and <src> element pick the right colorspace. In combination with emulated formats in v4l2src picking the wrong colorspace causes quite a performance hit (the src would do a color conversion in libv4l, while the colorspace element would later convert it back to a colorspace actually native to the src device!) | ||||
* | Polish recent EmpathyVideoSrc changes | Sjoerd Simons | 2010-09-14 | 2 | -55/+52 |
| | | | | | | | | * Fix various typos and broken phrasing * Use the right log level for various messages * Fix potentially calling gst_object_unref (NULL) * Fix coding style * Make various debug messages more useful | ||||
* | Merge branch 'channel-accessors' | Guillaume Desmottes | 2010-09-13 | 3 | -10/+3 |
|\ | |||||
| * | use tp_channel_get_requested() | Guillaume Desmottes | 2010-09-13 | 2 | -9/+2 |
| | | |||||
| * | bump tp-glib dep to 0.11.15 | Guillaume Desmottes | 2010-09-13 | 1 | -1/+1 |
| | | | | | | | | We need it for new TpChannel accessors. | ||||
* | | Updated Finnish translation by Ubuntu Finnish translators team. | Timo Jyrinki | 2010-09-13 | 1 | -1220/+1273 |
|/ | |||||
* | Add two optional filter to video src | Alexey Fisher | 2010-09-13 | 1 | -16/+51 |
| | | | | | | | | | | | | | | Add videomaxrate and postproc_tmpnoise as optional filters to empathy_video_src_init. Thay will used if thay are installed. videomaxrate will set maximal framerate to 15fps if some haw webcam will get more than 15fps it will not kill empathy-av with high CPU load. postproc_tmpnoise will reduce video noise produced by most (all) webcams. This will add smoll overhead for load but reduce CPU load of video encoder. Also this should reduce network load (for theoraenc x2) Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net> | ||||
* | Add empathy_gst_make_to_bin | Alexey Fisher | 2010-09-13 | 2 | -11/+71 |
| | |||||
* | switched notebook pages | Felix Kaser | 2010-09-13 | 2 | -11/+11 |
| | | | | | to start with the scrolled window for the treeview as first page. this fixes bug #627238 and the empathy part of bug #626503 | ||||
* | Remove "Use Yahoo Japan" label (#609484) | Guillaume Desmottes | 2010-09-13 | 2 | -20/+1 |
| | | | | | It's not a valid connection param any more. Yahoo Japan has its own protocol now. | ||||
* | wrap label explaining the facebook account configuration (#611107) | Guillaume Desmottes | 2010-09-13 | 1 | -0/+1 |
| | |||||
* | coding style fix | Guillaume Desmottes | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | fixed typo in empathy utils | Felix Kaser | 2010-09-13 | 3 | -3/+3 |
| | |||||
* | Updated Galician translations for help | Fran Diéguez | 2010-09-13 | 1 | -144/+581 |
| | |||||
* | Updated French doc translation | Bruno Brouard | 2010-09-13 | 1 | -62/+55 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2010-09-13 | 1 | -80/+12 |
| | |||||
* | [l10n] Updated German translation | Christian Kirbach | 2010-09-12 | 1 | -476/+838 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2010-09-12 | 1 | -761/+1235 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2010-09-12 | 1 | -354/+516 |
| | |||||
* | [l10n] Refreshed Italian translation | Milo Casagrande | 2010-09-12 | 1 | -70/+70 |
| | |||||
* | [help] Fixed Empathy name in the index page | Milo Casagrande | 2010-09-12 | 1 | -4/+7 |
| | |||||
* | [help] Fixed contacts linking/unlinking topic, fixed the audio and video topics | Milo Casagrande | 2010-09-12 | 3 | -32/+16 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2010-09-12 | 1 | -114/+143 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-09-11 | 1 | -76/+264 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-09-11 | 1 | -241/+274 |
| | |||||
* | Updated Japanese translation. | Takayuki KUSANO | 2010-09-11 | 1 | -507/+435 |
| | |||||
* | Updated Tamil translation | Dr.Tirumurti Vasudevan | 2010-09-11 | 1 | -111/+139 |
| | |||||
* | Update Czech translation by Marek Cernocky | Petr Kovar | 2010-09-11 | 1 | -373/+531 |
| | |||||
* | Updated French doc translation | Bruno Brouard | 2010-09-11 | 1 | -98/+243 |
| | |||||
* | Updated Brazilian Portuguese translation | Henrique P. Machado | 2010-09-10 | 1 | -12/+8 |
| | |||||
* | fix build of the link-contacts doc page | Guillaume Desmottes | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-09-10 | 1 | -11/+84 |
| | |||||
* | [help] Added topic about linking contacts, fixed other topics to reflect the ↵ | Milo Casagrande | 2010-09-10 | 5 | -35/+208 |
| | | | | new feature | ||||
* | Updated Brazilian Portuguese translation | Henrique P. Machado | 2010-09-10 | 1 | -682/+1183 |
| | |||||
* | Use TP_ARRAY_TYPE_UCHAR_ARRAY_LIST | Cosimo Cecchi | 2010-09-09 | 1 | -19/+5 |
| | |||||
* | Bump required tp-glib version | Cosimo Cecchi | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | Use separate new/free functions for the handler context data | Cosimo Cecchi | 2010-09-09 | 1 | -8/+24 |
| | |||||
* | Don't assume there's only one concurrent TpHandleChannelsContext | Cosimo Cecchi | 2010-09-09 | 1 | -11/+21 |
| | |||||
* | fix typo of #629134 in po files as well | Guillaume Desmottes | 2010-09-09 | 20 | -21/+21 |
| | |||||
* | tls-dialog: fix typo in a string (#629134) | Guillaume Desmottes | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | Enable server fallback for GTalk account | Nicolas Dufresne | 2010-09-09 | 2 | -8/+20 |
| | | | | | | | | | | | Instead of hardcoding one server, let the connection manager try doing SRV resolution and if the resolution fails, let it try a list of fallback servers. Note that talkx.l.google.com is now used instead of talk.google.com. This is the DNS used in the Windows client, this DNS returns a list of IPs instead of 1. This also enable usage of HTTPS proxy when falling back to port 443 with old_ssl. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | ||||
* | Add support for 'as' in account settings | Nicolas Dufresne | 2010-09-09 | 2 | -0/+31 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-09-09 | 1 | -13/+32 |
| | |||||
* | Make sure we allocate the right size for certificates | Cosimo Cecchi | 2010-09-08 | 1 | -5/+6 |
| | |||||
* | Use better names for saving the certificates | Cosimo Cecchi | 2010-09-08 | 1 | -2/+16 |
| | |||||
* | Move _get_certificate_hostname() out of the verifier | Cosimo Cecchi | 2010-09-08 | 3 | -36/+40 |
| | |||||
* | [l10n] Updated Italian translation | Milo Casagrande | 2010-09-08 | 1 | -47/+68 |
| | |||||
* | Don't use gtk_progress_bar_set_orientation() when building with GTK+ 3 | Philip Withnall | 2010-09-07 | 1 | -0/+10 |
| | | | | | GtkProgressBar now implements GtkOrientable, but this hasn't been backported to GTK+ 2, so we need to use some #ifdef magic. | ||||
* | Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3 | Philip Withnall | 2010-09-07 | 12 | -10/+40 |
| | | | | | | | gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be removed (or the property's default value changed) in GTK+ 2 without breaking API. This adds a wrapper macro to keep the calls when building against GTK+ 2, and remove them when building against GTK+ 3. | ||||
* | Updated Spanish translation | Jorge González | 2010-09-07 | 1 | -133/+163 |
| | |||||
* | Updated French translation | Claude Paroz | 2010-09-07 | 1 | -546/+993 |
| | | | | Contributed by Nils ?, Claude Paroz and Bruno Brouard | ||||
* | Updated Galician translations | Fran Diéguez | 2010-09-07 | 2 | -155/+191 |
| | |||||
* | update for Punjabi | A S Alam | 2010-09-06 | 1 | -193/+183 |
| | |||||
* | Updated Japanese translation. | Takayuki KUSANO | 2010-09-06 | 1 | -309/+313 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-09-06 | 1 | -145/+174 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-09-06 | 1 | -130/+151 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-09-06 | 1 | -10/+33 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-09-06 | 1 | -148/+152 |
| | |||||
* | Add a tooltip to the “Unlink” button | Philip Withnall | 2010-09-06 | 1 | -0/+2 |
| | | | | Closes: bgo#628376 | ||||
* | Add a confirmation dialogue to the unlink process | Philip Withnall | 2010-09-06 | 1 | -3/+24 |
| | | | | | | This makes it harder to accidentally remove a linked Individual now that the “Unlink” button is easier to find, and also makes it more obvious that Empathy hasn't just crashed when unlinking. Helps: bgo#628377 | ||||
* | Move the “Unlink” button from the Edit dialogue to the linking dialogue | Philip Withnall | 2010-09-06 | 2 | -52/+41 |
| | | | | | This is a more logical place for it, making unlinking more discoverable. Helps: bgo#628376 | ||||
* | Fix code formatting in EmpathyLinkingDialog | Philip Withnall | 2010-09-06 | 1 | -8/+9 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-09-06 | 1 | -4/+8 |
| | |||||
* | Change “Link…” to “Link Contacts…” in the individual menu | Philip Withnall | 2010-09-06 | 1 | -1/+1 |
| | | | | | This makes it clearer what the menu entry does, making linking more discoverable. Closes: bgo#628377 | ||||
* | [l10n] Updated Italian translation | Milo Casagrande | 2010-09-05 | 1 | -738/+1133 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-09-05 | 2 | -552/+870 |
| | |||||
* | Update British English translation | Philip Withnall | 2010-09-04 | 1 | -137/+143 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-09-04 | 1 | -62/+61 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-09-04 | 1 | -172/+172 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-09-04 | 1 | -54/+77 |
| | |||||
* | Updated Tamil translation | drtv | 2010-09-04 | 1 | -682/+1130 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-09-03 | 1 | -13/+16 |
| | |||||
* | Update the Edit dialogue on contact linking or unlinking | Philip Withnall | 2010-09-03 | 1 | -29/+78 |
| | | | | | | | | Ensure any open Edit dialogues are: • closed, if they're editing the details for a meta-contact which is then unlinked; or • reloaded to show the details of the new meta-contact, if they're editing the details for a contact which is then linked. | ||||
* | Update the Information dialogue on contact linking or unlinking | Philip Withnall | 2010-09-03 | 1 | -75/+111 |
| | | | | | | | | Ensure any open Information dialogues are: • closed, if they're showing the details for a meta-contact which is then unlinked; or • reloaded to show the details of the new meta-contact, if they're showing the details for a contact which is then linked. | ||||
* | Handle the EmpathyIndividualWidget disappearing during an async details call | Philip Withnall | 2010-09-03 | 1 | -3/+6 |
| | | | | | | The EmpathyIndividualWidget may be destroyed between starting and finishing an async call to get contact details. This patch prevents the finishing callback from accessing private data which may have been freed. | ||||
* | Don't try to update EmpathyIndividualWidget's location without an Individual | Philip Withnall | 2010-09-03 | 1 | -1/+2 |
| | |||||
* | Listen to FolksIndividual::removed in EmpathyIndividualWidget | Philip Withnall | 2010-09-03 | 1 | -0/+12 |
| | | | | | | | | | In certain cases, a tooltip will be updated on the contact list when unlinking a meta-contact (reproducable with a meta-contact of meta-contacts). In order to prevent an individual table from getting stuck in the EmpathyIndividualWidget in the tooltip, EmpathyIndividualWidget needs to connect to FolksIndividual::removed to be updated when the Individual is removed or replaced. | ||||
* | Remove an idle handler when EmpathyChat is destroyed | Philip Withnall | 2010-09-03 | 1 | -2/+14 |
| | | | | | This prevents the idle handler potentially running after the EmpathyChat has been destroyed, and accessing freed memory. Closes: bgo#628156 | ||||
* | Add a heuristic to prefer audio- and video-capable Personas when calling | Philip Withnall | 2010-09-03 | 1 | -1/+27 |
| | | | | | | | | | When choosing which Persona out of an Individual to start an audio or video call to, given a choice between two Personas of equal presence, choose the one which is capable of both audio and video calls over the one which is capable of only one of the two. This is because clients which can do both types of call are generally more featureful than those which can only do one type. Helps: bgo#628338 | ||||
* | Port EmpathyIndividualView to use empathy_contact_dup_best_for_action() | Philip Withnall | 2010-09-03 | 1 | -26/+3 |
| | | | | | This ports the code in EmpathyIndividualView which starts a chat when a row is activated. Closes: bgo#628338 | ||||
* | Port EmpathyIndividualMenu to use empathy_contact_dup_best_for_action() | Philip Withnall | 2010-09-03 | 1 | -89/+36 |
| | | | | | This improves the menu code so that it no longer prefers personas with a higher presence, but which can't do the given action. Helps: bgo#628338 | ||||
* | Add empathy_contact_dup_best_for_action() | Philip Withnall | 2010-09-03 | 2 | -0/+154 |
| | | | | | | This takes a FolksIndividual and returns an EmpathyContact corresponding to the FolksPersona in the Individual which is most suited to having a given action performed on it. Helps: bgo#628338 | ||||
* | account-widget: apply settings when activating the password entry (#625575) | Cyril Roelandt | 2010-09-03 | 1 | -2/+22 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-09-03 | 1 | -53/+59 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-09-03 | 1 | -253/+447 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-09-03 | 1 | -103/+132 |
| | |||||
* | Ensure we disconnect from signals on Individuals' Personas as they're removed | Philip Withnall | 2010-09-02 | 1 | -34/+48 |
| | | | | | | | | EmpathyIndividualStore connects to some signals on all of the (Telepathy) Personas in each Individual it stores. If an Individual changes its set of Personas, some of those signals might end up never getting disconnected. This fixes that by listening to FolksIndividual::personas-changed and disconnecting signals as appropriate. Closes: bgo#628153 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-09-02 | 1 | -106/+134 |
| | |||||
* | Remove the “Add Contact…” menu entry from EmpathyIndividualMenu | Philip Withnall | 2010-09-02 | 2 | -92/+0 |
| | | | | It's never used, but is a CPU drain and can sometimes appear uninvited. | ||||
* | Don't unnecessarily remove Individuals if Individual IDs have been reused | Philip Withnall | 2010-09-02 | 1 | -12/+14 |
| | | | | | | | | | | When linking and unlinking, it's possible for the linked Individual to have the same ID as one of its component Individuals (before linked or once unlinked). If two such Individuals with the same ID are added and removed at the same time (as could [only] happen during linking or unlinking), EmpathyIndividualManager should do the Individual removals before the additions, in order to prevent one of the Individuals getting clobbered. Closes: bgo#627819 | ||||
* | Merge branch 'translate-param-628601' | Guillaume Desmottes | 2010-09-02 | 1 | -0/+23 |
|\ | |||||
| * | account_widget_generic_format_param_name: translate common params (#628601) | Guillaume Desmottes | 2010-09-02 | 1 | -0/+23 |
| | | |||||
* | | Merge remote branch 'kaserf/fix-account-name-update' | Guillaume Desmottes | 2010-09-02 | 1 | -1/+2 |
|\ \ | |||||
| * | | do not set the overridden flag when creating | Felix Kaser | 2010-09-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | when we are creating a new account we should not set the display-name-overridden flag, since then changes in the account details wont update the name in the accounts tree. | ||||
* | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-09-02 | 1 | -199/+338 |
| |/ |/| | |||||
* | | Bug 628133 — Linking dialog's live search should copy the one from the roster | Philip Withnall | 2010-09-02 | 1 | -0/+20 |
| | | | | | | | | | | | | When launching a linking dialogue from EmpathyIndividualView, copy the view's live search text to the EmpathyIndividualView in the linking dialogue. Closes: bgo#628133 | ||||
* | | Add empathy_linking_dialog_get_individual_linker() | Philip Withnall | 2010-09-02 | 2 | -0/+13 |
| | | | | | | | | Helps: bgo#628133 | ||||
* | | Add empathy_individual_linker_set_search_text() | Philip Withnall | 2010-09-02 | 2 | -4/+19 |
| | | | | | | | | Helps: bgo#628133 | ||||
* | | Add an EmpathyIndividualMenu::link-contacts-activated signal | Philip Withnall | 2010-09-02 | 1 | -9/+27 |
| | | | | | | | | | | This is emitted each time the “Link Contacts…” menu entry is activated. Helps: bgo#628133 | ||||
* | | Make EmpathyIndividualMenu a proper GObject, derived from GtkMenu | Philip Withnall | 2010-09-02 | 2 | -13/+168 |
| | | |||||
* | | empathy_account_widget_get_default_display_name: use the network name (#598394) | Guillaume Desmottes | 2010-09-02 | 1 | -9/+15 |
| | | |||||
* | | account-widget-irc: return the EmpathyIrcNetworkChooser when building the widget | Guillaume Desmottes | 2010-09-02 | 2 | -4/+11 |
| | | |||||
* | | add empathy_irc_network_chooser_get_network() | Guillaume Desmottes | 2010-09-02 | 2 | -0/+12 |
| | | |||||
* | | NEWS: 2.31.91 secretely depends on gcr too | Guillaume Desmottes | 2010-09-02 | 1 | -0/+1 |
| | | |||||
* | | Only unref the EmpathyIndividualView after emptying the group hash table | Philip Withnall | 2010-09-02 | 1 | -3/+2 |
| | | | | | | | | | | Otherwise, unreffing the view could cause it to be destroyed, and thus emptying the hash table will write into freed memory and crash. | ||||
* | | remove released flag | Guillaume Desmottes | 2010-09-02 | 1 | -1/+1 |
| | | |||||
* | | prepare 2.31.91.1EMPATHY_2_31_91_1 | Guillaume Desmottes | 2010-09-02 | 2 | -2/+36 |
| | | |||||
* | | update for Punjabi | A S Alam | 2010-09-02 | 1 | -354/+600 |
| | | |||||
* | | Remove the expand groups idle handler when destroying an EmpathyIndividualView | Philip Withnall | 2010-09-01 | 1 | -1/+3 |
| | | | | | | | | | | | | This prevents the idle handler from being run after destruction and crashing due to referencing the EmpathyIndividualView's private memory which has already been freed. | ||||
* | | Bug 628106 — Groups are not expanded when reconnecting | Philip Withnall | 2010-09-01 | 1 | -0/+5 |
| | | | | | | | | | | | | Ensure that the list of groups to expand is cleared when going offline, so that it can be freshly created when we come back online again. Closes: bgo#628106 | ||||
* | | Ensure all persona tables are removed from EmpathyIndividualWidget | Philip Withnall | 2010-09-01 | 1 | -0/+2 |
|/ | | | | | | | In the case that EmpathyIndividualWidget is going from showing Personas to showing an Individual table, ensure that all persona tables are removed from the widget, including those for Personas who're being removed from the Individual. Closes: bgo#628481 | ||||
* | contact: get info from the tp-contact in constructed (#628315) | Guillaume Desmottes | 2010-09-01 | 1 | -38/+37 |
| | | | | | | | | Doing it in set_property is racy: - The tp-contact property is set. We use the contact to set the capabilities of the contact - The "capabilities" property has not be defined so GLib sets its default value (unknown) and so override the real capabilities of the contact. | ||||
* | contact: make some setters static | Guillaume Desmottes | 2010-09-01 | 2 | -109/+101 |
| | |||||
* | the GTK3 flavour of gcr is gcr-3 (#627916) | Guillaume Desmottes | 2010-09-01 | 1 | -4/+1 |
| | |||||
* | Add an INDIVIDUAL_CALL feature to EmpathyIndividualView | Philip Withnall | 2010-09-01 | 2 | -3/+8 |
| | | | | | This allows the context menu on the VoIP icon to be disabled, so that it can't be used from the linking dialogue. Closes: bgo#628433 | ||||
* | Fix the audio/video icon in the contact list | Philip Withnall | 2010-09-01 | 1 | -31/+51 |
| | | | | Closes: bgo#628421 | ||||
* | Merge remote branch 'maiku/previous-conversation-crash' | Guillaume Desmottes | 2010-09-01 | 1 | -1/+2 |
|\ | |||||
| * | Fix crash in log_manager_got_chats_cb. | Mike Ruprecht | 2010-09-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | | When the log window is opened through the contact list with the previous conversations menu item, Empathy crashes due to there not being a currently selected account when log_manager_got_chats_cb is called. This patch adds a condition to check if there is a selected account before using it. | ||||
* | | l10n: Updated Greek translation for empathy help | Simos Xenitellis | 2010-09-01 | 1 | -2/+0 |
| | | |||||
* | | Update British English translation | Philip Withnall | 2010-09-01 | 1 | -88/+111 |
| | | |||||
* | | l10n: Updated Greek translation for empathy help | Michael Kotsarinis | 2010-09-01 | 1 | -2119/+911 |
|/ | |||||
* | l10n: Updated Greek translation for empathy | Michael Kotsarinis | 2010-09-01 | 1 | -163/+178 |
| | |||||
* | l10n: Updated Greek translation for empathy | Michael Kotsarinis | 2010-09-01 | 1 | -305/+503 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-09-01 | 1 | -44/+35 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-31 | 1 | -108/+117 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-31 | 1 | -81/+98 |
| | |||||
* | Updated Serbian translation | Branko Kokanović | 2010-08-31 | 2 | -324/+270 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-08-31 | 1 | -89/+112 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-31 | 1 | -185/+231 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | coding style fixesEMPATHY_2_31_91 | Guillaume Desmottes | 2010-08-30 | 1 | -2/+1 |
| | |||||
* | add empathy-irc-network-chooser-dialog.c to POTFILES.in | Guillaume Desmottes | 2010-08-30 | 1 | -0/+1 |
| | |||||
* | prepare 2.31.91 release | Guillaume Desmottes | 2010-08-30 | 2 | -2/+84 |
| | |||||
* | Choose an best_contact even if it isn't sensitive in the EmpathyIndividualMenu | Philip Withnall | 2010-08-30 | 1 | -1/+1 |
| | | | | This fixes the "Send File" entry not working. | ||||
* | Change the sensitivity of the Link button if changes have been made | Philip Withnall | 2010-08-30 | 1 | -3/+20 |
| | | | | Closes: bgo#628320 | ||||
* | Add a has-changed property to EmpathyIndividualLinker | Philip Withnall | 2010-08-30 | 2 | -0/+59 |
| | | | | | | This exposes information about whether the new Individual has changed from the start Individual, to allow for widget sensitivities to be changed appropriately. Helps: bgo#628320 | ||||
* | Check for gcr-1 when building against GTK+ 3 (GNOME bug #628092) | Frédéric Péters | 2010-08-30 | 2 | -1/+7 |
| | |||||
* | Bug 628121 — Should pick an online persona when starting a chat | Philip Withnall | 2010-08-30 | 2 | -14/+62 |
| | | | | | | Change the EmpathyIndividualMenu and EmpathyIndividualView code for starting chats with Individuals to choose the most available Persona to chat to, rather than just the first available one. Helps: bgo#628121 | ||||
* | yahoo and icq widget: change the accelerator of the Character set widget | Guillaume Desmottes | 2010-08-30 | 2 | -2/+2 |
| | | | | It conflicts with the Close button. | ||||
* | account-widget-jabber: change the accelerator of the Priority widget | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | It clash with the Login button. | ||||
* | account-widget-jabber: change accelerator of the encryption widget | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | 'E' is used by Enabled now. | ||||
* | account-widget-local-xmpp: change accelerator of the email widget | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | 'E' i's used by Enabled now. | ||||
* | account-widget: add accelerator on Enabled | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | jabber and yahoo widget: change the accelerator of the Ignore widget | Guillaume Desmottes | 2010-08-30 | 2 | -2/+2 |
| | |||||
* | account-widget-local-xmpp: change the accelerator of the Nickname widget | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | 'n' is used by the Cancel button now. | ||||
* | fix accelerator conflict with the Cancel button (#623164) | Guillaume Desmottes | 2010-08-30 | 1 | -1/+9 |
| | |||||
* | fix accelerator conflict with the Apply button (#623164) | Guillaume Desmottes | 2010-08-30 | 1 | -3/+10 |
| | |||||
* | factor out set_apply_button() | Guillaume Desmottes | 2010-08-30 | 1 | -4/+13 |
| | |||||
* | chat_window_detach_hook: move the window *after* showing it | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
| | | | | | Showing the window fire the "map" signal which is catched in empathy-geometry to move the window to its saved position. (#608140) | ||||
* | Updated Japanese translation (from gnome-2-28 branch) | GLSJPN_Etsuko | 2010-08-30 | 1 | -959/+2101 |
| | |||||
* | Fix a logic error when expanding groups in EmpathyIndividualView | Philip Withnall | 2010-08-30 | 1 | -1/+1 |
| | | | | | | This prevents use of uninitialised memory in the second part of the expression, and should cause groups to be added to the table of groups to expand/contract more frequently (correctly). Helps: bgo#628106 | ||||
* | Force all toggle buttons in the linking UI to update on each toggle event | Philip Withnall | 2010-08-30 | 1 | -5/+39 |
| | | | | | This ensures that the toggle buttons for different instances of the same Individual in the list always display in the correct state. Closes: bgo#628123 | ||||
* | Fix calculation of the number of new personas in EmpathyIndividualWidget | Philip Withnall | 2010-08-30 | 1 | -2/+7 |
| | |||||
* | Port EmpathyPersonaStore to use Individual.personas_changed | Philip Withnall | 2010-08-30 | 1 | -33/+11 |
| | | | | | This makes the notification of changed Personas a lot more efficient in the store. Closes: bgo#627706 | ||||
* | Port EmpathyIndividualWidget to use Individual.personas_changed | Philip Withnall | 2010-08-30 | 1 | -58/+61 |
| | | | | | This makes the notification of changed Personas a lot more efficient in the widget. Helps: bgo#627706 | ||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-08-30 | 1 | -3/+3 |
| | |||||
* | Bug 628124 — Disallow activating group rows in the linking dialogue | Philip Withnall | 2010-08-30 | 1 | -0/+3 |
| | |||||
* | Updated Serbian translation | Branko Kokanović | 2010-08-30 | 2 | -1678/+2216 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-08-29 | 1 | -98/+499 |
| | |||||
* | Update British English translation | Philip Withnall | 2010-08-28 | 1 | -93/+110 |
| | |||||
* | Updated doc French translation | Bruno Brouard | 2010-08-28 | 1 | -155/+177 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-28 | 1 | -131/+153 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-28 | 1 | -93/+130 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-28 | 1 | -699/+1077 |
| | |||||
* | Update Galician translations | Fran Diéguez | 2010-08-27 | 1 | -138/+167 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-08-27 | 1 | -137/+240 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-27 | 1 | -138/+246 |
| | |||||
* | nautilus-sendto-plugin: depend on 2.31.7 when building with GTK+2 | Guillaume Desmottes | 2010-08-27 | 2 | -21/+1 |
| | | | | | This version will have the same API that 2.90.0 so we don't have to stay compatible with the old API. | ||||
* | Bug 628064 — Miscellaneous string fixes | Philip Withnall | 2010-08-27 | 7 | -12/+12 |
| | |||||
* | Bug 628062 — Add translator comments | Philip Withnall | 2010-08-27 | 2 | -0/+12 |
| | |||||
* | Unmark strings as translatable which aren't shown to the user | Philip Withnall | 2010-08-27 | 1 | -3/+3 |
| | | | | Helps: bgo#628062 | ||||
* | new-chatroom-dialog: remove markup from transltable string | Guillaume Desmottes | 2010-08-27 | 1 | -2/+5 |
| | |||||
* | remove markups around 'Location' | Guillaume Desmottes | 2010-08-27 | 2 | -2/+10 |
| | |||||
* | Add an EmpathyIndividualView::show-untrusted property | Philip Withnall | 2010-08-27 | 3 | -0/+56 |
| | | | | | | This allows the view to filter out untrusted Individuals (such as link-local XMPP contacts). This is used in the linking dialogue to disallow selection of link-local XMPP contacts for linking. Closes: bgo#627930 | ||||
* | Move all individual view visibility logic into is_visible_individual() | Philip Withnall | 2010-08-27 | 1 | -10/+10 |
| | |||||
* | Desensitise the "Link…" menu entry for untrusted Individuals | Philip Withnall | 2010-08-27 | 2 | -1/+6 |
| | | | | | | | This prevents the linking dialogue from being opened for local-xmpp contacts, who cannot be trusted. This bumps Empathy's dependency on libfolks to 0.1.15. Helps: bgo#627930 | ||||
* | accounts-dialog.ui: set pango properties in the UI file (#628063) | Guillaume Desmottes | 2010-08-27 | 1 | -2/+5 |
| | |||||
* | Merge branch 'trivia' | Guillaume Desmottes | 2010-08-27 | 1 | -7/+14 |
|\ | |||||
| * | main-window: define an enum for pages | Guillaume Desmottes | 2010-08-27 | 1 | -3/+7 |
| | | |||||
| * | Increase the size of the 'No Match Found' label | Guillaume Desmottes | 2010-08-27 | 1 | -2/+7 |
| | | | | | | | | It looks less crap that way. | ||||
| * | no need to use a #define | Guillaume Desmottes | 2010-08-27 | 1 | -4/+2 |
| | | |||||
* | | Don't filter out Individual removal at the IndividualManager level. | Travis Reitter | 2010-08-27 | 1 | -9/+4 |
| | | | | | | | | | | | | The IndividualManager sometimes falsely filters out members of FolksIndividualAggregator:individuals-changed:removed that should be passed along to its users. | ||||
* | | Bug 627715 — Linking dialog: move personas using DnD | Philip Withnall | 2010-08-27 | 1 | -2/+84 |
| | | | | | | | | | | | | | | Add support for dragging Individuals from the EmpathyIndividualView to the EmpathyPersonaView in the linking dialogue, and for dragging Personas in the reverse direction, linking and unlinking the appropriate Individuals, respectively. Closes: bgo#627715 | ||||
* | | Add drag and drop support to EmpathyPersonaView | Philip Withnall | 2010-08-27 | 2 | -1/+232 |
| | | | | | | | | | | | | This includes an EmpathyPersonaView::drag-individual-received signal, to allow for notification that an Individual has been dropped onto the view. Helps: bgo#627715 | ||||
* | | Add feature support for EmpathyPersonaView | Philip Withnall | 2010-08-27 | 3 | -4/+51 |
| | | |||||
* | | Accept text/plain drops as file transfers, rather than as Individuals | Philip Withnall | 2010-08-27 | 1 | -5/+3 |
| | | |||||
* | | Add an EmpathyIndividualView feature for receiving Persona drops | Philip Withnall | 2010-08-27 | 3 | -65/+64 |
| | | | | | | | | | | This is necessary to avoid Personas being droppable on the main contact list, which makes no sense (for the time being). Helps: bgo#627715 | ||||
* | | Add an EmpathyIndividualView::drag-persona-received signal | Philip Withnall | 2010-08-27 | 2 | -2/+89 |
| | | | | | | | | | | This allows notification of drops of personas on the individual view. Helps: bgo#627715 | ||||
* | | Add an EmpathyIndividualView::drag-individual-received signal | Philip Withnall | 2010-08-27 | 2 | -35/+55 |
| | | | | | | | | | | | | Subclasses or users of the widget can then override this and stop the signal emission to do new and interesting things with dropped Individuals, rather than just changing their groups. | ||||
* | | Use EmpathyIndividualFeatureFlags consistently in EmpathyIndividualView | Philip Withnall | 2010-08-27 | 1 | -4/+4 |
| | | |||||
* | | Use text/individual-id instead of text/contact-id for dragging Individuals | Philip Withnall | 2010-08-27 | 1 | -2/+2 |
| | | |||||
* | | Rename EMPATHY_INDIVIDUAL_VIEW_FEATURE_CONTACT_* to *_FEATURE_INDIVIDUAL_* | Philip Withnall | 2010-08-27 | 2 | -13/+13 |
| | | |||||
* | | Add an EmpathyIndividualView feature for changing Individuals' groups | Philip Withnall | 2010-08-27 | 2 | -15/+38 |
| | | | | | | | | | | | | | | | | This separates drag and drop support from changing groups, so that EmpathyIndividualView instances (such as the one in the linking dialogue) may support dragging and dropping Individuals to and from another tree view, but not support dragging them between groups inside the EmpathyIndividualView instance. Helps: bgo#627715 | ||||
* | | Fix memory leaks in EmpathyIndividualView drop handling code | Philip Withnall | 2010-08-27 | 1 | -15/+11 |
| | | |||||
* | | Move individual_view_handle_drag() to individual_view_contact_drag_received() | Philip Withnall | 2010-08-27 | 1 | -40/+33 |
| | | | | | | | | This will make refactoring easier. Helps: bgo#627715 | ||||
* | | Add an EmpathyIndividualView feature for dropping files on Individuals | Philip Withnall | 2010-08-27 | 2 | -6/+13 |
|/ | | | | | | This allows drag and drop to be enabled for the linking dialogue without allowing files to be dropped onto the dialogue, which wouldn't make sense. Helps: bgo#627715 | ||||
* | Use libchamplain 0.7.1 or newer for the map plugin | Jiří Techet | 2010-08-27 | 1 | -4/+4 |
| | | | | Signed-off-by: Jiří Techet <techet@gmail.com> | ||||
* | Fix British English translation | Philip Withnall | 2010-08-27 | 1 | -3/+3 |
| | |||||
* | Update British English translation | Philip Withnall | 2010-08-27 | 1 | -705/+1119 |
| | |||||
* | Updated Spanish translation, fixes bug #627996 | Jorge González | 2010-08-27 | 1 | -81/+93 |
| | |||||
* | Fix row toggling on activation in EmpathyIndividualLinker | Philip Withnall | 2010-08-27 | 1 | -25/+12 |
| | | | | | | Previously, row toggling was only working when activating rows at the end of a live search. This makes it work for all row activation events (i.e. selecting a row and pressing "enter"). | ||||
* | l10n: Updated Greek translation for empathy | Michael Kotsarinis | 2010-08-26 | 1 | -693/+1157 |
| | |||||
* | Fix selectable labels in EmpathyIndividualWidget | Philip Withnall | 2010-08-26 | 1 | -8/+11 |
| | | | | | Ensure that labels in EmpathyIndividualWidget are only selectable if the widget isn't in tooltip mode. Closes: bgo#627917 | ||||
* | unsensitive the remove button while loading | Guillaume Desmottes | 2010-08-26 | 1 | -1/+14 |
| | |||||
* | insensitive treeview while loading | Guillaume Desmottes | 2010-08-26 | 1 | -1/+4 |
| | |||||
* | accounts-dialog: display loading page while loading accounts (#611701) | Guillaume Desmottes | 2010-08-26 | 2 | -1/+55 |
| | |||||
* | accounts-dialog: add a GtkNotebook | Guillaume Desmottes | 2010-08-26 | 1 | -64/+102 |
| | |||||
* | Fix the "Show Protocols" option with linked contacts | Philip Withnall | 2010-08-26 | 1 | -1/+1 |
| | |||||
* | allow to choose irc network with ENTER | Felix Kaser | 2010-08-26 | 1 | -0/+12 |
| | | | | while searching, the enter key allows you to select an irc network | ||||
* | Merge branch 'irc-wizard-596086' | Guillaume Desmottes | 2010-08-26 | 5 | -4/+118 |
|\ | |||||
| * | account-assistant: stop blacklisting IRC (#596086) | Guillaume Desmottes | 2010-08-26 | 1 | -2/+1 |
| | | |||||
| * | use the simple variant of the IRC widget if needed | Guillaume Desmottes | 2010-08-26 | 1 | -2/+10 |
| | | |||||
| * | account-widget-irc: add simple version of the widget | Guillaume Desmottes | 2010-08-26 | 3 | -0/+107 |
| | | |||||
* | | Merge branch 'irc-network-selection-fix' | Felix Kaser | 2010-08-26 | 1 | -5/+21 |
|\ \ | |||||
| * | | fix selection problems in irc networks | Felix Kaser | 2010-08-26 | 1 | -5/+21 |
| |/ | |||||
* / | accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353) | Guillaume Desmottes | 2010-08-26 | 1 | -2/+18 |
|/ | |||||
* | Merge branch 'irc-widget-588243' | Guillaume Desmottes | 2010-08-26 | 11 | -458/+1204 |
|\ | |||||
| * | grab focus on the treeview after adding, editing or removing network | Guillaume Desmottes | 2010-08-26 | 1 | -0/+4 |
| | | |||||
| * | irc-network-chooser-dialog: make it transient and modal | Guillaume Desmottes | 2010-08-26 | 3 | -3/+11 |
| | | |||||
| * | search_text_notify_cb: select first matching only if we are still searching | Guillaume Desmottes | 2010-08-26 | 1 | -2/+21 |
| | | | | | | | | Also scroll to the selected network when cancelling the search. | ||||
| * | Hide the search after picking the network to get the right one | Guillaume Desmottes | 2010-08-26 | 1 | -2/+3 |
| | | |||||
| * | properly set table_common_settings | Guillaume Desmottes | 2010-08-25 | 1 | -2/+2 |
| | | | | | | | | account-widget needs it to add the "Enabled" checkbox. | ||||
| * | cance live search when adding/removing a network | Guillaume Desmottes | 2010-08-25 | 1 | -0/+4 |
| | | |||||
| * | search_text_notify_cb: rename iter to filter_iter to avoid confusion | Guillaume Desmottes | 2010-08-25 | 1 | -3/+4 |
| | | |||||
| * | factor out iter_to_filter_iter() | Guillaume Desmottes | 2010-08-25 | 1 | -14/+21 |
| | | |||||
| * | scroll_to_iter: need a filter iter | Guillaume Desmottes | 2010-08-25 | 1 | -1/+1 |
| | | |||||
| * | assert that iter convert don't fail | Guillaume Desmottes | 2010-08-25 | 1 | -6/+6 |
| | | | | | | | | If they do we did something wrong. | ||||
| * | select_iter: set the cursor as well | Guillaume Desmottes | 2010-08-25 | 1 | -0/+10 |
| | | |||||
| * | make title clearer | Guillaume Desmottes | 2010-08-25 | 1 | -1/+1 |
| | | |||||
| * | don't allow to select a network if none is actually selected | Guillaume Desmottes | 2010-08-25 | 1 | -2/+7 |
| | | |||||
| * | replace the close button by 'Select' | Guillaume Desmottes | 2010-08-25 | 1 | -1/+4 |
| | | |||||
| * | select the first matching network when searching | Guillaume Desmottes | 2010-08-25 | 1 | -0/+6 |
| | | |||||
| * | pass filter iter to select_iter() and scroll_to_iter() | Guillaume Desmottes | 2010-08-25 | 1 | -19/+27 |
| | | |||||
| * | irc-network-chooser: use network accessors | Guillaume Desmottes | 2010-08-25 | 1 | -7/+4 |
| | | |||||
| * | irc-network-chooser-dialog: use network accessors | Guillaume Desmottes | 2010-08-25 | 1 | -18/+4 |
| | | |||||
| * | irc-network-chooser-dialog: add live search support | Guillaume Desmottes | 2010-08-25 | 1 | -7/+91 |
| | | |||||
| * | irc-network: add accessors for name and charset | Guillaume Desmottes | 2010-08-25 | 2 | -0/+20 |
| | | |||||
| * | account-widget-irc: use EmpathyIrcNetworkChooser | Guillaume Desmottes | 2010-08-25 | 2 | -459/+24 |
| | | | | | | | | This avoid having a huge list in a combo box (#588243) | ||||
| * | irc-network-chooser: popup network chooser dialog when clicked | Guillaume Desmottes | 2010-08-25 | 1 | -1/+62 |
| | | |||||
| * | add empathy-irc-network-chooser-dialog | Guillaume Desmottes | 2010-08-25 | 3 | -0/+559 |
| | | | | | | | | Some of the code has been copied from empathy-account-widget-irc.c. | ||||
| * | add empathy-irc-network-chooser | Guillaume Desmottes | 2010-08-25 | 3 | -0/+362 |
| | | |||||
| * | add empathy_irc_network_manager_dup_default() | Guillaume Desmottes | 2010-08-25 | 2 | -0/+36 |
| | | |||||
* | | Don't let the GtkCellRendererToggle get activated by clicking on a tree row | Philip Withnall | 2010-08-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | GtkTreeView activates a row when it's clicked or double-clicked, which ends up toggling the GtkCellRendererToggle in the linking dialogue even if it's insensitive, allowing the start Individual to be removed from the link, and causing chaos. See bgo#567481. Closes: bgo#628011 | ||||
* | | Disconnect from the group-changed signal when destroying EmpathyGroupsWidget | Philip Withnall | 2010-08-26 | 1 | -1/+1 |
| | | |||||
* | | Don't expand rows if the tree view has been destroyed | Philip Withnall | 2010-08-25 | 1 | -1/+7 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-08-25 | 1 | -16/+3 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-08-25 | 1 | -19/+114 |
|/ | |||||
* | added some files to gitignore | Felix Kaser | 2010-08-25 | 2 | -0/+2 |
| | | | | they were introduced by the interactive tls certificate verification patches. | ||||
* | Use gmodule-export-2.0 so introspecting ourselves works | Sjoerd Simons | 2010-08-25 | 1 | -0/+1 |
| | |||||
* | allow building empathy without eds | Saleem Abdulrasool | 2010-08-25 | 4 | -6/+28 |
| |