Gunther Brunner
bea839353b
Fixed standalone mode to work with the new ng-upload.
2014-12-05 19:02:36 +09:00
Gunther Brunner
a063aeb077
Fixed device selection drop-down menu (it was broken in Firefox).
2014-12-04 18:09:24 +09:00
Gunther Brunner
ba5d245c53
Fixed all drop-downs for latest ui-bootstrap 0.12 using the new attribute-only directive syntax.
2014-12-02 19:37:30 +09:00
Gunther Brunner
50e4dfd47b
Updated most dependencies.
...
Upgraded ng-file-upload to 2.0
2014-12-02 16:15:52 +09:00
Gunther Brunner
fcc3de0e56
Added retina support for the Screenshots.
...
Removing picturefill dependency.
Since it's a progressive enhancement, we can ignore old browsers by using standard srcset attribute.
2014-11-12 17:18:58 +09:00
Gunther Brunner
193aa183ac
Browser icons and default favicon are now Retina size.
2014-11-11 19:53:50 +09:00
Gunther Brunner
36d9b7a98d
Disable tooltip animations because they are broken on Angular 1.3.0
2014-10-15 17:40:49 +09:00
Gunther Brunner
e1cedbb77c
Removed ngTable. Disabled ladda because there is a gettext bug.
2014-10-15 17:20:28 +09:00
Gunther Brunner
c245355732
Preparing for deploy.
...
Disables:
-Performance tab
-Access Tokens tab
-Standalone mode
2014-10-15 16:24:34 +09:00
Gunther Brunner
ff6b0dbab1
Improved UI layout for Reverse Port Forwarding.
2014-10-15 13:40:48 +09:00
Simo Kinnunen
cecf08a244
Reverse port forwarding UI actually works now.
2014-10-14 22:57:44 +09:00
Gunther Brunner
99864fb223
Track by $index so we can have duplicates (which makes sense in the UI).
2014-10-14 20:49:27 +09:00
Gunther Brunner
15755334d5
At least some UI for the new Port Forwarding.
2014-10-14 20:43:06 +09:00
Simo Kinnunen
04d261044c
Start implementing new port forwarding UI.
2014-10-14 14:15:23 +09:00
Gunther Brunner
8ffb037fbd
Clean up.
2014-10-10 16:47:15 +09:00
Gunther Brunner
d105052b20
In Angular 1.3.0-rc.5, $animate defers changes till the next digest.
...
Disabled animation for now.
2014-10-10 16:01:39 +09:00
Gunther Brunner
84e3c96a85
Focus URL after a browser has been selected.
2014-10-10 15:17:35 +09:00
Gunther Brunner
58244cbf60
Add first sample of ng-epoch.
2014-10-06 21:31:13 +09:00
Gunther Brunner
1a8a5ff8ff
Add Performance tab.
2014-10-06 19:11:46 +09:00
Gunther Brunner
a83ecd43ed
Add error-message directive.
...
Improve UX for focus handling.
2014-09-26 17:47:14 +09:00
Gunther Brunner
d5f29a5a23
Change window size on standalone rotation.
2014-09-26 00:23:57 +09:00
Gunther Brunner
a4a11c1680
Change finger color to a neutral gray.
2014-09-25 18:18:37 +09:00
Gunther Brunner
c81cd75a50
Refactored device context menu to its own directive.
...
Now works in standalone also.
2014-09-25 17:10:31 +09:00
Gunther Brunner
f705cd60a7
Add basic context-menu for actions.
2014-09-25 16:24:57 +09:00
Gunther Brunner
33fad24ed4
Added proper standalone support.
2014-09-24 19:38:46 +09:00
Gunther Brunner
7a344e7043
Make everything un-selectable unless specified otherwise.
...
Fix store account header bug.
2014-09-24 15:39:41 +09:00
Gunther Brunner
220db19eb0
Fix logic of basic mode.
2014-09-19 19:53:26 +09:00
Gunther Brunner
430103a913
Start adding back Standalone.
...
Moved ng-app to html so the title can be dynamic.
2014-09-18 23:48:52 +09:00
Simo Kinnunen
85427fc50a
Make menu, home and back buttons respond faster.
2014-09-12 23:36:45 +09:00
Simo Kinnunen
c6f63be01c
Center canvas with an extended margin: auto trick. Gets rid of half-pixel positions possible with translate().
2014-09-12 22:50:34 +09:00
Gunther Brunner
bd7035c670
Don't open modal box if it doesn't have a big photo.
2014-09-12 19:32:45 +09:00
Simo Kinnunen
6c09a53d55
New multitouch-compatible touch system.
2014-09-12 19:24:50 +09:00
Gunther Brunner
38d20eba9a
Revert "Revert "Fix canvas rotation being off on devices which are naturally landscape.""
...
Reverting the Revert because we found the reason for the blurry image.
This reverts commit 7afd816cf918ed94b2ebf7671f804ae0f769fcb9.
2014-09-12 15:59:13 +09:00
Gunther Brunner
f73cac8b24
Revert "Fix canvas rotation being off on devices which are naturally landscape."
...
Regressions:
1) Flicker badly in Chrome
2) Image gets very blurry because the image is uploaded to the GPU and there are rounding errors
3) Resizing is not smooth again
This needs another way of fixing.
This reverts commit 9fc1a9c7939b9f464c87a2f99cb06000f5aedcbc.
2014-09-11 20:59:17 +09:00
Gunther Brunner
dbfbe53b37
Finally Control button is implemented.
...
Also the route /control tries to use the last used device.
2014-09-11 18:15:16 +09:00
Simo Kinnunen
6714ba8d24
Move most installation functionality to InstallService. This makes it easier to have multiple drop areas while keeping them in sync.
2014-09-05 17:28:01 +09:00
Simo Kinnunen
484f868094
Remove installation code from control-panes-controller until we find a way to reuse InstallController there or find some other way to make them work together.
2014-09-05 16:05:21 +09:00
Simo Kinnunen
254994ce3b
Add space between installation warning "title" and content.
2014-09-05 13:32:43 +09:00
Simo Kinnunen
eb73140465
Don't expose install() to scope directly because it shouldn't be called.
2014-09-05 13:27:55 +09:00
Simo Kinnunen
ede65d518c
Fix canvas rotation being off on devices which are naturally landscape.
2014-09-05 12:00:27 +09:00
Simo Kinnunen
c5a4727ae3
Refactor installation to work out a few bugs and to make it cleaner. Transactions now reject on fail-responses, still need to update other places.
2014-09-05 12:00:27 +09:00
Gunther Brunner
f91bf901fa
Show progress bar after 2nd upload.
2014-09-04 18:03:45 +09:00
Simo Kinnunen
2174de0eee
Rename dashboard/upload to dashboard/install.
2014-09-04 17:17:54 +09:00
Gunther Brunner
02fb1f9add
Unit tests now pass.
2014-09-04 16:19:58 +09:00
Gunther Brunner
2f172c2fda
Add upload and installation errors.
2014-09-04 16:10:42 +09:00
Gunther Brunner
7ea5dd2777
Show installation error code.
2014-09-04 12:07:10 +09:00
Gunther Brunner
314caaee34
Make clear tooltip for rotation button.
2014-09-03 19:40:41 +09:00
Gunther Brunner
fe7452e9f7
Add reason of why device and control are undefined sometimes.
2014-09-02 18:20:27 +09:00
Gunther Brunner
ce604d8211
All JSHint trough webpack passes now.
2014-09-02 17:25:22 +09:00
Gunther Brunner
7b77412edd
Add webpack JSHint loader.
2014-09-02 16:27:36 +09:00