From 88fa5b5bb5efa30c4d84b69f1f96bac23bc8db41 Mon Sep 17 00:00:00 2001 From: Karl Ove Hufthammer Date: Mon, 6 Sep 2004 16:11:11 +0000 Subject: [PATCH] Added more TODO stuff. --- docs/TODO.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/TODO.txt b/docs/TODO.txt index 09ee2d70c..0938abeb3 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -92,6 +92,14 @@ LOW-PRIORITY IMPLEMENTATION CHANGES: * Support Ogg Vorbis for stamp sounds, for *much* higher quality and much smaller file sizes. + * Saved images on should be stored in 'My Documents/My Pictures' on + Windows. The actual directory name is different for each user, + and is stored in the registry at: + HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\My Pictures + (It also varies with the language Windows is in, e.g. 'Mine dokumenter/Mine bilder' + on the Norwegian version of Windows, but the registry key above + will always contain the correct name/address.) + HIGH-PRIORITY BUGS: ------------------- @@ -117,8 +125,8 @@ PLATFORM-SPECIFIC BUGS: FREQUENTLY REQUESTED -HIGH-PRIORITY TRANSLATION STUFF: --------------------------------- +HIGH-PRIORITY I18n STUFF: +------------------------- * Non-ASCII characters (in translations) aren't uppercased when using '--uppercase'. Example: In the Norwegian Nynorsk ('nn') translation the top left icon is shown as 'MåLING' instead of 'MÅLING'. @@ -136,6 +144,10 @@ HIGH-PRIORITY TRANSLATION STUFF: * Finish current translations. (Especially documentation!) + * The UI should be 'mirrored' for all right-to-left languages, i.e. + the toolbar should be on the right, and Tux should be mirrored + to look towards the left. + LOW-PRIORITY TRANSLATION STUFF: -------------------------------