History log of /haiku/src/add-ons/disk_systems/ntfs/InitializeParameterEditor.cpp
Revision Date Author Comments
# e065d697 30-Sep-2022 Jérôme Duval <jerome.duval@gmail.com>

Disk Device Manager: checks the raw content_name when editing a partition

also only provide a default name for partition containing a file system
fix #17958

Change-Id: Ib5a8928dc5272a400a99aa05b792201f3a6a2c7d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5705
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 9ba5f873 22-Dec-2016 Jessica Hamilton <jessica.l.hamilton@gmail.com>

disk_systems: set filesystem name from partition name if exists.

* With GPT, partition entries store the name of the partition, so
use the stored name to initialise the name for the file system
when formatting.


# 44352255 01-Feb-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.


# 1aa6f649 07-Nov-2012 threedeyes <3dEyes@gmail.com>

NTFS: renamed [NTFS File System] to [NT File System] to be consistent with Be File System


# e1f99aae 03-Nov-2012 threedeyes <3dEyes@gmail.com>

NTFS: Added simple disk_system add-on for ntfs


# 443522551e70c8a595525700b2b7b445db37865d 01-Feb-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.


# 1aa6f649535f5f2e1b9edd42bf48137a3ccd8723 07-Nov-2012 threedeyes <3dEyes@gmail.com>

NTFS: renamed [NTFS File System] to [NT File System] to be consistent with Be File System


# e1f99aae5900d5b4361c28b8e8fee7a1fd16cb45 03-Nov-2012 threedeyes <3dEyes@gmail.com>

NTFS: Added simple disk_system add-on for ntfs