Commit Graph
1622 Commits
Author SHA1 Message Date
augustin_s bd44ea2fc6 maybe nicer 2026-01-05 14:50:22 +01:00
augustin_s 9df9442111 fixed low = high = None case 2026-01-05 14:47:32 +01:00
augustin_s 7673cb8faf fixed a bug in the comparison logic 2025-12-08 21:27:16 +01:00
augustin_s 83b4877336 why? 2025-12-05 20:04:24 +01:00
augustin_s f7f6107018 moved magic number into const 2025-12-05 19:45:08 +01:00
augustin_s 5cec13721b fixed label alignment (missing dummy for update button) 2025-12-05 19:43:29 +01:00
augustin_s 36ac992818 use // to avoid floats 2025-12-05 12:29:23 +01:00
augustin_s 2349e04371 SetStatusStyles does not like empty lists; loop only once 2025-12-05 12:28:25 +01:00
augustin_s 1d07b08850 renamed: on_size -> OnSize; added a reference 2025-12-05 12:13:23 +01:00
augustin_s e2928354ad support Status Styles; Add and Insert just forward arguments to StatusBarItem 2025-12-05 11:50:58 +01:00
augustin_s 4166d349c9 added StatusBarX 2025-12-05 11:43:14 +01:00
augustin_s 14b66f919a added StatusBarX 2025-12-05 11:42:31 +01:00
augustin_s 55d6012961 renamed: NotebookDX -> NotebookX 2025-12-05 11:39:44 +01:00
augustin_s 0fd1068479 slightly simpler logic 2025-12-03 16:04:05 +01:00
augustin_s 32b79769ba calculate n_steps at the start 2025-12-03 14:22:10 +01:00
augustin_s f858c018d6 use current_scan.get_state if available 2025-12-03 14:15:32 +01:00
augustin_s a80dcc0dca store current step and repetition and use it in get_state 2025-12-03 14:14:31 +01:00
augustin_s 17d648018c "last run" -> "Last Run" 2025-12-03 13:03:29 +01:00
augustin_s 1fa32212a7 added a timer that updates the scanner info 2025-12-03 11:26:22 +01:00
augustin_s 03537b511e remove underline effect 2025-12-03 11:01:59 +01:00
augustin_s 94936dcbd2 made __repr__ of Fake* more like the real thing 2025-12-03 10:50:33 +01:00
augustin_s d70274af3b removed dashes 2025-12-01 22:26:22 +01:00
augustin_s 190361dcba pedestal taking is actually in sync 2025-12-01 20:49:21 +01:00
augustin_s fc05fadb56 display scanner instead of daq 2025-12-01 20:49:01 +01:00
augustin_s 941f30d1f9 removed unused STRETCH 2025-12-01 20:46:51 +01:00
augustin_s ade4b1afb4 use a special string for no condition 2025-12-01 16:13:06 +01:00
augustin_s 76c3777c53 catch exception in check for status 2025-12-01 14:19:22 +01:00
augustin_s 79c615c3e3 fixed logic 2025-11-29 22:13:45 +01:00
augustin_s 3860232929 adjusted to new imports in bsread 2025-11-24 20:28:53 +01:00
augustin_s 5aa9a0a82b double quotes 2025-11-16 17:34:42 +01:00
augustin_s bf9c7ffded also return number and repeat 2025-11-05 19:21:44 +01:00
augustin_s d36204b755 added docstring 2025-11-05 19:20:01 +01:00
augustin_s 5137dd1475 no point in keeping any whitespace on line endings 2025-11-05 19:12:55 +01:00
augustin_s e0382aa3f6 added usage to docstring 2025-11-05 19:12:29 +01:00
augustin_s 863e46378f fixed import 2025-11-05 19:04:23 +01:00
augustin_s 49a3e17376 use printable_exception consistently 2025-11-05 19:02:52 +01:00
augustin_s f5af0de333 consistently name exception name en (not tn) 2025-11-05 18:54:08 +01:00
augustin_s aee06d9b94 do not print traceback 2025-11-05 18:50:15 +01:00
augustin_s 2965ce8dfb moved timeit_verbose into utils 2025-11-05 18:44:43 +01:00
augustin_s 333ddacdad moved LineProfiler into utils 2025-11-05 18:41:39 +01:00
augustin_s 75e9c0cfe0 first try on a fancy upload_custom_dap_script 2025-11-05 18:36:17 +01:00
augustin_s 9fadc3cce9 increased timeout to 30s 2025-11-03 12:47:42 +01:00
augustin_s 1daf680201 order 2025-11-02 19:50:24 +01:00
augustin_s ca20ff7555 added upload_custom_dap_script endpoint 2025-11-02 19:06:06 +01:00
augustin_s d359b00e30 added custom_script parameter 2025-11-02 19:05:47 +01:00
augustin_s d3ffe90f84 allow config gui if current settings cannot be downloaded (e.g., since the remote file does not exist) 2025-10-27 17:58:11 +01:00
augustin_s f098454b92 added DAPConfig and HardwareConfig 2025-10-27 17:57:25 +01:00
augustin_s ec4355bb43 allow transform to change in place 2025-10-18 18:36:11 +02:00
augustin_s 19ecbcbb26 added transform to docstring 2025-10-18 18:27:05 +02:00
augustin_s 62bb44bdd9 forward dry run/verbosity from clargs into functions 2025-10-18 18:16:41 +02:00