Commit graph

74 commits

Author SHA1 Message Date
Jools Wills
5efe340df2 removed sleep from omxplayer and use dependency based boot for splashscreen
improve splashscreen processing - slideshow time depending on number of images. only show a video if the first line is a video/else do a slideshow.
2015-08-10 00:49:39 +01:00
Jools Wills
1006d026c8 change logic for qemu chroot git workaround - don't use workaround for splashscreen (we need a real git checkout), and use $md_id rather than regexp matching 2015-08-09 19:52:50 +01:00
Jools Wills
c0e71c98e4 hide warning when disabling splashscreen 2015-08-09 18:36:35 +01:00
Jools Wills
97308340de added option to reset splashscreen to default 2015-08-09 18:28:00 +01:00
Jools Wills
6374920588 added option to edit splashscreen list 2015-08-09 18:16:57 +01:00
Jools Wills
268287a61a rewrite splashscreen module to use external repository - and cleanup code 2015-08-09 18:09:23 +01:00
HerbFargus
8a667508a9 Add omxplayer video splashscreen
and fixed the update-rc.d to match the runlevel in asplashcreen
2015-08-08 16:05:50 -06:00
Jools Wills
5632fd6313 moved asplashscreen init.d script to scriptmodules/supplementary/splashscreen/asplashscreen 2015-06-16 18:10:53 +01:00
Jools Wills
ce8ede4def updated licence url (to RetroPie org). Remove . at end of licence url to avoid any confusion 2015-06-16 16:41:34 +01:00
Florian
699db49b8e CHG: Added RetroPie Logo variations, set new default splashscreen 2015-06-14 09:33:07 +02:00
Florian
036404652c CHG: Added new RetroPie splashscreen 2015-06-09 22:28:21 +02:00
Florian
4df425c338 CHG: Updated header information 2015-03-28 06:19:16 +01:00
Florian
aab7fbd52d CHG: Added license information to all files 2015-03-27 17:28:38 +01:00
Jools Wills
187ba25c2c merged modules to enable/disable splashscreen and choose splashscreen into one.
755 permissions on splashscreen
2015-02-26 05:00:43 +00:00
Jools Wills
94b497ef07 intentation changes (to be more consistent with 4 spaces indentation) 2015-02-26 04:51:05 +00:00
Jools Wills
d87c7b9a36 use printMsgs for msgbox dialogs and add some /dev/tty redirects to gamecondriver dialogs 2015-02-26 03:52:09 +00:00
Jools Wills
49bdb68955 rework of message / error handling:
* use arrays for info/error messages
 * create a helper function to print our information to console/dialog etc
 * rename prebious printMsg to printHeading
 * fix for duplication of error messages in rp_callModule
2015-02-15 20:28:02 +00:00
Jools Wills
231051ccad styleguide changes:
* add newline to end of main scripts
2015-01-11 17:32:20 +00:00
Jools Wills
2fd9bd4e71 styleguide changes:
* [[ "a" != "" ]] -> [[ -n "a" ]]
2015-01-11 17:19:51 +00:00
Jools Wills
641178f761 styleguide changes:
* [ ] -> [[ ]]
  * [ a = b ] -> [[ a == b ]]

note asplashscreen script left with [ ] as it doesn't specify bash directory
2015-01-11 17:11:11 +00:00
Jools Wills
a132751df8 use nobin instead of nobindist 2015-01-07 00:47:55 +00:00
Jools Wills
9a12b1ef88 initial support for creating/installing via split binary packages #553 2015-01-07 00:18:16 +00:00
Jools Wills
d07f45028b de-duplicate setting of dialog backtitle everywhere - use a global variable and set it in retropie_setup.sh once 2014-08-02 18:52:05 +01:00
Jools Wills
de6cec861f split supplementary.sh into auto-loading modules 2014-07-20 20:35:26 +01:00