25 Commits (87eb5300d2810e904ca2ca3800e95575ca07a864)

Author SHA1 Message Date
Adriaan de Groot 226419f794 [partition] Translate button texts in warning boxes 4 years ago
Adriaan de Groot d7767afe1b Merge branch 'extra_qml' into calamares 4 years ago
Adriaan de Groot da49becac3 [partition] Tailor warning message about ESP
- tell the user all the things that are wrong with the
  (proposed) ESP; a missing one gets all the suggestions.
4 years ago
Adriaan de Groot b7a3f58df4 [partition] Update waiting widget only if it (still) exists 5 years ago
Adriaan de Groot b43759c6a5 [partition] Apply coding style 5 years ago
Adriaan de Groot e8b17b9878 [partition] Factor out the descriptions per-disk 5 years ago
Adriaan de Groot 400a5751f9 [partition] Factor out description of action in status and widget 5 years ago
Adriaan de Groot 535f81ba8a [partition] Factor out gather job-descriptions
Since prettyStatus() and the summaryWidget share a lot of
strings and code, start factoring that out.
5 years ago
Adriaan de Groot 7094c7bf39 [partition] Minor stylistic bits 5 years ago
demmm 6388b41e6c [partition] adding prettyStatus
will be used in summaryq, reading from widgets not an option
section probably better suited for Config.cpp/h, since quite a bit of duplicated code from
createSummaryWidget
5 years ago
Adriaan de Groot a4fadcd9be [partition] Introduce check for EFI partition type-and-size
Re-use the existing message about partition type and size,
since I don't want to introduce another message with all the
specifics; give a works-always message instead.

The check itself is also straightforward, avoiding all of the
nuances and technically-this-might-work cases: FAT32, 300MiB+.

FIXES #607
5 years ago
Adriaan de Groot 1a542d3afe [partition] Write out type rather than aliasing to T 5 years ago
Adriaan de Groot 67fafa04ac [partition] Move fs-type handling into Config
- the defaultFileSystemType interacts with availableFileSystemTypes
  so set them together.
5 years ago
Adriaan de Groot 5e3a0eda73 [partition] Reduce confused naming 5 years ago
Adriaan de Groot 5f7cfefed7 [partition] Migrate EFI settings-setting to Config object 5 years ago
Adriaan de Groot c3bc305bb6 [partition] Shuffle Config and ViewStep to top
Modules nearly always have a Config and either a Job or ViewStep
as their "top level" components. Everything else is implementation-
detail. The *partition* module was unusual in that those two
"top level" components were tucked away in subdirectories.

Shuffle them to the top: this makes it more clear that these
two files are there to coordinate the module.
5 years ago
Aurélien Gâteau 693e9229c8 Dispatch files in core/ gui/ and jobs/ dirs 12 years ago
Aurélien Gâteau 8e2b4050e7 clean ups 12 years ago
Aurélien Gâteau 03c5a38b90 Show a summary of the partition changes on the summary page 12 years ago
Aurélien Gâteau 2f774e6c46 Implement PartitionViewStep::jobs() 12 years ago
Teo Mrnjavac b98c071f94 Prepare for late enqueuing of jobs to the JobQueue. 12 years ago
Aurélien Gâteau 36b3de7107 Enable/disable Next button based on whether we have a root mount point 12 years ago
Aurélien Gâteau a318ec49fc Enqueue all partition jobs when leaving the PartitionViewStep 12 years ago
Teo Mrnjavac 80789b6143 Added ProgressTreeModel/View, including different kinds of items.
Redone CalamaresWindow without UI file.
Const correctness in ViewStep and plugins.
12 years ago
Aurélien Gâteau 730c3902bf PartitionViewPlugin => PartitionViewStep 12 years ago