pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp po/de.po po/pspp.pot src/ui/gui/ChangeLog ...


From: John Darrington
Subject: [Pspp-cvs] pspp po/de.po po/pspp.pot src/ui/gui/ChangeLog ...
Date: Mon, 25 Dec 2006 02:29:11 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   06/12/25 02:29:11

Modified files:
        po             : de.po pspp.pot 
        src/ui/gui     : ChangeLog psppire-dict.c psppire-dict.h 

Log message:
        Removed signal emissions from psppire-dict.c

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/po/de.po?cvsroot=pspp&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/pspp/po/pspp.pot?cvsroot=pspp&r1=1.112&r2=1.113
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/ChangeLog?cvsroot=pspp&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/psppire-dict.c?cvsroot=pspp&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/psppire-dict.h?cvsroot=pspp&r1=1.11&r2=1.12

Patches:
Index: po/de.po
===================================================================
RCS file: /sources/pspp/pspp/po/de.po,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- po/de.po    24 Dec 2006 22:30:22 -0000      1.28
+++ po/de.po    25 Dec 2006 02:29:11 -0000      1.29
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: PSPP 0.4.2\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-12-25 07:26+0900\n"
+"POT-Creation-Date: 2006-12-25 11:19+0900\n"
 "PO-Revision-Date: 2006-05-26 17:49+0800\n"
 "Last-Translator: John Darrington <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
@@ -4388,19 +4388,19 @@
 msgid "Sort by:"
 msgstr ""
 
-#: src/ui/gui/message-dialog.c:123
+#: src/ui/gui/message-dialog.c:122
 msgid "Script Error"
 msgstr "Skript Fehler"
 
-#: src/ui/gui/message-dialog.c:127
+#: src/ui/gui/message-dialog.c:126
 msgid "Data File Error"
 msgstr "Datei Fehler"
 
-#: src/ui/gui/message-dialog.c:132
+#: src/ui/gui/message-dialog.c:131
 msgid "PSPP Error"
 msgstr "PSPP Fehler"
 
-#: src/ui/gui/message-dialog.c:143
+#: src/ui/gui/message-dialog.c:142
 #, c-format
 msgid "%s (line %d) %s"
 msgstr ""

Index: po/pspp.pot
===================================================================
RCS file: /sources/pspp/pspp/po/pspp.pot,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- po/pspp.pot 24 Dec 2006 22:30:22 -0000      1.112
+++ po/pspp.pot 25 Dec 2006 02:29:11 -0000      1.113
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-12-25 07:26+0900\n"
+"POT-Creation-Date: 2006-12-25 11:19+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
@@ -4375,19 +4375,19 @@
 msgid "Sort by:"
 msgstr ""
 
-#: src/ui/gui/message-dialog.c:123
+#: src/ui/gui/message-dialog.c:122
 msgid "Script Error"
 msgstr ""
 
-#: src/ui/gui/message-dialog.c:127
+#: src/ui/gui/message-dialog.c:126
 msgid "Data File Error"
 msgstr ""
 
-#: src/ui/gui/message-dialog.c:132
+#: src/ui/gui/message-dialog.c:131
 msgid "PSPP Error"
 msgstr ""
 
-#: src/ui/gui/message-dialog.c:143
+#: src/ui/gui/message-dialog.c:142
 #, c-format
 msgid "%s (line %d) %s"
 msgstr ""

Index: src/ui/gui/ChangeLog
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- src/ui/gui/ChangeLog        24 Dec 2006 23:50:59 -0000      1.31
+++ src/ui/gui/ChangeLog        25 Dec 2006 02:29:11 -0000      1.32
@@ -1,3 +1,8 @@
+Mon Dec 25 11:28:29 WST 2006 John Darrington <address@hidden>
+
+       * psppire-dict.c psppire-dict.h: Removed explicit signal emit calls.
+       These are not required, now that src/data/dictionary.c has callbacks
+
 Mon Dec 25 08:49:57 WST 2006 John Darrington <address@hidden>
 
        * var-sheet.c val-labs-dialog.c val-labs-dialog.h: Fixed bug in value

Index: src/ui/gui/psppire-dict.c
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/psppire-dict.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- src/ui/gui/psppire-dict.c   24 Dec 2006 23:08:25 -0000      1.17
+++ src/ui/gui/psppire-dict.c   25 Dec 2006 02:29:11 -0000      1.18
@@ -253,8 +253,6 @@
   var = dict_create_var (d->dict, name, 0);
 
   dict_reorder_var (d->dict, var, idx);
-
-  g_signal_emit (d, signal[VARIABLE_INSERTED], 0, idx );
 }
 
 /* Delete N variables beginning at FIRST */
@@ -278,8 +276,6 @@
       dict_delete_var (d->dict, var);
     }
   dict_compact_values (d->dict);
-
-  g_signal_emit (d, signal[VARIABLES_DELETED], 0, first, idx );
 }
 
 
@@ -296,13 +292,11 @@
       /* This is an existing variable? */
       var = dict_get_var (d->dict, idx);
       dict_rename_var (d->dict, var, name);
-      g_signal_emit (d, signal[VARIABLE_CHANGED], 0, idx);
     }
   else
     {
       /* new variable */
       dict_create_var (d->dict, name, 0);
-      g_signal_emit (d, signal[VARIABLE_INSERTED], 0, idx);
     }
 }
 
@@ -346,15 +340,6 @@
 }
 
 
-void
-psppire_dict_var_changed (PsppireDict *d, gint idx)
-{
-  g_return_if_fail (d);
-
-  g_signal_emit (d, signal[VARIABLE_CHANGED], 0, idx);
-}
-
-
 /* Clears the contents of D */
 void
 psppire_dict_clear (PsppireDict *d)
@@ -366,8 +351,6 @@
     const gint n_vars = dict_get_var_cnt (d->dict);
 
     dict_clear (d->dict);
-
-    g_signal_emit (d, signal[VARIABLES_DELETED], 0, 0, n_vars );
   }
 }
 

Index: src/ui/gui/psppire-dict.h
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/psppire-dict.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- src/ui/gui/psppire-dict.h   24 Dec 2006 22:49:18 -0000      1.11
+++ src/ui/gui/psppire-dict.h   25 Dec 2006 02:29:11 -0000      1.12
@@ -78,15 +78,10 @@
 */
 struct variable * psppire_dict_lookup_var (const PsppireDict *d, const gchar 
*name);
 
-/* Tell the dictionary that one of its variable has changed */
-void psppire_dict_var_changed (PsppireDict *d, gint idx);
-
-
 /* Clears the contents of D */
 void psppire_dict_clear (PsppireDict *d);
 
 /* Return the IDXth variable */
-
 struct variable * psppire_dict_get_variable (PsppireDict *d, gint idx);
 
 /* Delete N variables beginning at FIRST */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]