[Goodies-commits] r1868 - in xfce4-notes-plugin/trunk: . panel-plugin po

Mike Massonnet mmassonnet at xfce.org
Wed Aug 9 07:17:31 CEST 2006


Author: mmassonnet
Date: 2006-08-09 05:17:27 +0000 (Wed, 09 Aug 2006)
New Revision: 1868

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/panel-plugin/notes-options.c
   xfce4-notes-plugin/trunk/panel-plugin/notes-window.c
   xfce4-notes-plugin/trunk/po/de.po
   xfce4-notes-plugin/trunk/po/fr.po
   xfce4-notes-plugin/trunk/po/hu.po
   xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot
   xfce4-notes-plugin/trunk/po/zh_TW.po
Log:
        * panel-plugin/notes-window.c: Set angle 90 if the label is 
          dirty (it looks cool this way, I'm liking it:)).
        * panel-plugin/notes-options.c: Remove deprecated code.
        * po/xfce4-notes-plugin.pot, po/*.po: update.



Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2006-08-08 22:26:41 UTC (rev 1867)
+++ xfce4-notes-plugin/trunk/ChangeLog	2006-08-09 05:17:27 UTC (rev 1868)
@@ -1,5 +1,13 @@
+2006-08-09  Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes-window.c: Set angle 90 if the label is 
+	  dirty (it looks cool this way, I'm liking it:)).
+	* panel-plugin/notes-options.c: Remove deprecated code.
+	* po/xfce4-notes-plugin.pot, po/*.po: update.
+
 2006-08-08  Mike Massonnet <mmassonnet at gmail.com>
 
+	* === Released 1.3.90.2 ===
 	* panel-plugin/notes-window.c: Add a 3 pixel border around the 
 	  tab label text.  Rename the tabs on double clicking the tab 
 	  label.

Modified: xfce4-notes-plugin/trunk/panel-plugin/notes-options.c
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/notes-options.c	2006-08-08 22:26:41 UTC (rev 1867)
+++ xfce4-notes-plugin/trunk/panel-plugin/notes-options.c	2006-08-09 05:17:27 UTC (rev 1868)
@@ -109,20 +109,6 @@
 
     g_signal_connect (cb_stick, "toggled", G_CALLBACK (on_toggle_stick), notes);
 
-    hseparator = gtk_hseparator_new ();
-    gtk_box_pack_start (GTK_BOX (vbox), hseparator, FALSE, FALSE, 0);
-    //gtk_widget_show (hseparator);
-
-    cb_vscrollbar = 
-        gtk_check_button_new_with_label (_("Always show vertical scrollbar"));
-    gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (cb_vscrollbar), 
-                                  options->vscrollbar);
-    gtk_tooltips_set_tip (GTK_TOOLTIPS (notes->tooltips),
-                          cb_vscrollbar, _("A restart of the panel is needed"),
-                          NULL);
-    gtk_box_pack_start (GTK_BOX (vbox), cb_vscrollbar, FALSE, FALSE, 0);
-    //gtk_widget_show (cb_vscrollbar);
-
     g_signal_connect (cb_vscrollbar, "toggled", 
                       G_CALLBACK (on_toggle_vscrollbar), notes);
 

Modified: xfce4-notes-plugin/trunk/panel-plugin/notes-window.c
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/notes-window.c	2006-08-08 22:26:41 UTC (rev 1867)
+++ xfce4-notes-plugin/trunk/panel-plugin/notes-window.c	2006-08-09 05:17:27 UTC (rev 1868)
@@ -269,6 +269,7 @@
             page->label_dirty = TRUE;
             label = xfce_rc_read_entry (rc, label_entry, ":)");
             gtk_label_set_text (GTK_LABEL (page->label), label);
+            gtk_label_set_angle (GTK_LABEL (page->label), 90);
           }
 
         g_snprintf (note_entry, 12, "note%d", page->id);
@@ -426,6 +427,7 @@
 		page->label_dirty = TRUE;
 		gtk_label_set_text (GTK_LABEL (page->label),
 							gtk_entry_get_text (GTK_ENTRY (entry)));
+        gtk_label_set_angle (GTK_LABEL (page->label), 90);
       }
 
     g_slist_free (slist);
@@ -504,7 +506,9 @@
             page = (NotePage *)g_list_nth_data (notes->note->pages, id);
             buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (page->text));
             gtk_text_buffer_set_text (buffer, "", -1);
+
             gtk_label_set_text (GTK_LABEL (page->label), "1");
+            gtk_label_set_angle (GTK_LABEL (page->label), 0);
             if (rc)
               {
                 xfce_rc_delete_entry (rc, "label0", TRUE);

Modified: xfce4-notes-plugin/trunk/po/de.po
===================================================================
--- xfce4-notes-plugin/trunk/po/de.po	2006-08-08 22:26:41 UTC (rev 1867)
+++ xfce4-notes-plugin/trunk/po/de.po	2006-08-09 05:17:27 UTC (rev 1868)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: 1.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-01 21:40+0200\n"
+"POT-Creation-Date: 2006-08-08 19:28+0200\n"
 "PO-Revision-Date: 2006-08-08 18:27+0100\n"
 "Last-Translator: Jannis Pohlmann <jannis at xfce.org>\n"
 "Language-Team: German <xfce-i18n at xfce.org>\n"
@@ -17,9 +17,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/notes.c:244
-#: ../panel-plugin/notes-options.c:59
-#: ../panel-plugin/notes-window.c:62
+#: ../panel-plugin/notes.c:257 ../panel-plugin/notes-options.c:59
+#: ../panel-plugin/notes-window.c:64
 #: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:1
 msgid "Notes"
 msgstr "Notizen"
@@ -44,33 +43,26 @@
 msgid "Stick mode"
 msgstr "Festkleben"
 
-# is deprecated
-#: ../panel-plugin/notes-options.c:117
-msgid "Always show vertical scrollbar"
-msgstr ""
-
-# is deprecated
-#: ../panel-plugin/notes-options.c:121
-msgid "A restart of the panel is needed"
-msgstr ""
-
-#: ../panel-plugin/notes-window.c:99
+#: ../panel-plugin/notes-window.c:101
 msgid "Create new note"
 msgstr "Neue Notiz"
 
-#: ../panel-plugin/notes-window.c:115
+#: ../panel-plugin/notes-window.c:117
 msgid "Delete this note"
 msgstr "Diese Notiz löschen"
 
-#: ../panel-plugin/notes-window.c:140
+#: ../panel-plugin/notes-window.c:142
 msgid "<b>Notes</b>"
 msgstr "<b>Notizen</b>"
 
-#: ../panel-plugin/notes-window.c:374
+#: ../panel-plugin/notes-window.c:378
+msgid "Rename"
+msgstr "Umbenennen"
+
+#: ../panel-plugin/notes-window.c:460
 msgid "Are you sure you want to delete this note?"
 msgstr "Sind Sie sicher, dass Sie diese Notiz löschen möchten?"
 
 #: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:2
 msgid "Notes plugin for the Xfce4 desktop"
 msgstr "Einfache Notizenverwaltung"
-

Modified: xfce4-notes-plugin/trunk/po/fr.po
===================================================================
--- xfce4-notes-plugin/trunk/po/fr.po	2006-08-08 22:26:41 UTC (rev 1867)
+++ xfce4-notes-plugin/trunk/po/fr.po	2006-08-09 05:17:27 UTC (rev 1868)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-01 21:40+0200\n"
+"POT-Creation-Date: 2006-08-08 19:28+0200\n"
 "PO-Revision-Date: 2006-08-02 00:30+0100\n"
 "Last-Translator: Mike Massonnet <mmassonnet at gmail.com>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -17,9 +17,8 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/notes.c:244
-#: ../panel-plugin/notes-options.c:59
-#: ../panel-plugin/notes-window.c:62
+#: ../panel-plugin/notes.c:257 ../panel-plugin/notes-options.c:59
+#: ../panel-plugin/notes-window.c:64
 #: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:1
 msgid "Notes"
 msgstr "Notes"
@@ -44,29 +43,23 @@
 msgid "Stick mode"
 msgstr "Coller sur tous les bureaux"
 
-# is deprecated
-#: ../panel-plugin/notes-options.c:117
-msgid "Always show vertical scrollbar"
-msgstr ""
-
-# is deprecated
-#: ../panel-plugin/notes-options.c:121
-msgid "A restart of the panel is needed"
-msgstr ""
-
-#: ../panel-plugin/notes-window.c:99
+#: ../panel-plugin/notes-window.c:101
 msgid "Create new note"
 msgstr "Créer une nouvelle note"
 
-#: ../panel-plugin/notes-window.c:115
+#: ../panel-plugin/notes-window.c:117
 msgid "Delete this note"
 msgstr "Supprimer cette note"
 
-#: ../panel-plugin/notes-window.c:140
+#: ../panel-plugin/notes-window.c:142
 msgid "<b>Notes</b>"
 msgstr "<b>Notes</b>"
 
-#: ../panel-plugin/notes-window.c:374
+#: ../panel-plugin/notes-window.c:378
+msgid "Rename"
+msgstr "Renommer"
+
+#: ../panel-plugin/notes-window.c:460
 msgid "Are you sure you want to delete this note?"
 msgstr "Êtes-vous certain(e) de vouloir supprimer cette note ?"
 
@@ -74,8 +67,3 @@
 msgid "Notes plugin for the Xfce4 desktop"
 msgstr "Des Post-It pour le bureau Xfce4"
 
-#~ msgid "Notes Plugin"
-#~ msgstr "Greffon Notes"
-#~ msgid "Open a new page"
-#~ msgstr "Ouvrir une nouvelle page"
-

Modified: xfce4-notes-plugin/trunk/po/hu.po
===================================================================
--- xfce4-notes-plugin/trunk/po/hu.po	2006-08-08 22:26:41 UTC (rev 1867)
+++ xfce4-notes-plugin/trunk/po/hu.po	2006-08-09 05:17:27 UTC (rev 1868)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-01 21:40+0200\n"
+"POT-Creation-Date: 2006-08-08 19:28+0200\n"
 "PO-Revision-Date: 2006-08-02 11:05+0100\n"
 "Last-Translator: SZERVÑC Attila <sas at 321.hu>\n"
 "Language-Team: hu\n"
@@ -13,9 +13,8 @@
 "X-Poedit-Language: Hungarian\n"
 "X-Poedit-Country: HUNGARY\n"
 
-#: ../panel-plugin/notes.c:244
-#: ../panel-plugin/notes-options.c:59
-#: ../panel-plugin/notes-window.c:62
+#: ../panel-plugin/notes.c:257 ../panel-plugin/notes-options.c:59
+#: ../panel-plugin/notes-window.c:64
 #: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:1
 msgid "Notes"
 msgstr "Jegyzetek"
@@ -40,27 +39,23 @@
 msgid "Stick mode"
 msgstr "Kitűzés"
 
-#: ../panel-plugin/notes-options.c:117
-msgid "Always show vertical scrollbar"
-msgstr "Függőleges görgetősáv mindig"
-
-#: ../panel-plugin/notes-options.c:121
-msgid "A restart of the panel is needed"
-msgstr "A panel újraindítása szükséges"
-
-#: ../panel-plugin/notes-window.c:99
+#: ../panel-plugin/notes-window.c:101
 msgid "Create new note"
 msgstr "Új jegyzet"
 
-#: ../panel-plugin/notes-window.c:115
+#: ../panel-plugin/notes-window.c:117
 msgid "Delete this note"
 msgstr "Jegyzet törlése"
 
-#: ../panel-plugin/notes-window.c:140
+#: ../panel-plugin/notes-window.c:142
 msgid "<b>Notes</b>"
 msgstr "<b>Jegyzetek</b>"
 
-#: ../panel-plugin/notes-window.c:374
+#: ../panel-plugin/notes-window.c:378
+msgid "Rename"
+msgstr ""
+
+#: ../panel-plugin/notes-window.c:460
 msgid "Are you sure you want to delete this note?"
 msgstr "Tényleg törlöd e bejegyzést?"
 
@@ -68,14 +63,21 @@
 msgid "Notes plugin for the Xfce4 desktop"
 msgstr "Jegyzettömb beillesztés az Xfce4 panelhoz"
 
+#~ msgid "Always show vertical scrollbar"
+#~ msgstr "Függőleges görgetősáv mindig"
+
+#~ msgid "A restart of the panel is needed"
+#~ msgstr "A panel újraindítása szükséges"
+
 #~ msgid "Notes Plugin"
 #~ msgstr "Jegyzetek beillesztés"
+
 #~ msgid "Open a new page"
 #~ msgstr "Új lapot nyit"
+
 #~ msgid ""
 #~ "Notes\n"
 #~ "Click this button to show/hide your notes"
 #~ msgstr ""
 #~ "Jegyzetek\n"
 #~ "Kattints e gombra jegyzeteid mutatásához/elrejtéséhez"
-

Modified: xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot
===================================================================
--- xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot	2006-08-08 22:26:41 UTC (rev 1867)
+++ xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot	2006-08-09 05:17:27 UTC (rev 1868)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-01 21:40+0200\n"
+"POT-Creation-Date: 2006-08-08 19:28+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,8 +16,8 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/notes.c:244 ../panel-plugin/notes-options.c:59
-#: ../panel-plugin/notes-window.c:62
+#: ../panel-plugin/notes.c:257 ../panel-plugin/notes-options.c:59
+#: ../panel-plugin/notes-window.c:64
 #: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:1
 msgid "Notes"
 msgstr ""
@@ -42,27 +42,23 @@
 msgid "Stick mode"
 msgstr ""
 
-#: ../panel-plugin/notes-options.c:117
-msgid "Always show vertical scrollbar"
-msgstr ""
-
-#: ../panel-plugin/notes-options.c:121
-msgid "A restart of the panel is needed"
-msgstr ""
-
-#: ../panel-plugin/notes-window.c:99
+#: ../panel-plugin/notes-window.c:101
 msgid "Create new note"
 msgstr ""
 
-#: ../panel-plugin/notes-window.c:115
+#: ../panel-plugin/notes-window.c:117
 msgid "Delete this note"
 msgstr ""
 
-#: ../panel-plugin/notes-window.c:140
+#: ../panel-plugin/notes-window.c:142
 msgid "<b>Notes</b>"
 msgstr ""
 
-#: ../panel-plugin/notes-window.c:374
+#: ../panel-plugin/notes-window.c:378
+msgid "Rename"
+msgstr ""
+
+#: ../panel-plugin/notes-window.c:460
 msgid "Are you sure you want to delete this note?"
 msgstr ""
 

Modified: xfce4-notes-plugin/trunk/po/zh_TW.po
===================================================================
--- xfce4-notes-plugin/trunk/po/zh_TW.po	2006-08-08 22:26:41 UTC (rev 1867)
+++ xfce4-notes-plugin/trunk/po/zh_TW.po	2006-08-09 05:17:27 UTC (rev 1868)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-notes-plugin 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-01 21:40+0200\n"
+"POT-Creation-Date: 2006-08-08 19:28+0200\n"
 "PO-Revision-Date: 2006-07-25 16:52+0800\n"
 "Last-Translator: Cosmo Chene <cosmolax at gmail.com>\n"
 "Language-Team: Tradictional Chinese <zh-l10n at linux.org.tw>\n"
@@ -16,8 +16,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/notes.c:244 ../panel-plugin/notes-options.c:59
-#: ../panel-plugin/notes-window.c:62
+#: ../panel-plugin/notes.c:257 ../panel-plugin/notes-options.c:59
+#: ../panel-plugin/notes-window.c:64
 #: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:1
 msgid "Notes"
 msgstr "小筆記"
@@ -44,27 +44,23 @@
 msgid "Stick mode"
 msgstr "附黏模式"
 
-#: ../panel-plugin/notes-options.c:117
-msgid "Always show vertical scrollbar"
-msgstr "永遠顯示垂直捲動條"
-
-#: ../panel-plugin/notes-options.c:121
-msgid "A restart of the panel is needed"
-msgstr "需要重新啟動面板"
-
-#: ../panel-plugin/notes-window.c:99
+#: ../panel-plugin/notes-window.c:101
 msgid "Create new note"
 msgstr ""
 
-#: ../panel-plugin/notes-window.c:115
+#: ../panel-plugin/notes-window.c:117
 msgid "Delete this note"
 msgstr ""
 
-#: ../panel-plugin/notes-window.c:140
+#: ../panel-plugin/notes-window.c:142
 msgid "<b>Notes</b>"
 msgstr "<b>小筆記</b>"
 
-#: ../panel-plugin/notes-window.c:374
+#: ../panel-plugin/notes-window.c:378
+msgid "Rename"
+msgstr ""
+
+#: ../panel-plugin/notes-window.c:460
 msgid "Are you sure you want to delete this note?"
 msgstr ""
 
@@ -73,6 +69,12 @@
 msgid "Notes plugin for the Xfce4 desktop"
 msgstr "Xfce4 面板上的小筆記外掛程式"
 
+#~ msgid "Always show vertical scrollbar"
+#~ msgstr "永遠顯示垂直捲動條"
+
+#~ msgid "A restart of the panel is needed"
+#~ msgstr "需要重新啟動面板"
+
 #~ msgid "Notes Plugin"
 #~ msgstr "小筆記外掛"
 




More information about the Goodies-commits mailing list