2011-08-16, 02:58
Do not install or use this skin unless you have either touch screen or a mouse connected or you will lose navigation and have to manually change to another
Touched is the default skin on touch devices in XBMC Gotham 13.0
All source code (including the original images and commit history) can be found on our github account at https://github.com/xbmc/skin.touched
Obvious changes in this version
Re-Added the big bottom buttons for fat fingers (only real feedback I got was that people preferred them)
http://img840.imageshack.us/img840/8273/...ot013k.png
Added skin settings to remove items from home and to also add some quick launch for video addons
http://img98.imageshack.us/img98/8836/sc...ot014x.png
http://img43.imageshack.us/img43/7805/sc...t015jw.png
Updated the context menu to use the new code which helps to make the buttons more visible for their "clickable" area
http://img24.imageshack.us/img24/2369/sc...t017sm.png
Added some Basic touch screen controls to the picture window. Next/Previous Image, Exit out of full screen, Show Image Information, Toggle display of Music Info if music is playing
http://img854.imageshack.us/img854/222/s...ot016u.png
Full list of changes since last public version (newest first)
---------------------------------------------------------------------------------
EXTRA STUFF YOU NEED TO KNOW
* Technically gestures should also work on windows 7 with a recent git master build of xbmc but its not tested so use at own risk
* LINUX IS NOT SUPPORTED. Linux does not have the gesture API hooked up yet so you wont be able to navigate around your media with a touch screen its currently iOS and windows 7 only
* I suggest adding this to your advancedsetting.xml and starting with a fresh userdata dir XBMC's default is 512 and a 256 will make your thumbs load much quicker when scrolling and they never get displayed that big in the skin anyway see here http://wiki.xbmc.org/?title=Advancedsett...umbsize.3E
* I have also uploaded a nicer weather icon pack to my site that I recommend people use I got the original from here http://forum.xbmc.org/showthread.php?tid=50196 but modified it so it would work with Eden versions of XBMC, so all credit to Bob___ for making it weather.zip just copy it over and replace the same zip in /private/var/stash/Applications.CHXuVl/XBMC.app/XBMCData/XBMCHome/media while xbmc is not running
The old development thread is located here http://forum.xbmc.org/showthread.php?tid=105142 so you can see its development
Some Changes in this version from the old version include
Much better support for subtitles you can now turn them on and off from the OSD (middle right) and also download new ones if you want with the subtitle script`
Touched is the default skin on touch devices in XBMC Gotham 13.0
All source code (including the original images and commit history) can be found on our github account at https://github.com/xbmc/skin.touched
Obvious changes in this version
Re-Added the big bottom buttons for fat fingers (only real feedback I got was that people preferred them)
http://img840.imageshack.us/img840/8273/...ot013k.png
Added skin settings to remove items from home and to also add some quick launch for video addons
http://img98.imageshack.us/img98/8836/sc...ot014x.png
http://img43.imageshack.us/img43/7805/sc...t015jw.png
Updated the context menu to use the new code which helps to make the buttons more visible for their "clickable" area
http://img24.imageshack.us/img24/2369/sc...t017sm.png
Added some Basic touch screen controls to the picture window. Next/Previous Image, Exit out of full screen, Show Image Information, Toggle display of Music Info if music is playing
http://img854.imageshack.us/img854/222/s...ot016u.png
Full list of changes since last public version (newest first)
Quote:*Added a Indicator that you are currently watching a video to list views (looks like a play icon where the "watched" tick would be)
*Updated the context menu to use the new code which helps to make the buttons more visible for their "clickable" area
*Added some Basic touch screen controls to the picture window. Next/Previous Image, Exit out of full screen, Show Image Information, Toggle display of Music Info if music is playing
*Added skin settings to make the "Videos" button always go to the root of the video file system
*Separated out Media Info toggle for Audio and Video Playback so you can have one on and one off
*Bumped up the version number a little
*Added "language/Chinese (Simple)/strings.xml" based on version 0.8.0 thanks too chrisyu
*Cleaned up and added a few more skin settings
*Added skin settings to remove items from home and to also add some quick launch for video addons
*Changed/Fixed: show focused category in settings in a different color
*Fixed: Close the player controls when stopping Karaoke
*Changed: Make sure we close the options submenus on window close
*Added a shadow under the submenu buttons
*Removed the "View" button from the options menu since its in main buttons again now
*Fixed up the location size and scale of DialogKaiToast.xml
*Re-Added the big bottom buttons for fat fingers
---------------------------------------------------------------------------------
EXTRA STUFF YOU NEED TO KNOW
* Technically gestures should also work on windows 7 with a recent git master build of xbmc but its not tested so use at own risk
* LINUX IS NOT SUPPORTED. Linux does not have the gesture API hooked up yet so you wont be able to navigate around your media with a touch screen its currently iOS and windows 7 only
* I suggest adding this to your advancedsetting.xml and starting with a fresh userdata dir XBMC's default is 512 and a 256 will make your thumbs load much quicker when scrolling and they never get displayed that big in the skin anyway see here http://wiki.xbmc.org/?title=Advancedsett...umbsize.3E
PHP Code:
<thumbsize>256</thumbsize>
* I have also uploaded a nicer weather icon pack to my site that I recommend people use I got the original from here http://forum.xbmc.org/showthread.php?tid=50196 but modified it so it would work with Eden versions of XBMC, so all credit to Bob___ for making it weather.zip just copy it over and replace the same zip in /private/var/stash/Applications.CHXuVl/XBMC.app/XBMCData/XBMCHome/media while xbmc is not running
The old development thread is located here http://forum.xbmc.org/showthread.php?tid=105142 so you can see its development
Some Changes in this version from the old version include
Much better support for subtitles you can now turn them on and off from the OSD (middle right) and also download new ones if you want with the subtitle script`