620 Commits (10ca85338db00f0055a096bbbb0b90b8ae7eb5a2)
 

Author SHA1 Message Date
Aurélien Gâteau 551a6ff9ba Fix potential memleak 10 years ago
Aurélien Gâteau 9708669ac7 Use libcalamares.utils.mount 10 years ago
Aurélien Gâteau 0946789f9e Move mounting of special partitions from grub to mount 10 years ago
Aurélien Gâteau 8867f6bc67 Fix progress reporting 10 years ago
Aurélien Gâteau f371ffa696 Iterate on values, not on keys 10 years ago
Aurélien Gâteau 7a0fb52c83 Damn, forgot named tuples cannot be updated. Use a class instead 10 years ago
Aurélien Gâteau 9c27add968 Use os.path.join 10 years ago
Aurélien Gâteau 22299dc585 No need for UnpackEntry.source_dir 10 years ago
Aurélien Gâteau 638a5c021c More precise error handling 10 years ago
Aurélien Gâteau adda405f83 Do not use os.path.join with entry["destination"]
if it starts with a "/" then `destination` will be equal to entry["destination"]
10 years ago
Aurélien Gâteau ecb16dcdca Fix line counting 10 years ago
Aurélien Gâteau 47762d3812 No more need for sourceMountPath 10 years ago
Aurélien Gâteau 75a5bdac60 Fix fuzzy edges around keys (and a warning) 10 years ago
Aurélien Gâteau 03c5a38b90 Show a summary of the partition changes on the summary page 10 years ago
Teo Mrnjavac e7e57689d8 Make sure chrootCall with args list actually passes the args as list. 10 years ago
Teo Mrnjavac 122a6036d5 globalStorage ==> globalstorage fix 10 years ago
Teo Mrnjavac 2232c49471 Make dummypython work with current API. 10 years ago
Teo Mrnjavac 0d3a3a0b78 Fix dummypython for recent API change. 10 years ago
Teo Mrnjavac 63534f7154 Add mount and chrootCall utilities to libcalamares + Python wrappers. 10 years ago
Aurélien Gâteau e3a333e6e6 Prettier PartitionPreview 10 years ago
Aurélien Gâteau fe9e52ee0e PartitionModel: Add IsFreeSpaceRole 10 years ago
Aurélien Gâteau 0ea6f1698b First version of PartitionPreview 10 years ago
Aurélien Gâteau 93cb9fd426 New role for PartitionModel: SizeRole 10 years ago
Aurélien Gâteau 5fc07aad7c Expose colors for Qt::DecorationRole 10 years ago
Aurélien Gâteau 5c1336f2d5 Turn PartitionModel into a tree model
Fixes #12
10 years ago
Aurélien Gâteau e3a52745fc Fix assert failure when recreating partition table 10 years ago
Teo Mrnjavac 4b1975d3e2 PEPify unsquashfs 10 years ago
Teo Mrnjavac 2b097e7f3c PEPify umount 10 years ago
Teo Mrnjavac 2ba96d3b6b PEPify mount 10 years ago
Teo Mrnjavac 585dd20a34 Update README.md 10 years ago
Teo Mrnjavac 1c984c7bf9 PEPify grub 10 years ago
Teo Mrnjavac 98b62808de PEPify fstab 10 years ago
Teo Mrnjavac 906560ffee PEPify dummypython 10 years ago
Teo Mrnjavac 637242776c PEPify testmodule.py 10 years ago
Teo Mrnjavac b988c3ad72 PEPify API fakes in testmodule.py 10 years ago
Teo Mrnjavac fb328494b3 Make the libcalamares Python API better for PEP8 10 years ago
Teo Mrnjavac 5369038ed6 Add debug test to dummypython 10 years ago
Teo Mrnjavac 845ae05f7e Added debug( str ) to the Python API. 10 years ago
Aurélien Gâteau d30b6300ab Unbreak locating of config file when run without --config 10 years ago
Aurélien Gâteau 289704ab90 Make it possible to override the config dir from the command line 10 years ago
Teo Mrnjavac cb53cc41cb Remove __init__.py from unsquashfs 10 years ago
Teo Mrnjavac 422e78236b Make fileCopy in unsquashfs a single function 10 years ago
Teo Mrnjavac b48a66a2e5 Improve readability. 10 years ago
Teo Mrnjavac e937782a4e Fix some lousy error handling 10 years ago
Teo Mrnjavac 4fc2efb7fa Correctly report exit status from Python modules. 10 years ago
Teo Mrnjavac 87ee2b8b8c Improve error reporting for Python jobs. 10 years ago
Teo Mrnjavac 25d37b57dd Use named tuples in unsquashfs. 10 years ago
Teo Mrnjavac 1b4e56e97e Better call to rsync in unsquashfs. 10 years ago
Teo Mrnjavac c42d021b61 Unthreadify FileCopy in unsquashfs. 10 years ago
Teo Mrnjavac f44b8eb758 Count the files in the squashfs image without piping to wc -l. 10 years ago