Revision: 545
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=545&view=rev
Author: frlan
Date: 2009-03-13 00:17:07 +0000 (Fri, 13 Mar 2009)
Log Message:
-----------
GeanyLaTeX: Don't offer insert environment dialog in case of no document is open
Modified Paths:
--------------
trunk/geanylatex/ChangeLog
trunk/geanylatex/src/geanylatex.c
Modified: trunk/geanylatex/ChangeLog
===================================================================
--- trunk/geanylatex/ChangeLog 2009-03-13 00:08:51 UTC (rev 544)
+++ trunk/geanylatex/ChangeLog 2009-03-13 00:17:07 UTC (rev 545)
@@ -1,3 +1,8 @@
+2009-03-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Don't offer insert environment dialog in case of no document is open.
+
+
2009-03-06 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Insert environment now supports selections by position \begin{} and
Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c 2009-03-13 00:08:51 UTC (rev 544)
+++ trunk/geanylatex/src/geanylatex.c 2009-03-13 00:17:07 UTC (rev 545)
@@ -1097,6 +1097,7 @@
ui_add_document_sensitive(menu_latex_label);
ui_add_document_sensitive(menu_latex_bibtex);
ui_add_document_sensitive(menu_latex_format_insert);
+ ui_add_document_sensitive(menu_latex_insert_environment);
gtk_widget_set_sensitive(menu_latex_wizzard, TRUE);
gtk_widget_show_all(menu_latex);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 542
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=542&view=rev
Author: andrew_janke
Date: 2009-03-11 12:57:03 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
Added es translation (Thanks Jon)
Modified Paths:
--------------
trunk/shiftcolumn/ChangeLog
trunk/shiftcolumn/po/LINGUAS
Added Paths:
-----------
trunk/shiftcolumn/po/es.po
Modified: trunk/shiftcolumn/ChangeLog
===================================================================
--- trunk/shiftcolumn/ChangeLog 2009-03-11 01:27:29 UTC (rev 541)
+++ trunk/shiftcolumn/ChangeLog 2009-03-11 12:57:03 UTC (rev 542)
@@ -1,4 +1,8 @@
+2009-03-10 Andrew L Janke <a.janke(a)gmail.com>
+ * Added es translation - Thanks Jon
+ * Added fr translation - Thanks Laurence
+
2009-03-10 Andrew L Janke <a.janke(a)gmail.com>
* Added i18n headers to shiftcolumn.c
Modified: trunk/shiftcolumn/po/LINGUAS
===================================================================
--- trunk/shiftcolumn/po/LINGUAS 2009-03-11 01:27:29 UTC (rev 541)
+++ trunk/shiftcolumn/po/LINGUAS 2009-03-11 12:57:03 UTC (rev 542)
@@ -1,2 +1,2 @@
# set of available languages (in alphabetic order)
-de ru fr
+de ru fr es
Added: trunk/shiftcolumn/po/es.po
===================================================================
--- trunk/shiftcolumn/po/es.po (rev 0)
+++ trunk/shiftcolumn/po/es.po 2009-03-11 12:57:03 UTC (rev 542)
@@ -0,0 +1,33 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: shiftcolumn 0.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-03-09 03:32+1100\n"
+"PO-Revision-Date: 2009-03-10 10:56+1000\n"
+"Last-Translator: Andrew L Janke <a.janke(a)gmail.com>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/shiftcolumn.c:39
+msgid "Shift Column"
+msgstr "Mover Columna"
+
+#: src/shiftcolumn.c:40
+msgid "Shift a selection left and right"
+msgstr "Mover Selección a la izquierda y a la derecha"
+
+#: src/shiftcolumn.c:342
+msgid "Shift Left"
+msgstr "Mover a la Izquierda"
+
+#: src/shiftcolumn.c:349
+msgid "Shift Right"
+msgstr "Mover a la Derecha"
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 541
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=541&view=rev
Author: andrew_janke
Date: 2009-03-11 01:27:29 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
* Finished fr translation (Thanks Laurence)
Modified Paths:
--------------
trunk/shiftcolumn/po/LINGUAS
Added Paths:
-----------
trunk/shiftcolumn/po/fr.po
Modified: trunk/shiftcolumn/po/LINGUAS
===================================================================
--- trunk/shiftcolumn/po/LINGUAS 2009-03-09 23:52:49 UTC (rev 540)
+++ trunk/shiftcolumn/po/LINGUAS 2009-03-11 01:27:29 UTC (rev 541)
@@ -1,2 +1,2 @@
# set of available languages (in alphabetic order)
-de ru
+de ru fr
Added: trunk/shiftcolumn/po/fr.po
===================================================================
--- trunk/shiftcolumn/po/fr.po (rev 0)
+++ trunk/shiftcolumn/po/fr.po 2009-03-11 01:27:29 UTC (rev 541)
@@ -0,0 +1,33 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: shiftcolumn 0.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-03-09 03:32+1100\n"
+"PO-Revision-Date: 2009-03-10 10:56+1000\n"
+"Last-Translator: Andrew L Janke <a.janke(a)gmail.com>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/shiftcolumn.c:39
+msgid "Shift Column"
+msgstr "Déplacer la colonne"
+
+#: src/shiftcolumn.c:40
+msgid "Shift a selection left and right"
+msgstr "Déplacer la sélection vers la droite ou la gauche"
+
+#: src/shiftcolumn.c:342
+msgid "Shift Left"
+msgstr "Déplacer vers la droit"
+
+#: src/shiftcolumn.c:349
+msgid "Shift Right"
+msgstr "Déplacer vers la gauche"
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 539
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=539&view=rev
Author: andrew_janke
Date: 2009-03-09 22:39:45 +0000 (Mon, 09 Mar 2009)
Log Message:
-----------
* shiftcolumn/src/shiftcolumn: added i18n headers (and code)
Modified Paths:
--------------
trunk/shiftcolumn/ChangeLog
trunk/shiftcolumn/src/shiftcolumn.c
Modified: trunk/shiftcolumn/ChangeLog
===================================================================
--- trunk/shiftcolumn/ChangeLog 2009-03-09 22:20:21 UTC (rev 538)
+++ trunk/shiftcolumn/ChangeLog 2009-03-09 22:39:45 UTC (rev 539)
@@ -1,5 +1,11 @@
+
2009-03-10 Andrew L Janke <a.janke(a)gmail.com>
+ * Added i18n headers to shiftcolumn.c
+ * Added ru and de translations
+
+2009-03-10 Andrew L Janke <a.janke(a)gmail.com>
+
* Added GPL license and a few patches from Frank
* added a few translations in the process of learning pot
Modified: trunk/shiftcolumn/src/shiftcolumn.c
===================================================================
--- trunk/shiftcolumn/src/shiftcolumn.c 2009-03-09 22:20:21 UTC (rev 538)
+++ trunk/shiftcolumn/src/shiftcolumn.c 2009-03-09 22:39:45 UTC (rev 539)
@@ -20,6 +20,12 @@
#include "geany.h"
+#include "support.h"
+
+#ifdef HAVE_LOCALE_H
+# include <locale.h>
+#endif
+
#include "ui_utils.h"
#include "sciwrappers.h"
@@ -350,6 +356,10 @@
}
void plugin_init(G_GNUC_UNUSED GeanyData *data){
+
+ /* init gettext and friends */
+ main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
+
menu_item_shift_left = gtk_menu_item_new_with_mnemonic(_("Shift Left"));
gtk_widget_show(menu_item_shift_left);
gtk_container_add(GTK_CONTAINER(geany->main_widgets->tools_menu),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 536
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=536&view=rev
Author: kugel-
Date: 2009-03-07 20:13:26 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
Make local function static.
Modified Paths:
--------------
trunk/geanyvc/geanyvc.c
Modified: trunk/geanyvc/geanyvc.c
===================================================================
--- trunk/geanyvc/geanyvc.c 2009-03-07 19:43:19 UTC (rev 535)
+++ trunk/geanyvc/geanyvc.c 2009-03-07 20:13:26 UTC (rev 536)
@@ -1144,7 +1144,7 @@
gtk_tree_path_free(path);
}
-gboolean
+static gboolean
toggle_all_commit_files (GtkTreeModel *model, GtkTreePath *path,
GtkTreeIter *iter, gpointer data)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.