aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare 3.4.2EMPATHY_3_4_2Guillaume Desmottes2012-05-142-2/+16
|
* account-widget-irc: Quit label should be in the first columnGuillaume Desmottes2012-05-111-1/+1
|
* Use tp-glib version checking macrosGuillaume Desmottes2012-05-091-1/+4
| | | | | | | Will make sure we don't accidentally use new API in stable branch. Depend on tp-glib 0.18.0 while we are on it as any distro shipping 3.4 should use this version any way.
* Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-05-097-11/+11
| | | | The latter has been deprecated in tp-glib master.
* Add fallback server for WLMXavier Claessens2012-05-081-0/+1
|
* Use gst_object_ref_sink()Javier Jardón2012-05-073-14/+7
| | | | | | Instead call both gst_object_ref() and gst_object_sink() https://bugzilla.gnome.org/show_bug.cgi?id=675590
* Updated Aragonese translationDaniel Martinez Cucalon2012-04-171-1913/+2473
|
* remove released flagGuillaume Desmottes2012-04-161-1/+1
|
* Updated Slovak translationPavol Klačanský2012-04-161-1985/+2233
|
* prepare 3.4.1EMPATHY_3_4_1Guillaume Desmottes2012-04-162-3/+19
|
* Small fixes to the Arabic translationIbrahim Saed2012-04-161-206/+212
|
* Updated French doc translationBruno Brouard2012-04-152-596/+3226
|
* [l10n] Fix a bug in zh_CN translation.Automatic Mirroring2012-04-121-2/+2
|
* Don't display anything when being re-invoked in hidden modeGuillaume Desmottes2012-04-111-7/+0
| | | | | | | Hidden is disabled by default, so if Empathy is re-invoked with --hidden explicitely passed, we shouldn't bring back the contact list or any UI. https://bugzilla.gnome.org/show_bug.cgi?id=673691
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-04-111-346/+344
|
* [l10n] Fixes on Catalan translationJordi Serratosa2012-04-111-271/+269
|
* Updated HINDI translationChandan Kumar2012-04-081-315/+228
|
* remove released flagGuillaume Desmottes2012-04-061-1/+1
|
* prepare 3.4.0.2EMPATHY_3_4_0_2Guillaume Desmottes2012-04-062-2/+8
|
* DISTCHECK_CONFIGURE_FLAGS add --enable-empathy-avGuillaume Desmottes2012-04-061-0/+1
| | | | | | Make sure we'll ship empathy-av files in the tarball https://bugzilla.gnome.org/show_bug.cgi?id=673593
* roster-window: Bring back log entry in individual context menuGuillaume Desmottes2012-04-051-0/+1
| | | | Looks like it has been accidentally removed.
* remove released flagGuillaume Desmottes2012-04-051-1/+1
|
* Prepare 3.4.0.1EMPATHY_3_4_0_1Guillaume Desmottes2012-04-052-2/+51
|
* check if salut settings are valid instead of assume they are notGuillaume Desmottes2012-04-041-1/+3
| | | | | | | If we manage to fetch all the info from EDS the account is ready to connect and so the 'Connect' button should be sensitive right away. https://bugzilla.gnome.org/show_bug.cgi?id=673451
* add empathy_local_xmpp_assistant_widget_is_valid()Guillaume Desmottes2012-04-042-0/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673451
* empathy-nautilus-sendto: use the Empathy iconGuillaume Desmottes2012-04-041-1/+1
| | | | | | The first field of NstPluginInfo is the id of the icon of the plugin. https://bugzilla.gnome.org/show_bug.cgi?id=673480
* include logger single headerGuillaume Desmottes2012-04-047-13/+4
|
* macros checking are *_MAX_ALLOWEDGuillaume Desmottes2012-04-041-3/+3
|
* Depend on Clutter 1.10Guillaume Desmottes2012-04-041-2/+2
| | | | | | | | | Needed for clutter_actor_set_margin_* which is already used. Shell 3.4 depends of this version as well so that won't be an issue for distribution shipping GNOME 3.4. https://bugzilla.gnome.org/show_bug.cgi?id=673444
* Bump required tp-logger versionDanielle Madeley2012-04-031-1/+1
|
* Logger support for calls is no longer optionalDanielle Madeley2012-04-033-58/+5
|
* TplCallEndReason ceased to exist on March 28Danielle Madeley2012-04-032-6/+7
|
* goa-mc-plugin: fix variable nameDebarshi Ray2012-04-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673263
* mcp-account-manager-goa: g_key_file_get_keys() expects a gsizeGuillaume Desmottes2012-04-021-1/+1
|
* mcp-account-manager-goa: fix shadow variable warningsGuillaume Desmottes2012-04-021-17/+17
|
* mcp-account-manager-goa: remove unused variablesGuillaume Desmottes2012-04-021-4/+0
|
* goa-mc-plugin: build with ERROR_CFLAGSGuillaume Desmottes2012-04-021-1/+2
|
* [l10n] Update Japanese translationMako N2012-04-021-183/+177
|
* [l10n] Update Japanese translationMako N2012-04-021-146/+142
|
* Updated Persian TranslationsArash Mousavi2012-03-311-1890/+2118
|
* [l10n] Updated Indonesian translationAndika Triwidada2012-03-311-1846/+1919
|
* call-window: raise the overlay actor instead of individual actorsCosimo Cecchi2012-03-301-13/+2
| | | | | | | Or the actors will be raised relative to their box, but not relative to the whole scene. https://bugzilla.gnome.org/show_bug.cgi?id=673046
* use enable_and_connect_account() when enabling an account from the menuGuillaume Desmottes2012-03-301-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673162
* factor out enable_and_connect_account()Guillaume Desmottes2012-03-301-2/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673162
* accounts-dialog: no need to connect the account if we are disabling itGuillaume Desmottes2012-03-301-5/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673162
* accounts_dialog_enable_account_cb: use the usual async cb patternGuillaume Desmottes2012-03-301-10/+9
| | | | | | No semantic change. https://bugzilla.gnome.org/show_bug.cgi?id=673162
* empathy-accounts: disable 'Enable' menu entry if not supportedGuillaume Desmottes2012-03-301-6/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673141
* factor out account_can_be_enabled()Guillaume Desmottes2012-03-301-9/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673141
* Updated Korean translationChangwoo Ryu2012-03-301-41/+40
|
* Updated Arabic translationIbrahim Saed2012-03-291-557/+667
|
* ev-sidebar: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-2/+1
|
* preferences: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-3/+1
|
* new-chatroom-dialog: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-3/+1
|
* import-widget: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-4/+1
|
* chatrooms-window: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-2/+1
|
* groups-widget: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-6/+2
|
* contact-search-dialog: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-4/+1
|
* account-widget-sip: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-17/+16
|
* accounts-dialog: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-8/+13
| | | | | | | Prevent a crash when using a11y as GTK+ may want to look at the content of the row as soon it's added. See the bug for details. https://bugzilla.gnome.org/show_bug.cgi?id=670601
* Updated Odia TranslationManojKumar Giri2012-03-291-177/+119
|
* Updated Norwegian bokmål translationKjartan Maraas2012-03-291-238/+244
|
* Updated Odia TranslationManojKumar Giri2012-03-281-639/+496
|
* Merge remote-tracking branch 'wjt/652800-661731-notifications'Guillaume Desmottes2012-03-284-22/+40
|\
| * Move category name constants to #definesWill Thompson2012-03-284-21/+34
| | | | | | | | | | This is kind of overkill to avoid me typoing the two names used in empathy-chat-window.c, but, hey.
| * Show MUC highlight notifications in Gnome ShellWill Thompson2012-03-281-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome Shell filters out notifications from Empathy whose category is something the Shell shows its own notification for. However, we previously used the im.received category for notifications about being highlighted in a MUC, as well as for incoming 1-1 IM notifications. The Shell filters these out these notifications, because it shows its own 1-1 notifications, but it doesn't show MUC highlight notifications. So this patch sets a different category on notifications from chat rooms, which makes them show up in Gnome Shell. I'm prefixing the category with x-empathy, following the comment above get_category_for_event_type in empathy-notifications-approver.c. This shouldn't confuse other notification daemons, unless they were also filtering out im.received but also showed their own highlight notifications (which I find unlikely). https://bugzilla.gnome.org/show_bug.cgi?id=652800
* | streamed-media-window: don't leak the element nameDebarshi Ray2012-03-281-2/+4
| | | | | | | | Fixes: https://bugzilla.gnome.org/672796
* | call-window: don't leak the element nameDebarshi Ray2012-03-281-2/+4
|/ | | | Fixes: https://bugzilla.gnome.org/672796
* Updated Odia TranslationManojKumar Giri2012-03-281-1377/+3948
|
* trivial: fix a GCC build warningCosimo Cecchi2012-03-271-1/+0
|
* call-window: factor out some common codeCosimo Cecchi2012-03-271-14/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672560
* call-window: don't use EmpathyRoundedActor for the floating toolbarCosimo Cecchi2012-03-272-31/+25
| | | | | | | | | | Make this a real toolbar, and add a CSS provider to set the correct border radius. In the future, GTK and Adwaita will support an 'OSD' style class that takes care of this automatically, but right now we have add these few lines of code. https://bugzilla.gnome.org/show_bug.cgi?id=672560
* call-window: use a ClutterBoxLayout to separate previews/toolbarCosimo Cecchi2012-03-271-128/+68
| | | | | | | | | | | It's way easier to use a ClutterBoxLayout to ensure the preview rectangles and the floating toolbar don't overlap. This way, we can get rid of some complicated manual UI layouting code and just a margin to set the bottom spacing for the floating toolbar. Also, this makes the code not dependent on a hardcoded toolbar size anymore. https://bugzilla.gnome.org/show_bug.cgi?id=672560
* call-window: fix incorrect commentCosimo Cecchi2012-03-271-3/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672560
* call-window: use colors from the theme for placeholdersCosimo Cecchi2012-03-271-2/+30
| | | | | | | Use color shades from the color theme for preview placeholders, instead of hardcoding black/red. https://bugzilla.gnome.org/show_bug.cgi?id=672561
* rounded-rectangle: cairo_set_source_rgba() takes [0..1] argumentsCosimo Cecchi2012-03-271-7/+6
| | | | | | And not [0..255] integers. https://bugzilla.gnome.org/show_bug.cgi?id=672561
* log-window: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-271-6/+2
|
* factor out add_event_to_store()Guillaume Desmottes2012-03-271-52/+39
|
* log-window: factor out add_date_if_needed()Guillaume Desmottes2012-03-271-32/+33
| | | | Free a leak as 'text' wasn't freed in the first case.
* import-widget: request the preferred height of the treeviewGuillaume Desmottes2012-03-272-2/+11
| | | | | | We should try to display as much rows as possible. https://bugzilla.gnome.org/show_bug.cgi?id=672839
* import-widget: don't manually prepare the account managerGuillaume Desmottes2012-03-271-23/+4
| | | | | | empathy-accounts already does it for us. https://bugzilla.gnome.org/show_bug.cgi?id=672839
* help/.gitignore: use a generic ignore ruleGuillaume Desmottes2012-03-271-35/+2
|
* Updated Basque languageInaki Larranaga Murgoitio2012-03-271-4/+4
|
* Updated Basque languageInaki Larranaga Murgoitio2012-03-271-304/+339
|
* Updated Korean translationChangwoo Ryu2012-03-271-234/+271
|
* release.py: update last_tag_patternGuillaume Desmottes2012-03-261-1/+1
|
* remove released flagGuillaume Desmottes2012-03-261-1/+1
|
* prepare 3.4.0EMPATHY_3_4_0Guillaume Desmottes2012-03-262-2/+38
|
* Use the correct help: URI syntaxShaun McCance2012-03-262-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672596
* hindi translation by Chandan KumarRajesh Ranjan2012-03-261-2402/+2339
|
* Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2012-03-261-1429/+2678
|
* contact_widget_contact_update: check if widget_avatar is a chooserGuillaume Desmottes2012-03-261-2/+5
| | | | | | | information->widget_avatar can actually be a EmpathyAvatarImage when displaying a read only widget. https://bugzilla.gnome.org/show_bug.cgi?id=672828
* Update avatar chooser's account if EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT is ↵Guillaume Desmottes2012-03-261-0/+3
| | | | | | | | not set We can't rely on the account chooser to do it so we have to do it manually. https://bugzilla.gnome.org/show_bug.cgi?id=672633
* contact_widget_contact_update: change 'if else' block to a 'if' block inside ↵Guillaume Desmottes2012-03-261-8/+13
| | | | | | | | the 'else' No semantic change. https://bugzilla.gnome.org/show_bug.cgi?id=672633
* Added Telugu help TranslationsSasi Bhushan2012-03-252-1/+2758
|
* Updated Latvian translation.Rudolfs Mazurs2012-03-251-223/+231
|
* Updated Japanese translation.Jiro Matsuzawa2012-03-251-6/+8
|
* [l10n] Add Japanese translationMako N2012-03-252-1/+3426
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2012-03-252-682/+774
|
* [l10n] Updated German translationMario Blättermann2012-03-251-1871/+2034
|
* Updated Hebrew translation.Yaron Shahrabani2012-03-251-344/+387
|
* Updated Belarusian translation.Ihar Hrachyshka2012-03-251-361/+399
|
* [l10n] Update Japanese translationMako N2012-03-251-777/+849
|
* Updated Telugu TranslationSasi Bhushan Boddepalli2012-03-241-5/+10
|
* Updated Telugu translationSasi Bhushan2012-03-241-229/+187
|
* Updated Portuguese translationDuarte Loreto2012-03-241-1920/+2195
|
* Updated Finnish translation by Jiri GrönroosTimo Jyrinki2012-03-231-484/+795
|
* roster-window: check which page to display once Folks has finished loadingGuillaume Desmottes2012-03-221-1/+1
| | | | | | | We should still display the 'no account' page if none is configured or enabled. https://bugzilla.gnome.org/show_bug.cgi?id=672506
* Use help:empathy to open the helpGuillaume Desmottes2012-03-225-5/+5
| | | | | | Looks like the new doc infra uses "help" rather than "ghelp". https://bugzilla.gnome.org/show_bug.cgi?id=672596
* add translator comment for the sanity-cleaning-number keyGuillaume Desmottes2012-03-221-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672608
* debug-window: no need to translate the '%s' formatGuillaume Desmottes2012-03-221-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672608
* account-widget-irc: add translators comment on up/down tooltipsGuillaume Desmottes2012-03-221-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672608
* Updated Danish translationKenneth Nielsen2012-03-221-1238/+1320
|
* Updated Gujarati TranslationsSweta Kothari2012-03-221-1729/+2747
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-03-221-138/+105
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2012-03-221-1904/+2243
|
* accounts-dialog: set a column spacing for the GtkInfoBar gridCosimo Cecchi2012-03-211-0/+1
| | | | | | | So that the banner is not packed even when the window is at its minimum size. https://bugzilla.gnome.org/show_bug.cgi?id=672504
* account-widget: set shadow_type=in for advanced scrolled windowsCosimo Cecchi2012-03-213-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672508
* Updated Telugu TranslationsSasi Bhushan2012-03-211-1909/+2189
|
* Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2012-03-201-131/+150
|
* Updated French translationBruno Brouard2012-03-211-1/+1
|
* Updated French translationBruno Brouard2012-03-211-1949/+1980
|
* Update Simplified Chinese translation.Automatic Mirroring2012-03-211-9/+6
|
* update Simplified Chinese (zh_CN) translationEL8LatSPQ2012-03-201-358/+414
|
* update Punjabi TranslationA S Alam2012-03-201-87/+96
|
* prepare 3.3.92EMPATHY_3_3_92Guillaume Desmottes2012-03-202-2/+70
|
* actually check the required clutter-gtk versionGuillaume Desmottes2012-03-201-1/+1
|
* Depend on a specific version of clutter-gstGuillaume Desmottes2012-03-201-1/+2
| | | | Needed as we use the traditionnal gst construction API.
* Updated Kannada TranslationShankar Prasad2012-03-201-7/+16
|
* Updated Kannada TranslationShankar Prasad2012-03-191-143/+122
|
* Malayalam translation updated by Sadiq and mePraveen Arimbrathodiyil2012-03-191-1547/+3860
|
* Updated Kannada TranslationShankar Prasad2012-03-191-4/+4
|
* Updated Kannada TranslationShankar Prasad2012-03-191-1930/+2778
|
* [l10n] Updated Italian translationMilo Casagrande2012-03-191-104/+123
|
* Updated Bulgarian translationAlexander Shopov2012-03-191-122/+145
|
* Updated Lithuanian translationAurimas Černius2012-03-181-1717/+1701
|
* Uploaded UkranianDaniel Korostil2012-03-181-144/+180
|
* Updated Czech translationMarek Černocký2012-03-181-1579/+1589
|
* Updated Swedish translationDaniel Nylander2012-03-181-498/+564
|
* [l10n] Updated Estonian translationMattias Põldaru2012-03-181-2/+8
|
* Updated Serbian translationМирослав Николић2012-03-182-172/+194
|
* Updated Galician translationsFran Diéguez2012-03-171-77/+85
|
* Updated Russian translationYuri Kozlov2012-03-171-269/+303
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-03-171-68/+76
|
* [l10n] Updated Catalan translationGil Forcada2012-03-171-68/+76
|
* Updated Dutch translationWouter Bolsterlee2012-03-171-14/+11
|
* Updated Dutch translationHannie Dumoleyn2012-03-171-1609/+1767
|
* Updated Hungarian translationGabor Kelemen2012-03-161-410/+410
|
* Updated Polish translationPiotr Drąg2012-03-161-77/+85
|
* Updated British English translationBruce Cowan2012-03-161-134/+168
|
* Assamese translation updatedNilamdyuti Goswami2012-03-161-78/+89
|
* Updated Slovenian translationMatej Urbančič2012-03-161-79/+87
|
* Updated Spanish translationDaniel Mustieles2012-03-161-78/+89
|
* Bump Gtk+ depGuillaume Desmottes2012-03-161-3/+3
| | | | Needed for GTK_STYLE_CLASS_LINKED
* Fix crash on hangup with no videoEmanuele Aina2012-03-161-4/+5
| | | | | | | Insufficient refcount on priv->video_preview_sink caused segfaults when accessing freed data. https://bugzilla.gnome.org/show_bug.cgi?id=672063
* POTFILES.in: add empathy-calendar-button.cGuillaume Desmottes2012-03-161-0/+1
|
* Don't restart a call if one already in progressEmanuele Aina2012-03-161-5/+10
| | | | | | | Fixes the crash when calling someone while being already in a call with the same contact. https://bugzilla.gnome.org/show_bug.cgi?id=671931
* contact-widget: right align contact info fieldsGuillaume Desmottes2012-03-162-7/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672037
* contact-widget: don't display the account when editing our infoGuillaume Desmottes2012-03-164-7/+19
| | | | | | | All these flags are making this code pretty messy. Hopefully we'll move and clean it when implementing the new design next cycle. https://bugzilla.gnome.org/show_bug.cgi?id=672036
* Don't display parameters if Parameters_Exact is not SetGuillaume Desmottes2012-03-164-6/+15
| | | | | | | There is no point cluttering the UI with it as we don't allow user to choose which param he wants to set. https://bugzilla.gnome.org/show_bug.cgi?id=671983
* contact-widget: use EmpathyCalendarButtonGuillaume Desmottes2012-03-161-24/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671981
* add EmpathyCalendarButtonGuillaume Desmottes2012-03-166-1/+419
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671981
* [l10n] Updated Estonian translationMattias Põldaru2012-03-161-8/+18
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-03-161-1935/+2172
|
* [l10n]Updated Catalan translationGil Forcada2012-03-161-1935/+2184
|
* Disconnect when a call is ENDEDEmanuele Aina2012-03-151-5/+8
| | | | | | | If for some unspecified reason a call go to the TP_CALL_STATE_ENDED state, reinitialize the call window. https://bugzilla.gnome.org/show_bug.cgi?id=671931
* reload the account widget when connection is (dis)connectedGuillaume Desmottes2012-03-151-0/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671035
* create_dialog_content: check if the TpConnection is still validGuillaume Desmottes2012-03-151-1/+2
| | | | | | | tp_connection_get_contacts_by_handle() will raise a warning if the TpConnection has been invalidated. https://bugzilla.gnome.org/show_bug.cgi?id=671035
* factor out account_is_selected()Guillaume Desmottes2012-03-151-16/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671035
* update Punjabi TranslationA S Alam2012-03-151-698/+5220
|
* Assamese translation updatedNilamdyuti Goswami2012-03-151-71/+83
|
* Updated Serbian translationМирослав Николић2012-03-152-142/+166
|
* sanity-cleaning: set fallback-servers on Facebook accountsGuillaume Desmottes2012-03-151-1/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672120
* Set chat.facebook.com:443 as fallback serverGuillaume Desmottes2012-03-152-0/+8
| | | | | | | Some nasty firewalls block the port 5222, Facebook servers allow connection to the port 443 as a fallback in this case. https://bugzilla.gnome.org/show_bug.cgi?id=672120
* goa plugin: set chat.facebook.com as 'server' paramGuillaume Desmottes2012-03-151-0/+1
| | | | | | chat.facebook.com doesn't have a _xmpp-client._tcp SRV record. https://bugzilla.gnome.org/show_bug.cgi?id=672120
* Free the GError in Geoclue callbacksGuillaume Desmottes2012-03-151-0/+4
|
* location-manager: use geoclue_master_client_create_address_async()Guillaume Desmottes2012-03-151-13/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671994
* location-manager: use geoclue_master_client_create_position_async()Guillaume Desmottes2012-03-151-11/+23
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671994
* location-manager: use geoclue_master_client_set_requirements_async()Guillaume Desmottes2012-03-151-27/+44
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671994
* location-manager: use geoclue_master_create_client_async()Guillaume Desmottes2012-03-151-12/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671994
* Bump geoclue depGuillaume Desmottes2012-03-151-1/+1
| | | | | | We need 0.12 for the shiny new async API. https://bugzilla.gnome.org/show_bug.cgi?id=671994
* update Punjabi TranslationA S Alam2012-03-151-5155/+694
|
* Updated Galician translationsFran Diéguez2012-03-151-86/+112
|
* Updated Polish translationPiotr Drąg2012-03-151-25/+35
|
* Updated Spanish translationDaniel Mustieles2012-03-151-71/+83
|
* Updated Slovenian translationMatej Urbančič2012-03-141-72/+84
|
* Updated Norwegian bokmål translationKjartan Maraas2012-03-141-49/+68
|
* Merge remote-tracking branch 'em/trivia'Guillaume Desmottes2012-03-141-1/+1
|\
| * Fix GST_PLUGIN_LOADING_WHITELIST in HACKINGEmanuele Aina2012-03-141-1/+1
| | | | | | | | | | | | Empathy *needs* the Farstream Gstreamer elements and also cutting out gst-plugins-[bad|ugly] is not a good idea as they contain many useful codecs.
* | Merge remote-tracking branch 'gulic/buttons-668464'Danielle Madeley2012-03-145-70/+95
|\ \
| * | Toolbar and Treeview mergedJovanka Gulicoska2012-03-131-9/+13
| | |
| * | Remove size group from Blocked Contacts dialogJovanka Gulicoska2012-03-131-6/+0
| | |
| * | Server field expandedJovanka Gulicoska2012-03-131-3/+3
| | |
| * | IRC network dialog: use the use the right style for the buttonsGuillaume Desmottes2012-01-232-53/+77
| | |
| * | status preset dialog: use the right style for the remove buttonGuillaume Desmottes2012-01-231-2/+3
| | |
| * | favorite chatrooms dialog: use the right style for the remove buttonGuillaume Desmottes2012-01-231-2/+3
| | |
| * | contact-blocking-dialog: use the right style for the remove buttonGuillaume Desmottes2012-01-231-3/+4
| | |
* | | [l10n] Updated Italian translationMilo Casagrande2012-03-141-1260/+1518
| | |
* | | Updated Latvian translation.Rudolfs Mazurs2012-03-141-1529/+1560
| | |
* | | Updated Polish translationPiotr Drąg2012-03-131-24/+29
| | |
* | | [l10n] Updated Estonian translationMattias Põldaru2012-03-131-2/+13
| |/ |/|
* | Merge remote-tracking branch 'em/trivia'Guillaume Desmottes2012-03-131-0/+11
|\ \
| * | Explain how to load custom GStreamer pluginsEmanuele Aina2012-03-131-0/+11
| | |
* | | individual-menu: only use 'gnome-contacts' with individuals from FolksGuillaume Desmottes2012-03-131-1/+19
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671884
* | | Revert "remove empathy-individual-information-dialog"Guillaume Desmottes2012-03-134-0/+381
|/ / | | | | | | | | | | This reverts commit 8c56829f3fa97640abf47ced7d39aa618fffe07f. https://bugzilla.gnome.org/show_bug.cgi?id=671884
* | Updated Serbian translationМирослав Николић2012-03-132-258/+288
| |
* | Updated Brazilian Portuguese translation by Antonio Fernandes C. Neto ↵Djavan Fagundes2012-03-091-1266/+1246
| | | | | | | | <fernandesn@gnome.org> and myself
* | Updated Bulgarian translationAlexander Shopov2012-03-131-149/+163
| |
* | Updated Norwegian bokmål translationKjartan Maraas2012-03-131-291/+320
| |
* | Updated Polish translationPiotr Drąg2012-03-131-24/+37
| |
* | Updated POTFILES.inPiotr Drąg2012-03-131-1/+0
| |
* | Updated Slovenian translationMatej Urbančič2012-03-121-17/+31
| |
* | Updated Spanish translationDaniel Mustieles2012-03-121-129/+144
| |
* | remove empathy-tp-contact-listGuillaume Desmottes2012-03-124-1289/+0
| |
* | connection-managers: stop using tp_connection_manager_is_ready()Guillaume Desmottes2012-03-121-1/+1
| | | | | | | | It has been deprecated.
* | Assamese translation completedNilamdyuti Goswami2012-03-121-204/+162
| |
* | Avoid clipping buttons in the call windowEmanuele Aina2012-03-121-11/+8
| | | | | | | | | | | | | | Also try to set a transparent background on the GtkBin inside GtkClutteActors, but for some reason it's not working here. https://bugzilla.gnome.org/show_bug.cgi?id=671718
* | Merge remote-tracking branch 'em/fix-highlight-roundedness-671720'Guillaume Desmottes2012-03-126-55/+70
|\ \
| * | Match the preview highlight roundedness with the videoEmanuele Aina2012-03-125-41/+44
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671720
| * | rounded-rectangle: use the 'draw' signalGuillaume Desmottes2012-03-122-12/+23
| | | | | | | | | | | | | | | | | | Looks like that's the right way to do it since Clutter 1.8 https://bugzilla.gnome.org/show_bug.cgi?id=669673
| * | Make use of new Clutter macros to check API we are usingGuillaume Desmottes2012-03-121-5/+6
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669673
* | | early return if accounts_dialog_model_get_selected_settings() returns NULLGuillaume Desmottes2012-03-121-0/+4
|/ / | | | | | | | | | | It can happen, typically if no account is currently selected. https://bugzilla.gnome.org/show_bug.cgi?id=671790
* | Mark strings for translation. https://bugzilla.gnome.org/show_bug.cgi?id=671875Gabor Kelemen2012-03-122-3/+6
| |
* | add missing config.h in testsGuillaume Desmottes2012-03-122-0/+4
| |
* | update help/.gitignoreGuillaume Desmottes2012-03-121-1/+2
| |
* | Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 ↵Timo Jyrinki2012-03-121-2276/+1881
| | | | | | | | translation sprint
* | Revert dependency on champlain 0.14 to 0.12Sjoerd Simons2012-03-121-2/+2
| | | | | | | | | | As there is likely no 0.14 for gnome 3.4 and there isn't actually any real change in 0.14 revert to checking for 0.12
* | Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOLSjoerd Simons2012-03-121-3/+0
| | | | | | | | | | | | | | When using IT_PROG_INTLTOOL using the gettect automake macros isn't necessary. To make matters worse, when mixing the marcos both try to generate po/Makefile.in.in. Recent versions of intltool detect when gettext won and bails when building.
* | Updated Latvian translation.Rudolfs Mazurs2012-03-121-106/+92
| |
* | Updated Latvian translation for help.Viesturs Ružāns2012-03-121-2444/+2667
| |
* | Added Latvian translation for help.Viesturs Ružāns2012-03-122-1/+3359
| |
* | Updated Latvian translation.Rudolfs Mazurs2012-03-121-986/+1254
| |
* | Updated Esperanto translationKristjan SCHMIDT2012-03-111-1949/+1969
| |
* | Updated Serbian translationМирослав Николић2012-03-112-686/+846
| |
* | Updated Polish translationPiotr Drąg2012-03-111-1892/+1885
| |
* | Updated Korean translationSeong-ho Cho2012-03-101-1862/+1844
| |
* | [l10n] Updated Estonian translationMattias Põldaru2012-03-101-3/+14
| |
* | Updated British English translationBruce Cowan2012-03-091-1887/+2112
| |
* | individual-store-manager: always display individual's alias in debug messagesGuillaume Desmottes2012-03-091-6/+12
| | | | | | | | It's much more useful that just the ID.
* | individual_personas_changed_cb: remove debug messageGuillaume Desmottes2012-03-091-3/+0
| | | | | | | | The individual manager already sends the exact same debugging message.
* | Don't flood logs when individials don't have avatarsGuillaume Desmottes2012-03-092-5/+11
| |
* | Remove flooding debug messagesGuillaume Desmottes2012-03-092-27/+0
| | | | | | | | Those messages flood the debug window and never helped me finding any bug.
* | video-widget: don't set priv->sink_pad twiceGuillaume Desmottes2012-03-091-2/+0
| | | | | | | | | | | | The first value was never used and overrided a few lines below. https://bugzilla.gnome.org/show_bug.cgi?id=670745
* | Don't clip overflowing border when drawing rounded rectanglesEmanuele Aina2012-03-092-9/+23
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671644
* | Updated Slovenian translationAndrej Žnidaršič2012-03-091-1735/+1829
| |
* | Uploaded UkranianDaniel Korostil2012-03-091-1675/+1801
| |
* | Assamese translation completedNilamdyuti Goswami2012-03-081-1912/+2190
| |
* | empathy_gtk_init: add local copy of icons to the search path (#616159)Guillaume Desmottes2012-03-081-0/+13
| |
* | "Build" a local copy of the icons to be used from sourcesEmanuele Aina2012-03-083-0/+42
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=616159
* | Updated Belarusian translation.Ihar Hrachyshka2012-03-081-99/+110
| |
* | Updated Slovenian translationMatej Urbančič2012-03-081-370/+446
| |