Bug 238923 - Add ability to save intermediate vectors in binary format
Summary: Add ability to save intermediate vectors in binary format
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.9.1
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-26 20:18 UTC by Andrew Walker
Modified: 2010-05-28 01:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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