reactos/base/setup/usetup
Hermès Bélusca-Maïto 1f4cb0977a
[SETUPLIB][USETUP] Don't store UI-related display strings in GENERIC_LIST_ENTRY-ies, + other code adaptations.
- Apart from allowing a UI cache variable that may be used when
  displaying GENERIC_LIST_ENTRY-ies, do not store any display strings
  associated to these list entries. They should be instead computed only
  when initializing a list UI (or a combo-box or list control if the
  code is used in Win32 environment).
  For this matter a callback is provided to InitGenericListUi() that
  does the job of computing the displayed string corresponding to a
  given GENERIC_LIST_ENTRY.

- Simplify the calls to InitGenericListUi(), and refactor the
  RestoreGenericListUiState() function.

- Use for-loops for iterating over GENERIC_LIST items.

- Adapt the storage data format for lists of settings items.

- The txtsetup.sif INF format specified in LoadSetupInf() should not be
  INF_STYLE_WIN4 (to be investigated...).
2018-10-28 01:32:15 +02:00
..
lang [USETUP] Resources: fix a typo. 2018-10-28 00:13:09 +02:00
cabinet.c [USETUP] Whitespace fixes only. 2018-10-24 00:35:54 +02:00
cabinet.h
chkdsk.c
chkdsk.h
CMakeLists.txt [SETUPLIB][USETUP][INPUT.CPL] MUI integration with setuplib. 2018-10-28 00:13:07 +02:00
cmdcons.c
cmdcons.h
console.c [SETUPLIB][USETUP] Don't store UI-related display strings in GENERIC_LIST_ENTRY-ies, + other code adaptations. 2018-10-28 01:32:15 +02:00
console.h
consup.c [USETUP] Whitespace fixes only. 2018-10-24 00:35:54 +02:00
consup.h [USETUP] Implement a basic console 'input queue' and implement PeekConsoleInput() and CONSOLE_ConInKeyPeek() around it. 2018-08-27 00:28:08 +02:00
devinst.c [SETUPLIB][USETUP] Bring some suggestions from PR #59 in. 2018-10-28 01:08:57 +02:00
errorcode.h
filequeue.c [USETUP] Move the SetupExtractFile() function to where it is (only) used. 2018-10-28 00:59:44 +02:00
filequeue.h [USETUP] Move the SetupExtractFile() function to where it is (only) used. 2018-10-28 00:59:44 +02:00
filesup.c [USETUP] Move the SetupExtractFile() function to where it is (only) used. 2018-10-28 00:59:44 +02:00
filesup.h [USETUP] Move the SetupExtractFile() function to where it is (only) used. 2018-10-28 00:59:44 +02:00
format.c
format.h
fslist.c
fslist.h
genlist.c [SETUPLIB][USETUP] Don't store UI-related display strings in GENERIC_LIST_ENTRY-ies, + other code adaptations. 2018-10-28 01:32:15 +02:00
genlist.h [SETUPLIB][USETUP] Don't store UI-related display strings in GENERIC_LIST_ENTRY-ies, + other code adaptations. 2018-10-28 01:32:15 +02:00
inffile.c [USETUP][SETUPLIB] Split the registry helper code. 2018-10-27 03:16:47 +02:00
inffile.h [SETUPLIB] Move the files that implement utility functions into their own subdirectory. The files remaining in the main directory implement setup procedures that use the utility functions. 2018-10-27 22:09:34 +02:00
keytrans.c
keytrans.h
mui.c [SETUPLIB][USETUP][INPUT.CPL] MUI integration with setuplib. 2018-10-28 00:13:07 +02:00
mui.h [USETUP] Resources: fix a typo. 2018-10-28 00:13:09 +02:00
muilanguages.h [SETUPLIB][USETUP][INPUT.CPL] MUI integration with setuplib. 2018-10-28 00:13:07 +02:00
partlist.c [SETUPLIB] Introduce defines for size units. 2018-10-27 03:17:58 +02:00
partlist.h [SETUPLIB] Move the files that implement utility functions into their own subdirectory. The files remaining in the main directory implement setup procedures that use the utility functions. 2018-10-27 22:09:34 +02:00
progress.c [USETUP] Progress-bar: minor improvements. 2018-08-27 23:55:58 +02:00
progress.h [USETUP] Progress-bar: minor improvements. 2018-08-27 23:55:58 +02:00
usetup.c [SETUPLIB][USETUP] Don't store UI-related display strings in GENERIC_LIST_ENTRY-ies, + other code adaptations. 2018-10-28 01:32:15 +02:00
usetup.h [SETUPLIB][USETUP] Don't store UI-related display strings in GENERIC_LIST_ENTRY-ies, + other code adaptations. 2018-10-28 01:32:15 +02:00
usetup.rc