Gunther Brunner
a7faf0986b
Clicking the small image on Device List now shows the big device image.
2014-08-04 21:57:49 +09:00
Simo Kinnunen
74f7328b32
Fix wrong variable name in device detail list. JSHint wasn't working properly in the previous version of Atom.
2014-07-18 14:45:27 +09:00
Simo Kinnunen
9303c073b6
Fix device updates removing filter classes from rows.
2014-07-17 17:36:05 +09:00
Gunther Brunner
700c320257
Added tabindex and accesskeys for common input controls.
2014-07-16 20:05:34 +09:00
Gunther Brunner
e922b263f7
IE10 fix: supports only partially dataset.
2014-07-16 19:12:45 +09:00
Simo Kinnunen
1af6e7b7d7
Update device counters using DOM methods in real time.
2014-07-16 18:37:01 +09:00
Gunther Brunner
ed17c00f80
Pressing shift-click on 'Use' button now invites the device without routing to control it.
2014-07-16 18:34:49 +09:00
Gunther Brunner
dd5b04998d
Tried to fix the counting for zero,
...
but the real problem relies in that the device counting takes time and
we don't know before-hand how many devices we have.
Also the scope is not shared between the device list and the remote control.
2014-07-16 18:20:54 +09:00
Simo Kinnunen
0057bca523
Fix "using" counter.
2014-07-16 18:07:00 +09:00
Simo Kinnunen
0e761db319
Fix table segment insertion.
2014-07-16 18:06:59 +09:00
Gunther Brunner
beff3d88f2
Added auto-complete to search in Device Icon.
2014-07-14 21:06:45 +09:00
Simo Kinnunen
acaeb88ae7
Make the icon-based device list match the current filters in the details view.
2014-07-14 21:02:15 +09:00
Gunther Brunner
93690a6874
Logic typo.
2014-07-14 20:43:38 +09:00
Gunther Brunner
035384c6e6
Fixed kicking in admin mode.
2014-07-14 20:33:09 +09:00
Gunther Brunner
fa71aae56a
Added admin-mode.
...
For now it shows/hides columns in the Device List and adds kicking behaviour.
Using $rootScope.adminMode for convenience.
2014-07-14 20:23:32 +09:00
Simo Kinnunen
1d77d8c97d
Ensure that all API calls and static resources are in their own unique paths. This makes it easier to add a load balancer on top of everything.
2014-07-14 17:09:50 +09:00
Gunther Brunner
84e2a4ae1c
Added directive counter for device stats (it was not updating the numbers smoothly).
2014-07-09 21:44:09 +09:00
Gunther Brunner
2c7940f6ea
Changed setTimeout to $timeout.
2014-07-09 18:37:11 +09:00
Gunther Brunner
ff6ca2a22d
Added Reset button for sorting and filtering.
2014-07-09 12:23:47 +09:00
Gunther Brunner
fb2e522945
Added text-focus-select directive for text inputs so it selects automatically the text when clicked.
2014-07-08 22:26:34 +09:00
Gunther Brunner
f9fd3fd4bc
Each icon view li now features:
...
- The whole area is clickable
- When the device is in use, if you click the button it stops using,
however if you click outside the button it controls the device.
2014-07-08 21:54:25 +09:00
Gunther Brunner
3443990d31
Added device kicking back on the Device List.
...
Added device controlling button.
2014-07-08 21:28:47 +09:00
Gunther Brunner
6ee738695e
Hide datalist for unsupported browsers.
2014-07-08 20:12:39 +09:00
Gunther Brunner
6f29ccdecc
Added datalist based autocomplete for search filters.
2014-07-08 19:49:56 +09:00
Gunther Brunner
943daa8e0b
No display width may happen.
2014-07-08 15:19:33 +09:00
Gunther Brunner
971c03d54c
Added device-not-usable class for Device List.
2014-07-08 15:02:19 +09:00
Simo Kinnunen
72c6de0414
Add op support to query parser. You can now look for values using <=, <, > and >=.
2014-07-08 14:57:01 +09:00
Simo Kinnunen
2898170240
Device filter works on the device table. Icon list is not supported yet and the filter is not saved.
2014-07-08 12:51:16 +09:00
Simo Kinnunen
342ea7c472
Increase size of device search field on focus.
2014-07-07 17:04:14 +09:00
Simo Kinnunen
c5b745c20c
Add track by to column headers so that angular doesn't have to calculate $$hashCode.
2014-07-07 11:16:55 +09:00
Simo Kinnunen
8142173682
Remove duplicate column labels, they should only be in one place.
2014-07-04 23:05:09 +09:00
Simo Kinnunen
f86f1230f5
Merge branch 'feature/embedded-settings' into develop
2014-07-04 23:00:18 +09:00
Gunther Brunner
6715bff634
Added busy class for Icon view.
...
Made text un-selectable in Devices List accordingly to Application guidelines.
2014-07-03 21:34:56 +09:00
Gunther Brunner
b1cbbc7030
Improved Search and Customize filtering controls.
2014-07-03 21:14:53 +09:00
Gunther Brunner
854db4c218
Added UI for device filtering.
...
Customize columns is now 2 columns.
2014-07-03 20:22:51 +09:00
Simo Kinnunen
332c7b6106
Embed user into the main template. "Hide" it using a data URL so that it looks better in the source.
2014-07-03 19:41:03 +09:00
Gunther Brunner
1fc6b0965a
Added styles for sorting on the Device List table.
2014-07-03 19:04:45 +09:00
Simo Kinnunen
ec470a8493
Sync icon list classnames status button classnames with the detail list.
2014-07-03 15:16:58 +09:00
Simo Kinnunen
c858bfa7df
Make device columns a service so that we can keep just one copy in memory.
2014-07-03 14:04:08 +09:00
Simo Kinnunen
69cb530b19
Remove unused variable.
2014-07-03 12:17:50 +09:00
Simo Kinnunen
b459e9f5bd
Fix busy classname.
2014-07-02 20:13:53 +09:00
Simo Kinnunen
714867de59
Don't render both lists at once, and remember which list was selected (just like before). Some refactoring here would be nice.
2014-07-02 20:02:12 +09:00
Simo Kinnunen
46baaf4fe0
Update the "no devices" widget to work with the new system.
2014-07-02 17:50:49 +09:00
Simo Kinnunen
f329d021d3
Rename device-list-icon to device-list-icons.
2014-07-02 15:54:02 +09:00
Simo Kinnunen
6ab7cd702a
Compare versions properly.
2014-07-02 15:27:26 +09:00
Simo Kinnunen
d51da4b215
Add username back to device list stats.
2014-07-02 14:13:11 +09:00
Simo Kinnunen
d2ea49ef07
Make SDK column sorting work.
2014-07-01 17:48:59 +09:00
Simo Kinnunen
305a67330b
Make display column sort by total number of pixels.
2014-07-01 15:48:24 +09:00
Simo Kinnunen
20076ffc0e
Remove unused directive attribute.
2014-07-01 11:38:56 +09:00
Simo Kinnunen
eaebbc76ce
Remove controller attribute from template (the controller was already removed).
2014-06-30 20:33:34 +09:00