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

List:       kde-commits
Subject:    koffice/kspread/plugins/scripting/scripts
From:       Sebastian Sauer <mail () dipe ! org>
Date:       2007-11-03 23:30:28
Message-ID: 1194132628.009024.10533.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 732476 by sebsauer:

added vCard import script.

 M  +1 -0      CMakeLists.txt  
 M  +1 -1      csvimport.py  
 M  +6 -0      scripts.rc  
 AM            vcardimport.py  


--- trunk/koffice/kspread/plugins/scripting/scripts/CMakeLists.txt #732475:732476
@@ -4,6 +4,7 @@
 
 install(FILES
     csvimport.py csvexport.py csvoptions.ui
+    vcardimport.py
     kexidbimport.py kexidbexport.py
     htmlexport.py htmlexportinfos.ui
     odfpyexport.py
--- trunk/koffice/kspread/plugins/scripting/scripts/csvimport.py #732475:732476
@@ -29,7 +29,7 @@
         self.openwidget.setMode("Opening")
         self.openwidget.setFilter("*.csv *.txt|Comma-Separated-Value Files\n*|All Files")
 
-        datapage = self.dialog.addPage("Import","Import to sheet beginning at cell","spreadsheet")
+        datapage = self.dialog.addPage("Import","Import to sheet beginning at cell","document-import")
         self.sheetslistview = KSpread.createSheetsListView(datapage)
         self.sheetslistview.setEditorType("Cell")
 
--- trunk/koffice/kspread/plugins/scripting/scripts/scripts.rc #732475:732476
@@ -8,6 +8,12 @@
             interpreter="python"
             file="extensions/csvimport.py" />
         <script
+            name="pyvcardimport"
+            text="vCard File"
+            comment="Import from a vCard File"
+            interpreter="python"
+            file="extensions/vcardimport.py" />
+        <script
             name="pykexidbimport"
             text="Kexi Database"
             comment="Import from a Kexi Project File"
** trunk/koffice/kspread/plugins/scripting/scripts/vcardimport.py #property svn:executable
   + *
[prev in list] [next in list] [prev in thread] [next in thread] 

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