Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/manjaro/calamares

This repo has been archived. Our code is now hosted at
https://github.com/manjaro/calamares

Store log in ~/.cache by default

45101d15b0dd9f795572697214998052962e28e0 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Add autologinUser to GlobalStorage.

57ee5ac26b12df5c7632cd5e7fe1382a1827d4e8 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Fix crash when logging at exit time

1b695b73550e30f829ede6c147ecf9570de63101 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Disable "Next" button if isNextEnabled() of first step returns false

5126458040cd7b08a947c7d27ffe89f980412ed7 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Do not make dummypython fail

a75b1809d87972cc262dba04ffe50122993edb62 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Improve formatting of error messages

90670f8b46c3c0729535673bbae640be222f7379 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Add SetPasswordJob in Users module, hook it all up.

b111027d573507e487ad4d068a59c1214b4b836e authored about 10 years ago by Teo Mrnjavac <[email protected]>
Add FindCrypt in the users module.

8e3002bfbb80169a596053396fcf0ecea181d0f4 authored about 10 years ago by Teo Mrnjavac <[email protected]>
CreateUserJob for Users viewmodule

46f5dab7fd7d1cb530c938d13ce9d401ba22f509 authored about 10 years ago by Teo Mrnjavac <[email protected]>
UI for users viewmodule.

fb3243254879560e9d00a49b387e70f4e3adc3a7 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Hide disk which contains /

Fixes #75

c655c99f670b0c674b6d5784c08884d5bb1d6cb8 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Fix potential memleak

551a6ff9bad43474ec2b0ed4dbd363645e985aad authored about 10 years ago by Aurélien Gâteau <[email protected]>
Use libcalamares.utils.mount

9708669ac7be575beb91dfc0619e4595886bd370 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Move mounting of special partitions from grub to mount

0946789f9e104d349385b1c08c2de67d11ed5fb1 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Fix progress reporting

8867f6bc674f06353af0d48a0d4dc50061064d35 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Iterate on values, not on keys

f371ffa696b7fc05b7409be6629e6c564eb80424 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Damn, forgot named tuples cannot be updated. Use a class instead

7a0fb52c830525ef8a52088e8e1de2ed263ae15a authored about 10 years ago by Aurélien Gâteau <[email protected]>
Use os.path.join

9c27add9683a2a237e9beb6a25d0ce78554e27ab authored about 10 years ago by Aurélien Gâteau <[email protected]>
No need for UnpackEntry.source_dir

22299dc5852ab609b37171937f86c1a76739c714 authored about 10 years ago by Aurélien Gâteau <[email protected]>
More precise error handling

638a5c021cc5435919e38a31c218895472c9f271 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Do not use os.path.join with entry["destination"]

if it starts with a "/" then `destination` will be equal to entry["destination"]

adda405f8336c81c715deb58338ce8c0ed4d76f5 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Fix line counting

ecb16dcdcae83ed7ab7bb30e80d1f559d7be6185 authored about 10 years ago by Aurélien Gâteau <[email protected]>
No more need for sourceMountPath

47762d3812889dd6a4add7af0807f87693971dda authored about 10 years ago by Aurélien Gâteau <[email protected]>
Show a summary of the partition changes on the summary page

03c5a38b9069db53cd3fa04604f094c38e209698 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Fix fuzzy edges around keys (and a warning)

75a5bdac604054cbcbef86696e28ad07a9b6c05d authored about 10 years ago by Aurélien Gâteau <[email protected]>
Make sure chrootCall with args list actually passes the args as list.

e7e57689d8e27a60cf9f4cf15ea6f34f931b29c0 authored about 10 years ago by Teo Mrnjavac <[email protected]>
globalStorage ==> globalstorage fix

122a6036d5b89753e40714390e8a876a5ac0331c authored about 10 years ago by Teo Mrnjavac <[email protected]>
Make dummypython work with current API.

2232c4947127a0c233fab2a3ac8db5b331d2985d authored about 10 years ago by Teo Mrnjavac <[email protected]>
Fix dummypython for recent API change.

0d3a3a0b78a5f6a75b59700e4b2a71368c9d2ad6 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Add mount and chrootCall utilities to libcalamares + Python wrappers.

63534f71546e4e5b5e409d25cdae9efe0bbc4960 authored about 10 years ago by Teo Mrnjavac <[email protected]>
PartitionModel: Add IsFreeSpaceRole

fe9e52ee0e5d2638af5ea0a40843e03742f76865 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Fix assert failure when recreating partition table

e3a52745fccaeb661e89e4d8182d4b608158bc35 authored about 10 years ago by Aurélien Gâteau <[email protected]>
First version of PartitionPreview

0ea6f1698bc5e3cce2b21b9ca6dfd80b011a0964 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Prettier PartitionPreview

e3a333e6e6aa5930513db4e89bd1ddb09999c668 authored about 10 years ago by Aurélien Gâteau <[email protected]>
New role for PartitionModel: SizeRole

93cb9fd426eebd4395670c718c388c361bb25469 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Turn PartitionModel into a tree model

Fixes #12

5c1336f2d524cf3020e95b5a77c57626021ab7df authored about 10 years ago by Aurélien Gâteau <[email protected]>
Expose colors for Qt::DecorationRole

5fc07aad7ca04f6400be515b5af4aeab2ca25780 authored about 10 years ago by Aurélien Gâteau <[email protected]>
PEPify unsquashfs

4b1975d3e2a24a39b003a31d4aa4473d150c88e4 authored about 10 years ago by Teo Mrnjavac <[email protected]>
PEPify umount

2b097e7f3c05bdda71fc019ea2d94457a55df03e authored about 10 years ago by Teo Mrnjavac <[email protected]>
PEPify mount

2ba96d3b6b180b5ac904937eb3b499567e72056f authored about 10 years ago by Teo Mrnjavac <[email protected]>
Update README.md

585dd20a34a77d3a3c5f76f7ab9ef89e9387cad8 authored about 10 years ago by Teo Mrnjavac <[email protected]>
PEPify grub

1c984c7bf983153cae52ce09d68c5f819371c52b authored about 10 years ago by Teo Mrnjavac <[email protected]>
PEPify fstab

98b62808deaa7f81113764237fa37347e2ffb382 authored about 10 years ago by Teo Mrnjavac <[email protected]>
PEPify dummypython

906560ffeeba1061cc4210a101d75b1805402172 authored about 10 years ago by Teo Mrnjavac <[email protected]>
PEPify testmodule.py

637242776cd4be3623174624ac1062c1443de09e authored about 10 years ago by Teo Mrnjavac <[email protected]>
PEPify API fakes in testmodule.py

b988c3ad72c318ca9b14cb97ea50e908aa1dcf4b authored about 10 years ago by Teo Mrnjavac <[email protected]>
Make the libcalamares Python API better for PEP8

fb328494b3bb212b1cb83ce7eb964e827373db2b authored about 10 years ago by Teo Mrnjavac <[email protected]>
Add debug test to dummypython

5369038ed623f879c831d93720e712b24fc30c95 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Added debug( str ) to the Python API.

845ae05f7eba7b86d0699fe0ebd9d0f7437d34ce authored about 10 years ago by Teo Mrnjavac <[email protected]>
Unbreak locating of config file when run without --config

d30b6300ab03f0c8f9ad3441b995249f87442211 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Make it possible to override the config dir from the command line

289704ab90fefc1bf16ab503dfdd79661b5f3bda authored about 10 years ago by Aurélien Gâteau <[email protected]>
Remove __init__.py from unsquashfs

cb53cc41cbd9cba005caed139fc9c6b6be580e11 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Make fileCopy in unsquashfs a single function

422e78236b7d9c2e63d2b712ce1d48243672db55 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Improve readability.

b48a66a2e5ae8c2a30cfc5885564933ae39dad21 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Fix some lousy error handling

e937782a4e88a86541d65ebd34ae1ee10dbfbb73 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Use named tuples in unsquashfs.

25d37b57dded3901f7a00b79ae38a16dfa3a1a91 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Use temp dir for mounting squashfs image.

cb2dcf78609b137c3d4026e220a6727dcc409894 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Begin unsquashfs module, port copy operation from Thus.

60dda7db49d198648a4ab6f4f155f325871a6524 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Correctly report exit status from Python modules.

4fc2efb7fa04bbcc9ee21c25c7e8a42bacc23bc2 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Improve error reporting for Python jobs.

87ee2b8b8c0c078ff31ba56b01b72cd3585ccb4d authored about 10 years ago by Teo Mrnjavac <[email protected]>
Better call to rsync in unsquashfs.

1b4e56e97eed13e67e69e77f4a3537ffa2b061d4 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Unthreadify FileCopy in unsquashfs.

c42d021b61c5939fb4aaa3b65decd7648cc09e99 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Count the files in the squashfs image without piping to wc -l.

f44b8eb7587e923d8cc84eff1427e615f3fe2912 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Spaces fixes

64f8748c492c55ea36759446e738676dd6cbaf2e authored about 10 years ago by Aurélien Gâteau <[email protected]>
Coding style

0b01c766875c5acdb897d393bf29209d65123dba authored about 10 years ago by Aurélien Gâteau <[email protected]>
Basic fstab module

Misses the 'options' finetunes

Bug #66

9e8c02fa33ae910e5501c0014a1a391c279bdb77 authored about 10 years ago by Aurélien Gâteau <[email protected]>
FillGlobalStorageJob: Add the partition UUID to global storage

2d9142487bdcfdc7457c325af9197c66e86fe21a authored about 10 years ago by Aurélien Gâteau <[email protected]>
Do not let the user pick a partition type when creating a partition of a GPT disk

Fixes #27

62d706543b7f80d1755f3f41218aa57a7565c7b4 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Document keys in GlobalStorage

feee2b3b60a642102e797399c3071903cce99728 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Consistency: calamares_main ==> run; global_storage => globalStorage

beafcd9cc4182d60c5b4aefade2f727df9979178 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Bring back tree view headers

fb6d80ccb6072a926113ed6ee229161238973169 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Make double-clicking on a partition item in the list trigger edit/create

bf72672ccede476b98f493391e072e379e8b1a0d authored about 10 years ago by Aurélien Gâteau <[email protected]>
Add mnemonics to UI elements

cd99f643440ea373befd000d87256dce43cacd05 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Implement Revert

Fixes #14

c3a91f1c8d63da3df1becfc875dbe566cbf723a2 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Dead code--

675b07799be06e79300b4fe6ae61963b7aee4a2a authored about 10 years ago by Aurélien Gâteau <[email protected]>
Make sure we show info of the first device in the device combo box

d476f9cba8b56601f1df25e3f5e5fe20e686e046 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Sort device in DeviceModel by device node

cb546d02f97ff5e011b83e923e2533cfff91a21e authored about 10 years ago by Aurélien Gâteau <[email protected]>
update README.md with list of needed system packages

2644e01cff277c823257b49a79cb89e2d4b0596d authored about 10 years ago by Mateusz Mikołajczyk <[email protected]>
Update doc

20521f278c949cbf74de05b912205fa559ec0763 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Add basic grub module. Not enabled for now because it requires a rootfs to work

Fixes #26

0f23b8ad5c2f8ec13fb2e026c4a409db9b6e5f90 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Refactor mount module to make its code easier to reuse

545eef57611782b768553c2b78a0c9b1e5be4c62 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Update partitionmanager submodule: fix cmake warning

96ede98f27abf15882afe3831e1a652f65d9cdd9 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Create umount module

92114576ce7b856d67d9f2e62130d726a1d5fb56 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Try to avoid passing GlobalStorage to Python by value.

2a231b3532446918a6e9b59bd09ba5209798e203 authored about 10 years ago by Teo Mrnjavac <[email protected]>
We can now test mount with testmodule.py: remove the test main()

aef2b7e9e73ae4d012ae5d763455c56ce252a4a5 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Remove \t tab to avoid failure in testmodule.py

35d2a101770ff6d335819213dcd34cfce65760b6 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Ignore Python files

7cdfc387668a1dea9f210e0b66b84c01e2d4a714 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Make testmodule.py more Pythonic

e1877adf9c3cb34828a99c0890664e1afa62d64b authored about 10 years ago by Aurélien Gâteau <[email protected]>
Indeed CMake, a list is not a directory...

After testing a Python module, the build was broken because the test
created a __pycache__ dir, ...

b3ba56a829701d4d4a1ce6036cb5e3953d384f98 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Create bootLoader.installPath in GlobalStorage

f2ab67b28b6e49e810d5125198b9b7ee959bce31 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Store current boot loader install path in PartitionCoreModule

06a13637b63ed5b83582fb81986a0b80549842ef authored about 10 years ago by Aurélien Gâteau <[email protected]>
Rework boot loader combo box

List MBR of all devices
Does not loose its selection when updated

ab4604258c33f59a1665e7175d2c2500342d7825 authored about 10 years ago by Aurélien Gâteau <[email protected]>
log--

c9c1917997bf3470114dc7e8e6f36b3d572677e8 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Simplify

a39384eda7a3a91314f41fd689e7877c909e1385 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Update partition path after partition has been created

Fixes #56

484d7c4d15299ddf4a6e319149f54a1ff38fda07 authored about 10 years ago by Aurélien Gâteau <[email protected]>
Bring back partition and mount modules

7108718104d273ecdb20dd9320ad1fb39654cab8 authored about 10 years ago by Aurélien Gâteau <[email protected]>
libcalamares.job is of type libcalamares.Job

da83ecfb13852a458c9c354a5607a05ec6c2c802 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Add job.setprogress to testmodule.py.

ef28b7f2c1f12c9dde51db358db778cfdbb3e056 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Emit job progress from Python jobs.

78de11a412d2dac168e8864e3ef4cb0da3d4d766 authored about 10 years ago by Teo Mrnjavac <[email protected]>
Add support for per-job progress

89fd6a950b6bad5e652aebbe2deadfa17c692ecb authored about 10 years ago by Aurélien Gâteau <[email protected]>