nsams / vocablecoach

Automatically exported from code.google.com/p/vocablecoach
GNU General Public License v2.0
0 stars 0 forks source link

Implement additional properties in kvtml #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<t
   %d        last query date (from;to): from is implemented, what does to 
mean?
   %g        grade (from;to): from-to? we could use it as box?!
   %c        count (from;to): from-to??
   %b        bad count (from;to): from-to??

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by niko.sams@gmail.com on 15 Apr 2007 at 7:49

GoogleCodeExporter commented 9 years ago
added width-property in revision 30
(as in kvtml)

Original comment by niko.sams@gmail.com on 12 May 2007 at 8:05

GoogleCodeExporter commented 9 years ago
to means always the other direction!
from: native -> foreign
to: foreign -> native

currenlty we support only native -> foreign, so to should always be empty

Original comment by niko.sams@gmail.com on 12 May 2007 at 11:40

GoogleCodeExporter commented 9 years ago
implemented c-property (=count) (only from-value) in revision 49

Original comment by niko.sams@gmail.com on 26 May 2007 at 7:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
implemented b-property (bad-count) in revision 50 (only from-value again)

Original comment by niko.sams@gmail.com on 26 May 2007 at 11:09

GoogleCodeExporter commented 9 years ago
iplemented g-property (grade) in revision 58

Original comment by niko.sams@gmail.com on 11 Aug 2007 at 7:38

GoogleCodeExporter commented 9 years ago
both directions implemented in revision 61

everything is supported now
(well quite not everything, but at least what i plan to support)

Original comment by niko.sams@gmail.com on 14 Aug 2007 at 6:11