Mercurial > getan
comparison TODO @ 439:3103429ec963
Makes 'move' operation more consistent.
* Improves 'move' operation to work in the current entry, if there is no
selection. This is more consistent with 'delete'. Patch by Frank Koormann.
* Removes two superfluous methods in controller.
* Improves README: Adds Frank Koormann as contributor. Better phrasing
for the license indication.
* TODO: Details problem with multi-selections.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 13 Sep 2017 09:06:28 +0200 |
parents | 70063d348739 |
children | f441913a5cdc |
comparison
equal
deleted
inserted
replaced
438:d56fee6fd7ca | 439:3103429ec963 |
---|---|
6 | 6 |
7 20170504 BER: Some multi-user installations do not want a logfile by default. | 7 20170504 BER: Some multi-user installations do not want a logfile by default. |
8 We could solve this requirement by making it configurable. | 8 We could solve this requirement by making it configurable. |
9 | 9 |
10 20170317 BER: Reproduce and then fix a defect that it is surprising which | 10 20170317 BER: Reproduce and then fix a defect that it is surprising which |
11 entries are moved by `m`. It happens when you have changed a lot of entries | 11 entries are moved by `m` or deleted by 'd'. |
12 It probably has to do how multi-selection are handled. Maybe they | |
13 are not cleared properly at the end of an operation. | |
14 One description: It happens when you have changed a lot of entries | |
12 from different projects (I assume), e.g. by editing the description, | 15 from different projects (I assume), e.g. by editing the description, |
13 the length or timedate and then use move where you intend to only move | 16 the length or timedate and then use move where you intend to only move |
14 one, the unwanted result is several moved entries. | 17 one, the unwanted result is several moved entries. |
15 | 18 |
16 20160912 BER: Better code: states.py: classes EditEntryState and | 19 20160912 BER: Better code: states.py: classes EditEntryState and |