Bug 238923

Summary: Add ability to save intermediate vectors in binary format
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.9.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2010-05-26 20:18:34 UTC
Version:           1.9.1 (using KDE 4.4.0) 
OS:                Linux

In the current version of kst the only way to save intermediate vectors is in text format. For large vectors this can become prohibitive in terms of both disk space and time. A much better approach would be to save in a binary format.

Reproducible: Didn't try
Comment 1 Andrew Walker 2010-05-28 00:53:38 UTC
SVN commit 1131285 by arwalker:

CCBUG:238923 first draft of ability to save vectors to dirfile

 A             dirfile (directory)  
 A             dirfile/CMakeLists.txt  
 A             dirfile/Makefile.am  
 A             dirfile/dirfile.cpp   [License: GPL (v2+)]
 A             dirfile/dirfile.h   [License: GPL (v2+)]
 AM            dirfile/dirfilesave.png  
 A             dirfile/dirfilesave.ui  
 A             dirfile/dirfilesave_i.cpp   [License: GPL (v2+)]
 A             dirfile/dirfilesave_i.h   [License: GPL (v2+)]
 A             dirfile/kstextension_dirfile.desktop  
 A             dirfile/kstextension_dirfile.rc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1131285
Comment 2 Andrew Walker 2010-05-28 00:54:09 UTC
SVN commit 1131286 by arwalker:

CCBUG:238923 first draft of ability to save vectors to dirfile

 M  +4 -0      CMakeLists.txt  
 M  +9 -1      Makefile.am  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1131286
Comment 3 Andrew Walker 2010-05-28 00:56:10 UTC
SVN commit 1131287 by arwalker:

CCBUG:238923 first draft of ability to save vectors to dirfile

 A             configure.in.in  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1131287
Comment 4 Andrew Walker 2010-05-28 01:17:35 UTC
SVN commit 1131288 by arwalker:

BUG:238923 Build under automake and cmake and basic testing

 M  +1 -0      dirfilesave.ui  
 M  +8 -2      dirfilesave_i.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1131288