1630 Commits (ce8ffb8e521e56fb65f5ab4390b9f918db5a4422)

Author SHA1 Message Date
JoernSchoenyan 7e8129a902 Enable support for 32bit UEFI systems with Grub
Read the UEFI bitness exposed to the file system and install the correct
variant of Grub, depending on the UEFI bitness.
9 years ago
Teo Mrnjavac 8e5eb02d7d Bump dependency. 9 years ago
Teo Mrnjavac ed44f24048 Don't fail. 9 years ago
Teo Mrnjavac 965570af96 Skip installing EFI bootloader if no ESP with mount point is found. 9 years ago
Teo Mrnjavac 83d440f37e Add note. 9 years ago
Teo Mrnjavac a0055534a1 Disallow replace/resize on free space.
CAL-359 #close
9 years ago
Teo Mrnjavac 7d5795a6fd Empty path should yield nullptr Partition. 9 years ago
Teo Mrnjavac 24c1bf429e Don't fail when trying to replace unallocated space. 9 years ago
Teo Mrnjavac 055ff5533e Fixup strings. 9 years ago
Teo Mrnjavac fb5b48528b Move ESP check to onLeave(). 9 years ago
Teo Mrnjavac 0c7b7ed089 Warn the user if going ahead from manual partitioning without ESP. 9 years ago
Teo Mrnjavac 49eea234ed Hide bootloader chooser on EFI. 9 years ago
Teo Mrnjavac be9ec27350 Make findPartitionByMountPoint public. 9 years ago
Teo Mrnjavac 182ff03e04 Update createPartition call. 9 years ago
Teo Mrnjavac e9d2312002 PCM::createPartition now includes SetPartFlagsJob.
Also remove outstanding SetPartFlagsJobs when deleting a new partition.
9 years ago
Teo Mrnjavac 3fa7318a37 Do set flags after showing dialog. 9 years ago
Teo Mrnjavac 5a134eb708 Copyright headers. 9 years ago
Teo Mrnjavac ada0a080fc Add flags setting support when creating a partition. 9 years ago
Teo Mrnjavac b83e91b951 Add flags ui to edit partition dialog. 9 years ago
Teo Mrnjavac 97108d0beb No implementation in header. 9 years ago
Teo Mrnjavac cb9a984b11 setPartitionFlags in PartitionCoreModule. 9 years ago
Teo Mrnjavac c233fb3b2d Allow setting flags when creating a partition. 9 years ago
Teo Mrnjavac 4b185ddb16 New SetPartFlagsJob. 9 years ago
Teo Mrnjavac d1f1a421dd Remove dead code. 9 years ago
Teo Mrnjavac 7d8b8eb7a6 Improve debug output for device detection. 9 years ago
Teo Mrnjavac 1d8330f1eb Handle missing setting gracefully. 9 years ago
Teo Mrnjavac 06ebf69afe Initialize all members (fix Coverity defect 98200). 9 years ago
Teo Mrnjavac 7e89e67059 Initialize all members (fix Coverity defect 98206). 9 years ago
Teo Mrnjavac ff9cf0880a Fix QVariant type check (fix Coverity defect 114155). 9 years ago
Teo Mrnjavac b2f1e08377 Prevent unnecessary switch fallthrough (fix Coverity defect 114171). 9 years ago
Teo Mrnjavac c1d1e7cb5a Prevent memory leak on bad module dir (fix Coverity defect 114172). 9 years ago
Teo Mrnjavac 27b27644c4 Initialize all members (fix Coverity defect 114173). 9 years ago
Teo Mrnjavac 749a740ffa Ensure the resizing items aren't null (fix Coverity defect 121862). 9 years ago
Teo Mrnjavac a0ac9d9f07 Don't dereference nullptr (fix Coverity defect 121863). 9 years ago
Teo Mrnjavac 53741f0d36 Initialize all members in ctor (fix Coverity defect 122658). 9 years ago
Teo Mrnjavac 1e3e1d22bb Fix build. 9 years ago
Teo Mrnjavac 3c8aee7b5e Add resizing state flag to Splitter items.
New iterator for Splitter items.
Use std::function instead of templates for type safety.
9 years ago
Tith Chantara 80864bdf27 Modify Hostname input validation to accept number as first character
Input validation for Hostname accept a letter or a digit as the first character to conform to [rfc1123](http://tools.ietf.org/html/rfc1123#page-13 ) . Fixing [CAL-346](https://calamares.io/bugs/browse/CAL-346)
9 years ago
Teo Mrnjavac bafaa6a225 Keep Splitter items on the stack. 9 years ago
Teo Mrnjavac 7bf0fa2575 Get better debug information. 9 years ago
Teo Mrnjavac d6de5be8d0 Don't segfault on free space in Splitter widget. 9 years ago
Teo Mrnjavac 64498ea71b Keep the EFI system partitions model up to date with reverts. 9 years ago
Teo Mrnjavac e91d213872 Improve setting ESP. 9 years ago
Teo Mrnjavac e27b9fc295 Handle ESP selector visibility. 9 years ago
Teo Mrnjavac a4831085fb Only override BIOS bootloader install path if there's no UI. 9 years ago
Teo Mrnjavac 7a89b53538 Refactor leave event of ChoicePage, add ESP mount point support.
PVS now calls ChoicePage::onLeave, which in turn runs ChoicePage::
doAlongsideApply and/or sets up the ESP mount point based on the UI
state if it's running in EFI mode and the action is Alongside or
Replace.
If setting up under BIOS, Alongside and Replace always install
the bootloader in the MBR of the current device.
9 years ago
Teo Mrnjavac 569f2d9d50 Use iterators instead. 9 years ago
Teo Mrnjavac dc038dfe1e Useless code is useless. 9 years ago
Teo Mrnjavac 4781bc0f7a Use a QVector. 9 years ago
Teo Mrnjavac c1b4320f5c Correctly handle free space in Splitter widget. 9 years ago
Teo Mrnjavac 7f6199ad37 Remember to update total. 9 years ago
Teo Mrnjavac 7bf918bfee Compensate for small partition visibility in Splitter widget. 9 years ago
Teo Mrnjavac ea7b95e474 Maybe don't crash. 10 years ago
Teo Mrnjavac 9ecd23dfc7 In the labels view too. 10 years ago
Teo Mrnjavac db69a860b0 Try to make it more responsive. 10 years ago
Teo Mrnjavac 9757de0d2c Restore the cursor. 10 years ago
Teo Mrnjavac adbf0c7276 Try another approach. 10 years ago
Teo Mrnjavac 2c5d33839b Maybe we're restoring too much. 10 years ago
Teo Mrnjavac eac6b4f983 Set an override cursor for the whole application. 10 years ago
Teo Mrnjavac 25a61d07a5 Don't uncolor partition. 10 years ago
Teo Mrnjavac 1aa8279cf8 Try the forbidden cursor when hovering an unselectable partition. 10 years ago
Teo Mrnjavac 5372245aed Copyright statements. 10 years ago
Teo Mrnjavac 485176d70d And always do that, please. 10 years ago
Teo Mrnjavac 12ec3bb74b Iterate over all partitions for canBeResized check, not just osprober. 10 years ago
Teo Mrnjavac a9c6b47e5e Check whether a new primary partition can be created in canBeResized. 10 years ago
Teo Mrnjavac c3404769dc Use new check as selection filter in view. 10 years ago
Teo Mrnjavac 935c4816d3 New partition replace check. 10 years ago
Teo Mrnjavac ffe419751c Use the new canBeResized in ChoicePage. 10 years ago
Teo Mrnjavac 01eede3f6e Split out a canBeResized overload that takes a Partition*. 10 years ago
Teo Mrnjavac 984bc7ac08 Use it in summary. 10 years ago
Teo Mrnjavac 56e6509341 Use it in ChoicePage. 10 years ago
Teo Mrnjavac b374404c6f Allow hiding extended partition in Labels view. 10 years ago
Teo Mrnjavac 61685cec86 Remove old count. 10 years ago
Teo Mrnjavac fb4c22c274 Use correct count. 10 years ago
Teo Mrnjavac 0f756c7167 Use it in ChoicePage. 10 years ago
Teo Mrnjavac 65f5da5a8d Draw nested partition enable/disable support in Splitter widget. 10 years ago
Teo Mrnjavac aaeb28e45e Don't round size estimate down to an int. 10 years ago
Teo Mrnjavac 5f3e5bf372 Consistent config item naming. 10 years ago
Teo Mrnjavac 56c340a607 Update default config file. 10 years ago
Teo Mrnjavac 3d5753e97c Better way to compute items in nested/non-nested partitions mode. 10 years ago
Teo Mrnjavac d2600bc5dc Set the nested partitions mode in PartitionPage. 10 years ago
Teo Mrnjavac 7bb76c70ba Set the nested partitions mode in ChoicePage. 10 years ago
Teo Mrnjavac 1ed1841e89 Read the setting from partitions.conf and apply it in PVS. 10 years ago
Teo Mrnjavac 266f4fe8e3 nestedPartitions setting. 10 years ago
Teo Mrnjavac 086634ae7b Nested partitions mode support in PartitionBarsView. 10 years ago
Teo Mrnjavac 1d533fa2f3 Don't build Alongside page. 10 years ago
Teo Mrnjavac b17b7a9c89 Asynchronous rescan on device change. 10 years ago
Teo Mrnjavac 877fa98ea6 Revert all devices if core dirty on device choice. 10 years ago
Teo Mrnjavac ec5a464eda Make sure a default bootloader location is set. 10 years ago
Teo Mrnjavac 7f235525f2 Try slightly smaller action icons. 10 years ago
Teo Mrnjavac 30c38c4f4d Safer pointer. 10 years ago
Teo Mrnjavac 1bc6556b65 We don't need this any more... 10 years ago
Kevin Kofler 4322bf949e src/modules/partition/CMakeLists.txt: Remove obsolete TODO.
The minimum version was added in commit
8af91a519f.
10 years ago
Teo Mrnjavac 8af91a519f Require KPMcore 2.0. 10 years ago
Teo Mrnjavac bef7444f47 ExpandableRadioButton is no more. 10 years ago
Teo Mrnjavac 5ccfc20258 Refactor bootloader picker into the bottom layout. 10 years ago
Teo Mrnjavac e1a6085a1b Try different layout for first row in ChoicePage. 10 years ago
Teo Mrnjavac 619e82e5d3 Fixup string. 10 years ago
Teo Mrnjavac 2f9a45b3a7 Fixup strings. 10 years ago
Teo Mrnjavac 30351d125a Reduce spacing. 10 years ago
Teo Mrnjavac 1a11d8589a Fix layout. 10 years ago
Teo Mrnjavac b6218272f3 Add BootInfoWidget to ChoicePage. 10 years ago
Teo Mrnjavac 6af0022e81 Yank boot stuff out from DeviceInfoWidget. 10 years ago
Teo Mrnjavac fdc9d6fd0c Build it kthxbi. 10 years ago
Teo Mrnjavac 4223e22f5b New BootInfoWidget. 10 years ago
Teo Mrnjavac 9dbdeb932d Improve strings in DeviceInfoWidget. 10 years ago
Teo Mrnjavac b811f9e261 Fixup strings. 10 years ago
Teo Mrnjavac d62c6369bb In branding too. 10 years ago
Teo Mrnjavac 097f48bfed Try to fix umount. 10 years ago
Teo Mrnjavac f81f275b38 Oh come on Python. 10 years ago
Teo Mrnjavac 9621fd4635 Python :C 10 years ago
Teo Mrnjavac 19f207ed42 Don't crash on bad log path. 10 years ago
Teo Mrnjavac 051282d9bf Do the same in PartitionBarsView. 10 years ago
Teo Mrnjavac 69f488f07b Override mousePressEvent to correctly handle selection filter. 10 years ago
Teo Mrnjavac 16da0bd8d8 I guess this is a better spot. 10 years ago
Teo Mrnjavac 7c7c635d87 Set filter on both views. 10 years ago
Teo Mrnjavac ba01022d42 Set the filter function in Labels view. 10 years ago
Teo Mrnjavac 65230c7954 Add a SelectionFilter lambda for Alongside. 10 years ago
Teo Mrnjavac ddf4878ec7 Apply SelectionFilter in Partition{Labels,Bars}View. 10 years ago
Teo Mrnjavac f7f19eb617 SelectionFilter function type. 10 years ago
Kevin Kofler bcab8b2bfe [locale] Do not call timedatectl in a chroot, it is not safe
(timedatectl talks to a running timedated over D-Bus.) And we already
have code that works in a chroot below.
10 years ago
Kevin Kofler 2dfa0944c3 [services] Document that systemctl enable/disable are chroot-safe
http://0pointer.de/blog/projects/changing-roots.html explicitly
documents the "systemctl enable" and "systemctl disable" commands to
work in a chroot.
10 years ago
Teo Mrnjavac 8c05254a75 Merge pull request #234 from calamares/umount_log
Creating the option to copy an install log to target
10 years ago
Teo Mrnjavac f958f69218 Fix weird issue with alongside failing to create new partition. 10 years ago
demmm 11922e074d set default umount.conf to not find any file
adjust readme to refelect option to also use default Calamares.log
10 years ago
Teo Mrnjavac 423d2dfc5c Make sure we update the splitter widget after a rescan. 10 years ago
Teo Mrnjavac 576fdcc7a0 Print log file path. 10 years ago
demmm 50ffc52f3f Creating the option to copy an install log to target
instead of having to hope users save an installation log before leaving live mode,
this commit gives distributions the option to have a full calamares -d log available on
the newly installed system
see the readme.md for details
this is fully tested and working properly, using the example launcher script & .desktop line
as noted in the readme
10 years ago
Teo Mrnjavac c0d06c3169 Fix labeling. 10 years ago
Teo Mrnjavac 601d67988d Fix shrink size computation.
I don't get how this could possibly ever have worked.
10 years ago
Teo Mrnjavac 983c16d991 Fix up views in summary. 10 years ago
Teo Mrnjavac 26c89e6806 Make sure Alongside operation is applied. 10 years ago
Teo Mrnjavac 8525cefb6b Fix next status handling. 10 years ago
Teo Mrnjavac b5882a75d1 AlongsidePage is not used any more. 10 years ago
Teo Mrnjavac 5242536b2a Make doAlongsideApply public in ChoicePage. 10 years ago
Teo Mrnjavac 27d69502a3 Alongside apply slot. 10 years ago
Teo Mrnjavac 9a127f582f Update documentation. 10 years ago
Teo Mrnjavac 3f9aae9af6 Fix splitter handle placement on child partitions. 10 years ago
Teo Mrnjavac 9682520c61 Draw the handle when it matters. 10 years ago
Teo Mrnjavac 3238498e48 Don't crash. 10 years ago
Teo Mrnjavac 491e046824 Robust means not broken, please. 10 years ago
Teo Mrnjavac 5eb6f6799e Try to make it more robust. 10 years ago
Teo Mrnjavac 10c51528a9 Repaint viewport on selection change. 10 years ago
Teo Mrnjavac ef0d46dd93 Years in header. 10 years ago
Teo Mrnjavac 110344e548 Actually set the selection model on the superclass. 10 years ago
Teo Mrnjavac 55c52e654a Try to force a repaint on selection changed. 10 years ago
Teo Mrnjavac cb63d7d302 Draw the partitions in the alongside view even when not resizing. 10 years ago
Teo Mrnjavac cad8845f12 Better name for alongside slot. 10 years ago
Teo Mrnjavac b665b7192e Always repaint labels view on selection change, not just when hovering. 10 years ago
Teo Mrnjavac 1a48524a9a Repaint viewport on selection changed.
This issue wasn't noticeable earlier because every selection change
implied additional operations (in Replace) which used to trigger a
repaint at the right time for free. With this we make sure we get a
repaint.
10 years ago