Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 08 Apr 2017 15:14:04 UTC
Commit: a8e787070d6fa227f6b5927eb30a073939331f29
https://github.com/geany/geany-plugins/commit/a8e787070d6fa227f6b5927eb30a0…
Log Message:
-----------
Add note to plugins which are currently not activly maintained as marked inside MAINTAINERS
Modified Paths:
--------------
geanydoc/src/geanydoc.c
geanyextrasel/src/extrasel.c
geanyinsertnum/src/insertnum.c
geanylua/glspi_ver.h
geanypg/src/geanypg.c
geanyprj/src/geanyprj.c
geanyvc/src/geanyvc.c
pretty-printer/src/PluginEntry.c
scope/src/scope.c
shiftcolumn/src/shiftcolumn.c
treebrowser/src/treebrowser.c
Modified: geanydoc/src/geanydoc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -47,7 +47,7 @@ static GtkWidget *keyb2;
PLUGIN_VERSION_CHECK(224)
/* All plugins must set name, description, version and author. */
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- _("Doc"), _("Call documentation viewer on current symbol."), VERSION,
+ _("Doc"), _("Call documentation viewer on current symbol. \nThis plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), VERSION,
"Yura Siamshka <yurand2(a)gmail.com>")
/* Keybinding(s) */
Modified: geanyextrasel/src/extrasel.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -31,7 +31,9 @@ GeanyData *geany_data;
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- _("Extra Selection"), _("Column mode, select to line / brace / anchor."),
+ _("Extra Selection"), _("Column mode, select to line / brace / anchor."
+ "\nThis plugin currently has no maintainer. Would you like to help by "
+ "contributing to this plugin?"),
"0.52", "Dimitar Toshkov Zhekov <dimitar.zhekov(a)gmail.com>")
/* Keybinding(s) */
Modified: geanyinsertnum/src/insertnum.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -41,7 +41,9 @@ GeanyData *geany_data;
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- _("Insert Numbers"), _("Insert/Fill columns with numbers."),
+ _("Insert Numbers"), _("Insert/Fill columns with numbers."
+ "\nThis plugin currently has no maintainer. Would you like to help"
+ " by contributing to this plugin?"),
"0.2.2", "Dimitar Toshkov Zhekov <dimitar.zhekov(a)gmail.com>")
/* Keybinding(s) */
Modified: geanylua/glspi_ver.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@
#define PLUGIN_NAME _("Lua Script")
-#define PLUGIN_DESC _("Write and run Lua scripts for custom commands.")
+#define PLUGIN_DESC _("Write and run Lua scripts for custom commands.\nThis plugin currently has no maintainer. Would you like to help by contributing to this plugin?")
#define PLUGIN_VER VERSION
Modified: geanypg/src/geanypg.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -33,7 +33,9 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
"GeanyPG",
- _("gpg encryption plugin for geany"),
+ _("GPG encryption plugin for geany."
+ "\nThis plugin currently has no maintainer. Would you "
+ "like to help by contributing to this plugin?"),
"0.1",
_("Hans Alves <alves.h88(a)gmail.com>"))
Modified: geanyprj/src/geanyprj.c
9 lines changed, 6 insertions(+), 3 deletions(-)
===================================================================
@@ -4,7 +4,7 @@
* Copyright 2007 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2007 Enrico Tröger <enrico.troeger(a)uvena.de>
* Copyright 2007 Nick Treleaven <nick.treleaven(a)btinternet.com>
- * Copyright 2007,2008 Yura Siamashka <yurand2(a)gmail.com>
+ * Copyright 2007, 2008 Yura Siamashka <yurand2(a)gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -36,8 +36,11 @@
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- "GeanyPrj", _("Alternative project support."), VERSION,
- "Yura Siamashka <yurand2(a)gmail.com>")
+ "GeanyPrj", _("Alternative project support. \nThis plugin currently"
+ "has no maintainer. Would you like to help by contributing "
+ "to this plugin?"),
+ VERSION,
+ "Yura Siamashka <yurand2(a)gmail.com>")
GeanyPlugin *geany_plugin;
GeanyData *geany_data;
Modified: geanyvc/src/geanyvc.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -69,7 +69,9 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("GeanyVC"),
- _("Interface to different Version Control systems."),
+ _("Interface to different Version Control systems."
+ "\nThis plugins is currently not developed actively. "
+ "Would you like to help by contributing to this plugin?"),
VERSION,
"Yura Siamashka <yurand2(a)gmail.com>,\nFrank Lanitz <frank(a)frank.uvena.de>")
Modified: pretty-printer/src/PluginEntry.c
5 lines changed, 3 insertions(+), 2 deletions(-)
===================================================================
@@ -34,7 +34,8 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("XML PrettyPrinter"),
- _("Formats an XML and makes it human-readable."),
+ _("Formats an XML and makes it human-readable. \nThis plugin currently"
+ "has no maintainer. Would you like to help by contributing to this plugin?"),
PRETTY_PRINTER_VERSION, "Cédric Tabin - http://www.astorm.ch")
/*========================================== DECLARATIONS ================================================================*/
@@ -117,7 +118,7 @@ void xml_format(GtkMenuItem* menuitem, gpointer gdata)
int result;
int xOffset;
GeanyFiletype* fileType;
-
+
g_return_if_fail(doc != NULL);
editor = doc->editor;
Modified: scope/src/scope.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -31,7 +31,9 @@ GeanyData *geany_data;
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Scope Debugger"),
- _("Relatively simple GDB front-end."), "0.94",
+ _("Relatively simple GDB front-end."
+ "\nThis plugin currently has no maintainer. Would you like to help "
+ "by contributing to this plugin?"), "0.94",
"Dimitar Toshkov Zhekov <dimitar.zhekov(a)gmail.com>")
/* Keybinding(s) */
Modified: shiftcolumn/src/shiftcolumn.c
8 lines changed, 5 insertions(+), 3 deletions(-)
===================================================================
@@ -38,9 +38,11 @@ GeanyData *geany_data;
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- _("Shift Column"),
- _("Shift a selection left and right"),
- VERSION, "Andrew L Janke <a.janke(a)gmail.com>")
+ _("Shift Column"),
+ _("Shift a selection left and right."
+ "\nThis plugin currently has no maintainer. Would you like to help "
+ "by contributing to this plugin?"),
+ VERSION, "Andrew L Janke <a.janke(a)gmail.com>")
static GtkWidget *menu_item_shift_left = NULL;
Modified: treebrowser/src/treebrowser.c
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -125,7 +125,10 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("TreeBrowser"),
- _("This plugin adds a tree browser to Geany, allowing the user to browse files using a tree view of the directory being browsed."),
+ _("This plugin adds a tree browser to Geany, allowing the user to "
+ "browse files using a tree view of the directory being browsed."
+ "\nThis plugin currently has no maintainer. Would you like to help "
+ "by contributing to this plugin?"),
"0.20" ,
"Adrian Dimitrov (dimitrov.adrian(a)gmail.com)")
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sat, 29 Apr 2017 09:40:43 UTC
Commit: e1b18d0a1f7e37023c50c33855b3633845150766
https://github.com/geany/geany-plugins/commit/e1b18d0a1f7e37023c50c33855b36…
Log Message:
-----------
Merge pull request #540 from frlan/feature/show-unmaintained-in-plugin-manager
Add note to plugins which are currently not actively maintained
Modified Paths:
--------------
geanydoc/src/geanydoc.c
geanyextrasel/src/extrasel.c
geanyinsertnum/src/insertnum.c
geanylua/glspi_ver.h
geanypg/src/geanypg.c
geanyprj/src/geanyprj.c
geanyvc/src/geanyvc.c
pretty-printer/src/PluginEntry.c
scope/src/scope.c
shiftcolumn/src/shiftcolumn.c
treebrowser/src/treebrowser.c
Modified: geanydoc/src/geanydoc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -47,7 +47,7 @@ static GtkWidget *keyb2;
PLUGIN_VERSION_CHECK(224)
/* All plugins must set name, description, version and author. */
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- _("Doc"), _("Call documentation viewer on current symbol."), VERSION,
+ _("Doc"), _("Call documentation viewer on current symbol. \nThis plugin currently has no maintainer. Would you like to help by contributing to this plugin?"), VERSION,
"Yura Siamshka <yurand2(a)gmail.com>")
/* Keybinding(s) */
Modified: geanyextrasel/src/extrasel.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -31,7 +31,9 @@ GeanyData *geany_data;
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- _("Extra Selection"), _("Column mode, select to line / brace / anchor."),
+ _("Extra Selection"), _("Column mode, select to line / brace / anchor."
+ "\nThis plugin currently has no maintainer. Would you like to help by "
+ "contributing to this plugin?"),
"0.52", "Dimitar Toshkov Zhekov <dimitar.zhekov(a)gmail.com>")
/* Keybinding(s) */
Modified: geanyinsertnum/src/insertnum.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -41,7 +41,9 @@ GeanyData *geany_data;
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- _("Insert Numbers"), _("Insert/Fill columns with numbers."),
+ _("Insert Numbers"), _("Insert/Fill columns with numbers."
+ "\nThis plugin currently has no maintainer. Would you like to help"
+ " by contributing to this plugin?"),
"0.2.2", "Dimitar Toshkov Zhekov <dimitar.zhekov(a)gmail.com>")
/* Keybinding(s) */
Modified: geanylua/glspi_ver.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@
#define PLUGIN_NAME _("Lua Script")
-#define PLUGIN_DESC _("Write and run Lua scripts for custom commands.")
+#define PLUGIN_DESC _("Write and run Lua scripts for custom commands.\nThis plugin currently has no maintainer. Would you like to help by contributing to this plugin?")
#define PLUGIN_VER VERSION
Modified: geanypg/src/geanypg.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -33,7 +33,9 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
"GeanyPG",
- _("gpg encryption plugin for geany"),
+ _("GPG encryption plugin for geany."
+ "\nThis plugin currently has no maintainer. Would you "
+ "like to help by contributing to this plugin?"),
"0.1",
_("Hans Alves <alves.h88(a)gmail.com>"))
Modified: geanyprj/src/geanyprj.c
9 lines changed, 6 insertions(+), 3 deletions(-)
===================================================================
@@ -4,7 +4,7 @@
* Copyright 2007 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2007 Enrico Tröger <enrico.troeger(a)uvena.de>
* Copyright 2007 Nick Treleaven <nick.treleaven(a)btinternet.com>
- * Copyright 2007,2008 Yura Siamashka <yurand2(a)gmail.com>
+ * Copyright 2007, 2008 Yura Siamashka <yurand2(a)gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -36,8 +36,11 @@
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- "GeanyPrj", _("Alternative project support."), VERSION,
- "Yura Siamashka <yurand2(a)gmail.com>")
+ "GeanyPrj", _("Alternative project support. \nThis plugin currently"
+ "has no maintainer. Would you like to help by contributing "
+ "to this plugin?"),
+ VERSION,
+ "Yura Siamashka <yurand2(a)gmail.com>")
GeanyPlugin *geany_plugin;
GeanyData *geany_data;
Modified: geanyvc/src/geanyvc.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -69,7 +69,9 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("GeanyVC"),
- _("Interface to different Version Control systems."),
+ _("Interface to different Version Control systems."
+ "\nThis plugins is currently not developed actively. "
+ "Would you like to help by contributing to this plugin?"),
VERSION,
"Yura Siamashka <yurand2(a)gmail.com>,\nFrank Lanitz <frank(a)frank.uvena.de>")
Modified: pretty-printer/src/PluginEntry.c
5 lines changed, 3 insertions(+), 2 deletions(-)
===================================================================
@@ -34,7 +34,8 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("XML PrettyPrinter"),
- _("Formats an XML and makes it human-readable."),
+ _("Formats an XML and makes it human-readable. \nThis plugin currently"
+ "has no maintainer. Would you like to help by contributing to this plugin?"),
PRETTY_PRINTER_VERSION, "Cédric Tabin - http://www.astorm.ch")
/*========================================== DECLARATIONS ================================================================*/
@@ -117,7 +118,7 @@ void xml_format(GtkMenuItem* menuitem, gpointer gdata)
int result;
int xOffset;
GeanyFiletype* fileType;
-
+
g_return_if_fail(doc != NULL);
editor = doc->editor;
Modified: scope/src/scope.c
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -31,7 +31,9 @@ GeanyData *geany_data;
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Scope Debugger"),
- _("Relatively simple GDB front-end."), "0.94",
+ _("Relatively simple GDB front-end."
+ "\nThis plugin currently has no maintainer. Would you like to help "
+ "by contributing to this plugin?"), "0.94",
"Dimitar Toshkov Zhekov <dimitar.zhekov(a)gmail.com>")
/* Keybinding(s) */
Modified: shiftcolumn/src/shiftcolumn.c
8 lines changed, 5 insertions(+), 3 deletions(-)
===================================================================
@@ -38,9 +38,11 @@ GeanyData *geany_data;
PLUGIN_VERSION_CHECK(224)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
- _("Shift Column"),
- _("Shift a selection left and right"),
- VERSION, "Andrew L Janke <a.janke(a)gmail.com>")
+ _("Shift Column"),
+ _("Shift a selection left and right."
+ "\nThis plugin currently has no maintainer. Would you like to help "
+ "by contributing to this plugin?"),
+ VERSION, "Andrew L Janke <a.janke(a)gmail.com>")
static GtkWidget *menu_item_shift_left = NULL;
Modified: treebrowser/src/treebrowser.c
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -125,7 +125,10 @@ PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("TreeBrowser"),
- _("This plugin adds a tree browser to Geany, allowing the user to browse files using a tree view of the directory being browsed."),
+ _("This plugin adds a tree browser to Geany, allowing the user to "
+ "browse files using a tree view of the directory being browsed."
+ "\nThis plugin currently has no maintainer. Would you like to help "
+ "by contributing to this plugin?"),
"0.20" ,
"Adrian Dimitrov (dimitrov.adrian(a)gmail.com)")
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).