rockbox/apps
Peter D'Hoye 18e8f7993a Update Dutch lang file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18217 a1c6a512-1295-4272-9138-f99709370657
2008-08-07 21:35:15 +00:00
..
bitmaps FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100). 2008-05-05 12:05:00 +00:00
codecs Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
eqs
gui Apply fix for FS#9203 (WPS gets corrupted after changing status bar setting) by Thomas Schott 2008-08-04 17:45:39 +00:00
keymaps Remove the old recording screen (context) menu button. Pressing down, the normal behavior of which is to return to the main menu, now does nothing as it's not possible to do so while recording. 2008-07-29 11:47:40 +00:00
lang Update Dutch lang file 2008-08-07 21:35:15 +00:00
menus First step of the recording screen redesign. The screen is split into a fixed top part containing essential data and the peakmeters/triggerbar, and a bottom part that is in fact a list. The list contains the items that can be changed, and also some stuff that isn't important enough to be on the top part, like the filename. That filename is now shown completely. If the font is too big to have 6 lines on the display, sysfont is used. 2008-08-06 20:12:44 +00:00
metadata asap: fix stereo mode and hopefully fix metadata handling. 2008-07-28 19:20:40 +00:00
player Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
plugins Apply FS#9217 - Rockpaint line-drawing function, replace line-drawing algorithm by better looking bresenham algorithm 2008-08-01 19:33:55 +00:00
recorder Style police, trigStat -> trig_stat 2008-08-07 11:48:56 +00:00
abrepeat.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
abrepeat.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
action.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
action.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
alarm_menu.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
alarm_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
applimits.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
audio_path.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
bookmark.c Tiny bit of const policing. 2008-07-16 06:10:26 +00:00
bookmark.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
buffering.c Add handle values to the buffering LOGFQUEUE messages for easier debugging. 2008-07-18 23:42:47 +00:00
buffering.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
codecs.c Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
codecs.h commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. 2008-07-26 15:16:10 +00:00
cuesheet.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
cuesheet.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
debug_menu.c Too much on the last commit. 2008-07-17 18:36:47 +00:00
debug_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp.c Fix FS #8361 - Custom stereo width reset by changing treble on e200. Thanks to Tomer Shalev for the investigation work and the patch. 2008-07-07 08:11:52 +00:00
dsp.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp_arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp_asm.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dsp_cf.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
enc_config.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
enc_config.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq_arm.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eq_cf.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
features.txt Added feature switch for LANG_ACCESSORY_SUPPLY as this is only used for some targets yet. 2008-05-10 21:25:48 +00:00
filetree.c Remove duplicate splash when loading a plugin so that the voice clip is only spoken once, thanks to bertrik for spotting. 2008-07-30 20:37:00 +00:00
filetree.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
filetypes.c commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. 2008-07-26 15:16:10 +00:00
filetypes.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
keyboard.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
language.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
language.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
logfdisp.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
logfdisp.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
main.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
Makefile Try making binsize smaller and fix pointer problem 2008-05-17 15:51:49 +00:00
menu.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
metadata.c Ogg and Speex have the same metadata handling function so use the same case for both. 2008-07-26 20:11:58 +00:00
metadata.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
misc.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
misc.h Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
onplay.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
onplay.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pcmbuf.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pcmbuf.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playback.c Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
playback.h Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
playlist.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
playlist.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_catalog.c Only voice track insertion splash if voice menus enabled - fix for FS#9223 2008-07-29 13:32:47 +00:00
playlist_catalog.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_viewer.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playlist_viewer.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
plugin.c Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
plugin.h Update lcd-as-memframe.S to only rotate YUV data for portrait LCDs (and remove the D2's temporary C implementation). Enable MpegPlayer dithering option for D2. 2008-07-15 17:54:58 +00:00
README
root_menu.c Make a couple of locally used callbacks static 2008-07-16 12:10:49 +00:00
root_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
screen_access.c Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
screen_access.h Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. 2008-06-28 20:45:21 +00:00
screens.c Fix voicing of incorrect run time (top time instead of run time). Simplify runtime callback a bit. 2008-08-02 21:32:48 +00:00
screens.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
scrobbler.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
scrobbler.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
settings.c Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in several places it has been missing (as FS#6071). 2008-08-02 20:39:03 +00:00
settings.h Rename and rework the "Study Mode" menu into the "Skip Length" setting. Update manual. Bump plugin API thanks to having changed global_settings. 2008-07-14 20:39:30 +00:00
settings_list.c First step of the recording screen redesign. The screen is split into a fixed top part containing essential data and the peakmeters/triggerbar, and a bottom part that is in fact a list. The list contains the items that can be changed, and also some stuff that isn't important enough to be on the top part, like the filename. That filename is now shown completely. If the font is too big to have 6 lines on the display, sysfont is used. 2008-08-06 20:12:44 +00:00
settings_list.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sound_menu.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
SOURCES commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. 2008-07-26 15:16:10 +00:00
status.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
status.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
tagcache.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
tagcache.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
tagnavi.config
tagtree.c Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This make it possible to clean up some #ifdef SIMULATOR macros. 2008-07-03 13:37:57 +00:00
tagtree.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
talk.c talk.c helper functions to voice a filename, in a more generic way 2008-07-15 14:55:31 +00:00
talk.h talk.c helper functions to voice a filename, in a more generic way 2008-07-15 14:55:31 +00:00
tree.c Remove unnecessary #include 2008-07-18 21:37:08 +00:00
tree.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
version.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
voice_thread.c Accept FS#8918: Voice multiple thumbnails and talk race fixes. 2008-07-15 14:06:11 +00:00
voice_thread.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00

For general information see: docs/README
For API information see: docs/API