Teo Mrnjavac
26c89e6806
Make sure Alongside operation is applied.
2016-01-13 18:02:03 +01:00
Teo Mrnjavac
b5882a75d1
AlongsidePage is not used any more.
2016-01-13 17:50:05 +01:00
Teo Mrnjavac
86399ece26
Trigger core reset when advancing to manual partitioning.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
071c02086a
Update last page status.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
0224811bf6
Move Osprober to PCM and add Osprober roles to PartitionModel.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
1ad6c7e8ac
Use new Labels view.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
b65fe87503
PartitionPreview is now PartitionBarsView.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
b31ac92d7e
And make it build.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
26ac809d6e
Don't instantiate ReplacePage in PVS any more.
2015-12-30 17:27:13 +01:00
Teo Mrnjavac
0a72f22a34
WIP: go to next page on next if erase selected.
2015-12-30 17:27:02 +01:00
Teo Mrnjavac
2e9e1782cf
Remove EraseDiskPage from PartitionViewStep.
2015-12-30 17:27:02 +01:00
Teo Mrnjavac
9a67f6372c
Continue asynchronously loading PartitionViewStep after config load.
2015-12-30 17:27:02 +01:00
Teo Mrnjavac
5f54a56513
PMUtils is now KPMHelpers. Also fixup after PartUtils refactor.
2015-09-18 15:41:07 +02:00
Teo Mrnjavac
7e6c626a0b
PluginFactory in Partition module.
2015-09-15 16:48:42 +02:00
Teo Mrnjavac
c2eef9ac30
The Humongous Include Fixage For KPMcore Headers.
2015-09-15 16:48:40 +02:00
Teo Mrnjavac
35f4db9316
Read ensureSuspendToDisk from partition.conf.
2015-06-26 15:48:12 +02:00
Teo Mrnjavac
905835295a
Move osprober management out of ctor.
2015-06-05 18:02:13 +02:00
Teo Mrnjavac
cf3359bdb4
Reset ReplacePage when going back from the next one.
2015-04-29 18:16:48 +02:00
Teo Mrnjavac
45d5c5bbde
Only show the labels section where it's relevant.
2015-04-24 18:10:12 +02:00
Teo Mrnjavac
d894638f2f
Add information about the partitioning action in the Summary page.
2015-04-15 15:36:49 +02:00
Teo Mrnjavac
fefa736501
Use <strong> instead of <b> in all instances.
2015-04-13 14:58:34 +02:00
Teo Mrnjavac
22411d2399
Never show an empty jobs label.
2015-04-13 14:58:34 +02:00
Teo Mrnjavac
69f6a2c73c
Formatting in Summary page.
2015-04-13 14:58:34 +02:00
Teo Mrnjavac
bf0296e155
Preliminary implementation of a summary queue for partitioning jobs.
2015-04-13 14:58:33 +02:00
Teo Mrnjavac
75f4f0fa04
Fix issue with splitting being allowed when it shouldn't be.
...
KPM docs misreport Partition::available to be in sectors, when it's
actually in bytes. Because of this, available space estimates were
completely off and resizing was allowed even when there's no room to
do it. This used to put the resize widget in all sorts of weird,
visually broken states.
CAL-188 #comment Does this still happen with current master?
2015-03-25 12:54:44 +01:00
Kevin Kofler
8c98aeb04a
Make efiSystemPartition mount point configurable in partition.conf.
...
Copy the setting into the global storage. Make the EraseDiskPage in the
partition module and the grub and bootloader modules read it from there.
Do not hardcode /boot as the path anymore.
I set the default path to /boot/efi because I think that's the most
common setting. At least Fedora and Debian use that path. But we can
change the default setting if you think I'm wrong, as long as it remains
configurable.
There is no separate setting for efi_directory_firmware anymore. The EFI
firmwares expect that directory to always be in the "EFI" path in the
EFI System Partition. Distributions using /boot/efi actually have that
directory under /boot/efi/EFI.
2015-02-14 22:53:00 +01:00
Teo Mrnjavac
171248ad4f
Add isBackEnabled checks to all ViewSteps.
2015-01-29 22:46:07 +01:00
Teo Mrnjavac
f8f005f53c
Store osprober output in GlobalStorage.
2014-12-19 15:03:27 +01:00
Teo Mrnjavac
0da99d0866
Hook up ReplacePage in ChoicePage and PartitionViewStep.
2014-12-19 13:53:05 +01:00
Teo Mrnjavac
faa77d7f5e
Use Retranslator in Partitioning module.
2014-11-11 17:09:33 +01:00
Teo Mrnjavac
9c10b49802
Check if the filesystem to be resized actually supports grow/shrink.
2014-10-14 11:48:19 +02:00
Teo Mrnjavac
961eadada4
New UI and logic for Alongside autopartitioning+install.
2014-10-07 16:07:28 +02:00
Teo Mrnjavac
08a2ab94e7
Use PMUtils::findPartitionByPath in PVS + fix back button in Alongside.
2014-10-07 16:07:28 +02:00
Teo Mrnjavac
e7995ad540
Improve Osprober logic to immediately check if entries are resizable.
2014-10-07 16:07:28 +02:00
Teo Mrnjavac
0801756cd1
Stub for Alongside page, and logic to detect if alongside is possible.
2014-10-07 16:07:28 +02:00
Teo Mrnjavac
c6eb0721d9
Check for root mount point before going ahead.
2014-10-07 16:07:28 +02:00
Teo Mrnjavac
b7f2d5d9d3
Fix page flow issue in partition module.
2014-10-07 16:07:28 +02:00
Teo Mrnjavac
ef703b0859
Add page for erase+install operation.
2014-10-07 16:07:28 +02:00
Teo Mrnjavac
a98a4bb614
Add ChoicePage to partition module + OS detection with os-prober.
2014-10-07 16:07:27 +02:00
Aurélien Gâteau
693e9229c8
Dispatch files in core/ gui/ and jobs/ dirs
2014-08-08 13:25:56 +02:00