HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
PcSoftware
/
scripts
/
Atom1.5-webgui
/
index.php
@ 2133
– Rev 2318
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
2318
3478 d 2 h
arune
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Fixed webview (Android Add to Homescreen)
/trunk/PcSoftware/scripts/Atom1.5-webgui/manifest.json
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2314
3509 d 3 h
arune
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Check if file exist before including it
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2192
5130 d 5 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
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/info/script.js
2154
5149 d 5 h
arune
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Added support for jquery.timeago
Ir device state page now use timeago
/trunk/PcSoftware/scripts/Atom1.5-webgui/jquery.timeago.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/irdevicestate/script.js
2147
5155 d 12 h
arune
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Disabled tap to toggle header
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2146
5156 d 1 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.
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2145
5156 d 2 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.
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2142
5165 d 3 h
arune
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Set header to fixed mode
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2133
5165 d 10 h
runge
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Fixed looping of pages when swiping.
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2111
5170 d 1 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.
/trunk/PcSoftware/scripts/Atom1.5-webgui/atomjs_interface.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/atom_interface_new.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/atom_interface_old.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/backend.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/config.php.template
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/dimmers/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/info/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/irremotes/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
2105
5170 d 16 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.
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2104
5171 d 9 h
runge
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Changed Home to Start to be more language agnostic
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2102
5171 d 9 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.
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/template.html
2096
5171 d 14 h
runge
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Made the phonecall view more friendly to a small screen like my phone :)
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/script.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages/phonecalls/template.html
2086
5172 d 12 h
arune
/trunk/PcSoftware/scripts/Atom1.5-webgui/
Changed Home button icon to home icon
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
2084
5172 d 12 h
arune
/trunk/PcSoftware/scripts/
Renamed Atom1.5-phpExampleClient to Atom1.5-webgui and moved contents from light folder directly to Atom1.5-webgui
/trunk/PcSoftware/scripts/Atom1.5-webgui
/trunk/PcSoftware/scripts/Atom1.5-webgui/atom_interface_new.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/atom_interface_old.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/backend.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/config.php.template
/trunk/PcSoftware/scripts/Atom1.5-webgui/htaccess.bak
/trunk/PcSoftware/scripts/Atom1.5-webgui/images
/trunk/PcSoftware/scripts/Atom1.5-webgui/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/jquery-1.7.2.min.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/jquery.mobile-1.1.1.min.css
/trunk/PcSoftware/scripts/Atom1.5-webgui/jquery.mobile-1.1.1.min.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/jquery.tmpl.min.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/pages
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/atom_interface_new.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/atom_interface_old.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/backend.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/config.php.template
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/htaccess.bak
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/images
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/index.php
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/jquery-1.7.2.min.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/jquery.mobile-1.1.1.min.css
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/jquery.mobile-1.1.1.min.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/jquery.tmpl.min.js
/trunk/PcSoftware/scripts/Atom1.5-webgui/light/pages
2080
5173 d 9 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.
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/config.php.template
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/index.php
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/dimmers/script.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/dimmers/template.html
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/info/script.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/info/template.html
2070
5174 d 3 h
runge
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Changed how the page switching works.
Added swipe left and right to switch pages. Very nice!
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/index.php
2068
5174 d 8 h
runge
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Completly new web interfaces built on jQuery Mobile. Uses the concept of pages where pre-defined pages can be created and hopefully shared between us all. Then you instansiate one or more of these pages in the configuration file.
Right now only two simple pages exists, one for dimmers and one for generic last value information.
Do not forget to update to the latest version of the scripts for Atom!
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/backend.php
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/images/ajax-loader.gif
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery-1.7.2.min.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery.mobile-1.1.1.min.css
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery.mobile-1.1.1.min.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery.tmpl.min.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/dimmers
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/dimmers/script.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/dimmers/template.html
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/info
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/info/script.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/info/template.html
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/getSetData.php
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/images/icon-search-black.png
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery-1.6.1.min.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery.mobile-1.0b1.css
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery.mobile-1.0b1.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery.mobile-1.0b1.min.css
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/jquery.mobile-1.0b1.min.js
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/config.php.template
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/images/ajax-loader.png
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/images/icons-18-black.png
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/images/icons-18-white.png
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/images/icons-36-black.png
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/images/icons-36-white.png
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/index.php
2060
5175 d 4 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Added config files
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/config.php
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/getSetData.php
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/index.php
←Prev
1
2
Next→
Show All