aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Updated Russian translationYuri Myasoedov2012-03-071-312/+388
| |
* | MUC: make F9 toggle the contact list sidebarWill Thompson2012-03-071-0/+1
| | | | | | | | | | | | This is by analogy to F9 toggling the sidebar in Nautilus. https://bugzilla.gnome.org/show_bug.cgi?id=671547
* | Updated Galician translationsFran Diéguez2012-03-071-213/+226
| |
* | Make use of new GLib macros to check API we are usingGuillaume Desmottes2012-03-072-7/+6
| |
* | add missing config.h includesGuillaume Desmottes2012-03-0710-2/+14
| |
* | Updated Spanish translationDaniel Mustieles2012-03-071-346/+426
| |
* | Updated Basque languageInaki Larranaga Murgoitio2012-03-071-125/+135
| |
* | Make use of new GTK+ macros to check API we are usingGuillaume Desmottes2012-03-071-0/+4
| |
* | add missing config.h includesGuillaume Desmottes2012-03-074-0/+8
| |
* | stop using gtk_vscale_new_with_range()Guillaume Desmottes2012-03-071-2/+4
| | | | | | | | gtk_scale_new_with_range() has been introduced in GTK+ 3.0 so we're good.
* | Updated Hungarian translationGabor Kelemen2012-03-071-1891/+2200
| |
* | Updated Hungarian help translationGabor Kelemen2012-03-071-2520/+2800
| |
* | Updated Bulgarian translationAlexander Shopov2012-03-071-276/+427
| |
* | Updated Galician translationsFran Diéguez2012-03-071-452/+516
| |
* | remove released flagGuillaume Desmottes2012-03-061-1/+1
| |
* | prepare 3.3.91EMPATHY_3_3_91Guillaume Desmottes2012-03-062-3/+20
| |
* | sanity-cleaning: fix xmpp accounts having a negative priorityGuillaume Desmottes2012-03-061-1/+63
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671452
* | Add magic to automatically run tasks when empathy-auth-client is startedGuillaume Desmottes2012-03-066-0/+126
| | | | | | | | | | | | | | empathy-auth-client is the best place to do such tasks as it will be run even if using only the Shell without Empathy's UI. https://bugzilla.gnome.org/show_bug.cgi?id=671452
* | Run from the source directory without installingEmanuele Aina2012-03-066-5/+29
| | | | | | | | | | | | | | Use the tools/empathy-env wrapper to set an appropriate environment and launch the compiled programs without installing them. https://bugzilla.gnome.org/show_bug.cgi?id=671447
* | Show date in local timezone instead of UTCDebarshi Ray2012-03-061-1/+1
| | | | | | | | Fixes: https://bugzilla.gnome.org/661515
* | 'ice-udp' capability is now 'ice' in Call1Guillaume Desmottes2012-03-062-2/+2
| |
* | advertise Call1 audio/video capabilitiesGuillaume Desmottes2012-03-062-0/+4
| |
* | call-factory: set Call1 capabilitiesGuillaume Desmottes2012-03-061-4/+4
| |
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2012-03-052-1346/+1384
| |
* | update Simplified Chinese (zh_CN) translationYunQiang Su2012-03-051-377/+393
| |
* | Updated Belarusian translation.Ihar Hrachyshka2012-03-041-176/+313
| |
* | Updated Basque languageInaki Larranaga Murgoitio2012-03-041-1198/+1433
| |
* | Updated Hebrew translation.Yaron Shahrabani2012-03-021-200/+225
| |
* | [l10n] Updated Estonian translationMattias Põldaru2012-03-021-91/+165
| |
* | remove released flagGuillaume Desmottes2012-03-021-1/+1
| |
* | prepare 3.3.90.2EMPATHY_3_3_90_2Guillaume Desmottes2012-03-022-2/+34
| |
* | add some info to HACKINGGuillaume Desmottes2012-03-021-0/+22
| |
* | Merge branch 'empathy-av-ocrete'Guillaume Desmottes2012-03-0226-8/+7707
|\ \
| * | empathy-call doesn't need ev-sidebarGuillaume Desmottes2012-03-021-2/+0
| | |
| * | Revert "Stop approve StreamedMedia channels"Guillaume Desmottes2012-03-023-2/+94
| | | | | | | | | | | | This reverts commit c7dd14aef20e429135fba7c7a53a8d507b9579a3.
| * | remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call()Guillaume Desmottes2012-03-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | It early returns if the channel is an outgoing one. And it's called as a result of empathy_streamed_media_handler_start_call() so it's not accepted automatically. We just keep the existing behaviour.
| * | fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cbGuillaume Desmottes2012-03-021-1/+5
| | |
| * | Farstream port of tp-av oopsOlivier Crête2012-03-021-0/+12
| | |
| * | Port Empathy-av to Telepathy FarstreamOlivier Crête2012-03-023-78/+77
| | |
| * | Allow to build with empathy-avGuillaume Desmottes2012-03-027-27/+60
| | |
| * | Revert "Stop requesting StreamedMedia channels"Guillaume Desmottes2012-03-011-5/+69
| | | | | | | | | | | | This reverts commit b7f1fab64f9a59221b4d666cd788db4efe855b13.
| * | Revert "Drop empathy-av"Guillaume Desmottes2012-03-0118-0/+7066
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am
| * | Revert "remove EMPATHY_AV_BUS_NAME*"Guillaume Desmottes2012-03-011-0/+3
| | | | | | | | | | | | This reverts commit f90421fd29108507c722c03e28bc16e4b5baf7c0.
| * | Revert "remove ev-sidebar"Guillaume Desmottes2012-03-013-0/+430
| | | | | | | | | | | | | | | | | | This reverts commit 8499da09a2cd61da8c02b34f00112672007d13c8. Need for empathy-av
* | | git ignore help/*/*.stampGuillaume Desmottes2012-03-021-0/+1
| | |
* | | Updated Arabic translationIbrahim Saed2012-03-021-1637/+1585
| | |
* | | Updated Slovenian translationMatej Urbančič2012-03-021-26/+26
| | |
* | | Updated Brazilian Portuguese translationJonh Wendell2012-03-011-1408/+1568
|/ /
* | Make clear work on All's bufferChandni Verma2012-03-011-0/+9
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=671061
* | Updated Slovenian translationMatej Urbančič2012-03-011-1498/+1481
| |
* | audio-sink: don't unref subpadGuillaume Desmottes2012-02-281-4/+1
| | | | | | | | | | | | | | Part of my commit ed191caba6658b580db78a1802f2c8293e4564fb was wrong. subpad is added to the bin so gst_element_add_pad() takes its reference. https://bugzilla.gnome.org/show_bug.cgi?id=670745
* | [l10n] Updated Estonian translationMattias Põldaru2012-02-271-309/+162
| |