|
|
|
@ -79,6 +79,7 @@ PartitionPage::PartitionPage( PartitionCoreModule* core, QWidget* parent )
|
|
|
|
|
value( "alwaysShowPartitionLabels" ).toBool() );
|
|
|
|
|
m_ui->deviceComboBox->setModel( m_core->deviceModel() );
|
|
|
|
|
m_ui->bootLoaderComboBox->setModel( m_core->bootLoaderModel() );
|
|
|
|
|
connect( m_core->bootLoaderModel(), &QAbstractItemModel::modelReset, this, &PartitionPage::restoreSelectedBootLoader );
|
|
|
|
|
PartitionBarsView::NestedPartitionsMode mode = Calamares::JobQueue::instance()->globalStorage()->
|
|
|
|
|
value( "drawNestedPartitions" ).toBool() ?
|
|
|
|
|
PartitionBarsView::DrawNestedPartitions :
|
|
|
|
@ -505,6 +506,12 @@ PartitionPage::updateSelectedBootLoaderIndex()
|
|
|
|
|
cDebug() << "Selected bootloader index" << m_lastSelectedBootLoaderIndex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
PartitionPage::restoreSelectedBootLoader()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
PartitionPage::updateFromCurrentDevice()
|
|
|
|
|
{
|
|
|
|
|