1
0
Fork 0
forked from len0rd/rockbox

Add fixes and improvements that were only applied to the 3.0 branch

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19529 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-12-21 16:00:57 +00:00
parent 1ab624385a
commit abff31b2db
27 changed files with 36 additions and 7 deletions

View file

@ -117,7 +117,7 @@ The recording hardware (the MAS) does not allow us to do this
\chapter{Changelog}
\section{What is new since v2.5?}
Changes in version 2.5
Changes in version 3.0
\chapter{Credits}
People that have contributed to the project, one way or another. Friends!

View file

@ -17,7 +17,7 @@
\opt{ipodvideo}{-57 to +6}%
\opt{x5}{-73 to +6}
\opt{e200}{-74 to +6}
\opt{ipodcolor}{-\fixme{??} to +\fixme{??}}%
\opt{ipodcolor}{-74 to +6}%
& dB\\
\nopt{x5}{%
bass & \opt{MASCODEC}{-15 to +15}%

View file

@ -219,9 +219,15 @@ you want to install and get the appropriate version for your \dap{}.
\begin{description}
\item[Release.] The release version is the latest stable release, free
\item[Release.]
\opt{release30}{The release version is the latest stable release, free
of known critical bugs. The current stable release of Rockbox, version
3.0, is available at \url{http://www.rockbox.org/download/}.
}
\opt{unreleased}{
There has not yet been a stable release for the \playername{}. Until
there is one, use a current build.
}
\item[Current Build.] The current build is built at each source code change to
the Rockbox SVN repository and represents the current state of Rockbox

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
\edef\UseOption{\UseOption,sansa}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{c200}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
\edef\UseOption{\UseOption,sansa}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{e200}

View file

@ -7,6 +7,7 @@
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
\edef\UseOption{\UseOption,gigabeat}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Toshiba}
\newcommand{\playertype}{Gigabeat F Series}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,gigabeat}
\edef\UseOption{\UseOption,unreleased}
\newcommand{\playerman}{Toshiba}
\newcommand{\playertype}{Gigabeat S Series}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iriver}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H10}

View file

@ -7,6 +7,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iriver}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H100}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iriver}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H10}

View file

@ -7,6 +7,7 @@
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,iriver}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H3xx}

View file

@ -5,6 +5,7 @@
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{1G / 2G}

View file

@ -5,6 +5,7 @@
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{3G}

View file

@ -5,6 +5,7 @@
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{4G}

View file

@ -5,6 +5,7 @@
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Color}

View file

@ -5,6 +5,7 @@
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Mini}

View file

@ -4,6 +4,7 @@
\edef\UseOption{\UseOption,IPOD_4G_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,ipod}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Nano}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,ipod}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Video}

View file

@ -7,6 +7,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iaudio}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Iaudio}
\newcommand{\playertype}{M5}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
\edef\UseOption{\UseOption,olympus}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Olympus}
\newcommand{\playertype}{m:robe 100}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,ONDIO_PAD}
\edef\UseOption{\UseOption,archos}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Ondio}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,ONDIO_PAD}
\edef\UseOption{\UseOption,archos}
\edef\UseOption{\UseOption,rombox}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Ondio}

View file

@ -7,6 +7,7 @@
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,archos}
\edef\UseOption{\UseOption,rombox}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Studio/Player}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,archos}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder}

View file

@ -6,6 +6,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,archos}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder V2/FM}

View file

@ -7,6 +7,7 @@
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iaudio}
\edef\UseOption{\UseOption,release30}
\newcommand{\playerman}{Iaudio}
\newcommand{\playertype}{X5}

View file

@ -142,7 +142,7 @@ were before shutdown.
\subsection{Modifying playlists}
\subsubsection{Reshuffling}
Reshuffeling the current playlist is easily done from the \setting{Playlist}
Reshuffling the current playlist is easily done from the \setting{Playlist}
sub menu in the WPS, just select \setting{Reshuffle}.
\subsubsection{Moving and removing tracks}