Commit graph

994 commits

Author SHA1 Message Date
Jools Wills
be192be8a2 bump version to v2.5.2 2017-08-11 19:31:32 +01:00
Jools Wills
5b5eb87115 Merge pull request #202 from hex007/move-pstimeout
Fixes screensaver not getting triggered
2017-08-11 18:23:44 +01:00
hex007
90cd10b421 PowerSaver updates:
- Video Screensaver to skip fade in/out if Instant
- Video Previews to skip fade in/out if Instant
- Added Pause/Resume methods to PS for better description
- Added basic documentation to PS header file
- Added trailing after waking up from SS
- Added proper timing offsets after PS is triggered
- PS set to Disabled by default
- some whitespace edits
2017-08-11 10:03:12 -07:00
Jools Wills
244bf47779 Merge pull request #199 from hex007/move-pstimeout
PowerSaver Updates
2017-08-04 02:46:44 +01:00
hex007
e924b5d14c PowerSaver Updates
- Removed warning while enabling Instant mode
- Fixes Instant mode setting not being saved
- Added methods to support changing screensaver videos after timeout
while using OMX.
- Added methods to support changing Screensaver play next video timeout
- Handled fast animations when Screen saver was disabled by setting
timeout to 0
- Minor fixes
2017-08-03 14:33:01 -07:00
Jools Wills
d953d6b5cf bump version to 2.5.1 2017-08-02 17:42:18 +01:00
Jools Wills
44d2e7dbab Merge pull request #194 from pjft/Log-backup
Backup previous session's Log file
2017-08-02 16:49:52 +01:00
pjft
c150d63d54 Backup previous session's Log file
Always keeps one session’s log backup file.
2017-08-01 14:31:06 +01:00
Jools Wills
6f00abbdf7 Merge pull request #192 from jrassa/default-font-size-fix
fix default font sizes when running in vertical orientation
2017-08-01 05:53:11 +01:00
Jools Wills
fc24dbe0c0 Merge pull request #183 from dankcushions/hidden_files
Skip hidden *nix files when populating gamelists.
2017-07-31 18:44:40 +01:00
Jools Wills
5befdbf332 bump version to 2.5.0 2017-07-31 18:41:22 +01:00
dankcushions
5d41e3ad30 Skip hidden *nix files when populating gamelists. 2017-07-31 10:48:46 +01:00
Jools Wills
37b89fe57e Merge pull request #172 from hex007/feature-powersaver
Implement Power Savings feature
2017-07-28 17:05:25 +01:00
Jools Wills
af62231926 Merge pull request #167 from nschloe/coverity-retropie
various code fixes
2017-07-28 13:48:03 +01:00
Nico Schlömer
419e6c43e0 various code fixes
From <https://scan.coverity.com/projects/emulationstation?tab=overview>.
2017-07-28 09:57:37 +02:00
jrassa
60971b2c73 fix default font sizes when running in vertical orientation 2017-07-27 23:05:46 -04:00
hex007
45694cf1a4 Power Saver Feature
- Change Power Saver (PS) from Other Settings menu
- 4 Modes are available : Disabled, Default [default], Enhanced, Instant
- All modes work well with Screensavers and Video previews.
- PS is disabled while running Videos through VLC.
- PS is disabled while Scrapping
- Game counts are shown immidiately if in Instant Mode
- PS mode defaults if Transitions are changed while in Instant Mode
2017-07-25 12:07:35 -07:00
Jools Wills
b28fa2ce9f bump version to 2.4.1 2017-07-11 16:20:03 +01:00
Jools Wills
227d5b89a9 Merge pull request #180 from pjft/Random-Selection
Fixing random game selection, and aligning menus
2017-07-11 16:18:59 +01:00
pjft
a035433d1d Fixing random game selection, and aligning menus
- Fixing off-by-one error
- Update menu alignment
2017-07-11 16:13:22 +01:00
Jools Wills
2decb2b6a4 bump version to 2.4.0 2017-07-08 18:55:48 +01:00
Jools Wills
7ad62df4df Merge pull request #168 from pjft/RetroPie-Virtual-Systems-PR
Adding support for "All", "Favorites" and "Last Played" systems
2017-07-08 07:31:39 +01:00
Jools Wills
f30187f0d4 Merge pull request #178 from pjft/Fix-sliders
Moving slider entries in the menus back to the top
2017-07-08 04:45:02 +01:00
Jools Wills
cbc8171f43 Merge pull request #177 from pjft/RetroPie-VideoZoom
Fix for lack of zoom transition on video view for systems without marquees
2017-07-08 04:44:31 +01:00
Jools Wills
394cd44758 Merge pull request #173 from jrassa/theme-variables
variable support for themes
2017-07-08 04:38:31 +01:00
pjft
92fbec47c2 Fix for lack of zoom transition on video view for systems without marquees 2017-07-07 20:48:50 +01:00
pjft
535a665fa6 Moving slider entries in the menus back to the top
As some controllers have trouble navigating the menus when sliders are
not on top.
The component hasn’t been changed since Aloshi’s time, so this probably
has been around since ever.
Alas, I cannot reproduce it with my controller, so this is the best I
can do for the time being.
2017-07-07 20:42:30 +01:00
pjft
d0cdbf2159 Adding support for Virtual Systems
- Refactoring System Environment data
- Added Virtual System Manager class
- Added "all", "favorites" and "last played" systems
- Added GuiInfoPopup class for notifications
- Added Favorites to metadata, as well as a shortcut to toggle favorites
- Added warning if enabling systems but themes don't support it
- Added "filter by favorites" per system
- Adjusted "Go to Random Game" behavior to account for the fact that we now have an "All Games" system
- Added "sort by system name" for the collections
2017-07-07 20:16:21 +01:00
Jools Wills
acf4223f96 Merge pull request #170 from hex007/separate-carousel-transition
Move Carousel transition to separate switch
2017-07-07 19:36:04 +01:00
Jools Wills
e338b8d87f Merge pull request #175 from dankcushions/master
Returned 'JUMP TO LETTER' option back to top of menu, as it is the most
2017-07-07 19:34:39 +01:00
Chris Bransden
040ee4f521 Returned 'JUMP TO LETTER' option back to top of menu, as it is the most
used/useful feature.
2017-07-05 11:50:01 +01:00
jrassa
2bacc9c431 variable support for themes 2017-06-30 23:58:51 -04:00
hex007
64effcc69c Move Carousel transition to separate switch
- Removed Simple Slide
- Added Switch to control Carousel transition
2017-06-28 09:50:37 -07:00
Jools Wills
6722c3453a bump version to v2.3.2 2017-06-27 19:59:18 +01:00
Jools Wills
a84a2f8bb8 Merge pull request #169 from jrassa/gamelist-item-size-bugfix
fix gamelist sizing by using max of computed size vs set size
2017-06-27 10:50:18 +01:00
jrassa
2d6871dd97 fix gamelist sizing by using max of computed size vs set size 2017-06-26 23:34:37 -04:00
Jools Wills
c874c506d9 bump version to 2.3.1 2017-06-16 17:11:38 +01:00
Jools Wills
84c99d7ea1 Merge pull request #162 from jrassa/video-snapshot-delay-fix
fix show snapshot on video delay
2017-06-16 03:18:51 +01:00
Jools Wills
f46aed48bc Merge pull request #161 from jrassa/rating-color-fix
fix default color for rating component
2017-06-14 04:16:43 +01:00
jrassa
2c217ec4c1 fix show snapshot on video delay 2017-06-13 22:19:43 -04:00
jrassa
8f7b6247af fix default color for rating component 2017-06-13 21:01:08 -04:00
Jools Wills
6e7f5d1609 bump version to 2.3.0 2017-06-12 16:44:58 +01:00
Jools Wills
2188efd2b6 Merge pull request #153 from pjft/RetroPie-ScreenSaver-Merge
Adding Random Video Screensaver/Attract Mode, plus controls
2017-06-12 16:43:41 +01:00
pjft
59d7516a16 Random Game Screensaver, Game Name and Controls
- Final changes for VLC screensaver support as well
- ALSA de-init/re-init only when needed
- Adding screensaver options menu inside UI settings
- Slightly moved options (Show Frameskip to "Other Settings", sorting within same menu)
- Adding info popups on random video screensaver and OMX + Game Info setting
2017-06-11 19:56:05 +01:00
Jools Wills
13ace0e42e Merge pull request #159 from jrassa/rating-color
make color themable for ratings like normal images
2017-06-11 16:07:01 +01:00
jrassa
1a6beb5520 make color themable for ratings like normal images 2017-06-08 19:18:27 -04:00
Jools Wills
bd348f03a2 added additional libmali.so search path for the tinker board. 2017-06-08 15:58:22 +01:00
Jools Wills
118849fff2 Merge pull request #157 from jrassa/gamelist-fixes
fixes for gamelist bugs; added option to specify image for selctor bar
2017-06-07 03:30:45 +01:00
fieldofcows
0d04633954 Changes from fieldofcows to separate screensaver into separate module, squashed by pjft. 2017-06-05 20:02:09 +01:00
Jools Wills
2f1e03a500 Merge pull request #156 from hex007/handle-alsa-audio
Fixes for USB sound cards
2017-06-05 15:46:21 +01:00