changelog
- Sat, 20 Jan 2018 19:57:05 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Sat, 20 Jan 2018 19:57:05 +0000] rev 10
- Semi-working menu items.
NOTES:
Python closures suck dog's balls... first and the last program I
write in Python until somebody fixes the brain-damaged scoping
that requires word _b=b hacks etc. to get normal behaviour.
See also http://math.andrej.com/2009/04/09/pythons-lambda-is-broken/
Rumps also sucks, apparently no way to update single menu items, one
always has to rebuild the entire menu. Spent hours trying to get it to
work until giving in.
- Sat, 20 Jan 2018 15:55:09 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Sat, 20 Jan 2018 15:55:09 +0000] rev 9
- Rumps/Mac UI stuff is fucked and disables ^C etc.; threading doesn't help
- Sat, 20 Jan 2018 15:08:16 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Sat, 20 Jan 2018 15:08:16 +0000] rev 8
- basic scheduling
- Sat, 20 Jan 2018 14:04:51 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Sat, 20 Jan 2018 14:04:51 +0000] rev 7
- Also listen to stdout
- Fri, 19 Jan 2018 16:53:13 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Fri, 19 Jan 2018 16:53:13 +0000] rev 6
- subprocess improvements
- Fri, 19 Jan 2018 16:00:36 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Fri, 19 Jan 2018 16:00:36 +0000] rev 5
- basic schedule calculation
- Fri, 19 Jan 2018 15:41:45 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Fri, 19 Jan 2018 15:41:45 +0000] rev 4
- Better borg output processing and some logging
- Fri, 19 Jan 2018 14:42:27 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Fri, 19 Jan 2018 14:42:27 +0000] rev 3
- Can launch borg now; output not yet processed
- Fri, 19 Jan 2018 10:41:01 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Fri, 19 Jan 2018 10:41:01 +0000] rev 2
- basic config processing
- Thu, 18 Jan 2018 23:01:16 +0000
- by Tuomo Valkonen <tuomov@iki.fi> [Thu, 18 Jan 2018 23:01:16 +0000] rev 1
- basic scheduler structure draft, etc.