Mercurial > getan
annotate TODO @ 408:8ba4576e5381
TODO: added problem report for move.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Fri, 17 Mar 2017 08:18:31 +0100 |
parents | 527168c08ae4 |
children | a499441249af |
rev | line source |
---|---|
408
8ba4576e5381
TODO: added problem report for move.
Bernhard Reiter <bernhard@intevation.de>
parents:
400
diff
changeset
|
1 20170317 BER: Reproduce and then fix a defect that it is surprising which |
8ba4576e5381
TODO: added problem report for move.
Bernhard Reiter <bernhard@intevation.de>
parents:
400
diff
changeset
|
2 entries are moved by `m`. It happens when you have changed a lot of entries |
8ba4576e5381
TODO: added problem report for move.
Bernhard Reiter <bernhard@intevation.de>
parents:
400
diff
changeset
|
3 from different projects (I assume), e.g. by editing the description, |
8ba4576e5381
TODO: added problem report for move.
Bernhard Reiter <bernhard@intevation.de>
parents:
400
diff
changeset
|
4 the length or timedate and then use move where you intend to only move |
8ba4576e5381
TODO: added problem report for move.
Bernhard Reiter <bernhard@intevation.de>
parents:
400
diff
changeset
|
5 one, the unwanted result is several moved entries. |
8ba4576e5381
TODO: added problem report for move.
Bernhard Reiter <bernhard@intevation.de>
parents:
400
diff
changeset
|
6 |
400
527168c08ae4
Added possibility to move starting datetime of entries.
Bernhard Reiter <bernhard@intevation.de>
parents:
399
diff
changeset
|
7 20160912 BER: Better code: states.py: classes EditEntryState and |
527168c08ae4
Added possibility to move starting datetime of entries.
Bernhard Reiter <bernhard@intevation.de>
parents:
399
diff
changeset
|
8 AdjustEntryState have same methods exit() and set_focus(), maybe join them? |
399
67dc21692bfa
Added a TODO item.
Bernhard Reiter <bernhard@intevation.de>
parents:
398
diff
changeset
|
9 |
397 | 10 20151130 BER: templates/zeiterfassung2: Really sort by date, right now the |
11 sorting it sometimes skewed if the week wraps around the end of the month. | |
12 | |
398
5f557bd2cfe0
Scanning for workpackage string is now closer to what zeitvertexung does.
Bernhard Reiter <bernhard@intevation.de>
parents:
397
diff
changeset
|
13 Older: |
5f557bd2cfe0
Scanning for workpackage string is now closer to what zeitvertexung does.
Bernhard Reiter <bernhard@intevation.de>
parents:
397
diff
changeset
|
14 |
23
9c4e8ba3c4fa
Added a new implementation of 'getan' based on urwid, a python console user interface library.
Ingo Weinzierl <ingo_weinzierl@web.de>
parents:
0
diff
changeset
|
15 - Create a 'Help-Widget' to give the user an information about all possible |
9c4e8ba3c4fa
Added a new implementation of 'getan' based on urwid, a python console user interface library.
Ingo Weinzierl <ingo_weinzierl@web.de>
parents:
0
diff
changeset
|
16 keys. |
35
cfa9e755a5d2
Added TODO item (mainly to try the new commit list)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
23
diff
changeset
|
17 |
cfa9e755a5d2
Added TODO item (mainly to try the new commit list)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
23
diff
changeset
|
18 - reimplement RPN input for current getan implementation (28489e672e61) |
295
abfa55c7c2b2
added some todos
Thomas Arendsen Hein <thomas@intevation.de>
parents:
35
diff
changeset
|
19 |
abfa55c7c2b2
added some todos
Thomas Arendsen Hein <thomas@intevation.de>
parents:
35
diff
changeset
|
20 - The sum of previous times and currently running time should be displayed as |
abfa55c7c2b2
added some todos
Thomas Arendsen Hein <thomas@intevation.de>
parents:
35
diff
changeset
|
21 in previous versions of getan. |
abfa55c7c2b2
added some todos
Thomas Arendsen Hein <thomas@intevation.de>
parents:
35
diff
changeset
|
22 |
abfa55c7c2b2
added some todos
Thomas Arendsen Hein <thomas@intevation.de>
parents:
35
diff
changeset
|
23 - The currently running time should be shown near the project. |