Summary: | Smart appending does not work as intended | ||
---|---|---|---|
Product: | [Unmaintained] kvoctrain | Reporter: | Marc Heyvaert <marc_heyvaert> |
Component: | general | Assignee: | Peter Hedlund <peter> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marc Heyvaert
2004-12-03 11:13:08 UTC
CVS commit by hedlund: A restructuring of the way the vocabulary table is edited. The old Inline editing option is removed. You can now always type directly in the table. The Entry dialog can be invoked with a keyboard shortcut. KVocTrain has always been designed to append new entries to the end of the list and will remain so. Smart appending works well for appending new entries using the dialog. Without the dialog the Insert key will append a new row as usual. Minor improvements can probably still be made but this should be enough to close bugs 93172, 94318, and 95639. BUG: 93172 BUG: 94318 BUG: 95639 A kvoctraintable.cpp 1.1 [GPL (v2+)] A kvoctraintable.h 1.1 [GPL (v2+)] A kvoctraintableitem.cpp 1.1 [GPL (v2+)] A kvoctraintableitem.h 1.1 [GPL (v2+)] M +3 -3 Makefile.am 1.44 M +3 -5 kv_resource.h 1.6 M +1 -3 kva_clip.cpp 1.15 M +0 -2 kva_config.cpp 1.36 M +3 -5 kva_header.cpp 1.26 M +4 -7 kva_init.cpp 1.50 M +1 -1 kva_io.cpp 1.46 M +1 -2 kva_query.cpp 1.35 M +24 -36 kvoctrain.cpp 1.73 M +10 -15 kvoctrain.h 1.36 M +10 -19 kvoctrain.kcfg 1.18 M +1 -2 kvoctrainui.rc 1.3 M +10 -141 kvoctrainview.cpp 1.36 M +12 -59 kvoctrainview.h 1.15 R rowtable.cpp 1.34 R rowtable.h 1.19 |