Menu

SVN-temp Commit Log


Commit Date  
[r602] by ion_vasilief

Implemented feature request #002305: Inserting like in Origin.

2007-06-11 07:47:08 Tree
[r601] by thzs

- minor fix in TableModel

2007-06-10 16:48:54 Tree
[r600] by thzs

- improved copy routines for double and datetime columns
- fixed flags() in ReadOnlyTableModel
- added missing reading functions in AbstractDateTimeDataSource
that got lost when merging Knut's changes
- fixed all compiling errors of filtertest

2007-06-10 16:31:47 Tree
[r599] by thzs

- merged my changes with Knut's
- modified the test program to work with the current
TableModel, TableView and the data sources
Status of the test program: It works so far, but
only with string columns

2007-06-10 16:03:26 Tree
[r598] by knut

- Data sources are now type safe, that is, there's no implicit conversion
between double, QString and QDateTime any more. This means you have to
cast AbstractDataSource to its subclasses before you can read the actual
data.
- Added conversion filters DateTime2Double, DateTime2String, Double2DateTime
and String2DateTime based on the prior code for implicit conversion.
Filters for month and day based conversion yet to do. Need to investigate
two failing unit tests.
- Added automatic type conversion to ReadOnlyTableModel.
- Fixed some bits in TableModel.
- Filter test program demonstrates a basically working edit->filter->display
chain; some things still need to be fixed, though.
- Some small improvements to filters and their documentation.

2007-06-10 14:23:13 Tree
[r597] by thzs

- committing the current version of TableModel
(not tested and still lacking some functionality)

2007-06-09 23:26:03 Tree
[r596] by ion_vasilief

- Implemented the possibility to specify the decimal separators when importing ASCII files.

2007-06-09 12:22:11 Tree
[r595] by knut

- Dropped default value for template argument of Interval to enforce readable code.
- Simplified implementation of Interval a bit.
- Added some unit tests (based on CppUnit, http://cppunit.sourceforge.net).

2007-06-09 12:15:05 Tree
[r594] by thzs

- replaced "Interval<>" by "Interval<int>" to
increase code readablilty

2007-06-09 10:48:52 Tree
[r593] by thzs

- fixed some compiling errors in filtertest
- improved code readability a little bit

2007-06-09 10:23:00 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.