pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp lib/gtksheet/gsheet-uniform-row.c po/de.po...


From: John Darrington
Subject: [Pspp-cvs] pspp lib/gtksheet/gsheet-uniform-row.c po/de.po...
Date: Sat, 08 Mar 2008 00:55:45 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   08/03/08 00:55:45

Modified files:
        lib/gtksheet   : gsheet-uniform-row.c 
        po             : de.po en_GB.po 

Log message:
        Finish moving sheet model to new interface.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/lib/gtksheet/gsheet-uniform-row.c?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/po/de.po?cvsroot=pspp&r1=1.102&r2=1.103
http://cvs.savannah.gnu.org/viewcvs/pspp/po/en_GB.po?cvsroot=pspp&r1=1.118&r2=1.119

Patches:
Index: lib/gtksheet/gsheet-uniform-row.c
===================================================================
RCS file: /sources/pspp/pspp/lib/gtksheet/gsheet-uniform-row.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- lib/gtksheet/gsheet-uniform-row.c   8 Jul 2007 10:49:30 -0000       1.8
+++ lib/gtksheet/gsheet-uniform-row.c   8 Mar 2008 00:55:44 -0000       1.9
@@ -96,7 +96,7 @@
 }
 
 static gint
-g_sheet_uniform_row_get_height (const GSheetRow *geom, glong u, gpointer data)
+g_sheet_uniform_row_get_height (const GSheetRow *geom, glong u)
 {
   GSheetUniformRow *ug = G_SHEET_UNIFORM_ROW(geom);
 
@@ -104,8 +104,7 @@
 }
 
 static gboolean
-g_sheet_uniform_row_get_sensitivity (const GSheetRow *geom, glong u,
-                                    gpointer data)
+g_sheet_uniform_row_get_sensitivity (const GSheetRow *geom, glong u)
 {
   GSheetUniformRow *ug = G_SHEET_UNIFORM_ROW(geom);
 
@@ -114,8 +113,7 @@
 
 
 static gboolean
-g_sheet_uniform_row_get_visibility (const GSheetRow *geom, glong u,
-                                   gpointer data)
+g_sheet_uniform_row_get_visibility (const GSheetRow *geom, glong u)
 {
   GSheetUniformRow *ug = G_SHEET_UNIFORM_ROW (geom);
 
@@ -124,7 +122,7 @@
 
 
 static gchar *
-g_sheet_uniform_row_get_button_label(const GSheetRow *geom, glong u, gpointer 
data)
+g_sheet_uniform_row_get_button_label (const GSheetRow *geom, glong u)
 {
   gchar *label = g_strdup_printf("%ld", u);
 
@@ -134,7 +132,7 @@
 
 
 static glong
-g_sheet_uniform_row_get_row_count (const GSheetRow *geom, gpointer data)
+g_sheet_uniform_row_get_row_count (const GSheetRow *geom)
 {
   GSheetUniformRow *ug = G_SHEET_UNIFORM_ROW(geom);
 
@@ -167,7 +165,7 @@
 
 
 static guint
-g_sheet_uniform_row_top_ypixel (const GSheetRow *geo, glong row, gpointer data)
+g_sheet_uniform_row_top_ypixel (const GSheetRow *geo, glong row)
 {
   GSheetUniformRow *ug = G_SHEET_UNIFORM_ROW(geo);
 
@@ -175,15 +173,14 @@
 }
 
 static glong
-g_sheet_uniform_row_pixel_to_row (const GSheetRow *geo, guint pixel,
-                                gpointer data)
+g_sheet_uniform_row_pixel_to_row (const GSheetRow *geo, guint pixel)
 {
   GSheetUniformRow *ug = G_SHEET_UNIFORM_ROW(geo);
 
   gint row = pixel / ug->height;
 
-  if (row >= g_sheet_uniform_row_get_row_count(geo, data))
-    row = g_sheet_uniform_row_get_row_count(geo, data) -1;
+  if (row >= g_sheet_uniform_row_get_row_count(geo))
+    row = g_sheet_uniform_row_get_row_count(geo) - 1;
 
   return row;
 }

Index: po/de.po
===================================================================
RCS file: /sources/pspp/pspp/po/de.po,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- po/de.po    6 Mar 2008 09:47:13 -0000       1.102
+++ po/de.po    8 Mar 2008 00:55:45 -0000       1.103
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: PSPP 0.4.3\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2008-03-06 18:35+0900\n"
+"POT-Creation-Date: 2008-03-08 09:47+0900\n"
 "PO-Revision-Date: 2006-07-28 19:32+0800\n"
 "Last-Translator: John Darrington <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
@@ -216,13 +216,13 @@
 msgid "scratch"
 msgstr ""
 
-#: src/data/dictionary.c:870
+#: src/data/dictionary.c:882
 msgid ""
 "At least one case in the data file had a weight value that was user-missing, "
 "system-missing, zero, or negative.  These case(s) were ignored."
 msgstr ""
 
-#: src/data/dictionary.c:1168
+#: src/data/dictionary.c:1180
 #, c-format
 msgid "Truncating document line to %d bytes."
 msgstr ""
@@ -1287,7 +1287,7 @@
 msgstr ""
 
 #: src/language/data-io/data-parser.c:643 src/language/data-io/print.c:404
-#: src/ui/gui/crosstabs.glade:92 src/ui/gui/psppire-var-sheet.c:103
+#: src/ui/gui/crosstabs.glade:92 src/ui/gui/psppire-var-sheet.c:107
 msgid "Columns"
 msgstr "Spalten"
 
@@ -1884,7 +1884,7 @@
 #: src/language/dictionary/split-file.c:86
 #: src/language/dictionary/sys-file-info.c:397
 #: src/language/dictionary/sys-file-info.c:564 src/ui/gui/crosstabs.glade:275
-#: src/ui/gui/psppire.glade:2099 src/ui/gui/psppire-var-sheet.c:100
+#: src/ui/gui/psppire.glade:2099 src/ui/gui/psppire-var-sheet.c:104
 msgid "Label"
 msgstr "Kennsatz"
 
@@ -2048,17 +2048,17 @@
 msgstr "Messe"
 
 #: src/language/dictionary/sys-file-info.c:495
-#: src/ui/gui/psppire-var-sheet.c:119
+#: src/ui/gui/psppire-var-sheet.c:123
 msgid "Nominal"
 msgstr "Nominalwert"
 
 #: src/language/dictionary/sys-file-info.c:496
-#: src/ui/gui/psppire-var-sheet.c:120
+#: src/ui/gui/psppire-var-sheet.c:124
 msgid "Ordinal"
 msgstr "Ordinalwert"
 
 #: src/language/dictionary/sys-file-info.c:497
-#: src/ui/gui/psppire-var-sheet.c:121
+#: src/ui/gui/psppire-var-sheet.c:125
 msgid "Scale"
 msgstr "Skalwert"
 
@@ -2068,17 +2068,17 @@
 msgstr ""
 
 #: src/language/dictionary/sys-file-info.c:501
-#: src/ui/gui/psppire-var-sheet.c:112
+#: src/ui/gui/psppire-var-sheet.c:116
 msgid "Left"
 msgstr "Links"
 
 #: src/language/dictionary/sys-file-info.c:502
-#: src/ui/gui/psppire-var-sheet.c:114
+#: src/ui/gui/psppire-var-sheet.c:118
 msgid "Center"
 msgstr "Mittel"
 
 #: src/language/dictionary/sys-file-info.c:503
-#: src/ui/gui/psppire-var-sheet.c:113
+#: src/ui/gui/psppire-var-sheet.c:117
 msgid "Right"
 msgstr "Rechts"
 
@@ -2751,7 +2751,7 @@
 
 #: src/language/stats/crosstabs.q:859 src/language/stats/examine.q:917
 #: src/language/stats/frequencies.q:1128 src/language/stats/frequencies.q:1407
-#: src/ui/gui/psppire-var-sheet.c:102
+#: src/ui/gui/psppire-var-sheet.c:106
 msgid "Missing"
 msgstr "Löse"
 
@@ -2855,7 +2855,7 @@
 msgstr ""
 
 #: src/language/stats/crosstabs.q:1221 src/ui/gui/psppire.glade:2223
-#: src/ui/gui/psppire-var-sheet.c:97
+#: src/ui/gui/psppire-var-sheet.c:101
 msgid "Type"
 msgstr "Typ"
 
@@ -5838,7 +5838,7 @@
 msgid "Use expression as label"
 msgstr ""
 
-#: src/ui/gui/psppire.glade:2187 src/ui/gui/psppire-var-sheet.c:98
+#: src/ui/gui/psppire.glade:2187 src/ui/gui/psppire-var-sheet.c:102
 msgid "Width"
 msgstr "Große"
 
@@ -5877,23 +5877,23 @@
 msgid "Search backward"
 msgstr ""
 
-#: src/ui/gui/psppire-var-sheet.c:96
+#: src/ui/gui/psppire-var-sheet.c:100
 msgid "Name"
 msgstr "Name"
 
-#: src/ui/gui/psppire-var-sheet.c:99
+#: src/ui/gui/psppire-var-sheet.c:103
 msgid "Decimals"
 msgstr "Dezimalstellen"
 
-#: src/ui/gui/psppire-var-sheet.c:101
+#: src/ui/gui/psppire-var-sheet.c:105
 msgid "Values"
 msgstr "Werten"
 
-#: src/ui/gui/psppire-var-sheet.c:104
+#: src/ui/gui/psppire-var-sheet.c:108
 msgid "Align"
 msgstr "Einstellung"
 
-#: src/ui/gui/psppire-var-sheet.c:105
+#: src/ui/gui/psppire-var-sheet.c:109
 msgid "Measure"
 msgstr "Messe"
 

Index: po/en_GB.po
===================================================================
RCS file: /sources/pspp/pspp/po/en_GB.po,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- po/en_GB.po 6 Mar 2008 09:47:14 -0000       1.118
+++ po/en_GB.po 8 Mar 2008 00:55:45 -0000       1.119
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PSPP 0.4.3\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2008-03-06 18:35+0900\n"
+"POT-Creation-Date: 2008-03-08 09:47+0900\n"
 "PO-Revision-Date: 2007-09-15 08:29+0800\n"
 "Last-Translator: John Darrington <address@hidden>\n"
 "Language-Team: John Darrington <address@hidden>\n"
@@ -211,13 +211,13 @@
 msgid "scratch"
 msgstr ""
 
-#: src/data/dictionary.c:870
+#: src/data/dictionary.c:882
 msgid ""
 "At least one case in the data file had a weight value that was user-missing, "
 "system-missing, zero, or negative.  These case(s) were ignored."
 msgstr ""
 
-#: src/data/dictionary.c:1168
+#: src/data/dictionary.c:1180
 #, c-format
 msgid "Truncating document line to %d bytes."
 msgstr ""
@@ -1279,7 +1279,7 @@
 msgstr ""
 
 #: src/language/data-io/data-parser.c:643 src/language/data-io/print.c:404
-#: src/ui/gui/crosstabs.glade:92 src/ui/gui/psppire-var-sheet.c:103
+#: src/ui/gui/crosstabs.glade:92 src/ui/gui/psppire-var-sheet.c:107
 msgid "Columns"
 msgstr ""
 
@@ -1875,7 +1875,7 @@
 #: src/language/dictionary/split-file.c:86
 #: src/language/dictionary/sys-file-info.c:397
 #: src/language/dictionary/sys-file-info.c:564 src/ui/gui/crosstabs.glade:275
-#: src/ui/gui/psppire.glade:2099 src/ui/gui/psppire-var-sheet.c:100
+#: src/ui/gui/psppire.glade:2099 src/ui/gui/psppire-var-sheet.c:104
 msgid "Label"
 msgstr ""
 
@@ -2039,17 +2039,17 @@
 msgstr ""
 
 #: src/language/dictionary/sys-file-info.c:495
-#: src/ui/gui/psppire-var-sheet.c:119
+#: src/ui/gui/psppire-var-sheet.c:123
 msgid "Nominal"
 msgstr ""
 
 #: src/language/dictionary/sys-file-info.c:496
-#: src/ui/gui/psppire-var-sheet.c:120
+#: src/ui/gui/psppire-var-sheet.c:124
 msgid "Ordinal"
 msgstr ""
 
 #: src/language/dictionary/sys-file-info.c:497
-#: src/ui/gui/psppire-var-sheet.c:121
+#: src/ui/gui/psppire-var-sheet.c:125
 msgid "Scale"
 msgstr ""
 
@@ -2059,17 +2059,17 @@
 msgstr ""
 
 #: src/language/dictionary/sys-file-info.c:501
-#: src/ui/gui/psppire-var-sheet.c:112
+#: src/ui/gui/psppire-var-sheet.c:116
 msgid "Left"
 msgstr ""
 
 #: src/language/dictionary/sys-file-info.c:502
-#: src/ui/gui/psppire-var-sheet.c:114
+#: src/ui/gui/psppire-var-sheet.c:118
 msgid "Center"
 msgstr "Centre"
 
 #: src/language/dictionary/sys-file-info.c:503
-#: src/ui/gui/psppire-var-sheet.c:113
+#: src/ui/gui/psppire-var-sheet.c:117
 msgid "Right"
 msgstr ""
 
@@ -2742,7 +2742,7 @@
 
 #: src/language/stats/crosstabs.q:859 src/language/stats/examine.q:917
 #: src/language/stats/frequencies.q:1128 src/language/stats/frequencies.q:1407
-#: src/ui/gui/psppire-var-sheet.c:102
+#: src/ui/gui/psppire-var-sheet.c:106
 msgid "Missing"
 msgstr ""
 
@@ -2846,7 +2846,7 @@
 msgstr ""
 
 #: src/language/stats/crosstabs.q:1221 src/ui/gui/psppire.glade:2223
-#: src/ui/gui/psppire-var-sheet.c:97
+#: src/ui/gui/psppire-var-sheet.c:101
 msgid "Type"
 msgstr ""
 
@@ -5758,7 +5758,7 @@
 msgid "Use expression as label"
 msgstr ""
 
-#: src/ui/gui/psppire.glade:2187 src/ui/gui/psppire-var-sheet.c:98
+#: src/ui/gui/psppire.glade:2187 src/ui/gui/psppire-var-sheet.c:102
 msgid "Width"
 msgstr ""
 
@@ -5794,23 +5794,23 @@
 msgid "Search backward"
 msgstr ""
 
-#: src/ui/gui/psppire-var-sheet.c:96
+#: src/ui/gui/psppire-var-sheet.c:100
 msgid "Name"
 msgstr ""
 
-#: src/ui/gui/psppire-var-sheet.c:99
+#: src/ui/gui/psppire-var-sheet.c:103
 msgid "Decimals"
 msgstr ""
 
-#: src/ui/gui/psppire-var-sheet.c:101
+#: src/ui/gui/psppire-var-sheet.c:105
 msgid "Values"
 msgstr ""
 
-#: src/ui/gui/psppire-var-sheet.c:104
+#: src/ui/gui/psppire-var-sheet.c:108
 msgid "Align"
 msgstr ""
 
-#: src/ui/gui/psppire-var-sheet.c:105
+#: src/ui/gui/psppire-var-sheet.c:109
 msgid "Measure"
 msgstr ""
 




reply via email to

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