[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/utils/keurocalc
From:       Éric Bischoff <bischoff () kde ! org>
Date:       2014-01-02 13:21:48
Message-ID: E1VyiDc-0001sg-Sm () scm ! kde ! org
[Download RAW message or body]

SVN commit 1374160 by bischoff:

Version 1.2.1 : Latvia becomes 18th member of Eurozone, fixed rate from \
Wikipedia


 M  +1 -1      curconvd/converter.cpp  
 M  +1 -1      curconvd/converter.h  
 M  +3 -3      curconvd/main.cpp  
 M  +1 -1      curconvd/table.cpp  
 M  +1 -1      curconvd/table.h  
 M  +1 -1      currencies/currencies.cpp  
 M  +1 -1      currencies/currencies.h  
 M  +1 -0      currencies/currencies.xml  
 M  +1 -1      keurocalc/keurocalc.cpp  
 M  +1 -1      keurocalc/keurocalc.h  
 M  +2 -2      keurocalc/main.cpp  
 M  +1 -1      keurocalc/preferences.cpp  
 M  +1 -1      keurocalc/preferences.h  


--- trunk/extragear/utils/keurocalc/curconvd/converter.cpp #1374159:1374160
@@ -2,7 +2,7 @@
                           converter.cpp  -  d-bus service
                              -------------------
     begin                : lun nov 13 11:22:05 CET 2006
-    copyright            : (C) 2006-2012 by Éric Bischoff
+    copyright            : (C) 2006-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/curconvd/converter.h #1374159:1374160
@@ -2,7 +2,7 @@
                           converter.h  -  d-bus service
                              -------------------
     begin                : lun nov 13 11:28:34 CET 2006
-    copyright            : (C) 2006-2012 by Éric Bischoff
+    copyright            : (C) 2006-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/curconvd/main.cpp #1374159:1374160
@@ -2,7 +2,7 @@
                           main.cpp  -  main program
                              -------------------
     begin                : lun nov 13 11:22:05 CET 2006
-    copyright            : (C) 2006-2012 by Éric Bischoff
+    copyright            : (C) 2006-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
@@ -29,12 +29,12 @@
 static const char
 	*name =	I18N_NOOP("CurConvD"),
 	*description = I18N_NOOP("A currency converter daemon"),
-	*copyright = I18N_NOOP("(c) 2006-2012, the curconvd developers"),
+	*copyright = I18N_NOOP("(c) 2006-2014, the curconvd developers"),
 	*text = I18N_NOOP("A program by Éric Bischoff \
<ebischoff@nerim.net>\n\nTime Genie exchange rates courtesy of <a \
href='http://www.timegenie.com/' title='foreign exchange rates courtesy of \
Time Genie'>Time Genie</a>\n");  
 int main(int argc, char *argv[])
 {
-	KAboutData aboutData("curconvd", "curconvd", ki18n(name), "1.2.0", \
ki18n(description), +	KAboutData aboutData("curconvd", "curconvd", \
ki18n(name), "1.2.1", ki18n(description),  KAboutData::License_GPL, \
ki18n(copyright), ki18n(text));  KCmdLineOptions options;
 
--- trunk/extragear/utils/keurocalc/curconvd/table.cpp #1374159:1374160
@@ -2,7 +2,7 @@
                           table.cpp  -  conversion table
                              -------------------
     begin                : jeu nov 23 21:03:30 CET 2006
-    copyright            : (C) 2006-2012 by Éric Bischoff
+    copyright            : (C) 2006-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/curconvd/table.h #1374159:1374160
@@ -2,7 +2,7 @@
                           table.h  -  conversion table
                              -------------------
     begin                : jeu nov 23 21:03:27 CET 2006
-    copyright            : (C) 2006-2012 by Éric Bischoff
+    copyright            : (C) 2006-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/currencies/currencies.cpp \
#1374159:1374160 @@ -2,7 +2,7 @@
                          currencies.cpp  -  list of currencies
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2012 by Éric Bischoff
+    copyright            : (C) 2001-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/currencies/currencies.h \
#1374159:1374160 @@ -2,7 +2,7 @@
                            currencies.h  -  list of currencies
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2012 by Éric Bischoff
+    copyright            : (C) 2001-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/currencies/currencies.xml \
#1374159:1374160 @@ -403,6 +403,7 @@
 		official-rules-precision = "1.0"
 		smallest-coin-precision = "1.0"
 		name = "Latvian latas"
+		fixed-rate = "0.702804"
 		/>
 	<currency
 		symbol = "م.د."
--- trunk/extragear/utils/keurocalc/keurocalc/keurocalc.cpp \
#1374159:1374160 @@ -2,7 +2,7 @@
                           keurocalc.cpp  -  main widget
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2012 by Éric Bischoff
+    copyright            : (C) 2001-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/keurocalc/keurocalc.h #1374159:1374160
@@ -2,7 +2,7 @@
                           keurocalc.h  -  main widget
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2012 by Éric Bischoff
+    copyright            : (C) 2001-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/keurocalc/main.cpp #1374159:1374160
@@ -2,7 +2,7 @@
                           main.cpp  -  main program
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2012 by Éric Bischoff
+    copyright            : (C) 2001-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
@@ -35,7 +35,7 @@
 
 int main(int argc, char *argv[])
 {
-	KAboutData aboutData("keurocalc", "keurocalc", ki18n(name), "1.2.0", \
ki18n(description), +	KAboutData aboutData("keurocalc", "keurocalc", \
ki18n(name), "1.2.1", ki18n(description),  KAboutData::License_GPL, \
ki18n(copyright), ki18n(text));  KCmdLineOptions options;
 
--- trunk/extragear/utils/keurocalc/keurocalc/preferences.cpp \
#1374159:1374160 @@ -2,7 +2,7 @@
                       preferences.cpp  -  preferences widget
                              -------------------
     begin                : lun avr 12 18:25:02 CET 2004
-    copyright            : (C) 2001-2012 by Éric Bischoff
+    copyright            : (C) 2001-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  
--- trunk/extragear/utils/keurocalc/keurocalc/preferences.h \
#1374159:1374160 @@ -2,7 +2,7 @@
                       preferences.h  -  preferences widget
                              -------------------
     begin                : lun avr 12 18:25:02 CET 2004
-    copyright            : (C) 2001-2012 by Éric Bischoff
+    copyright            : (C) 2001-2014 by Éric Bischoff
     email                : ebischoff@nerim.net
  ***************************************************************************/
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic