From 5ef0f18fee33b2ba344d8f49572e0e092030db22 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Fri, 24 Nov 2006 07:21:29 +0000 Subject: [PATCH] update TODO lisi svn path=/trunk/; revision=24818 --- reactos/base/shell/explorer/doc/TODO.txt | 15 +++++++++++++++ reactos/base/shell/explorer/makearchive.bat | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/reactos/base/shell/explorer/doc/TODO.txt b/reactos/base/shell/explorer/doc/TODO.txt index ef35cabb975..65785cf781b 100644 --- a/reactos/base/shell/explorer/doc/TODO.txt +++ b/reactos/base/shell/explorer/doc/TODO.txt @@ -1,3 +1,4 @@ +- Combobox to switch the second input field between "Filter" and "Command" - rewrite autostart code and include all possible autostart locations - read "DESCRIPT.ION" files to display file descriptions - detect display mode changes and adjust desktop bar size @@ -32,3 +33,17 @@ tinus: we should think about installing some default shell extensions m-fuchs: perhaps, but it'd be nice if they actually were shell extensions +- ShellBrowser: Probleme mit TVIF_CHILDREN (in der dritten Ebene?) + + +> The nits: +> * the MDI file manager top window does not seem to be aware of the scroll-wheel +> * the task bar clock color seems to be hard-coded, and so does not show +> with the High Contrast color. Several other places have similar issues +> * there's no quick launch +> * the desktop lacks much functionality, including the ability to arrange icons +> * there are no startmenu settings/it does not heed the MS explorer ones + +> Is there some means of transferring applications across desktops? +> What about (configurable) key combos to cycle/change desktops? + diff --git a/reactos/base/shell/explorer/makearchive.bat b/reactos/base/shell/explorer/makearchive.bat index 42459e22573..45d707c681a 100755 --- a/reactos/base/shell/explorer/makearchive.bat +++ b/reactos/base/shell/explorer/makearchive.bat @@ -1,5 +1,5 @@ set MAKE=mingw32-make.exe -set TARGET=D:\html\newhome\explorer +set TARGET=E:\html\newhome\explorer rm explorer-ansi.exe %MAKE% -f Makefile-precomp clean all UNICODE=0