when | what | where | who |
Monday 00:31 |
648675dd0c: iPod 6G: add support for every possible bootloader version, for all revisions of the target
|
utils/mks5lboot/dualboot/dualboot.c [diff]
|
Vencislav Atanasov |
Sunday 22:40 |
8d5f7baefe: iPod S5L87xx bootloader: Add code for printing the bootloader hash
|
bootloader/ipod-s5l87xx.c [diff]
|
Vencislav Atanasov |
Sunday 20:17 |
a20fe4a3ff: Add debug menu option that dumps the boot flash of iPod 6G to a file
|
apps/debug_menu.c [diff]
|
Vencislav Atanasov |
30th Jun 21:07 |
f2ea677b4d: hibyos_nativepatcher: make tolerant of spaces in paths
|
tools/hibyos_nativepatcher/hibyos_nativepatcher.sh [diff]
|
Dana Conrad |
27th Jun 19:47 |
4d9314692f: ErosQNative: More manual updates
More tweaks to remove references to Rockbox Utility, reducing confusion.
|
manual/getting_started/installation.tex [diff]
|
Dana Conrad |
27th Jun 14:08 |
a12d8e2171: fix yellow in c53e9ba27d
|
lib/rbcodec/metadata/mp4.c [diff]
|
Solomon Peachy |
27th Jun 10:03 |
c53e9ba27d: metadata: mp4: Fill disc/track count
Show Track Info now shows Discnum/Tracknum as "i/n" (e.g., "1/3" for disc 1 of 3). Previously, it only showed the disc/track number without the total count.
|
lib/rbcodec/metadata/mp4.c [diff]
|
Roman Artiukhin |
24th Jun 13:27 |
534460611f: ErosQNative: Update and clarify manual
Rework installation instructions, add blind users button description, and generally clean up and make more readable.
|
manual/getting_started/hibyos_nativeinstall.tex [diff]
manual/getting_started/installation.tex [diff]
manual/platform/keymap-erosqnative.tex [diff]
manual/rockbox_interface/main.tex [diff]
|
Dana Conrad |
23rd Jun 21:47 |
cc4e3b098d: FS #13638: Updated Ukranian Translation (Pavlo Rudy)
|
apps/lang/ukrainian.lang [diff]
|
Solomon Peachy |
17th Jun 22:40 |
c145f41658: theme_menu: Error out gracefully when a directory doesn't exist
Normally we can't browse into a directory that doesn't exist; hwoever the theme menu lets us directly browse (eg) fonts, themes, etc. If the target directory is not present (due to a broken installation) we actually crash!
So, um, check and bail gracefully.
Should fix FS #13636
|
apps/menus/theme_menu.c [diff]
|
Solomon Peachy |
17th Jun 22:22 |
9265d43a56: FS #13637: Minor update for Romanian translations (Mihai Alexandru Vasiliu)
|
apps/lang/moldoveneste.lang [diff]
apps/lang/romaneste.lang [diff]
|
Solomon Peachy |
15th Jun 15:30 |
5f593fb000: album art setting: use settings callback
Since even Shuffle and Repeat are now immediately applied from the Quickscreen, I suppose it makes sense to do the same for the album art setting as the remaining holdout.
|
apps/gui/quickscreen.c [diff]
apps/menus/playback_menu.c [diff]
apps/settings_list.c [diff]
apps/shortcuts.c [diff]
|
Christian Soffke |
15th Jun 15:30 |
fbbf08575f: quickscreen: remove callback
this isn't used by anything anymore
|
apps/gui/quickscreen.c [diff]
apps/gui/quickscreen.h [diff]
|
Christian Soffke |
15th Jun 15:30 |
5f05d66853: quickscreen: fix disappearing elements in misbehaved themes
Adjusting certain settings from the Quickscreen causes a GUI_EVENT_NEED_UI_UPDATE event to be sent. For example: Changing the Repeat or Shuffle setting while music is playing or paused (which results in audio being flushed and tracks being reloaded immediately since commit 1c80f53)
This creates an issue with themes such as Terminal(Two), FreshOS, or Themify, which appear to have viewports that overlap with the UI viewport, thereby wiping out the Quickscreen viewports.
We now redraw the Quickscreen when a full SBS update is requested, similar to how it is done by lists. You'll still see the viewport flash in case of misbehaved themes, so, ideally, these themes would receive an update by their authors, removing any viewports that overlap the UI viewport.
|
apps/gui/quickscreen.c [diff]
|
Christian Soffke |
12th Jun 15:48 |
19056b50d4: WPS: As a general rule, Use 16bit WPS resources on 24/32bpp targets
This pulled in some missing backgroups, selectors, and icon sets on various 24|32bpp targets.
|
wps/WPSLIST [diff]
|
Solomon Peachy |