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

List:       kde-commits
Subject:    kdenonbeta/krecipes/src (silent)
From:       Jason Kivlighn <confederacy2 () excite ! com>
Date:       2004-05-10 2:17:56
Message-ID: 20040510021756.427142500 () office ! kde ! org
[Download RAW message or body]

CVS commit by jkivlighn: 

CVS_SILENT: Documentation updates


  M +5 -1      krecipes.cpp   1.60
  M +2 -2      mixednumber.h   1.11


--- kdenonbeta/krecipes/src/krecipes.cpp  #1.59:1.60
@@ -24,4 +24,5 @@
 #include "importers/nycgenericimporter.h"
 #include "importers/recipemlimporter.h"
+#include "importers/rezkonvimporter.h"
 
 #include "recipe.h"
@@ -218,5 +219,6 @@ void Krecipes::import()
           "*.mmf *.txt|Meal-Master Format (*.mmf, *.txt)\n"
           "*.txt|\"Now You're Cooking\" Generic Export (*.txt)\n"
-          "*.xml *.recipeml|RecipeML (*.xml, *.recipeml)",
+          "*.xml *.recipeml|RecipeML (*.xml, *.recipeml)\n"
+          "*.rk *.txt|Rezkonv Format (*.rk, *.txt)",
           this,
           "file_dialog",
@@ -244,4 +246,6 @@ void Krecipes::import()
                 else if ( selected_filter == "*.xml *.recipeml" )
                         importer = new RecipeMLImporter();
+                else if ( selected_filter == "*.rk *.txt" )
+                        importer = new RezkonvImporter();
                 else
                 {

--- kdenonbeta/krecipes/src/mixednumber.h  #1.10:1.11
@@ -14,10 +14,10 @@
 #include <qstring.h>
 
-//remove any extra zeros on the end of the string and the decimal if a whole number
+/** remove any extra zeros on the end of the string and the decimal if a whole number */
 QString beautify(const QString &num);
 
 class KLocale;
 
-/** A class to hold a mixed number.
+/** A class to hold and manipulate a mixed number.
   * @author Jason Kivlighn
   */


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

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