summaryrefslogtreecommitdiff
path: root/www/js/EventsGraphsCtrl.js
AgeCommit message (Collapse)Author
2015-07-02updated libraries, squashed the problem of not getting bar handles on click, ↵PliablePixels
optimized montage view
2015-06-27Added ability to log key events to file and email (useful for release debugging)PliablePixels
2015-06-26Added option to keep screen on when viewing footage, also cleaned up ↵PliablePixels
invocation of cordova plugins when in desktop - it now checks so spurious errors don't show in logs
2015-06-24Cleaned up code, commented, preparing for HTTPS via CordovaHTTPPliablePixels
2015-06-21remove simulation code completely to keep things easy to understand.PliablePixels
2015-06-06added a full screen option for montage view too - no status bars and slidersPliablePixels
2015-05-24added PTZ support (well, P for now, but framework with a cool menu is in place)PliablePixels
2015-05-17Switched back to tc-chartARC
2015-05-13cleaned up graphs a bitARC
2015-05-10JSHinted everything, added dependency arrays in all controllers for future ↵ARC
minification
2015-05-09Added support to limit maximum monitors in Montage View and also added a ↵ARC
portal alias - those who many not be using one can keep this empty
2015-05-04Events Graphs now supports time based filters (using the excellent moment ↵ARC
library)
2015-05-02Android Users Rejoice! Major updates: Android port works like a charm now. ↵ARC
Integrated Crosswalk for good performance for Android phones, reworked Montage view to step around Chrome's problem of getting stuck in pending state for HTTP requests that don't close soon and more.
2015-05-01Made various tweaks to config files and code to make things work on Android. ↵ARC
Using crosswalk for Android for better performance
2015-04-28converted views to cache=false, I don't think there are significant ↵ARC
performance hits. Also added triggers to see which views get unloaded/destroyed on exit - perf. tuning
2015-04-26Graph height is now a function of number of bars to show (but minimum is ↵ARC
always device height)
2015-04-25Comments addedARC
2015-04-25Separated out the charting job into a function and linked chart generation ↵ARC
to tab-on-select
2015-04-25First CommitARC