haiku/src/apps/bootmanager
Augustin Cavalier 0c69dde91f Jamfiles: Add missing link against libshared to two apps.
They still built succesfully because currently we leak a lot of libshared
symbols into libbe (or even libroot!). That will change in upcoming commits.
2021-09-08 14:57:33 -04:00
..
BootDrive.cpp * Changed bootman.S to use the BIOS provided drive to stage load itself, as well 2011-01-08 13:47:22 +00:00
BootDrive.h * Changed bootman.S to use the BIOS provided drive to stage load itself, as well 2011-01-08 13:47:22 +00:00
BootManager.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
BootManager.rdef Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again. 2011-03-25 22:13:48 +00:00
BootManagerController.cpp Fix various typos and inconsistencies in strings 2014-11-24 09:42:26 +01:00
BootManagerController.h * Changed bootman.S to use the BIOS provided drive to stage load itself, as well 2011-01-08 13:47:22 +00:00
BootManagerWindow.cpp apps: Convert to using Set*UIColor. 2016-01-04 07:33:09 -05:00
BootManagerWindow.h
BootMenu.h * Changed bootman.S to use the BIOS provided drive to stage load itself, as well 2011-01-08 13:47:22 +00:00
DefaultPartitionPage.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
DefaultPartitionPage.h
DescriptionPage.cpp * Another work in progress of converting the BootManager to use the layout API; 2011-01-05 20:05:09 +00:00
DescriptionPage.h * Another work in progress of converting the BootManager to use the layout API; 2011-01-05 20:05:09 +00:00
DrivesPage.cpp BootManager Disallow install to read-only drive (Bug #14596 & Bug #7200) 2019-02-11 14:55:33 +00:00
DrivesPage.h Refactor a little bit in order to better handle the button states as suggested by Axel. Should resolve #7073. 2011-01-10 18:09:13 +00:00
FileSelectionPage.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
FileSelectionPage.h
Jamfile Jamfiles: Add missing link against libshared to two apps. 2021-09-08 14:57:33 -04:00
LegacyBootMenu.cpp BootManager: Lock installation to "Intel" partition types only. 2019-07-13 15:08:15 -04:00
LegacyBootMenu.h * Changed bootman.S to use the BIOS provided drive to stage load itself, as well 2011-01-08 13:47:22 +00:00
PartitionsPage.cpp BootManager: partition list scrolling with a BViewPort. 2014-11-05 16:49:17 +01:00
PartitionsPage.h * Another work in progress of converting the BootManager to use the layout API; 2011-01-05 20:05:09 +00:00
UninstallPage.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
UninstallPage.h
WizardController.cpp * Work in progress of being able to choose the drive to install the menu to. 2011-01-05 23:36:35 +00:00
WizardController.h * Work in progress of being able to choose the drive to install the menu to. 2011-01-05 23:36:35 +00:00
WizardPageView.cpp apps: Convert to using Set*UIColor. 2016-01-04 07:33:09 -05:00
WizardPageView.h * Another work in progress of converting the BootManager to use the layout API; 2011-01-05 20:05:09 +00:00
WizardView.cpp Use B_USE_WINDOW_SPACING 2015-11-07 17:40:16 +01:00
WizardView.h
bootman.S BootManager: add support for page down/up/home/end keys 2020-12-30 13:36:01 +00:00