Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-10-18 | 1 | -171/+240 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-17 | 1 | -45/+33 |
| | |||||
* | po/vi: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2011-10-17 | 1 | -629/+780 |
| | |||||
* | l10n: updated Italian translation | Luca Ferretti | 2011-10-17 | 1 | -178/+185 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2011-10-17 | 1 | -182/+482 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2011-10-17 | 1 | -185/+195 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2011-10-16 | 1 | -141/+145 |
| | |||||
* | Updaged Galician translations | Fran Dieguez | 2011-10-15 | 1 | -397/+486 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2011-10-15 | 1 | -334/+424 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2011-10-15 | 1 | -201/+176 |
| | |||||
* | contact-list: remove favourite API | Guillaume Desmottes | 2011-10-15 | 2 | -57/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | contact-list-store: stop tracking favourite contacts | Guillaume Desmottes | 2011-10-15 | 1 | -26/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | contact-manager: remove unused favourite code | Guillaume Desmottes | 2011-10-15 | 1 | -305/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | contact-list-store: remove 'fake group' code | Guillaume Desmottes | 2011-10-15 | 4 | -129/+1 |
| | | | | | | | | This store is only used for MUC members which doesn't use these fake groups. Actually we could drop all the group code but it would probably be easier to completely rewrite the way we display MUC members. https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | remove unused EMPATHY_CONTACT_FEATURE_FAVOURITE | Guillaume Desmottes | 2011-10-15 | 2 | -51/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661489 | ||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-10-15 | 1 | -223/+218 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2011-10-15 | 1 | -182/+186 |
| | |||||
* | Mark a forgotten string for translation. | Gabor Kelemen | 2011-10-15 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661756 | ||||
* | adium themes: crash less hard when Template.html is missing | Will Thompson | 2011-10-15 | 1 | -1/+9 |
| | | | | | | | | If Template.html is missing, then you haven't installed Empathy properly (or set EMPATHY_SRCDIR or whatever in my case). But previously we would just crash later down this function when passing template_html to string_with_format() without checking if it's NULL. This patch makes it fail a little less inscrutably. | ||||
* | TpChat: remove support for old Properties | Will Thompson | 2011-10-15 | 1 | -263/+5 |
| | | | | Change notification for this is broken in the CMs *anyway*. | ||||
* | TpChat: Use RoomConfig1 and Subject if available | Will Thompson | 2011-10-15 | 1 | -5/+138 |
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658542 | ||||
* | configure: depend on tp-glib with Subject. | Will Thompson | 2011-10-15 | 1 | -1/+1 |
| | | | | | | Actually, a slightly earlier version of telepathy-glib, on the unstable 0.15.x branch, includes Subject, but we may as well depend on the stable branch: it includes fixes for Empathy bugs. | ||||
* | TpChat: track subject and title explicitly. | Will Thompson | 2011-10-15 | 1 | -50/+37 |
| | | | | | This will allow us to also use the new API (and, ultimately, delete the Telepathy.Properties code cleanly). | ||||
* | TpChat: hide guts of Telepathy properties. | Will Thompson | 2011-10-15 | 3 | -75/+136 |
| | | | | | | | This will make it easier to replace these with new stuff. The funky indentation in the callbacks for the subject and title changing is to make it clear that I didn't change that code; I'll reindent it in another patch. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-14 | 1 | -198/+274 |
| | |||||
* | Merge remote-tracking branch 'pochu/upgrade-software' | Danielle Madeley | 2011-10-14 | 2 | -0/+136 |
|\ | |||||
| * | Display Upgrade Software errors | Emilio Pozuelo Monfort | 2011-09-05 | 2 | -0/+136 |
| | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=644360 Conflicts: libempathy/empathy-utils.c | ||||
* | | Merge remote-tracking branch 'pochu/error-dialog' | Danielle Madeley | 2011-10-14 | 8 | -22/+121 |
|\ \ | |||||
| * | | Set a parent for the error dialog | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-new-message-dialog.c | ||||
| * | | NewMessageDialog: show an error if starting the channel fails | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -2/+77 |
| | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-new-message-dialog.c | ||||
| * | | empathy_dispatcher_chat_with_contact_id(): add optional cb | Emilio Pozuelo Monfort | 2011-09-05 | 8 | -22/+43 |
| |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-message-dialog.c libempathy/empathy-dispatcher.c libempathy/empathy-dispatcher.h src/empathy-chat-manager.c src/empathy-chat-window.c | ||||
* | | Merge remote-tracking branch 'pochu/misc-fixes' | Danielle Madeley | 2011-10-14 | 3 | -3/+9 |
|\ \ | |||||
| * | | CallWindow: correctly detect outgoing calls | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -3/+4 |
| | | | |||||
| * | | Display an accurate error when not enough credit | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -0/+2 |
| | | | |||||
| * | | Cope with gtk_icon_theme_lookup_icon returning NULL | Sjoerd Simons | 2011-09-05 | 1 | -0/+3 |
| |/ | |||||
* | | Merge branch: 'Add top-up link to chat text when there is insufficient credit' | Danielle Madeley | 2011-10-14 | 4 | -3/+78 |
|\ \ | |||||
| * | | EmpathyChat: add a 'Top up' link when there's not enough credit | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -3/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only added for Adium themes since ChatTextView ones don't support markup. Conflicts: libempathy-gtk/empathy-chat.c | ||||
| * | | EmpathyThemeAdium: implement append_event_markup | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-theme-adium.c | ||||
| * | | Add empathy_chat_view_append_event_markup | Emilio Pozuelo Monfort | 2011-09-05 | 2 | -0/+22 |
| |/ | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-chat-view.c libempathy-gtk/empathy-chat-view.h | ||||
* | | Improve iain sleeping pattern | Damien Lespiau | 2011-10-14 | 8 | -1720/+29395 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Hypno Koala was making iain wake up in sweat and with his heart pounding at unreasonable hours. Nobody wants that. The Hypno Koala has served his duty and it's now time for retirement. Its replacement was designed and drawn by: Cyrene Domogalla <cyrene.domogalla@intel.com> I've included the source SVG in the commit. To generate icons from this one, one needs to use the render-icon-theme.py script to generate the 16x16, 24x24, 32x32 and 48x48 versions, the 22x22 one was generated by the generate-png.sh script in data/icons. https://bugzilla.gnome.org/show_bug.cgi?id=619186 | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-10-13 | 1 | -318/+298 |
| | | |||||
* | | Update telepathy-yell | Guillaume Desmottes | 2011-10-13 | 1 | -0/+0 |
| | | | | | | | | | | | | I just fixed yell to properly connect D-Bus signals when its core feature is being prepared. This fix empathy-call handling incoming calls which used to be racy. | ||||
* | | contact-blocking-dialog: make debug more useful | Guillaume Desmottes | 2011-10-13 | 1 | -12/+21 |
| | | | | | | | | It's not very helpful to not know which Connection/Channel failed. | ||||
* | | Make sure we have our settings before we want to use them | Sjoerd Simons | 2011-10-13 | 1 | -2/+2 |
| | | |||||
* | | Don't try to access non-existing properties | Sjoerd Simons | 2011-10-13 | 1 | -5/+20 |
| | | |||||
* | | empathy-call: use dark theme | Guillaume Desmottes | 2011-10-12 | 1 | -0/+5 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661464 | ||||
* | | preferences: don't display variants checkbox if there is no variant | Guillaume Desmottes | 2011-10-12 | 1 | -3/+12 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660586 | ||||
* | | Use default variant if we can't find any variants | Guillaume Desmottes | 2011-10-12 | 1 | -1/+4 |
| | | | | | | | | | | | | We use to crash here trying to get the first element of an empty GPtrArray. https://bugzilla.gnome.org/show_bug.cgi?id=660586 | ||||
* | | Updated Turkish translation | Muhammet Kara | 2011-10-10 | 1 | -397/+335 |
| | | |||||
* | | Updated Swedish translation | Daniel Nylander | 2011-10-10 | 1 | -330/+330 |
| | | |||||
* | | Updated POTFILES.in | Piotr Drąg | 2011-10-09 | 1 | -1/+0 |
| | | |||||
* | | Updated Esperanto translation | Kristjan SCHMIDT | 2011-10-09 | 1 | -1042/+1573 |
| | | |||||
* | | Updated Lithuanian translation | Algimantas Margevičius | 2011-10-09 | 1 | -337/+341 |
| | | |||||
* | | remove empathy-contact-selector | Guillaume Desmottes | 2011-10-09 | 3 | -550/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629517 | ||||
* | | remove empetit | Guillaume Desmottes | 2011-10-09 | 2 | -71/+0 |
| | | | | | | | | | | | | It used to test EmpathyContactSelector which is going away. https://bugzilla.gnome.org/show_bug.cgi?id=629517 | ||||
* | | nautilus-sendto: use EmpathyContactSelector instead of EmpathyContactChooser | Guillaume Desmottes | 2011-10-09 | 1 | -33/+67 |
| | | | | | | | | | | | | | | This way we display meta-contacts rather than Telepathy contacts and use a nice treeview instead of a huge combo box. https://bugzilla.gnome.org/show_bug.cgi?id=629517 | ||||
* | | contact-chooser: add API to hide the search entry | Guillaume Desmottes | 2011-10-09 | 2 | -5/+15 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629517 | ||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-10-07 | 1 | -274/+282 |
| | | |||||
* | | Updated French doc translation | Bruno Brouard | 2011-10-05 | 3 | -69/+86 |
| | | |||||
* | | Updated Slovak translation | Pavol Klačanský | 2011-10-02 | 1 | -1195/+1630 |
| | | |||||
* | | Do not should "password required" if X-TELEPATHY-PASSWORD is not supported | Xavier Claessens | 2011-10-01 | 1 | -4/+25 |
| | | | | | | | | Messenger XMPP only supports auth via an access token, no password | ||||
* | | individual-widget: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 2 | -17/+10 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | call-window: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 1 | -88/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | streamed-media-window: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 1 | -88/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | contact-selector-dialog: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 2 | -17/+16 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | empathy-contact-selector-dialog.ui: load/save in Glade | Guillaume Desmottes | 2011-09-29 | 1 | -3/+5 |
| | | | | | | | | | | | | No change. https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | new-chatroom-dialog: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 2 | -25/+20 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | empathy-new-chatroom-dialog.ui: load/save in Glade | Guillaume Desmottes | 2011-09-29 | 1 | -49/+81 |
| | | | | | | | | | | | | No change. https://bugzilla.gnome.org/show_bug.cgi?id=660429 | ||||
* | | Use new GOA desktop file | Guillaume Desmottes | 2011-09-29 | 1 | -2/+3 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660449 | ||||
* | | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 45 | -190/+93 |
| | | | | | | | | No more ugly marshallers \o/ | ||||
* | | Update Simplified Chinese translation. | Aron Xu | 2011-09-28 | 1 | -178/+197 |
| | | |||||
* | | ft-handler: Use TpFileTransferChannel properties | Guillaume Desmottes | 2011-09-27 | 1 | -15/+17 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | don't connect on the TransferredBytesChanged D-Bus signal | Guillaume Desmottes | 2011-09-27 | 1 | -10/+9 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | remove empathy_tp_file_is_incoming() | Guillaume Desmottes | 2011-09-27 | 3 | -24/+3 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | EmpathyTpFile: inherit from TpFileTransferChannel | Guillaume Desmottes | 2011-09-27 | 6 | -146/+54 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | tp-file: chain up constructed | Guillaume Desmottes | 2011-09-27 | 1 | -0/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | pass to proper user action time when requesting an outgoing FT | Guillaume Desmottes | 2011-09-27 | 6 | -8/+32 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | | accounts-dialog: remove useless childs | Guillaume Desmottes | 2011-09-27 | 1 | -23/+0 |
| | | | | | | | | | | | | They don't seem to be used and were raising a Gtk+ warning. https://bugzilla.gnome.org/show_bug.cgi?id=659474 | ||||
* | | always display the accounts dialog if we have to show a specific account | Guillaume Desmottes | 2011-09-26 | 1 | -1/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660124 | ||||
* | | Updated Slovenian translation | Matej Urbančič | 2011-09-26 | 1 | -101/+109 |
| | | |||||
* | | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2011-09-26 | 1 | -896/+1315 |
| | | |||||
* | | e-account-widget-irc: Use a GtkGrid to fix label wrapping | Xavier Claessens | 2011-09-26 | 2 | -52/+49 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630 | ||||
* | | empathy-account: add a --assistant option to force having assistant | Xavier Claessens | 2011-09-26 | 3 | -4/+11 |
| | | | | | | | | | | | | This makes easier to test it https://bugzilla.gnome.org/show_bug.cgi?id=646630 | ||||
* | | Wait for the store to be filled before loading events | Xavier Claessens | 2011-09-26 | 1 | -8/+23 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659807 | ||||
* | | Add /inspector command to show webkit inspector | Xavier Claessens | 2011-09-26 | 3 | -0/+28 |
| | | |||||
* | | remove butterfly-logs-migrated gsettings key | Guillaume Desmottes | 2011-09-26 | 3 | -7/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612555 | ||||
* | | all: remove butterfly workarounds (bgo#612555) | Jonny Lamb | 2011-09-26 | 6 | -362/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | added shortcut ctrl + j for joining a new chat | Bernhard Posselt | 2011-09-26 | 1 | -0/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659952 | ||||
* | | CallWindow: drag the video preview smoothly | Emilio Pozuelo Monfort | 2011-09-26 | 1 | -5/+73 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656907 | ||||
* | | CallWindow: show a spinner when switching cameras | Emilio Pozuelo Monfort | 2011-09-26 | 1 | -7/+62 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656884 | ||||
* | | RoundedActor: allow to set a different round factor | Emilio Pozuelo Monfort | 2011-09-26 | 2 | -1/+27 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656884 | ||||
* | | streamed-media-window: simplify translator context | Guillaume Desmottes | 2011-09-26 | 1 | -4/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659144 | ||||
* | | hide notifications options when in Shell | Juan R. Garcia Blanco | 2011-09-26 | 5 | -4/+98 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659207 | ||||
* | | remember last account | Juan R. Garcia Blanco | 2011-09-26 | 3 | -0/+76 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=574879 | ||||
* | | release.py: update last_tag_pattern | Guillaume Desmottes | 2011-09-26 | 1 | -1/+1 |
| | | |||||
* | | Don't try to request a Call channel if built without Call support | Guillaume Desmottes | 2011-09-26 | 1 | -0/+35 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594 | ||||
* | | Factor out call_new_with_streams() | Guillaume Desmottes | 2011-09-26 | 1 | -5/+22 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594 | ||||
* | | contact-widget: left align status label | Guillaume Desmottes | 2011-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | It's already done that way in individual-widget. https://bugzilla.gnome.org/show_bug.cgi?id=659816 | ||||
* | | remove released flag | Guillaume Desmottes | 2011-09-26 | 1 | -1/+1 |
| | | |||||
* | | prepare 3.2.0EMPATHY_3_2_0 | Guillaume Desmottes | 2011-09-26 | 2 | -3/+40 |
| | | |||||
* | | Update Czech translation | Petr Kovar | 2011-09-26 | 1 | -175/+165 |
| | | |||||
* | | Updated Aragonese translation | Daniel Martinez Cucalon | 2011-09-26 | 1 | -960/+887 |
| | | |||||
* | | [l10n]Updated Catalan translation | Gil Forcada | 2011-09-26 | 1 | -843/+1439 |
| | | |||||
* | | Updated Irish translation | Seán de Búrca | 2011-09-26 | 1 | -978/+3085 |
| | | |||||
* | | Updated Bulgarian translation | Alexander Shopov | 2011-09-25 | 1 | -150/+150 |
| | | |||||
* | | Updated Indonesian translation | Andika Triwidada | 2011-09-25 | 1 | -255/+304 |
| | | |||||
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2011-09-25 | 2 | -349/+367 |
| | | |||||
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2011-09-24 | 1 | -4/+4 |
| | | |||||
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2011-09-24 | 1 | -811/+1481 |
| | | |||||
* | | Updated Korean translation | Changwoo Ryu | 2011-09-24 | 1 | -797/+1396 |
| | | |||||
* | | Updated Aragonese translation | Daniel Martinez Cucalon | 2011-09-24 | 1 | -792/+1302 |
| | | |||||
* | | glade: move IRC's expander to the vbox instead of the table | Xavier Claessens | 2011-09-23 | 1 | -130/+168 |
| | | |||||
* | | Glade: GtkGrid does not have n-rows and n-columns properties as GtkTable | Xavier Claessens | 2011-09-23 | 1 | -9/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630 | ||||
* | | Glade: fix sizing in SIP accounts widget | Xavier Claessens | 2011-09-23 | 1 | -1/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646630 | ||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2011-09-23 | 1 | -177/+198 |
| | | |||||
* | | Updated Thai translation. | Theppitak Karoonboonyanan | 2011-09-23 | 1 | -952/+1504 |
| | | |||||
* | | e-account-widget-jabber: Use GtkGrid instead of GtkTable | Xavier Claessens | 2011-09-22 | 1 | -55/+71 |
| | | | | | | | | | | | | This work around bug #657621 https://bugzilla.gnome.org/show_bug.cgi?id=646630 | ||||
* | | e-account-widget-jabber: fix sizing issues | Diego Escalante Urrelo | 2011-09-22 | 1 | -347/+381 |
| | | | | | | | | | | | | Fix the glade file for sizing issues Bug #646630 | ||||
* | | Updated Assamese Translations:bugzilla#659595 | Nilamdyuti Goswami | 2011-09-22 | 1 | -0/+184 |
| | | |||||
* | | Update Assamese translation | Nilamdyuti Goswami | 2011-09-22 | 1 | -1272/+3066 |
| | | |||||
* | | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-09-22 | 1 | -201/+227 |
| | | |||||
* | | Updated Hungarian help translation | Gabor Kelemen | 2011-09-21 | 1 | -143/+246 |
| | | |||||
* | | Merge branch 'crash-659118' | Danielle Madeley | 2011-09-21 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | Freeze exception signed off by Andre Klapper <ak-47@gmx.net> and Matthias Clasen <matthias.clasen@gmail.com> | ||||
| * | | Don't destroy MainWindow on delete-event, just hide it | Danielle Madeley | 2011-09-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | This stops MainWindow being unreferenced, and prevents crashes caused by things which then try to use it. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=659118 | ||||
* | | | Updated Serbian translation | Мирослав Николић | 2011-09-21 | 2 | -1968/+3288 |
| | | | |||||
* | | | Updated Slovenian translation | Matej Urbančič | 2011-09-20 | 1 | -716/+915 |
| | | | |||||
* | | | Updated Hungarian translation | Gabor Kelemen | 2011-09-20 | 1 | -649/+802 |
| | | | |||||
* | | | Updated Latvian translation. | Rudolfs Mazurs | 2011-09-20 | 1 | -31/+26 |
| | | | |||||
* | | | log-window: improve icons in the search entry | Cosimo Cecchi | 2011-09-20 | 1 | -4/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a few improvements we can make to the search entry icons in the log window, which this patch tries to fix. - icons in entries are usually symbolic in GNOME 3, so I made the icons symbolic. - I merged the two icons in just one on the right using the shell-style, i.e. the search icon turns into a clear action once there's some text typed into the entry (Documents also uses the same style for its search entry). https://bugzilla.gnome.org/show_bug.cgi?id=659298 | ||||
* | | | Updated Czech translation | Marek Černocký | 2011-09-20 | 1 | -131/+159 |
| | | | |||||
* | | | remove release flag | Guillaume Desmottes | 2011-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | coding style fixEMPATHY_3_1_92 | Guillaume Desmottes | 2011-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | prepare 3.1.92 | Guillaume Desmottes | 2011-09-19 | 2 | -2/+80 |
| | | | |||||
* | | | Use always-writeable and writeable-properties for alias and groups | Raul Gutierrez Segales | 2011-09-19 | 3 | -22/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | Folks is in the way of deprecating the folks_persona_store_get_can_{alias,group}_personas methods in favour of directly checking alias and groups properties via folks_persona_store_get_always_writeable_properties and folks_persona_get_writeable_properties. | ||||
* | | | EmpathyChat: Set slider position after a timeout | Xavier Claessens | 2011-09-19 | 1 | -16/+29 |
| | | | | | | | | | | | | | | | | | | | | | This ensure that the window has resized before setting the position because GtkPaned needs to know its size allocation https://bugzilla.gnome.org/show_bug.cgi?id=632357 | ||||
* | | | Updated British English translation | Bruce Cowan | 2011-09-19 | 1 | -135/+156 |
| | | | |||||
* | | | Don't assume a connected TpAccount always have a TpConnection | Guillaume Desmottes | 2011-09-19 | 1 | -14/+7 |
| | | | | | | | | | | | | | | | | | | | | | The connection object may not be there yet if tp-glib is still preparing its features. https://bugzilla.gnome.org/show_bug.cgi?id=659439 | ||||
* | | | Build fix | Emilio Pozuelo Monfort | 2011-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | CallWindow: unconditionally connect to notify::call-channel | Emilio Pozuelo Monfort | 2011-09-19 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | Since we can get a new call channel if we e.g. hangup and then call again. https://bugzilla.gnome.org/show_bug.cgi?id=655356 | ||||
* | | | CallWindow: emit tones using MultipleTones | Emilio Pozuelo Monfort | 2011-09-19 | 1 | -16/+68 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655356 | ||||
* | | | Use tp_proxy_prepare_async instead of tp_account_prepare_async | Guillaume Desmottes | 2011-09-19 | 2 | -4/+4 |
| | | | |||||
* | | | Use tp_proxy_prepare_async instead of tp_account_manager_prepare_async | Guillaume Desmottes | 2011-09-19 | 18 | -41/+41 |
| | | | |||||
* | | | Sync with the current GSettings schemas install rule from gsettings.m4 in ↵ | Antoine Jacoutot | 2011-09-19 | 1 | -14/+2 |
|/ / | | | | | | | | | | | | | | | glib. See #627126 for details. This allows to properly install gsettings schemas files on BSDs. https://bugzilla.gnome.org/show_bug.cgi?id=659377 | ||||
* | | Updated Swedish translation | Daniel Nylander | 2011-09-19 | 1 | -78/+103 |
| | | |||||
* | | Updated Latvian translation. | Rudolfs Mazurs | 2011-09-19 | 1 | -193/+215 |
| | | |||||
* | | Updated Turkish translation | Muhammet Kara | 2011-09-19 | 1 | -756/+1428 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2011-09-18 | 1 | -12/+11 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2011-09-18 | 1 | -69/+98 |
| | | |||||
* | | [l10n] Updated German translation | Mario Blättermann | 2011-09-18 | 1 | -356/+438 |
| | | |||||
* | | Updated Lithuanian translation | Aurimas Černius | 2011-09-18 | 1 | -219/+253 |
| | | |||||
* | | updated Tamil translation | Dr.T.Vasudevan | 2011-09-18 | 1 | -111/+110 |
| | | |||||
* | | updated Tamil translation | Dr.T.Vasudevan | 2011-09-18 | 1 | -30/+50 |
| | | |||||
* | | Updated Bulgarian translation | Alexander Shopov | 2011-09-18 | 1 | -70/+88 |
| | | |||||
* | | update Punjabi Translation | A S Alam | 2011-09-18 | 1 | -2/+2 |
| | | |||||
* | | Updated Belarusian translation (some fixes after manual testing). | Ihar Hrachyshka | 2011-09-18 | 1 | -48/+48 |
| | | |||||
* | | Updated Punjabi Translation | A S Alam | 2011-09-18 | 1 | -144/+159 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-17 | 1 | -78/+103 |
| | | |||||
* | | Updated Russian translation | Yuri Myasoedov | 2011-09-17 | 1 | -175/+212 |
| | | |||||
* | | Updated Japanese translation | Jiro Matsuzawa | 2011-09-17 | 1 | -863/+1595 |
| | | |||||
* | | Updated Portuguese translation | Duarte Loreto | 2011-09-17 | 1 | -799/+1427 |
| | | |||||
* | | [l10n] Updated Italian translation | Milo Casagrande | 2011-09-17 | 1 | -132/+153 |
| | | |||||
* | | avatar-chooser: disable 'take picture' button if there is no camera connected | Guillaume Desmottes | 2011-09-16 | 1 | -1/+16 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652985 | ||||
* | | avatar-chooser: split creation of the file chooser dialog | Guillaume Desmottes | 2011-09-16 | 1 | -11/+12 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652985 | ||||
* | | Updated Brazilian Portuguese translation | Antonio Fernandes C. Neto | 2011-09-16 | 1 | -69/+91 |
| | | |||||
* | | Updated Danish translation | Kenneth Nielsen | 2011-09-16 | 1 | -5/+5 |
| | | |||||
* | | Updated Danish translation | Kenneth Nielsen | 2011-09-16 | 1 | -8/+7 |
| | | |||||
* | | Updated Danish translation | Kenneth Nielsen | 2011-09-16 | 1 | -816/+1432 |
| | | |||||
* | | tp-roomlist: pass self as weak object to ↵ | Guillaume Desmottes | 2011-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | tp_cli_channel_type_room_list_call_list_rooms https://bugzilla.gnome.org/show_bug.cgi?id=658909 | ||||
* | | tp-roomlist: ensure that we stay alive during the create_and_handle_channel ↵ | Guillaume Desmottes | 2011-09-16 | 1 | -1/+7 |
| | | | | | | | | | | | | async call https://bugzilla.gnome.org/show_bug.cgi?id=658909 | ||||
* | | Updated French translation | Bruno Brouard | 2011-09-16 | 1 | -818/+1435 |
| | | |||||
* | | Updated Galician translations | Fran Dieguez | 2011-09-16 | 1 | -68/+89 |
| | | |||||
* | | Updated Belarusian translation. | Ihar Hrachyshka | 2011-09-16 | 1 | -61/+81 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2011-09-15 | 1 | -61/+81 |
| | | |||||
* | | log-window: fix translators comment | Guillaume Desmottes | 2011-09-15 | 1 | -3/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659141 | ||||
* | | log-window: properly translate duration strings | Guillaume Desmottes | 2011-09-15 | 1 | -3/+14 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659141 | ||||
* | | Disable contact and contact list search when disconnected | Guillaume Desmottes | 2011-09-15 | 1 | -1/+3 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655270 | ||||
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2011-09-15 | 2 | -582/+653 |
| | | |||||
* | | Merge remote-tracking branch 'pochu/call-reuse-windows-580794' | Guillaume Desmottes | 2011-09-15 | 5 | -100/+370 |
|\ \ | |||||
| * | | CallWindow: explain call states | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -6/+6 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | | Resize the hangup button in ::realize | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | So that it's not resized many times. https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | | CallWindow: display a dialog to accept or reject incoming calls | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -13/+59 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | | Let the existing call window know about new incoming calls | Emilio Pozuelo Monfort | 2011-09-08 | 2 | -0/+100 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | | Reuse Call windows when possible | Emilio Pozuelo Monfort | 2011-09-08 | 3 | -18/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we have a call window opened for a contact and we get an incoming call from the same person, use the existing window instead of creating another one. Based on a patch from Jonathan Tellier. https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | | Make EmpathyCallFactory an approver | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -0/+98 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
| * | | CallFactory: make it a TpBaseClient subclass | Emilio Pozuelo Monfort | 2011-09-08 | 2 | -73/+38 |
| |/ | | | | | | | | | | | | | So that we can make it both a handler and an observer at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=580794 | ||||
* | | Remove unused variables [-Werror=unused-but-set-variable] | Alban Crequy | 2011-09-15 | 2 | -4/+0 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658650 | ||||
* | | contact-list-store: store GtkTreeIter rather than GtkTreeRowReference in the ↵ | Guillaume Desmottes | 2011-09-15 | 1 | -59/+20 |
| | | | | | | | | | | | | | | | | cache GtkTreeRowReference keeps a ref on the store introducing a ref cycle. https://bugzilla.gnome.org/show_bug.cgi?id=658650 | ||||
* | | individual-store: store GtkTreeIter rather than GtkTreeRowReference in the cache | Guillaume Desmottes | 2011-09-15 | 1 | -64/+21 |
| | | | | | | | | | | | | GtkTreeRowReference keeps a ref on the store introducing a ref cycle. https://bugzilla.gnome.org/show_bug.cgi?id=658650 | ||||
* | | goa-mc-plugin: do not set the ConnectAutomatically Account property | Guillaume Desmottes | 2011-09-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | GOA accounts should behave like regular TP accounts and so shouldn't connect automatically. https://bugzilla.gnome.org/show_bug.cgi?id=658785 | ||||
* | | Updated Bulgarian translation | Krasimir Chonov | 2011-09-15 | 1 | -780/+1376 |
| | | |||||
* | | Updated Belarusian translation. | Ihar Hrachyshka | 2011-09-15 | 1 | -131/+146 |
| | | |||||
* | | sasl-handler: only save password if we manage to connect | Guillaume Desmottes | 2011-09-14 | 1 | -22/+34 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659053 | ||||
* | | Update Collabora copyright in About Window | Cosimo Alfarano | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | GOA plugin: only save parameters from GOA accounts | Guillaume Desmottes | 2011-09-14 | 1 | -0/+14 |
| | | | | | | | | | | | | We should let MC deal with normal accounts. https://bugzilla.gnome.org/show_bug.cgi?id=658895 | ||||
* | | hindi update | Rajesh Ranjan | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | hindi update | Rajesh Ranjan | 2011-09-14 | 1 | -263/+143 |
| | | |||||
* | | hindi update | Rajesh Ranjan | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | hindi update | Rajesh Ranjan | 2011-09-14 | 1 | -1032/+1703 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2011-09-14 | 1 | -65/+68 |
| | | |||||
* | | updated Tamil translation | Dr.T.Vasudevan | 2011-09-13 | 1 | -1/+1 |
| | | |||||
* | | updated Tamil translation | Dr.T.Vasudevan | 2011-09-13 | 1 | -140/+164 |
| | | |||||
* | | individual-widget: use GtkGrid instead of GtkTable internally | Cosimo Cecchi | 2011-09-13 | 1 | -125/+118 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EmpathyIndividualWidget (used both in the contact information dialogs and in the tooltips) use a GtkTable internally to layout contact details. GtkTable is being deprecated, and does not correctly support width-for-height size negotiation. So, there are cases where we get funny overallocations bugs for wrapping GtkLabels; this is especially annoying for tooltips, as they tend to grow huge vertically. Porting the code to use a better container such as GtkGrid solves the bug. This patch does not cover all the use of GtkTable in EmpathyIndividualWidget, but enough to fix the tooltip sizing. https://bugzilla.gnome.org/show_bug.cgi?id=658857 | ||||
* | | AccountChooser: don't return garbage from _set_account | Will Thompson | 2011-09-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Previously, the 'set' field of the stack-allocated 'data' structure was not initialized. It's explicitly set to TRUE if the account is found, but never otherwise set; so if the account is not found, this function returned random garbage. Reviewed-by: Xavier Claessens <xclaesse@gmail.com> | ||||
* | | notifications-approver: move translators comment right before the string | Guillaume Desmottes | 2011-09-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Comments have to be on the line just before the string to be picked by gettext. https://bugzilla.gnome.org/show_bug.cgi?id=658866 | ||||
* | | theme-adium: ensure we always use the same color when sending messages | Guillaume Desmottes | 2011-09-13 | 1 | -4/+10 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658821 | ||||
* | | rename text/{persona,individual}-id as they are not standard | Guillaume Desmottes | 2011-09-13 | 3 | -8/+8 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=648315 | ||||
* | | update Simplified Chinese (zh_CN) translation; fix format | Yinghua Wang | 2011-09-13 | 1 | -574/+634 |
| | | |||||
* | | individual-manager: Port to the new individuals_changed_detailed signal | Philip Withnall | 2011-09-13 | 2 | -10/+27 |
| | | | | | | | | Closes: bgo#657746 | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-13 | 1 | -124/+132 |
| | | |||||
* | | Updated Swedish translation | Daniel Nylander | 2011-09-12 | 1 | -140/+152 |
| | | |||||
* | | individual-manager: dup the Individual ID instead of borrowing it | Guillaume Desmottes | 2011-09-12 | 1 | -2/+2 |
| | | | | | | | | | | | | It's not immutable any more so we have to copy the string. https://bugzilla.gnome.org/show_bug.cgi?id=658573 | ||||
* | | Updated Latvian translation. | Rudolfs Mazurs | 2011-09-12 | 1 | -784/+913 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2011-09-11 | 1 | -65/+63 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2011-09-10 | 1 | -5/+5 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-09-10 | 1 | -69/+80 |
| | | |||||
* | | Updated galician translations | Fran Dieguez | 2011-09-10 | 1 | -125/+137 |
| | | |||||
* | | Updated Czech translation | Marek Černocký | 2011-09-10 | 1 | -84/+81 |
| | | |||||
* | | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-09-10 | 1 | -138/+156 |
| | | |||||
* | | update PunjabiTranslation | A S Alam | 2011-09-09 | 1 | -530/+597 |
| | | |||||
* | | Updated galician translations for docs | Fran Dieguez | 2011-09-09 | 1 | -1112/+3472 |
| | | |||||
* | | Updated Brazilian Portuguese translation. | Antonio Fernandes C. Neto | 2011-09-09 | 1 | -138/+160 |
| | | |||||
* | | dup_color_balance: check that element currently implements GstColorBalance | Guillaume Desmottes | 2011-09-09 | 1 | -0/+9 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584 | ||||
* | | video-src: factor out dup_color_balance() | Guillaume Desmottes | 2011-09-09 | 1 | -24/+23 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584 | ||||
* | | Because we like whales | Xavier Claessens | 2011-09-09 | 1 | -2/+43 |
| | | |||||
* | | individual_store_remove_individual: ensure that the store stays alive during ↵ | Guillaume Desmottes | 2011-09-09 | 1 | -0/+7 |
| | | | | | | | | | | | | the process https://bugzilla.gnome.org/show_bug.cgi?id=658644 | ||||
* | | contact_list_store_remove_contact: ensure that the store stays alive during ↵ | Guillaume Desmottes | 2011-09-09 | 1 | -0/+7 |
| | | | | | | | | | | | | the process https://bugzilla.gnome.org/show_bug.cgi?id=658644 | ||||
* | | Require Clutter 1.7 for empathy-call | Emilio Pozuelo Monfort | 2011-09-09 | 1 | -1/+2 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2011-09-09 | 1 | -250/+300 |
| | | |||||
* | | [l10n] Updated Italian translation | Milo Casagrande | 2011-09-09 | 1 | -807/+1398 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2011-09-09 | 1 | -792/+1370 |
| | | |||||
* | | Added British English translation | Bruce Cowan | 2011-09-08 | 1 | -837/+1418 |
| | | |||||
* | | factor out empathy_get_tp_contact_for_individual | Guillaume Desmottes | 2011-09-08 | 3 | -29/+44 |
| | | |||||
* | | Merge branch '657335-Preferences-Calls-Tab' | Will Thompson | 2011-09-08 | 1 | -112/+114 |
|\ \ | |||||
| * | | Preferences: explain what echo cancellation means | Will Thompson | 2011-09-06 | 1 | -1/+42 |
| | | | |||||
| * | | Preferences: reindent .ui file for Theme tab | Will Thompson | 2011-09-06 | 1 | -92/+92 |
| | | | | | | | | | | | | There are no XML changes in this commit, just indentation changes. | ||||
| * | | Preferences: remove Appearance label in Themes tab. | Will Thompson | 2011-09-06 | 1 | -40/+1 |
| | | | | | | | | | | | | | | | | | | This label doesn't add anything, so I removed it. The indentation is weird because I hand-edited the Glade file to show that nothing's really changed: I'll reindent it in the next patch. | ||||
| * | | Call preferences: add colons to labels | Will Thompson | 2011-09-06 | 1 | -2/+2 |
| | | | |||||
* | | | log-window: sort "Who" list store alphabetically | Jussi Kukkonen | 2011-09-08 | 1 | -11/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently "Who"-list is sorted with "g_strcmp0 (name)" which is not what we want (e.g. "Chris" becomes before "bob" because of the initial capital letter). Start sorting using g_utf8_collate_key(). https://bugzilla.gnome.org/show_bug.cgi?id=658336 | ||||
* | | | Update Finnish translation | Timo Jyrinki | 2011-09-08 | 1 | -1066/+1899 |
| | | | |||||
* | | | Updated Czech translation | Marek Černocký | 2011-09-08 | 1 | -686/+821 |
| | | | |||||
* | | | Updated Russian translation | Yuri Myasoedov | 2011-09-08 | 1 | -89/+100 |
| | | | |||||
* | | | Updated asturian translation | Xandru Armesto | 2011-09-07 | 1 | -1009/+2034 |
| | | | |||||
* | | | Updated Indonesian translation | Andika Triwidada | 2011-09-07 | 1 | -523/+544 |
| | | | |||||
* | | | update_geocode: don't try to get position if location is empty | Guillaume Desmottes | 2011-09-07 | 1 | -1/+2 |
| | | | | | | | | | | | | geocode-glib won't be able to much if contact's location dict is empty. | ||||
* | | | Updated galician translations | Fran Dieguez | 2011-09-07 | 1 | -18/+29 |
| | | | |||||
* | | | Updated Belarusian translation. | Ihar Hrachyshka | 2011-09-07 | 1 | -17/+27 |
| | | | |||||
* | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-09-07 | 1 | -46/+56 |
| | | | |||||
* | | | [l10n] Updated German doc translation | Mario Blättermann | 2011-09-07 | 1 | -447/+470 |
| | | | |||||
* | | | Updated Spanish translation | Jorge González | 2011-09-07 | 1 | -85/+97 |
| | | | |||||
* | | | ContactSelector: mark standard action as the default. | Will Thompson | 2011-09-07 | 1 | -16/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows Gtk+ to style the button differently to indicate that it will be pressed when the user hits Enter; it also fixes hitting enter in the New Conversation dialog, which does not consider GTK_RESPONSE_ACCEPT to be a reasonable response and ignores it. So we get a bug fix and better styling in exchange for less code! https://bugzilla.gnome.org/show_bug.cgi?id=658343 |