mschieder@509: 20181101 Magnus Schieder mschieder@509: getan-report wrote "# total: xx:60h" with the template "wochenbericht". mschieder@509: I couldn't reproduce the problem and couldn't find a mistake in the source mschieder@509: code. /getan/template.py human_time mschieder@509: mschieder@509: 20181101 Magnus Schieder mschieder@509: delete empty projects in getan bernhard@510: BER: understand the use case better first mschieder@509: mschieder@498: 20180806 Magnus Schieder mschieder@498: The break can be assigned to a project. mschieder@498: mschieder@444: 20180117 Magnus Schieder mschieder@444: mschieder@444: Creating a new database with test data: mschieder@444: mschieder@444: 1) Delete getan_test_data.db if it already exists to create a new database. mschieder@444: 2) Execute getan_test_data.py to get the test database getan_test_data.db. mschieder@444: (getan/test_data/getan_test_data.py) mschieder@459: 3) Open getan with the test database. (getan /path/getan_test_data.db) mschieder@444: mschieder@444: - Bug 1.0 mschieder@459: 4) Switch to the entries from the project pro1 with tab. mschieder@459: 5) Mark with return and arrow keys ent1 and ent2. mschieder@459: 6) Go back to the projects with tab. bernhard@446: bernhard@446: 20180118BER: bernhard@446: Observation: ent1 and ent2 are not highlighted anymore. bernhard@446: mschieder@450: 20180126 Magnus Schieder bernhard@454: The selection is deleted when switching to the projects. bernhard@454: So ent1 and ent2 should not highlighted anymore. mschieder@444: mschieder@459: bernhard@440: 20160912 BER: Better code: states.py: classes EditEntryState and bernhard@400: AdjustEntryState have same methods exit() and set_focus(), maybe join them? bernhard@399: bernhard@398: Older: bernhard@398: ingo_weinzierl@23: - Create a 'Help-Widget' to give the user an information about all possible ingo_weinzierl@23: keys. thomas@35: thomas@35: - reimplement RPN input for current getan implementation (28489e672e61) thomas@295: thomas@295: - The sum of previous times and currently running time should be displayed as thomas@295: in previous versions of getan. thomas@295: thomas@295: - The currently running time should be shown near the project.