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

Automatic merge of Transifex translations

7208d0eed765d08f7874e0c7722e7dbc19a3fd24 authored over 8 years ago by Calamares CI <[email protected]>
Bump.

e65c94150f9bfcf86dbb9bded4029410691709fd authored over 8 years ago by Teo Mrnjavac <[email protected]>
Fixup strings.

055ff5533e5ed0780e994452b6ab3aed6a95afe4 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Move ESP check to onLeave().

fb5b48528b2debb13969ee89058d6dadf435f6e6 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Warn the user if going ahead from manual partitioning without ESP.

0c7b7ed0892958851a28e4d532a06d541152343b authored over 8 years ago by Teo Mrnjavac <[email protected]>
Hide bootloader chooser on EFI.

49eea234edf932d0af2ea29e8a2cb22f2fc9c687 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Make findPartitionByMountPoint public.

be9ec27350ed37c6a53dbbdbb77782873009506b authored over 8 years ago by Teo Mrnjavac <[email protected]>
Update createPartition call.

182ff03e04d1928781fdad3b2c020e9af2cd37f7 authored over 8 years ago by Teo Mrnjavac <[email protected]>
PCM::createPartition now includes SetPartFlagsJob.

Also remove outstanding SetPartFlagsJobs when deleting a new partition.

e9d2312002723d10c0a1818a0a0f9ce79e8ba761 authored over 8 years ago by Teo Mrnjavac <[email protected]>
No implementation in header.

97108d0beb9c316d6858e61a8bd5df213d994211 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Copyright headers.

5a134eb708c2d3999523c969806407ece1dc6dff authored over 8 years ago by Teo Mrnjavac <[email protected]>
setPartitionFlags in PartitionCoreModule.

cb9a984b11dd603ea2f7c89fce340218f79e6e83 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Do set flags after showing dialog.

3fa7318a37484605e2149b24068ce17517d2e1ef authored over 8 years ago by Teo Mrnjavac <[email protected]>
Add flags setting support when creating a partition.

ada0a080fce8fff450009a46ff78e54771cb51d6 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Add flags ui to edit partition dialog.

b83e91b951253219662110a5fb1e866615df3b0f authored over 8 years ago by Teo Mrnjavac <[email protected]>
Allow setting flags when creating a partition.

c233fb3b2df310dd1a6e408c90aca4020e9aa0ae authored over 8 years ago by Teo Mrnjavac <[email protected]>
New SetPartFlagsJob.

4b185ddb16bcf70f0f94c1d5a44865d0fc7bb610 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

48098f26753267cdca1f889481e649af20c77b47 authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

bd6b520ecd1d51178d303396bacd3584e199fe20 authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

73a20d4946e495de5503f4e84ffd0285082d9da3 authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

f103c94c194b38b958475a50ba76345493cf0068 authored over 8 years ago by Calamares CI <[email protected]>
Remove dead code.

d1f1a421dd9ebe9c6e25fa3bcb64023681c4e362 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

7a53c3bb3dfcacf2140176c0e1d7d3c700783120 authored over 8 years ago by Calamares CI <[email protected]>
Improve debug output for device detection.

7d8b8eb7a6f81cc0461418bc0f72e54c315555f2 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Handle missing setting gracefully.

1d8330f1eb83e48379c36d403a38070eb118cdac authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

7b3f6cdd5aa1e3cf861667ec36506995c4cedaf1 authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

c2bb5a1dcdf376ca27cf3e0dbcc357d8e1477225 authored over 8 years ago by Calamares CI <[email protected]>
Initialize all members (fix Coverity defect 98200).

06ebf69afed658602ef276eda954303103aaf90a authored over 8 years ago by Teo Mrnjavac <[email protected]>
Initialize all members (fix Coverity defect 98206).

7e89e67059a04503c608c69fde1e8acdd0b3895b authored over 8 years ago by Teo Mrnjavac <[email protected]>
Fix QVariant type check (fix Coverity defect 114155).

ff9cf0880a2c7dce28e0fdeff305acede8f7900c authored over 8 years ago by Teo Mrnjavac <[email protected]>
Prevent unnecessary switch fallthrough (fix Coverity defect 114171).

b2f1e08377d3122489e446c229c586194252650e authored over 8 years ago by Teo Mrnjavac <[email protected]>
Prevent memory leak on bad module dir (fix Coverity defect 114172).

c1d1e7cb5a37491dc492171e55585f27f71fce76 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Initialize all members (fix Coverity defect 114173).

27b27644c4413583fee874b36cb057f8736edd50 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Ensure the resizing items aren't null (fix Coverity defect 121862).

749a740ffa4a3056060060f2e600ef7ab1e68ecc authored over 8 years ago by Teo Mrnjavac <[email protected]>
Don't dereference nullptr (fix Coverity defect 121863).

a0ac9d9f073647ad5f78bc4618f814bbd760ce44 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Initialize all members in ctor (fix Coverity defect 122658).

53741f0d364e9073b81d2fc1049d38dcc290f8e4 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

787d2ea08011a6961335d48eafd13cd7cad835d9 authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

5253869469eddff2130fb09ab91cb6b140fdd4be authored over 8 years ago by Calamares CI <[email protected]>
Update settings defaults.

eb26b4ee893a6d281b7c88e68f4fd43d233b7537 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Update README.md

cb317f8d9ec01e56c051b3b212ffab4c869bfc34 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Update list of enabled translation languages.

dcaadeca78989c36f5f8dfc3970c15ddad2ba2f7 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Bump for 2.0.

f470756d5fb6d7e4973d37e7fbb0a08a7062b4e0 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

923c2cddd7b04eab0fce0b07a749f17a497873b6 authored over 8 years ago by Calamares CI <[email protected]>
Fix build.

1e3e1d22bb366585f6a9ab79d1b556869fe79d4d authored over 8 years ago by Teo Mrnjavac <[email protected]>
Add resizing state flag to Splitter items.

New iterator for Splitter items.
Use std::function instead of templates for type safety.

3c8aee7b5e06f04abc858bd2a0fb1be0f3e8b1dd authored over 8 years ago by Teo Mrnjavac <[email protected]>
Merge pull request #236 from tctara/patch-1

Modify Hostname input validation to accept number as first character

757a5b48ebb8457674451fe0283161df0160511a authored over 8 years ago by Teo Mrnjavac <[email protected]>
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 [r...

80864bdf27eccfdee34de743bb87727f57e8dec8 authored over 8 years ago by Tith Chantara <[email protected]>
Automatic merge of Transifex translations

2ccfd9e50efe5607f5bb866b5bb964a40a0819e4 authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

24a8d2af79c77075e65a87d383ee12ec4250ed9f authored over 8 years ago by Calamares CI <[email protected]>
Keep Splitter items on the stack.

bafaa6a22514b0a8c82a7248f73b3378b55d5c8a authored over 8 years ago by Teo Mrnjavac <[email protected]>
Get better debug information.

7bf0fa25757dce26e5f0dfbebbddf156721e4703 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Don't segfault on free space in Splitter widget.

d6de5be8d0dbc9f6d6ee47f9040b650c75a82b9e authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

c5db05fff76c5bb03264850a91a3b1667c6256e0 authored over 8 years ago by Calamares CI <[email protected]>
Merge pull request #235 from konqoro/patch-1

Enable Greek translation of the project

c6cf6f690623b0deafdbfb1a2545711409369ab4 authored over 8 years ago by Philip Müller <[email protected]>
Automatic merge of Transifex translations

d44679d0970939214c5dccaf55f830d78d9a59ac authored over 8 years ago by Calamares CI <[email protected]>
Enable Greek translation of the project

56a522c2782863488094a6f69f29a9ebe435ab46 authored over 8 years ago by konqoro <[email protected]>
Automatic merge of Transifex translations

30dd9c99379305260bcdce647180cfef79964f9f authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

c7c4ae80f5564848bd09a8e125ecb26343580258 authored over 8 years ago by Calamares CI <[email protected]>
Bump.

12e20f6c7fa61ec29cbbf642277694273c39f1e0 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Keep the EFI system partitions model up to date with reverts.

64498ea71b786aeeb105681b87cbba3424c1e723 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Improve setting ESP.

e91d213872cedc01f7c68eaad542f0d0b27a19bc authored over 8 years ago by Teo Mrnjavac <[email protected]>
Handle ESP selector visibility.

e27b9fc295a773fd5111691e6d195f247e23f3c0 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Only override BIOS bootloader install path if there's no UI.

a4831085fb1343e7ebf452f2639e653d42936393 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Refactor leave event of ChoicePage, add ESP mount point support.

PVS now calls ChoicePage::onLeave, which in turn runs ChoicePage::
doAlongsideApply and/or sets u...

7a89b535387b551d2469483ee6f7d1bd57106eb6 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

7ec039f860f733d5343f1f433fac336dd3f83bdb authored over 8 years ago by Calamares CI <[email protected]>
Use iterators instead.

569f2d9d504ff1010d131f110f36bfe46e4513a5 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Useless code is useless.

dc038dfe1e91cdc9f77fbcb79f583a8f4c7c6a27 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Use a QVector.

4781bc0f7a02778f3fe1899348914dada4422230 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Correctly handle free space in Splitter widget.

c1b4320f5c0d03c4584001c4668ab76c1611ae6d authored over 8 years ago by Teo Mrnjavac <[email protected]>
Remember to update total.

7f6199ad3777d1b182bd47de8764c790230c6f9b authored over 8 years ago by Teo Mrnjavac <[email protected]>
Compensate for small partition visibility in Splitter widget.

7bf918bfee0d3ca782c37eee01053287dc75bbc6 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

43cfbaa15dceb234464feead3048b9fdcd2b29c1 authored over 8 years ago by Calamares CI <[email protected]>
Maybe don't crash.

ea7b95e474aa09f02a49dc551af1f03a292769f0 authored over 8 years ago by Teo Mrnjavac <[email protected]>
In the labels view too.

9ecd23dfc759e5cfeb792a9314346900c6b14a42 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Try to make it more responsive.

db69a860b003b2edfa7685d3f20222ba11b679a8 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Restore the cursor.

9757de0d2cfe78fc3527837175b19e6af5b0da47 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Try another approach.

adbf0c7276a3dadb61cbfa0a700b2fc06cb90302 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Maybe we're restoring too much.

2c5d33839b5150b25d298d3d623df4a0b02a1cf3 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Set an override cursor for the whole application.

eac6b4f983b525ac3d8d4a370c31a7a386319608 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Don't uncolor partition.

25a61d07a589a48a8a525318f13b4be14c283f4e authored over 8 years ago by Teo Mrnjavac <[email protected]>
Try the forbidden cursor when hovering an unselectable partition.

1aa8279cf88c72d279afd1afb209368bd1cca718 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

178b24e0b05a511af280c5e9107dd2f5dad0d65a authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

601b59249c5423e01925a04b8df8dd04f8c5a96d authored over 8 years ago by Calamares CI <[email protected]>
Automatic merge of Transifex translations

6bc67f7dc80fd0a5f0c7f765fa5b7840693f4af4 authored over 8 years ago by Calamares CI <[email protected]>
Copyright statements.

5372245aedb2c9557cf7311ebe44890539f07544 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Bump.

a21f44aa689d13d398cd6ee6cda3087cf85408f2 authored over 8 years ago by Teo Mrnjavac <[email protected]>
And always do that, please.

485176d70d0cba5ff9f4d2ae08e1d0d109c55c64 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Iterate over all partitions for canBeResized check, not just osprober.

12ec3bb74bb4ba5e7c312d9e465c19ae11760bf8 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Check whether a new primary partition can be created in canBeResized.

a9c6b47e5e489ef92a70839d3012d448a0bd79fe authored over 8 years ago by Teo Mrnjavac <[email protected]>
Use new check as selection filter in view.

c3404769dcc1b9f627eb106725aa82cd0538c811 authored over 8 years ago by Teo Mrnjavac <[email protected]>
New partition replace check.

935c4816d3c4b762b4ff4f274e2cee36b9c7f188 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

cef77d72e1b5e1f4384ec9adb4374e8f297d8ec4 authored over 8 years ago by Calamares CI <[email protected]>
Use the new canBeResized in ChoicePage.

ffe419751c6c24531efc3ff9879bf335ee13f20c authored over 8 years ago by Teo Mrnjavac <[email protected]>
Split out a canBeResized overload that takes a Partition*.

01eede3f6e63b6ed14f6d2af7aae71ff033c66cf authored over 8 years ago by Teo Mrnjavac <[email protected]>
Use it in summary.

984bc7ac085b3fe117b89a4244e7bfeadc942d28 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Use it in ChoicePage.

56e65093411c112d40a0f8e9e118c7e1dbe1365f authored over 8 years ago by Teo Mrnjavac <[email protected]>
Allow hiding extended partition in Labels view.

b374404c6f7532015b150c15d21c0bb3430c1c03 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Automatic merge of Transifex translations

93bebfd3e4299f780204a1721d78fc684efb0b05 authored over 8 years ago by Calamares CI <[email protected]>
Remove old count.

61685cec86e20dbd0a6b2908a23cce7cfa78f614 authored over 8 years ago by Teo Mrnjavac <[email protected]>
Use correct count.

fb4c22c27483408007f072b83119447d3289767c authored over 8 years ago by Teo Mrnjavac <[email protected]>