From e67af672bf71bba056340c35fcf390dae1556276 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 15 Dec 2016 15:49:26 +0300 Subject: quickopen plugin: port to gi and libpeas mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=9de71917497716124486f9baade326d5ffb4bb8d https://git.gnome.org/browse/gedit/commit/?id=059f39e1b94ea5453087d33384fe2a563e6c00dc https://git.gnome.org/browse/gedit/commit/?id=ab7f3788a18447b9a88f0d1dbda892e6c452c9af https://git.gnome.org/browse/gedit/commit/?id=d7ac22d93970c85323f51f9536e13c22aac0d70a https://git.gnome.org/browse/gedit/commit/?id=5cf9ac442a025d42443cea9cf1451c0e6154dea1 https://git.gnome.org/browse/gedit/commit/?id=4ee4fb903dfd485b5b80ce3ddb1e1f4a04cb1b99 https://git.gnome.org/browse/gedit/commit/?id=00105f389b9b37f71be5b29fbf0c11367042c346 --- po/POTFILES.in | 3 +++ po/POTFILES.skip | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 3b2cc225..6a7df05d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -73,6 +73,9 @@ plugins/modelines/modelines.plugin.desktop.in plugins/pythonconsole/pythonconsole.plugin.desktop.in plugins/pythonconsole/pythonconsole/__init__.py [type: gettext/glade]plugins/pythonconsole/pythonconsole/config.ui +plugins/quickopen/quickopen/popup.py +plugins/quickopen/quickopen/windowhelper.py +plugins/quickopen/quickopen.plugin.desktop.in plugins/sort/pluma-sort-plugin.c plugins/sort/sort.plugin.desktop.in [type: gettext/glade]plugins/sort/sort.ui diff --git a/po/POTFILES.skip b/po/POTFILES.skip index eeabb59e..c0a846f8 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,9 +1,6 @@ # List of source files that should *not* be translated. # Please keep this file sorted alphabetically. data/pluma.desktop.in -plugins/quickopen/quickopen/popup.py -plugins/quickopen/quickopen/windowhelper.py -plugins/quickopen/quickopen.pluma-plugin.desktop.in plugins/snippets/snippets.pluma-plugin.desktop.in [type: gettext/glade]plugins/snippets/snippets/snippets.ui plugins/snippets/snippets/Document.py -- cgit v1.2.1