Revision: 2243
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2243&view=rev
Author: frlan
Date: 2011-10-06 16:53:35 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Tableconvert: Try to fix an weird i18n issue
Modified Paths:
--------------
trunk/geany-plugins/updatechecker/src/updatechecker.c
Modified: trunk/geany-plugins/updatechecker/src/updatechecker.c
===================================================================
--- trunk/geany-plugins/updatechecker/src/updatechecker.c 2011-10-06 16:14:58 UTC (rev 2242)
+++ trunk/geany-plugins/updatechecker/src/updatechecker.c 2011-10-06 16:53:35 UTC (rev 2243)
@@ -20,7 +20,6 @@
/* A little plugin for regular checks for updates of Geany */
-#include <geanyplugin.h>
#include "libsoup/soup.h"
#include "stdlib.h"
@@ -28,6 +27,7 @@
#include "config.h" /* for the gettext domain */
#endif
+#include <geanyplugin.h>
GeanyPlugin *geany_plugin;
GeanyData *geany_data;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2240
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2240&view=rev
Author: frlan
Date: 2011-10-06 16:03:10 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Tableconvert: Fixing some i18n issue.
Modified Paths:
--------------
trunk/geany-plugins/tableconvert/ChangeLog
trunk/geany-plugins/tableconvert/src/tableconvert.c
Modified: trunk/geany-plugins/tableconvert/ChangeLog
===================================================================
--- trunk/geany-plugins/tableconvert/ChangeLog 2011-10-06 15:29:14 UTC (rev 2239)
+++ trunk/geany-plugins/tableconvert/ChangeLog 2011-10-06 16:03:10 UTC (rev 2240)
@@ -1,3 +1,9 @@
+2011-10-06 Frank Lanitz <frlan(a)frank.uvena.de>
+
+ * Fixing some i18n issue.
+
+
+
2011-08-19 Frank Lanitz <frlan(a)frank.uvena.de>
* Added a function to convert to SQL e.g. for preparing an
Modified: trunk/geany-plugins/tableconvert/src/tableconvert.c
===================================================================
--- trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-10-06 15:29:14 UTC (rev 2239)
+++ trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-10-06 16:03:10 UTC (rev 2240)
@@ -289,8 +289,6 @@
{
init_keybindings();
- main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
-
/* Build up menu entry */
main_menu_item = gtk_menu_item_new_with_mnemonic(_("_Convert to table"));
gtk_container_add(GTK_CONTAINER(geany->main_widgets->tools_menu), main_menu_item);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2238
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2238&view=rev
Author: frlan
Date: 2011-10-06 15:28:32 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
GeanyLipsum: Fix an i18n issue.
Modified Paths:
--------------
trunk/geany-plugins/geanylipsum/src/geanylipsum.c
Modified: trunk/geany-plugins/geanylipsum/src/geanylipsum.c
===================================================================
--- trunk/geany-plugins/geanylipsum/src/geanylipsum.c 2011-10-06 12:40:09 UTC (rev 2237)
+++ trunk/geany-plugins/geanylipsum/src/geanylipsum.c 2011-10-06 15:28:32 UTC (rev 2238)
@@ -18,8 +18,6 @@
* MA 02110-1301, USA.
*/
-#include "geanyplugin.h"
-
#ifdef HAVE_CONFIG_H
#include "config.h" /* for the gettext domain */
#endif
@@ -29,6 +27,7 @@
# include <locale.h>
#endif
+#include <geanyplugin.h>
GeanyPlugin *geany_plugin;
GeanyData *geany_data;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2237
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2237&view=rev
Author: cesspit
Date: 2011-10-06 12:40:09 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
renaming a README template file
Added Paths:
-----------
trunk/geany-plugins/README.template
Removed Paths:
-------------
trunk/geany-plugins/README.draft
Deleted: trunk/geany-plugins/README.draft
===================================================================
--- trunk/geany-plugins/README.draft 2011-10-06 12:16:18 UTC (rev 2236)
+++ trunk/geany-plugins/README.draft 2011-10-06 12:40:09 UTC (rev 2237)
@@ -1,40 +0,0 @@
-Plugin name
-===========
-
-.. image:: http://www.geany.org/images/geany_main_small.png
- :width: 400
- :alt: image of a plugin in work (if applicable)
- :align: right
- :target: http://www.geany.org/uploads/Gallery/geany_main.png
-
-.. contents::
-
-About
------
-
-General information about what a plugin is all about.
-
-Features
---------
-
- * list of features a plugin exposes
- * list of features a plugin exposes
- * list of features a plugin exposes
-
-Usage
------
-
-Information about using a plugin:
-descriptions, use-cases, hotkeys lists,
-configuration, known bugs etc.
-
-Requirements
-------------
-
- * first
- * second
-
-Contact developers
-------------------
-
-E-mails, IRC, other contacts
Added: trunk/geany-plugins/README.template
===================================================================
--- trunk/geany-plugins/README.template (rev 0)
+++ trunk/geany-plugins/README.template 2011-10-06 12:40:09 UTC (rev 2237)
@@ -0,0 +1,40 @@
+Plugin name
+===========
+
+.. image:: http://www.geany.org/images/geany_main_small.png
+ :width: 400
+ :alt: image of a plugin in work (if applicable)
+ :align: right
+ :target: http://www.geany.org/uploads/Gallery/geany_main.png
+
+.. contents::
+
+About
+-----
+
+General information about what a plugin is all about.
+
+Features
+--------
+
+ * list of features a plugin exposes
+ * list of features a plugin exposes
+ * list of features a plugin exposes
+
+Usage
+-----
+
+Information about using a plugin:
+descriptions, use-cases, hotkeys lists,
+configuration, known bugs etc.
+
+Requirements
+------------
+
+ * first
+ * second
+
+Contact developers
+------------------
+
+E-mails, IRC, other contacts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2236
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2236&view=rev
Author: frlan
Date: 2011-10-06 12:16:18 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Little fix to build rst
Modified Paths:
--------------
trunk/geany-plugins/README.draft
Modified: trunk/geany-plugins/README.draft
===================================================================
--- trunk/geany-plugins/README.draft 2011-10-06 11:53:27 UTC (rev 2235)
+++ trunk/geany-plugins/README.draft 2011-10-06 12:16:18 UTC (rev 2236)
@@ -1,5 +1,5 @@
Plugin name
-=============
+===========
.. image:: http://www.geany.org/images/geany_main_small.png
:width: 400
@@ -10,19 +10,19 @@
.. contents::
About
-------
+-----
General information about what a plugin is all about.
Features
------------
+--------
* list of features a plugin exposes
* list of features a plugin exposes
* list of features a plugin exposes
Usage
-------
+-----
Information about using a plugin:
descriptions, use-cases, hotkeys lists,
@@ -35,6 +35,6 @@
* second
Contact developers
-----------------------
+------------------
E-mails, IRC, other contacts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2235
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2235&view=rev
Author: cesspit
Date: 2011-10-06 11:53:27 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
update for a README draft
Modified Paths:
--------------
trunk/geany-plugins/README.draft
Modified: trunk/geany-plugins/README.draft
===================================================================
--- trunk/geany-plugins/README.draft 2011-10-06 11:39:51 UTC (rev 2234)
+++ trunk/geany-plugins/README.draft 2011-10-06 11:53:27 UTC (rev 2235)
@@ -31,8 +31,9 @@
Requirements
------------
-What a user needs to install / use a plugin.
-
+ * first
+ * second
+
Contact developers
----------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2234
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2234&view=rev
Author: cesspit
Date: 2011-10-06 11:39:51 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
fish draft for a plugins README file
Added Paths:
-----------
trunk/geany-plugins/README.draft
Added: trunk/geany-plugins/README.draft
===================================================================
--- trunk/geany-plugins/README.draft (rev 0)
+++ trunk/geany-plugins/README.draft 2011-10-06 11:39:51 UTC (rev 2234)
@@ -0,0 +1,39 @@
+Plugin name
+=============
+
+.. image:: http://www.geany.org/images/geany_main_small.png
+ :width: 400
+ :alt: image of a plugin in work (if applicable)
+ :align: right
+ :target: http://www.geany.org/uploads/Gallery/geany_main.png
+
+.. contents::
+
+About
+------
+
+General information about what a plugin is all about.
+
+Features
+-----------
+
+ * list of features a plugin exposes
+ * list of features a plugin exposes
+ * list of features a plugin exposes
+
+Usage
+------
+
+Information about using a plugin:
+descriptions, use-cases, hotkeys lists,
+configuration, known bugs etc.
+
+Requirements
+------------
+
+What a user needs to install / use a plugin.
+
+Contact developers
+----------------------
+
+E-mails, IRC, other contacts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.