Overview
Comment: | Merged dashboard refactor back into v1.61 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61 |
Files: | files | file ages | folders |
SHA1: |
c934a5db7cbfee3de6bf798499b4b587 |
User & Date: | mrwellan on 2016-07-07 10:51:34 |
Other Links: | branch diff | manifest | tags |
Context
2016-07-07
| ||
11:14 | Merged dashboard refactor back into v1.61 (actually did it this time) check-in: 56322320c5 user: mrwellan tags: v1.61 | |
10:51 | Merged dashboard refactor back into v1.61 check-in: c934a5db7c user: mrwellan tags: v1.61 | |
2016-07-01
| ||
15:07 | Fixed silly bug check-in: 56b8241a02 user: mrwellan tags: v1.61 | |
Changes
Modified dashboard.scm from [824d37fc69] to [baab5da246].
︙ | ︙ | |||
913 914 915 916 917 918 919 | (set! sorted-testnames (tests:sort-by-priority-and-waiton test-records)) ;; refer to (d:alldat-keys *alldat*), (d:alldat-dbkeys *alldat*) for keys (iup:vbox (dcommon:command-execution-control data) (iup:split #:orientation "VERTICAL" ;; "HORIZONTAL" | | | 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 | (set! sorted-testnames (tests:sort-by-priority-and-waiton test-records)) ;; refer to (d:alldat-keys *alldat*), (d:alldat-dbkeys *alldat*) for keys (iup:vbox (dcommon:command-execution-control data) (iup:split #:orientation "VERTICAL" ;; "HORIZONTAL" #:value 200 ;; ;; (iup:split ;; #:value 300 ;; Target, testpatt, state and status input boxes ;; (iup:vbox |
︙ | ︙ |