| Age | Commit message (Collapse) | Author |
|
At regular intervalls there are questions in the forum (in at least
three or four different threads on only this subject) on how to
configure the recording paths so you don't have to set them to the
same thing over and over again in e.g EPG timers. People apparently
forget to set it, and miss their recordings because the harddisk is
full or not built in. They want an easy way to change the default from
/hdd/movies/ to a NAS or a USB device.
I have rebased the patch in this thread from March 23, added two minor
bugfixes, and hopefully made it less controversial by making sure that
it only affects the expert setup level. I don't think there should be
anything controversial about this patch now, and no known bugs. It
only provides functionality that several people are screaming to get.
Synopsis: The patch changes the "Timeshift path..." setup dialogue
into a "Recording paths..." dialogue where you can easily configure
both the timeshift and the other recording paths.
|
|
|
|
|
|
channelselection and other channelselections based on simple channelselection
|
|
no more need to directly access self.instance.setTitle or getTitle
|
|
|
|
|
|
|
|
|
|
inside the skin without the need to declare it inside every Screen.
Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example:
<widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn.
|
|
ParentalControlSetup and ParentalControlChangePin skin entrys from skin_default,
instead use "Setup" Skin but still allow individual skinning over the original Screen names
- add SetupSummary
|
|
still allow individual skinning over own Skin entry "MediaPlayerSettings"
- use "FileBrowser" Skin for DirectoryBrowser but still allow individual skinning over own Skin entry "MediaPlayerDirectoryBrowser"
- add SetupSummary
- fix crash when selecting a mountpoint as start directory inside DirectoryBrowser
|
|
skinning over own Skin entry "DiseqcTesterTestTypeSelection"
- add SetupSummary
|
|
skinning over own Skin entry "PicturePlayerSetup"
- add Setup Summary
|
|
for VideoMode Plugin(removed again from skin_default.xml),
instead use the "Setup" Skin entry, but still allow individual skinning using "VideoSetup" as screen name.
|
|
through StaticText
- remove irritating double Title and use self.setup_title as Screen Title
|
|
|
|
- revert previous change to reuse last used sleep timer time again
- add blue button control to set sleep timer time to the remaining time of the currently running service
|
|
sleeptimer time (thx to ali abdul)
|
|
allow individual skinning
|
|
into skin_default and allow individual skinning
|
|
|
|
- whitespace cleanup
|
|
configlistscreen
|
|
It is now possible to enable/disable the CleanupWizard and also to manually define the free space threshold for the warning.
|
|
- move Buttons to top and replace Labels with StaticText
- add some more informations where helpful
- minor bugfixes
|
|
|
|
|
|
|
|
- use own Skin for better skinability
- use same translateable string for screen title and lcd title
|
|
- replace some Lables through StaticText
- remove unused Buttons
- minor Skin alignments
- use own Skin for adding a Title to the DVD, this changes button actions.(Red is now close, green is add and yellow edit)
|
|
|
|
- move buttons to top and replace Button/Label through StaticText
- change Button actions in main screen. ( Red is now close, Green is for Thumbnails, Yellow for Exif Information and Blue for Setup)
- use ConfigListScreen for Pic_Setup
- add Buttons where needed.
- minor Skinfixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled
|
|
- Fix hardcoded path for noprev.png
- remove old skin. current skin is inside skin_default.xml
|
|
|
|
|
|
- replace all Labels where possible through StaticText for better skinability
- enable VirtualKeyboard on TEXT Button now if needed.
|
|
replace all Labels where possible through StaticText for better skinability
- change some label descriptions
- minor fixes
|
|
|
|
|
|
|
|
containers
|