/haiku/src/apps/drivesetup/ |
H A D | AbstractParametersPanel.h | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | AbstractParametersPanel.cpp | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | Support.h | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | Jamfile | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | MainWindow.cpp | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
/haiku/src/add-ons/disk_systems/ntfs/ |
H A D | InitializeParameterEditor.h | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | NTFSAddOn.rdef | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | InitializeParameterEditor.cpp | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | Jamfile | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
/haiku/headers/private/storage/ |
H A D | PartitionParameterEditor.h | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
/haiku/src/add-ons/disk_systems/bfs/ |
H A D | BFSAddOn.rdef | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | InitializeParameterEditor.h | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
H A D | InitializeParameterEditor.cpp | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
/haiku/src/kits/storage/disk_device/ |
H A D | PartitionParameterEditor.cpp | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|
/haiku/src/add-ons/disk_systems/intel/ |
H A D | Jamfile | 443522551e70c8a595525700b2b7b445db37865d Fri Feb 01 23:59:55 UTC 2013 Axel Dörfler <axeld@pinc-software.de> Fixed design issues in BPartitionParameterEditor.
* The user of an editor needed knowledge about the editor in order to make use of it. * Furthermore, the BPartitionParameterEditor exposed type specific functionality that it shouldn't know anything about, either. * We may now define a number of known parameters per editor type; right now there is only "type" as it's needed by DriveSetup. * Adapted all disk systems, and DriveSetup to the new API. * Renamed CreateParamsPanel, and InitializeParamsPanel to *ParametersPanel in DriveSetup. * They now share a common base class AbstractParametersPanel.
|