# # ChangeLog for / in flowtimer # # Generated by Trac 1.6 # 05/25/25 01:29:57 Sat, 24 Aug 2024 11:00:23 GMT Enrico Schwass [5f4ef8e] * flowtimer/Schedule.py (modified) advance_to_next_block() added to Schedule Fri, 23 Aug 2024 22:22:09 GMT Enrico Schwass [24dd246] * flowtimer/Schedule.py (modified) to_json added Signed-off-by: Enrico Schwass Fri, 23 Aug 2024 22:03:13 GMT Enrico Schwass [0ec1bff] * flowtimer/Schedule.py (modified) fix logic order in skip method Signed-off-by: Enrico Schwass ... Fri, 23 Aug 2024 15:38:20 GMT Enrico Schwass [a438158] * flowtimer/Phase.py (modified) * flowtimer/RecurringPhaseSequence.py (modified) * flowtimer/Schedule.py (modified) * flowtimer/configs/default.json (modified) * flowtimer/main.py (modified) more steps towards a full schedule implementation with json ... Fri, 23 Aug 2024 09:08:50 GMT Enrico Schwass [bd94da0] * flowtimer/configs/default.json (modified) translate full schedule into json Thu, 22 Aug 2024 17:50:01 GMT Enrico Schwass [36c9ef5] * flowtimer/RecurringPhaseSequence.py (modified) * flowtimer/Schedule.py (modified) * flowtimer/main.py (modified) more adoptions for block_list Thu, 22 Aug 2024 09:15:16 GMT Enrico Schwass [5741f6d] * flowtimer/Phase.py (modified) * flowtimer/RecurringPhaseSequence.py (modified) add is_sequence to Phase and RecurringPhaseSequence Thu, 22 Aug 2024 08:29:39 GMT Enrico Schwass [577c8c6] * guix.scm (added) add guix.scm for easier development Wed, 21 Aug 2024 22:20:32 GMT Enrico Schwass [d9579ae] * flowtimer/RecurringPhaseSequence.py (modified) * flowtimer/main.py (modified) color change is working again Wed, 21 Aug 2024 22:03:43 GMT Enrico Schwass [59f6e9a] * flowtimer/configs/default.json (modified) update default.json to reflect latest changes Wed, 21 Aug 2024 22:02:57 GMT Enrico Schwass [8fb44c2] * flowtimer/main.py (modified) compute progress value from initial_ticks and ticks left Wed, 21 Aug 2024 22:01:54 GMT Enrico Schwass [1fd7029] * flowtimer/RecurringPhaseSequence.py (modified) title added to RecurringPhaseSequence Wed, 21 Aug 2024 20:31:40 GMT Enrico Schwass [44c3377] * flowtimer/Phase.py (modified) * flowtimer/RecurringPhaseSequence.py (modified) initial_repetitions method added to Phase Mon, 19 Aug 2024 07:00:16 GMT Enrico Schwass [daa2276] * flowtimer/Phase.py (modified) * flowtimer/RecurringPhaseSequence.py (modified) * flowtimer/main.py (modified) * tests/test_phase.py (modified) * tests/test_recurring_phase_sequence.py (added) better variable names and tests added Sat, 17 Aug 2024 20:48:01 GMT Enrico Schwass [f959488] * flowtimer/Phase.py (modified) * flowtimer/RecurringPhaseSequence.py (modified) * flowtimer/Schedule.py (modified) Schedule can be initialized with a list of Phases and ... Fri, 16 Aug 2024 07:51:22 GMT Enrico Schwass [3b76475] * flowtimer/RecurringPhaseSequence.py (modified) * flowtimer/Schedule.py (modified) upcoming_phases() and time_left() added to Schedule Thu, 15 Aug 2024 19:00:01 GMT Enrico Schwass [37ae3b7] * flowtimer/RecurringPhaseSequence.py (modified) * flowtimer/Schedule.py (modified) * flowtimer/main.py (modified) * tests/test_schedule.py (modified) more refactorings Thu, 15 Aug 2024 07:46:35 GMT Enrico Schwass [729b23d] * tests/testPhase.py (deleted) * tests/test_schedule.py (modified) test fixed Thu, 15 Aug 2024 07:30:14 GMT Enrico Schwass [84123db] * flowtimer/Phase.py (modified) * flowtimer/RecurringPhaseSequence.py (added) * flowtimer/Schedule.py (modified) * flowtimer/configs/default.json (added) * flowtimer/main.py (modified) * tests/testPhase.py (added) fix RecurringPhaseList.unrolled and remove progressbar attribute from ... Tue, 13 Aug 2024 10:31:02 GMT Enrico Schwass [401678c] * tests/test_schedule.py (added) tests added Tue, 13 Aug 2024 09:53:36 GMT Enrico Schwass [ff15f84] * flowtimer/__init__.py (added) * tests/test_phase.py (added) tests added Sun, 11 Aug 2024 16:01:38 GMT Enrico Schwass [6583c8b] * README.md (modified) README.md shortened Sun, 11 Aug 2024 15:37:10 GMT Enrico Schwass [7ce6506] * README.md (added) fake README.md added Sun, 11 Aug 2024 15:30:55 GMT Enrico Schwass [26f4515] * flowtimer/Phase.py (moved) * flowtimer/Schedule.py (moved) * flowtimer/configs/HIA_friday.csv (moved) * flowtimer/configs/HIA_monday-thursday.csv (moved) * flowtimer/configs/new_config.csv (moved) * flowtimer/main.py (moved) * flowtimer/resources/default_config.csv (moved) * flowtimer/resources/flowtimer_startbg_new.png (moved) * flowtimer/resources/icon_bombtimer.png (moved) * pyproject.toml (modified) project structure changed Sun, 11 Aug 2024 13:59:02 GMT Enrico Schwass [2bf0518] * pyproject.toml (added) * scripts/timer.py.bkp (deleted) guix branch Sat, 10 Aug 2024 05:52:02 GMT Enrico Schwass [99dee0f] * scripts/Phase.py (added) * scripts/Schedule.py (added) * scripts/configs/HIA_friday.csv (added) * scripts/configs/HIA_monday-thursday.csv (added) * scripts/configs/new_config.csv (added) * scripts/default_config.csv (added) * scripts/flowtimer_startbg_new.png (added) * scripts/icon_bombtimer.png (added) * scripts/timer.py (added) * scripts/timer.py.bkp (added) initial