Commit graph

114 commits

Author SHA1 Message Date
jtc42
033b649402 Get version from package info 2019-06-07 17:03:28 +01:00
jtc42
c2cfcb8e56 Added a disconnect button to reset vuex state 2019-06-07 16:44:36 +01:00
jtc42
293409b39c Account for server version being undefined in old releases 2019-06-07 16:35:26 +01:00
Joel Collins
f17d1e71f9 Fixed stage settings payload structure 2019-06-06 11:28:22 +01:00
Joel Collins
104d7c0345 Minor reformat 2019-06-06 11:28:11 +01:00
Joel Collins
a6a918827c Added version mismatch warning 2019-06-05 17:48:50 +01:00
Joel Collins
ee91e11853 Updated API to run with server 1.1.x 2019-06-05 17:48:41 +01:00
Joel Collins
1d6ae5c9da Manage transition to new camera settings structure 2019-06-04 13:02:58 +01:00
Joel Collins
3826bdb511 Lock tab tooltips to bottom alignment 2019-06-03 10:23:58 +01:00
Joel Collins
17883e0567 Added dark-theme 2019-05-28 15:37:09 +01:00
Joel Collins
7fea0cbd79 Simplified keynav debug statements 2019-05-17 16:04:41 +01:00
Joel Collins
29ad537aad Moved localstorage parser to mixin 2019-05-10 09:32:41 +01:00
Joel Collins
e1d562fef4 Renamed vuex settings to globalSettings 2019-05-08 17:56:11 +01:00
Joel Collins
56e43ae77f Moved movelock out of vuex 2019-05-08 17:50:10 +01:00
Joel Collins
b0a9021a02 Renamed coarse to fast 2019-05-02 14:03:51 +01:00
Joel Collins
f77c3293e8 Moved capture path out of metadata, into state 2019-05-02 11:52:03 +01:00
Joel Collins
12c7298023 Moved UI error handling to mixin 2019-04-25 14:22:40 +01:00
Joel Collins
46008d8714 Fixed working on malformed JSON response in slow autofocus 2019-04-14 11:27:03 +01:00
Richard Bowman
e6649e41d8 Added gain/exposure controls
Also refactored settings pane slightly.
2019-04-08 22:44:51 +01:00
Richard Bowman
5e40af1b2f Merge branch 'master' into fast-autofocus-in-scanning
Updating with new URL for autofocus

Some of the buttons have stopped working - this will make the clinet match changes in the server.
2019-04-08 20:07:41 +01:00
Richard Bowman
86c7260061 Added an option to do fast autofocus in scan mode 2019-04-08 16:21:19 +01:00
Joel Collins
118ccaab6c Updated to new fast_autofocus URI 2019-04-08 16:19:05 +01:00
Richard Bowman
3579fe32ea Reinstated runAutofocus (deleted by accident) 2019-04-07 21:00:50 +01:00
Richard Bowman
2cc69ba1ea Changed coarse autofocus button to run fast autofocus 2019-04-07 19:51:08 +01:00
Joel Collins
4e1a35c47f Added autofocus and scan-style options 2019-03-29 17:27:54 +00:00
Joel Collins
e851c00ba3 Made primary buttons pinker 2019-03-29 17:27:34 +00:00
Joel Collins
c5cbb22d7c Functioning scan/stack pane 2019-03-29 16:17:06 +00:00
Joel Collins
691817568a Fixed hover cursor on capture preview 2019-03-29 15:26:43 +00:00
Joel Collins
48927cbb19 Scan folders now functional 2019-03-29 15:19:12 +00:00
Joel Collins
1414eb5224 Removed card padding 2019-03-28 17:40:31 +00:00
Joel Collins
5dd777c043 Default to normal capture in gallery 2019-03-28 17:36:50 +00:00
Joel Collins
4428e8906f Basic scan grouping 2019-03-28 17:33:03 +00:00
Joel Collins
2756185ef6 hide save-host button unless connected 2019-03-24 22:21:48 +00:00
Joel Collins
6ce9bde3e4 Allow multiple accordion panes to open simultaneously 2019-03-24 21:52:00 +00:00
Joel Collins
b91a58dea6 Moved all connection sections into accordion tabs 2019-03-24 15:13:33 +00:00
Joel Collins
8c9c50b586 Changed remote host textbox value to placeholder 2019-03-24 14:50:23 +00:00
Joel Collins
8b7b017242 Removed poor-use-of-space header 2019-03-24 14:50:00 +00:00
Joel Collins
c140d92b5f Renamed ambiguous "self" variables to "context" 2019-03-21 20:02:26 +00:00
Joel Collins
9ea17ce560 Resize GPU preview on sidebar toggle 2019-03-21 20:02:08 +00:00
Joel Collins
19494b773b Moved preview re-enabling logic to mixin 2019-03-21 16:32:10 +00:00
Joel Collins
fb80b2cb36 Recalibrate modal uses new mixin 2019-03-21 16:27:51 +00:00
Joel Collins
2503667162 Added mounted method for re-enabling GPU preview 2019-03-21 16:27:38 +00:00
Joel Collins
2a5bcd686a Minor restyling 2019-03-21 16:27:14 +00:00
Joel Collins
4d9fa69383 Removed a couple of empty lines 2019-03-21 16:27:02 +00:00
Joel Collins
6067f5f7d0 Handling local-mode moved to connect tab radio boxes 2019-03-17 17:30:21 +00:00
Joel Collins
95c6cf0750 Updated title to OpenFlexure eV 2019-03-02 16:11:09 +00:00
Joel Collins
0ee8825c66 Style fixes 2019-02-28 19:08:00 +00:00
Richard Bowman
21e902053c Streamlined autofocus code
There now aren't any nested promises at the top level.  I think we should be able to get rid of the ones in the store.dispatch method too, but that bothers me less because I can't see it!
2019-02-26 18:58:33 +00:00
Joel Collins
1ff0737b8a Added store.state.ready listener 2019-02-26 13:48:54 +00:00
Joel Collins
f8758fe2ff Renamed appSettings to streamSettings 2019-02-26 13:48:26 +00:00