mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
React to reuse home checkbox by setting /home mount point.
Rearranged Replace workflow a bit: onPartitionReplaceSelected is now the on choice slot, which in turn calls doReplaceSelectedPartition. onHomeCheckBoxStateChanged also calls doReplaceSelectedPartition if we need to redo the Replace task with/without a separate home to keep. m_reuseHomeCheckBox is hidden by default.
This commit is contained in:
parent
bc345b3ddc
commit
a17f369cee
2 changed files with 70 additions and 12 deletions
|
@ -73,9 +73,11 @@ signals:
|
|||
void deviceChosen();
|
||||
|
||||
private slots:
|
||||
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
||||
void onPartitionToReplaceSelected( const QModelIndex& current, const QModelIndex& previous );
|
||||
void doReplaceSelectedPartition( const QModelIndex& current );
|
||||
void doAlongsideSetupSplitter( const QModelIndex& current, const QModelIndex& previous );
|
||||
void onEncryptWidgetStateChanged();
|
||||
void onHomeCheckBoxStateChanged();
|
||||
|
||||
private:
|
||||
void updateNextEnabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue