Commit Graph
2899 Commits
Author SHA1 Message Date
augustin_s 028759fa49 added repr 2023-01-24 14:37:43 +01:00
augustin_s 0319f93562 added pgroup type to config tab 2023-01-20 16:30:02 +01:00
augustin_s 96264cd994 added pgroup type; renamed get_pgroup_proposer_and_title -> get_pgroup_info; made return value a dict 2023-01-20 16:24:42 +01:00
augustin_s a87be15851 simpler logic 2023-01-20 15:18:09 +01:00
augustin_s bcac5ab55b handle missing owner 2023-01-20 15:13:49 +01:00
augustin_s 208a284153 preliminary attached remote plotting to scan 2023-01-19 17:21:45 +01:00
augustin_s cf88ef64ad added grumpy RPC client RemotePlot 2023-01-19 16:51:19 +01:00
augustin_s 7c63dd69d4 check for start/stop when running/stopped 2022-12-11 17:59:00 +01:00
augustin_s 87aa2098d9 added retrying if bsread.Source does not connect 2022-12-11 16:50:58 +01:00
augustin_s 6a07a74c35 added missing returns 2022-12-11 16:50:34 +01:00
augustin_s 16da127fb7 switched from bsread.source to bsread.Source 2022-12-11 00:52:16 +01:00
augustin_s 502673f033 stop the thread on exit 2022-12-11 00:27:41 +01:00
augustin_s e6eca778e4 renamed get_current_value -> get_last_value; added stub for get_current_value; get is an alias for get_aggregate 2022-12-10 23:03:21 +01:00
augustin_s 2a16ecd466 removed comment 2022-12-10 23:02:25 +01:00
augustin_s 79a4b75a91 monitor stores the current value; added get_current_value 2022-12-10 23:02:00 +01:00
augustin_s 8f0f7908e1 added semaphore for using the callback; keep the monitoring thread running, only enable/disable the callback (removes the dead time for connecting during start) 2022-12-10 22:42:27 +01:00
augustin_s 3f2639cd6a removed unused *args 2022-12-10 22:38:40 +01:00
augustin_s ca668b8d04 refactor and clean up 2022-12-10 22:21:33 +01:00
augustin_s 9c87c6be7e ignore log message on missing type 2022-12-10 19:18:36 +01:00
augustin_s af031cb949 allow giving log level as string 2022-12-10 19:18:02 +01:00
augustin_s 412c118c77 set loglevel also for logging module 2022-12-10 19:06:51 +01:00
augustin_s 5874190d93 first prototypes for Sensors 2022-12-10 17:33:16 +01:00
augustin_s a173a761c8 added contextmanager for ignoring specific log messages 2022-12-10 17:32:01 +01:00
augustin_s 610aabe28f handle missing DUO secret 2022-12-07 13:57:40 +01:00
augustin_s 888126486f added proposer and title; use readonly entry boxes instead of disabled for the readonly fields 2022-12-04 19:49:07 +01:00
augustin_s d2a8a32688 allow None as widget and then skip it 2022-12-04 19:47:25 +01:00
augustin_s 13d959eee7 second try getting info from DUO 2022-12-04 19:31:56 +01:00
augustin_s a071718db6 first try getting info from DUO 2022-12-04 19:31:25 +01:00
augustin_s dd47a6633e use DotDir; added error handling to persist.get_values 2022-12-02 16:23:52 +01:00
augustin_s 7229aaf47c added helper for homefolder dot dir and files 2022-12-02 13:38:16 +01:00
augustin_s c97acad0ec added helper for homefolder dot dir and files 2022-12-02 13:37:28 +01:00
augustin_s 7430257550 split out icon path function 2022-12-01 12:24:52 +01:00
augustin_s 4e93b2626b added AlarmMixin 2022-12-01 12:24:20 +01:00
augustin_s 354284d779 attach (optinally) DBusNotify to AlarmMixin 2022-12-01 12:23:40 +01:00
augustin_s 78aadd80c3 treat dbus package as optional for now 2022-12-01 12:23:00 +01:00
augustin_s e023c37cb8 added link to specs 2022-12-01 12:22:23 +01:00
augustin_s fb51b01403 moved AlarmMixin to separate file 2022-11-30 19:34:11 +01:00
augustin_s 75e6a8e478 moved AlarmMixin to separate file 2022-11-30 19:30:38 +01:00
augustin_s 3309775f7f moved make_filled_*boxes() to separate file 2022-11-30 19:18:49 +01:00
augustin_s aa6c3c7afc attached alarm to stop button(s) 2022-11-30 19:10:29 +01:00
augustin_s e432bdeaa4 allow alternative object to start alarm from 2022-11-30 19:10:04 +01:00
augustin_s 2d3a1101dd added check if spreadsheet is defined 2022-11-30 17:05:21 +01:00
augustin_s 94e3f36123 added helper mixin to trigger an alarm (currently just raises window) 2022-11-30 17:04:30 +01:00
augustin_s 14c306e4eb added simple DBUS notification interface 2022-11-30 16:48:39 +01:00
augustin_s a7cf4df7e7 added simple DBUS notification interface 2022-11-30 16:47:31 +01:00
augustin_s a9d41a93cd except BaseException instead of Exception to also catch KeyboardInterrupt; handle scan values conversion inside Spreadsheet.add() 2022-11-17 18:36:45 +01:00
augustin_s c637066b4d handle scan values conversion inside Spreadsheet.add() 2022-11-17 18:35:37 +01:00
augustin_s f0ed6c38d6 reset repeater upon stop 2022-11-17 18:33:56 +01:00
augustin_s ae0c2fbb04 added matrix multiplication trick for datetimes 2022-11-17 15:24:28 +01:00
augustin_s bf1baf20a6 fixed oversight 2022-11-17 14:35:31 +01:00