talkabout
a32cf39763
95_Dashboard: fix for device specs not working in dashboard any more
...
git-svn-id: https://svn.fhem.de/fhem/trunk@12251 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2016-10-03 09:45:43 +00:00
talkabout
f42aa89b0e
95_Dashboard: fix for yesterdays commit
...
git-svn-id: https://svn.fhem.de/fhem/trunk@12246 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2016-10-02 19:14:08 +00:00
talkabout
b65f56aaf7
95_Dashboard: fixes a bug causing devices with internal attribute group to not being shown in the dashboard
...
git-svn-id: https://svn.fhem.de/fhem/trunk@12225 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2016-09-30 23:51:51 +00:00
talkabout
543efb72d8
95_Dashboard: fixed issue when using cmdIcon attribute for devices
...
git-svn-id: https://svn.fhem.de/fhem/trunk@10344 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2016-01-03 11:29:48 +00:00
talkabout
107de106c1
95_Dashboard: fixed local link in command ref
...
git-svn-id: https://svn.fhem.de/fhem/trunk@10148 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-12-10 19:11:22 +00:00
talkabout
62256ccd7a
95_Dashboard: the fhem root url is not hardcoded any more
...
but read from the variable.
Fixed a problem that causes drag&drop being still activated
when the dashboard was locked. (resize/move)
git-svn-id: https://svn.fhem.de/fhem/trunk@9952 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-11-21 12:03:23 +00:00
talkabout
9a4739418e
95_Dashboard: fixed rendering of devices based on the FHEMWEB algorithm
...
git-svn-id: https://svn.fhem.de/fhem/trunk@9901 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-11-15 12:49:46 +00:00
talkabout
7b9a1d767d
95_Dashboard: fixed access to uninitialized value
...
git-svn-id: https://svn.fhem.de/fhem/trunk@9256 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-09-15 17:36:53 +00:00
talkabout
22f70c322a
95_Dashboard: the column sort order is now correctly read from the sorting attribute
...
git-svn-id: https://svn.fhem.de/fhem/trunk@9246 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-09-13 20:38:42 +00:00
talkabout
8718b84ce8
95_Dashboard: added support for alias attribute which, if set, is shown in the navigation instead of the device name
...
git-svn-id: https://svn.fhem.de/fhem/trunk@9137 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-08-26 19:35:34 +00:00
talkabout
5d86e73da9
95_Dashboard: fixed issue with disappearing menu and command input in room 'Everything'
...
git-svn-id: https://svn.fhem.de/fhem/trunk@9035 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-08-08 16:17:43 +00:00
talkabout
24919102c3
95_Dashboard: fixed problem with smallscreen styles that caused devices
...
to be shown in wrong tabs
git-svn-id: https://svn.fhem.de/fhem/trunk@9024 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-08-06 19:48:28 +00:00
talkabout
dadc577a9d
95_Dashboard: fixed sorting issue in device groups
...
git-svn-id: https://svn.fhem.de/fhem/trunk@9020 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-08-04 19:38:13 +00:00
talkabout
35d0361b0a
95_Dashboard: fixed style issue with colorpicker - fixed issue with editing groups in the dashboard configuration dialog
...
git-svn-id: https://svn.fhem.de/fhem/trunk@9018 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-08-03 18:02:25 +00:00
talkabout
08c21124b0
95_Dashboard: support for devspecs in dashboard - storing and restore of currently selected tab - style adjustments
...
git-svn-id: https://svn.fhem.de/fhem/trunk@8990 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-26 20:42:15 +00:00
talkabout
44a04136fe
Dashboard: fixed smallscreen issue - fixed some perl warnings
...
git-svn-id: https://svn.fhem.de/fhem/trunk@8969 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-14 16:29:35 +00:00
talkabout
6dc5c9770b
Dashboard: group names can contain regex special characters now - restoring of group visibility now works as expected - fixed issue that some readingGroups are not updated correctly
...
git-svn-id: https://svn.fhem.de/fhem/trunk@8949 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-12 19:56:22 +00:00
talkabout
588f4ea4af
Dashboard: corrected version number
...
git-svn-id: https://svn.fhem.de/fhem/trunk@8915 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-07 17:46:42 +00:00
talkabout
0c8d8c8d3f
Released version 3.0 of the dashboard module with the following changes:
...
- Tabs are loading via ajax (asynchronous).
- Removed attribute dashboard_tabcount. The number of tabs is determined automatically based on the gorup definitions.
- Group names now also support regular expressions.
- Dashboard is not limited to 1 for every FHEMWEB instance.
- Dashboard link in left menu has the same name as the dashboard definition in fhem.cfg.
- dashboard_webfrontendfilter has been removed. To hide a dashboard put its name into the FHEMWEB instance's hiddenroom attribute.
- Flexible mode to be able to position groups absolutely on the dashboard screen.
- The number of columns can be defined per tab (additionally to the global definition)
- Optimized icon loading.
- Optimized fullscreen view.
- Minor improvements in javascript and css.
git-svn-id: https://svn.fhem.de/fhem/trunk@8893 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-05 13:12:02 +00:00
svenson08
71315f8c46
Bugfix
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5921 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-21 18:47:19 +00:00
svenson08
5a7ed1baa8
Changed View of readingsHistory. Fix Linebrake in unlock state. Bugfix Display Group with similar group names. CSS Class Changes. Insert Configdialog for Tabs. Change handling of parameters in both directions.
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5917 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-20 18:52:01 +00:00
svenson08
094a8fc68b
Dashboard-Styles changed
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-05 18:47:16 +00:00
svenson08
ce1c97e886
Change Detail and Set Button.
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5634 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-24 19:59:30 +00:00
svenson08
efa5fce8a7
Erase Lock/Unlock Button
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5544 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-17 17:34:52 +00:00
svenson08
baf02659c1
Bugfix for Codemirror. Dashboard now not visible in room "all" resp. "Everything".
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5491 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-08 18:17:17 +00:00
svenson08
9f999072be
dashboard_showfullsize not applied in room "all"
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5333 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-03-26 20:03:04 +00:00
svenson08
5b889eb21c
Fix dashboard_webfrontendfilter Error-Message. Attribute dashboard_colwidth and dashboard_sorting removed.
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5247 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-03-17 19:16:56 +00:00
svenson08
cb6489cb91
Fix readingsGroup display
...
git-svn-id: https://svn.fhem.de/fhem/trunk@5112 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-03-03 18:23:14 +00:00
svenson08
787d16c20e
Change Groupcontent sorting in compliance by alias and sortby.
...
Custom CSS over new Attribute dashboard_customcss.
Fix Bug that affect new groups.
git-svn-id: https://svn.fhem.de/fhem/trunk@5030 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-23 20:29:50 +00:00
svenson08
7ed2ba7916
Bugfixes. Groupstitel now can show icons, Backbutton in Fullsize-Mode
...
git-svn-id: https://svn.fhem.de/fhem/trunk@4978 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-17 20:11:38 +00:00
svenson08
730de658ce
git-svn-id: https://svn.fhem.de/fhem/trunk@4904 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-12 20:35:48 +00:00
svenson08
3293b74e87
git-svn-id: https://svn.fhem.de/fhem/trunk@4903 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-12 19:59:45 +00:00
svenson08
0b294c2723
git-svn-id: https://svn.fhem.de/fhem/trunk@4902 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-12 19:51:12 +00:00
svenson08
d4a466ca4f
small fix
...
git-svn-id: https://svn.fhem.de/fhem/trunk@4810 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-04 20:34:11 +00:00
svenson08
eb8e543da6
bugfix dashboard_showfullsize only in DashboardRoom.
...
Fix showhelper Bug on lock/unlock. The error that after a trigger
action the curren tab is changed to the "old" activetab tab has been fixed.
feature Tabs can show an icon.
git-svn-id: https://svn.fhem.de/fhem/trunk@4809 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-04 20:21:46 +00:00
svenson08
8112d804b9
Tabs can set on top, bottom or hidden. Fix "variable $tabgroups masks earlier" Errorlog.
...
git-svn-id: https://svn.fhem.de/fhem/trunk@4775 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-30 21:03:52 +00:00
svenson08
16f0871907
Use longpoll to update content.
...
rowcentercolwidth can now be defined per column.
Dashboard can hide FHEMWEB Roomliste and Header => Fullsizemode.
git-svn-id: https://svn.fhem.de/fhem/trunk@4765 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-28 19:57:58 +00:00
svenson08
3b36898cd6
Adding Dashboard Tab feature. Redesign saving of Group positioning. Many small changes and bugfixing.
...
git-svn-id: https://svn.fhem.de/fhem/trunk@4717 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-22 20:39:53 +00:00
svenson08
2aab6090de
fixed bugs.
...
git-svn-id: https://svn.fhem.de/fhem/trunk@4521 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-01 20:55:13 +00:00
svenson08
7976b6d8e1
git-svn-id: https://svn.fhem.de/fhem/trunk@4421 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-12-20 13:58:02 +00:00