Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2318 3486 d 22 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/ Fixed webview (Android Add to Homescreen)  
2317 3486 d 22 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/images/ Added images for webview  
2314 3517 d 23 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/ Check if file exist before including it  
2250 4997 d 10 h englund /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added a new page type graphs that shows multiple graphs/images in a collapsible list.  
2249 4997 d 22 h englund /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added example config for flip switches.  
2248 4997 d 22 h englund /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/flipswitches/ Added support for flip switch form elements for controlling remote power switches like NEXA.  
2215 5126 d 23 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added irdevicestate to config.template  
2209 5129 d 0 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/ Updates to webgui, now picture scales in Power and PID pages  
2208 5131 d 22 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/irdevicestate/ Changed devicestate web interface to work with devicestate in sensor.js  
2197 5137 d 0 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/info/ Reverted 2193  
2196 5137 d 23 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/ Added code to remove updates from pages that is hidden for dimmers and irdevicestate , fixed a faulty commit to info page, added PID-page  
2195 5138 d 2 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/ Created Power page for webgui  
2193 5138 d 23 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/info/ Fixed PID page for webgui  
2192 5139 d 0 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/ Modified webgui to get callbacks when a page is shown or hidden, this is now used by the info-page to stop updates when the page is hidden  
2191 5139 d 1 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/ Changed so that only used scripts get loaded in webgui  
2180 5147 d 0 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Added timeago support to web interface page phonecalls  
2179 5147 d 7 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Changed time/date display to display local time instead of UTC/GMT  
2154 5158 d 1 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added support for jquery.timeago
Ir device state page now use timeago
 
2148 5163 d 1 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/irdevicestate/ Added timestamp to windows/doors page, time of last change  
2147 5164 d 8 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/ Disabled tap to toggle header  
2146 5164 d 21 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Removed start page completly, it was a special case page which is not needed, can be duplicated with a buttons page if needed.
Fixed navigation to the correct page on page load, e.g. read the hash at load and set the correct page.
 
2145 5164 d 21 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Changed page title to contain all buttons to all pages. jQuery Mobile only supports 5 buttons before splitting into a new row so if you get more than one row that is the reason.  
2144 5165 d 0 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/irdevicestate/ Added web interface page for irdevicestate  
2142 5173 d 22 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/ Set header to fixed mode  
2140 5174 d 1 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Fixed error in webgui script for phonecalls  
2139 5174 d 2 h linlun /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added one alternate template for PhoneNumber presentation  
2133 5174 d 5 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Fixed looping of pages when swiping.  
2112 5178 d 20 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Fixes for larger data sets as results.
Readded fix for non-existant timestamps
 
2111 5178 d 21 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Changed the webgui to use the new Atomd JsPipe interface instead of the atomic. Should not suffer from the protocol limitations of the atomic protocol.
This is a breaking change and requires the latest revision of Atom. It will also require an update to the webgui configuration file.
 
2106 5179 d 11 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Fix for linus timestamps  
2105 5179 d 11 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added better error handling on failed server requests, if one failes move to the next in the queue anyway.
Added check if there is a callback supplied in a call before trying to execute that callback.
 
2104 5180 d 4 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Changed Home to Start to be more language agnostic  
2102 5180 d 4 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Changed so only one request at a time is made toward the server since the server can not handle it in a good way.
Added functions for popping up dialogs in the web interface.
Added a function to sync the time between the server and the client to be able to do correct comparisons, requires a new function in atom!!!
Added popup functionality to the phonecalls page where a popup will appear when a new call is detected. Since the call logg is checked every 4 seconds there can be a little latency and the check checks for calls that are less than 10 seconds old. The dialog will auto close after 15 seconds if not closed manually.
 
2097 5180 d 9 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/ Forgot that I disabled the polling of calls, re-enabled it now  
2096 5180 d 9 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Made the phonecall view more friendly to a small screen like my phone :)  
2093 5180 d 20 h runge /trunk/PcSoftware/scripts/Atom1.5-webgui/ Added a new page with phone call history to the webgui. Ít has some configuration options but they are all described in the config.php.template file.  
2086 5181 d 7 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/ Changed Home button icon to home icon  
2085 5181 d 8 h arune /trunk/PcSoftware/scripts/Atom1.5-webgui/ Removed old light folder  
2084 5181 d 8 h arune /trunk/PcSoftware/scripts/ Renamed Atom1.5-phpExampleClient to Atom1.5-webgui and moved contents from light folder directly to Atom1.5-webgui  
2080 5182 d 5 h runge /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ Added the possibility to translate alias names into nicer looking names for display as suggested by arune.
There is a array i the configuration file which to set this up. If an alias does not have a pretty name in this file the alias itself will be used.