Commit Graph

68 Commits

Author SHA1 Message Date
Sergio Martínez Portela
a9b5c8f02b Fix custom block wiring. 2020-05-26 11:56:49 +02:00
Sergio Martínez Portela
acb0dbec05 Fix serialization of block arguments. 2020-05-26 10:52:46 +02:00
Sergio Martínez Portela
7f2686166e Implement custom block unlinking and pausing. 2020-05-26 10:52:24 +02:00
Sergio Martínez Portela
2c88dd4b03 Draw all block parameters, call bridge when activated. 2020-05-25 20:20:26 +02:00
Sergio Martínez Portela
de2d474294 Set base to show custom blocks on part-picker menu. 2020-05-20 16:53:18 +02:00
Sergio Martínez Portela
4d477cfa5d Make inputs enter from the top of a block, outputs go to the bottom. 2020-05-20 13:31:03 +02:00
Sergio Martínez Portela
b6c712860d Make card default background clearer. 2020-05-20 13:30:42 +02:00
Sergio Martínez Portela
8507e868d8 Add support for fetching custom blocks. 2020-05-20 12:07:24 +02:00
Sergio Martínez Portela
cca4b70b90 Fix card dashboard styling.
- Center card text and make it darker.
- Make card ripple when clicked.
2020-05-20 10:42:38 +02:00
Sergio Martínez Portela
7f5aea94ec Improve initial screen cards, move settings button to fab. 2020-05-19 19:37:57 +02:00
Sergio Martínez Portela
033b79cba1 Implement base connection to PrograMaker API.
- Login and check of the login token.
2020-05-19 19:19:26 +02:00
Sergio Martínez Portela
1cdc679c70 WIP: Login form. 2020-03-02 22:10:22 +01:00
Sergio Martínez Portela
9fb10281cb Set base for adding login. 2020-03-02 21:01:11 +01:00
Sergio Martínez Portela
a02d372b90 Improve icon shading, add XCF files. 2019-12-08 00:01:19 +01:00
kenkeiras
ac76c7d369 Add plaza logo to icons. 2019-09-28 11:18:53 -07:00
4f2721fb90 Only propagate on ConvertToString when there's changes. 2018-01-26 02:14:02 +01:00
67348d9e03 Add Any-Inputs, string wires (and *puts) and ConvertToString part. 2018-01-26 02:11:33 +01:00
2ea0515bba AddToggler, add boolean wires, make ColorBox accept boolean. 2018-01-26 00:46:28 +01:00
7a8d92cb95 Add little logo to the ticker. 2018-01-25 23:43:23 +01:00
bddc4f64a8 Don't show logic elements outside dev mode. 2018-01-25 00:00:12 +01:00
168ed17fb2 Add mini-writeup on how to write components. 2018-01-24 23:56:21 +01:00
2f58d1d609 Add ticker component. 2018-01-24 23:55:58 +01:00
76987c82a0 Derive gray center-view button. 2018-01-24 22:24:05 +01:00
89745c1699 Fast stylistic cleanup of deck view.
* Bigger card names.
* Gray settings button (instead of black).
2018-01-24 22:19:55 +01:00
4d8cdcb82d When creating new card jump straight to dev mode. 2018-01-24 22:04:31 +01:00
42e67dc6a6 Add support for renaming and deleting cards. 2018-01-24 21:53:28 +01:00
eafa61c34b Remove unused imports. 2018-01-23 22:46:55 +01:00
deead50800 Update interfaces when stepping back to them. 2018-01-23 22:38:57 +01:00
847bbe2d5f Remove backgroud color picker from create card menu. 2018-01-23 21:49:42 +01:00
aad92328cd Add dialog for card creation. 2018-01-23 00:59:28 +01:00
1508b143c5 If card name is given (not path), save it as JSON file. 2018-01-22 23:14:51 +01:00
abd9096c25 Allow opening card by path. 2018-01-22 01:03:17 +01:00
53bab05798 Move getCenteredOn to PartGrid. 2018-01-21 23:07:22 +01:00
d8d641ecf9 Add apache-2.0 license file. 2018-01-21 12:11:27 +01:00
bd20e39785 Add test deck preview screen. 2018-01-21 12:05:54 +01:00
8fa2e22d55 Add simplistic modal for part instantiation. 2018-01-21 00:14:46 +01:00
f464902399 Allow moving away though the top left corner. 2018-01-20 22:09:25 +01:00
f821f49b94 Add center view button. 2018-01-20 22:08:08 +01:00
826f32beca Update gradle and buildtools. 2018-01-20 21:36:59 +01:00
3f8267e5ef Add versioning to the serialized cards. 2018-01-18 22:45:07 +01:00
0171a56d6e Lock user mode on the normal screen. 2018-01-18 22:30:12 +01:00
e47e1c61f9 Add scrolling canvas. 2018-01-18 22:15:54 +01:00
a7a9149502 Add wiring. 2018-01-18 21:20:19 +01:00
82b6e7188c Fix dangling wires when remove input-connected part. 2017-10-31 00:06:46 +01:00
f63854c863 Only allow one connection per in/out pair. 2017-10-30 22:34:58 +01:00
8773f46b60 Test the possibilities of Type-safe wiring. 2017-07-23 09:46:01 -04:00
5839e9a693 Fix colorbox spawned at the start. 2017-07-22 18:42:55 -04:00
9157d2b7ad Serialize and save connections. 2017-07-22 18:35:41 -04:00
b37e5e1ae1 Move Tuple4 out of CanvasView and create Tuple2. 2017-07-22 17:46:24 -04:00
dcbc0e5cad Add signal passing prototype. 2017-07-22 16:31:21 -04:00