Robert Jördens
e4d1d0a309
RELEASE_NOTES: 2.0rc2
2016-09-14 21:54:32 -04:00
whitequark
ed60ba8c4c
compiler: skip kernel_invariant linting for exception types.
2016-09-14 23:34:57 +00:00
whitequark
feeb089505
compiler: warn about unused kernel_invariant entries.
...
Fixes #543 .
2016-09-14 23:28:55 +00:00
whitequark
494cfca41c
coreanalyzer: fix rtio_log message extraction.
...
Fixes #550 .
2016-09-14 10:18:00 +00:00
Sebastien Bourdeauducq
c7c8ad126f
pc_rpc: raise AttributeError immediately for nonexistent RPC methods. Closes #534
2016-09-14 11:22:07 +08:00
Sebastien Bourdeauducq
f010a74479
dashboard: remember experiment editor scroll positions
2016-09-14 10:53:24 +08:00
Sebastien Bourdeauducq
55363e2ff9
dashboard: save/restore MDI window states when they are closed. Closes #559
2016-09-14 10:53:24 +08:00
Sebastien Bourdeauducq
89417a47b2
gui: use bare QSpinBox for integer NumberEntries. Closes #558
2016-09-14 10:53:24 +08:00
whitequark
b100770e05
runtime: expose strlen (implicitly required for comparing strings).
...
Fixes #557 .
2016-09-10 00:13:44 +00:00
Sebastien Bourdeauducq
82fbd3e9c9
doc: CCBs, applet setup from experiment
2016-09-09 23:25:29 +08:00
Sebastien Bourdeauducq
387688354c
master: optimize repository scan, closes #546
2016-09-09 19:19:01 +08:00
Sebastien Bourdeauducq
4ef5eb2644
doc: move VADJ, closes #554
2016-09-09 18:40:58 +08:00
whitequark
25ec99930c
Also serialize numpy.int{32,64} like int in RPC return values.
...
Fixes #555 .
2016-09-09 08:52:18 +00:00
Sebastien Bourdeauducq
811f123a17
applets: add disable_applet_group
2016-09-09 13:12:10 +08:00
Sebastien Bourdeauducq
769b1e2393
applets: fix ccb group creation
2016-09-09 13:08:30 +08:00
Sebastien Bourdeauducq
4bdbc5b259
applets: use a different workaround to disable editing
...
True to itself, Qt did not miss the opportunity to trash widgets inside
QTreeWidgetItems when they are moved by drag-and-drop. Problem known for
more than 6 years and still not fixed as of Qt 5.7.
2016-09-09 12:55:01 +08:00
Sebastien Bourdeauducq
6144839beb
applets: support group-level CCB policies
2016-09-09 11:38:55 +08:00
Sebastien Bourdeauducq
615807afb4
applets: fix indices
2016-09-09 11:16:43 +08:00
Sebastien Bourdeauducq
ebb0ba17f5
applets: separate create/create+enable CCB policies
2016-09-09 10:02:32 +08:00
Sebastien Bourdeauducq
ff20ed2710
applets: two column table, remove spurious Qt text editors
2016-09-09 09:07:31 +08:00
Sebastien Bourdeauducq
6aaf6c8789
language/environment: only call prepare automatically if it exists
2016-09-09 09:06:59 +08:00
Sebastien Bourdeauducq
7efd990541
language: set NoScan default repetitions to 1
2016-09-08 11:03:55 +08:00
raghu
9b937e08f4
added repetitions for no scan, repetitions set to one when disable other scans selected. Closes #532
2016-09-08 11:03:00 +08:00
Sebastien Bourdeauducq
73bbe2ae66
RELEASE_NOTES: clarify
2016-09-07 20:21:10 +08:00
Sebastien Bourdeauducq
5fbcdacec7
environment: call prepare for children by default, closes #545
2016-09-07 20:20:20 +08:00
Sebastien Bourdeauducq
1cb8f642b4
test: level-based TTL APIs ( #218 )
2016-09-07 17:37:49 +08:00
Sebastien Bourdeauducq
2b282456dc
coredevice/ttl: fix imports
2016-09-07 17:37:14 +08:00
Sebastien Bourdeauducq
486fe97649
ttl: add level-based APIs ( #218 )
2016-09-07 16:55:21 +08:00
Sebastien Bourdeauducq
a7dd356d30
rtio/phy/ttl: support 'set sensitivity and sample' command ( #218 )
2016-09-07 15:42:09 +08:00
whitequark
269cedd782
Rust: integrate lwip with the I/O scheduler.
2016-09-06 22:53:02 +00:00
Sebastien Bourdeauducq
b7b6e7b9db
examples: code applet
2016-09-07 00:56:39 +08:00
Sebastien Bourdeauducq
b982832ddc
gui/applets: support passing command line arguments to code applets
2016-09-07 00:56:39 +08:00
whitequark
bf863053b3
Rust: implement bindings for lwip TCP/UDP stacks.
2016-09-06 16:49:49 +00:00
Sebastien Bourdeauducq
5d293d14c6
gui/applets: fix teardown of half-initialized applets
2016-09-06 23:06:31 +08:00
Sebastien Bourdeauducq
f6b5d6d20f
gui/applets: fix handling of process creation failure
2016-09-06 23:01:04 +08:00
Sebastien Bourdeauducq
996dfcafc6
dashboard: fix 'disable other scans'
2016-09-06 22:50:12 +08:00
Sebastien Bourdeauducq
56e3c80623
dashboard: support for code applets
2016-09-06 22:38:34 +08:00
Sebastien Bourdeauducq
deb51eaaa1
gui: update version number in logo
2016-09-05 23:04:44 +08:00
Sebastien Bourdeauducq
524ba803e1
artiq_client: add show ccb
2016-09-05 19:07:35 +08:00
Sebastien Bourdeauducq
71eb65c527
artiq_client: fix 'show log', closes #552
2016-09-05 15:37:35 +08:00
Sebastien Bourdeauducq
e45c089428
master, dashboard: support applet requests from experiments
2016-09-05 00:53:44 +08:00
Sebastien Bourdeauducq
549e09e06b
applets: simplify command lines
2016-09-04 23:32:09 +08:00
Sebastien Bourdeauducq
8f6c4451ac
gui/applets: support groups, creating and deleting applet groups, renaming groups, moving applets from one group to another and reordering applets and groups via drag-and-drop
2016-09-04 23:09:26 +08:00
Robert Jördens
9fd9235e44
RELEASE_NOTES: 2.0rc1
2016-09-04 16:34:58 +02:00
Robert Jördens
5b713ea385
conda: fix nist_clock summary
2016-09-02 19:06:36 +02:00
Sebastien Bourdeauducq
c414026b29
import_cache: make sure last line ends with \n as linecache does. Closes #547
2016-09-02 11:01:28 +08:00
Sebastien Bourdeauducq
dbc08bde8a
gui: fix layout and scan disable bugs with argument recomputation
2016-09-02 10:50:25 +08:00
Sebastien Bourdeauducq
ef2195fe68
dashboard: fix argument recomputation for experiments outside repository. Closes #548
2016-09-02 08:30:42 +08:00
Sebastien Bourdeauducq
019fe25594
RELEASE_NOTES: None arguments during experiment examination ( #545 )
2016-09-02 08:20:49 +08:00
whitequark
49ba8aec18
Rust: implement a basic scheduler.
2016-08-30 11:20:04 +00:00