From ccc0dcafbd144ff6016395a1d413d8a71d864618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Rochet?= Date: Fri, 17 Jan 2014 18:34:12 +0100 Subject: [PATCH 1/2] Fix black squares on gnome3 --- composite.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/composite.cc b/composite.cc index ec70ad10..55bbcc88 100644 --- a/composite.cc +++ b/composite.cc @@ -27,6 +27,7 @@ Popup::Popup(int x1, int y1, int x2, int y2) : Gtk::Window(Gtk::WINDOW_POPUP), r Glib::RefPtr visual = get_screen()->get_rgba_visual(); gtk_widget_set_visual(Widget::gobj(), visual->gobj()); + gtk_widget_set_app_paintable (Widget::gobj(), TRUE); signal_draw().connect(sigc::mem_fun(*this, &Popup::on_draw)); realize(); move(x1, y1); From ffe356c2c7d4d91bf384ed6db5ad8b971293a082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Rochet?= Date: Tue, 7 Jul 2015 13:12:07 +0200 Subject: [PATCH 2/2] French translation update --- po/fr.po | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/po/fr.po b/po/fr.po index ad856369..cd36c142 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,15 +8,16 @@ msgstr "" "Project-Id-Version: easystroke\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2013-03-14 00:24-0400\n" -"PO-Revision-Date: 2012-10-28 10:42+0000\n" -"Last-Translator: Penegal \n" +"PO-Revision-Date: 2015-07-07 13:11+0200\n" +"Last-Translator: Raphael Rochet \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Launchpad-Export-Date: 2013-03-14 04:28+0000\n" -"X-Generator: Launchpad (build 16532)\n" +"X-Generator: Poedit 1.8.2\n" +"Language: fr\n" #, c-format msgid "Error: can't execute command \"%s\": fork() failed\n" @@ -46,8 +47,7 @@ msgstr "rename() a échoué" #, c-format msgid "Error: Couldn't save action database: %s.\n" -msgstr "" -"Erreur : impossible d'enregistrer la base de données des actions %s.\n" +msgstr "Erreur : impossible d'enregistrer la base de données des actions %s.\n" msgid "" "Couldn't save %1. Your changes will be lost. Make sure that \"%2\" is a " @@ -292,7 +292,7 @@ msgid "D_isabled" msgstr "D_ésactivé" msgid "" -msgstr "" +msgstr "" msgid "Connection to DBus failed" msgstr "La connexion à DBus a échoué" @@ -390,7 +390,7 @@ msgid "Show popups (" msgstr "Afficher les popups (" msgid "to the right of the cursor)" -msgstr "" +msgstr "à droite du curseur)" msgid "Show tray icon" msgstr "Afficher l'icône dans la barre des tâches" @@ -418,6 +418,8 @@ msgstr "Préférences" msgid "Only enable easystroke for applications listed on 'Actions' tab" msgstr "" +"N'activer easystroke que pour les applications listées dans l'onglet " +"'Actions'" msgid "Timeout Gestures" msgstr "Gestes de temps mort" @@ -483,6 +485,5 @@ msgstr "Désactiver" #~ msgid "(window manager frame)" #~ msgstr "(cadre du gestionnaire de fenêtres)" -#, c-format #~ msgid "Error: A grab failed. Resetting...\n" #~ msgstr "Erreur : une saisie a échoué. Redémarrage...\n"