mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
update TODO lisi
svn path=/trunk/; revision=24818
This commit is contained in:
parent
97c3a7658a
commit
5ef0f18fee
2 changed files with 16 additions and 1 deletions
|
@ -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 @@
|
|||
<m-fuchs> tinus: we should think about installing some default shell extensions
|
||||
<tinus_> 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?
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue