Gunther Brunner
|
999e5113bf
|
Added Pixi Render.
Added performance counters.
|
2014-02-27 21:01:56 +09:00 |
|
Gunther Brunner
|
c021b3d153
|
FastImageRender working.
Still not Fast though.
|
2014-02-27 19:04:07 +09:00 |
|
Gunther Brunner
|
f9af24e6bc
|
Making render resize.
|
2014-02-27 18:50:17 +09:00 |
|
Simo Kinnunen
|
2a7ed2d436
|
Don't remove device from tracker list when it leaves. Just set it absent.
|
2014-02-27 15:56:55 +09:00 |
|
Simo Kinnunen
|
8f09af0180
|
Fix wrong variable name.
|
2014-02-27 15:48:48 +09:00 |
|
Simo Kinnunen
|
2692f71219
|
Only track devices when we need to.
|
2014-02-27 15:05:50 +09:00 |
|
Gunther Brunner
|
615088edcd
|
Updated dependencies.
Using bluebird from npm instead of bower because it's easier.
|
2014-02-27 14:52:46 +09:00 |
|
Simo Kinnunen
|
b9cec82941
|
Make sure we've invited the device when we go to the control page. Refuse to show the control page on failure.
|
2014-02-26 19:18:25 +09:00 |
|
Simo Kinnunen
|
be9d1c9579
|
Invite/kick now uses transactions so that you can know whether the device actually joined or not. It's a bit messy right now, should introduce some sugar to make it cleaner.
|
2014-02-26 19:03:11 +09:00 |
|
Gunther Brunner
|
13361c5264
|
Add image loader
|
2014-02-24 19:44:50 +09:00 |
|
Gunther Brunner
|
9eb5c74639
|
Add performance test for Canvas Render.
|
2014-02-21 19:28:45 +09:00 |
|
Simo Kinnunen
|
3b54213e97
|
Leave transaction channel when it's done. Could be made cleaner if more code was moved to the app side.
|
2014-02-21 15:58:54 +09:00 |
|
Simo Kinnunen
|
8769b8040c
|
Initial version of transactions. Shell command implemented as an example. Still needs channel cleanup on app side, handling a device dying in the middle of a transaction, and getting device list back to normal.
|
2014-02-21 15:55:23 +09:00 |
|
Gunther Brunner
|
aa28801e87
|
Add Canvas Render.
|
2014-02-19 23:55:08 +09:00 |
|
Gunther Brunner
|
168590a1b7
|
Ready to show/hide screen, but still needs to create an isolated scope.
|
2014-02-19 23:26:06 +09:00 |
|
Gunther Brunner
|
4a9fcc6987
|
Start to add canView and showView
|
2014-02-19 23:21:29 +09:00 |
|
Gunther Brunner
|
7e9929d77f
|
Refactored controller back to screen.
|
2014-02-19 22:57:51 +09:00 |
|
Gunther Brunner
|
eae8062252
|
Adding nothing to show.
Exporting webpack options.
|
2014-02-19 22:51:40 +09:00 |
|
Gunther Brunner
|
3cdb0c7c1a
|
Cache image size.
|
2014-02-19 22:27:28 +09:00 |
|
Gunther Brunner
|
a2a00736b6
|
Added back new screen directive.
|
2014-02-19 21:40:37 +09:00 |
|
Gunther Brunner
|
86a42639a1
|
Already refactored.
|
2014-02-19 18:28:50 +09:00 |
|
Gunther Brunner
|
c319945d37
|
Merge branch 'develop' of http://ghe.amb.ca.local/stf/stf into develop
Conflicts:
res/app/components/stf/screen/screen.jade
res/app/device-control/device-control.css
res/app/scripts/controllers/DeviceScreenCtrl.js
res/app/scripts/services/ControlService.js
|
2014-02-19 18:24:12 +09:00 |
|
Gunther Brunner
|
e12c894737
|
Remove old code.
|
2014-02-19 16:53:05 +09:00 |
|
Gunther Brunner
|
6186c1cc87
|
Improved layout.
|
2014-02-19 16:52:26 +09:00 |
|
Gunther Brunner
|
52b185e653
|
Screen and everything works now.
|
2014-02-19 16:24:42 +09:00 |
|
Gunther Brunner
|
16f484dbca
|
Fix screen controller
|
2014-02-19 16:12:27 +09:00 |
|
Gunther Brunner
|
38cfa63ab4
|
Fix device list.
|
2014-02-19 15:59:27 +09:00 |
|
Gunther Brunner
|
3a284eca1f
|
All services and controllers are implemented.
|
2014-02-19 15:46:31 +09:00 |
|
Gunther Brunner
|
ffce3d5beb
|
All services added back.
|
2014-02-18 20:43:46 +09:00 |
|
Gunther Brunner
|
347d9e9a55
|
Added stf namespace.
|
2014-02-18 20:32:45 +09:00 |
|
Gunther Brunner
|
a1b0d136be
|
Updated oboe loader.
|
2014-02-18 20:13:01 +09:00 |
|
Gunther Brunner
|
c306a537b7
|
Remove angular dependency.
|
2014-02-18 19:49:17 +09:00 |
|
Gunther Brunner
|
80d0bb7ad2
|
Refactoring to use Google Angular Best Practices.
|
2014-02-18 19:26:30 +09:00 |
|
Gunther Brunner
|
6df8ed7184
|
Refactored settings.
|
2014-02-18 17:07:56 +09:00 |
|
Gunther Brunner
|
8e674928ea
|
Fast rebuilds.
|
2014-02-18 14:48:34 +09:00 |
|
Gunther Brunner
|
a771952339
|
First package works.
|
2014-02-17 22:13:55 +09:00 |
|
Simo Kinnunen
|
bc9d356d7f
|
Use InputAgent for the keyboard.
|
2014-02-17 19:27:45 +09:00 |
|
Gunther Brunner
|
61a7b9ded6
|
In the middle of a big refactoring.
|
2014-02-14 20:17:23 +09:00 |
|
Gunther Brunner
|
1de3621b18
|
Now angular works.
|
2014-02-13 23:14:51 +09:00 |
|
Gunther Brunner
|
7a0472abc9
|
Starting to add WebPack support.
|
2014-02-12 20:14:13 +09:00 |
|
Simo Kinnunen
|
277c9b401a
|
Make GroupService keep the list of members up to date.
|
2014-02-07 11:56:19 +09:00 |
|
Simo Kinnunen
|
af2db0f719
|
Better finger style.
|
2014-02-06 23:19:55 +09:00 |
|
Simo Kinnunen
|
f2d88329cd
|
Add a finger trail to the device screen.
|
2014-02-06 23:14:35 +09:00 |
|
Simo Kinnunen
|
d17e86bc57
|
Implement device screen.
|
2014-02-06 22:45:19 +09:00 |
|
Simo Kinnunen
|
a2dd5ad0c7
|
Shortcut {modules,services} to app.
|
2014-02-06 15:11:26 +09:00 |
|
Simo Kinnunen
|
0e0783b649
|
Initial device control implementation. Works with touches and NUMERIC keycodes.
|
2014-02-06 11:54:19 +09:00 |
|
Simo Kinnunen
|
6893abdb75
|
Switch to a more consistent naming convention for services and resource loading.
|
2014-02-05 17:37:32 +09:00 |
|
Simo Kinnunen
|
36d0af71b5
|
Attempting to make it easier to work with a single device. Still not bound to the new controlService.
|
2014-02-05 11:08:37 +09:00 |
|
Simo Kinnunen
|
37303c5d92
|
Add owners to groups.
|
2014-02-04 20:33:53 +09:00 |
|
Simo Kinnunen
|
b50ec6b4b0
|
Expose input services.
|
2014-02-03 21:10:15 +09:00 |
|