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

[modules] Use new convenience logging methods

3f77fb1d166c129f1ec79014de43c3291100dfb7 authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Provide convenience functions for warning and error

df0d9dcb88caf113979eb325432885eaee0502fb authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Use -D for just debug-level setting

- Original flag -d sets debugging but also changes behavior
- New -D just sets debugging
- Si...

79d81700b30b9c295b8baa64257b62898cf4d7ad authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Rationalize logging

- Move logging-levels to an enum
- (re-)Order logging-levels so that the normal debug statemen...

ae5511c2f31709f4cf25e67dc35d95507333c940 authored over 6 years ago by Adriaan de Groot <[email protected]>
[plasmalnf] Document configuration

- Improve documentation, explain necessity of theme: and image: keys
- Scale screenshot up wit...

6693f8137593ff9832f2a60340b7d499ce8af061 authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: drop orphaned #undefs (thanks Kevin Kofler)

874514a4e48589933798fa69461f96de914c218c authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: update extracted English message files

f49e0f6d927879f5b92932b56d167d0d22c1235e authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: change commit messages generated by CI tc scripts

719989c6d42a064e96f3671801cd0e06e550028b authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: Massage code to help lupdate understand

0b03d56a408919eccafe7ec575f9cdd4b42927f8 authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: avoid translation tricks, use QCoreApplication::translate

Instead of using tr and some macro hacks to get lupdate to
recognize the translation, instead us...

f954496acfc42f7a3f53137ee36fb8b5ba924cbe authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: fix broken translation in CommandList

c71385e93f37c4ddf2e26671824b2cf7433abeb7 authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: drop superfluous QObject* parent

These additional pointers were introduced for translations,
and needed their own tricks to get l...

d27675d660ba4b0aec21dae6cd6bb5b19db6f59f authored over 6 years ago by Adriaan de Groot <[email protected]>
[dummypythonqt] Automatic merge of Transifex translations

7c8a70c9a1e970757e2768eeb521a2611247d5d1 authored over 6 years ago by Calamares CI <[email protected]>
[python] Automatic merge of Transifex translations

d3b5189d063688dd1a0bbd7bbf4be063e78e61fc authored over 6 years ago by Calamares CI <[email protected]>
[core] Automatic merge of Transifex translations

0e9a65ebc6d33403c91827c12fddeb424fd2d916 authored over 6 years ago by Calamares CI <[email protected]>
CMake: ignore config files (and tests) for skipped modules.

3723355fb9dea723d152abfcbb10ed440bb49c0b authored over 6 years ago by Adriaan de Groot <[email protected]>
[interactiveterminal] Document config

ad89dd7cc4ef7f0e64aee2cd11c353eab32bb357 authored over 6 years ago by Adriaan de Groot <[email protected]>
[packages] Add pisi package manager (based on some guesses)

051edb462f03e279e76b4fcb54f832f7d7629bca authored over 6 years ago by Adriaan de Groot <[email protected]>
[bootloader] print() does not log

- use the right logging method; print just vanishes.

533031b3ca062ca9eec1354cba954868c852e97e authored over 6 years ago by Adriaan de Groot <[email protected]>
[bootloader] Log the EFI fallback action

f869a0f263ad8a049606e63b6f81d8d7b2218702 authored over 6 years ago by Adriaan de Groot <[email protected]>
[bootloader] Allow skipping the EFI fallback

78108c5cda55d8dc7c2edec162df1a6e62387c73 authored over 6 years ago by Adriaan de Groot <[email protected]>
Merge branch 'i897-timeout'

FIXES #897

aed904e3b44ea851562cb2348cc17de0f9f96891 authored over 6 years ago by Adriaan de Groot <[email protected]>
Merge branch 'i895-setroot-context'

FIXES #895

9a7e766391598e5eb7f4c2e44760a5bf1e7916be authored over 6 years ago by Adriaan de Groot <[email protected]>
[shellprocess] Implement timeout setting

- For both shellprocess and contextualprocess, add a top-level key
"timeout" that defaults t...

c2aca1f5c65e9a6ddddef6a60ae2aa1e4b5088b8 authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Allow CommandLine to have unset timeout

- Introduce enum for the appropriate constant
- If the timeout isn't set, then defer to the ti...

2da430fa366c7a57d058504013d4405aad0a86c6 authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Implement object-style command line

- handle command: and timeout: entries
- test for setting the values

c641f5dec68df2db2cc1fdafd99eb0cd4c057f15 authored over 6 years ago by Adriaan de Groot <[email protected]>
FIXUP document

72bac332be7bd1cc3886f6e4e42a5a4afcd5d7b2 authored over 6 years ago by Adriaan de Groot <[email protected]>
[shellprocess] Add test for future feature

- proposed syntax for command+timeout configuration, both for single-
entry and for lists.
...

4917b5c778e56853f85cba5b08ae194eefab22b2 authored over 6 years ago by Adriaan de Groot <[email protected]>
[contextualprocess] Document command lists

- Show that a command list is also allowed, not just a single
command. Refer to shellprocess...

ea179eaef43060dc37657662210a1dfcfd070474 authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Extend command-list with timeouts

- Replace plain StringList with a list of <String, timeout> pairs,
and run that instead. All...

fe2be46d3f66647097ac187a714bcf02e581e0b3 authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Determine what's checked and what's required first.

- warn for required checks that are not carried out.

6335084aa3fe2c50516bae104c1530cba164700f authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Additional convenience for doubles

778feb50e86091f93b0a1ed00d813675deaa1517 authored over 6 years ago by Adriaan de Groot <[email protected]>
[Merge] with upstream

- use upstream 'users' module
- Chakra 'users' module wasn't further developed

567c5f332675c07a0fbac1f54e0a1cad9a2bde10 authored over 6 years ago by Philip <[email protected]>
[libcalamares] Don't eat output on timeout.

- Copy stdout from timed-out process into the output variable,
instead of just dumping it in...

54a9bbb9499f64a93747c773b5ebfd82b05ccfa4 authored over 6 years ago by Adriaan de Groot <[email protected]>
[packages] fix typo in docs

d6731efdfd46e2c058caebc4b761239313a81a0d authored over 6 years ago by Adriaan de Groot <[email protected]>
[users] Make state of 'reuse password for root' available in globals.

1d6dca062c6e89d805a85e0f71106455c47d6649 authored over 6 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Additional convenience function extracting int

26dfd56f6d651f4ef3f9db35e3e970686a391aa8 authored over 6 years ago by Adriaan de Groot <[email protected]>
[dummycpp] more verbose debug log

188a434a1013d0822cf6eb3bb6cc667bf02ae7f7 authored over 6 years ago by Adriaan de Groot <[email protected]>
Merge remote-tracking branch 'origin/simplify-plugin'

b82858046442d22820b4eb62bfd47c34507e52b3 authored over 6 years ago by Adriaan de Groot <[email protected]>
Merge branch 'i896-password-quality'

FIXES #896

32b10f72e9189c346b7e3d38198114a02873bc2e authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: apply some more tricks to make lupdate / transifex happy

b0fe7b0682cf7db418399516ff99fb39c6ae841c authored over 6 years ago by Adriaan de Groot <[email protected]>
[users] Use libpwquality for additional password checks

- add cmake module to find libpwquality
- move checking functions to their own file
- some Tr...

27e1de65483cc3168120efd5e08e62f68cdbeec3 authored over 6 years ago by Adriaan de Groot <[email protected]>
[users] Implement password checking through libpwquality

- Use shared_ptr and a helper class to hide away raw pointer use
from libpwquality. Provide ...

ed58d540b3402fd3ee4300443fc2e7d5c4c577cb authored over 6 years ago by Adriaan de Groot <[email protected]>
[users] Use explanation of password error from libpwquality

- add license file from libpwquality for provenance
- translate pwquality_strerror() into the ...

399256ba99cc0fcbc41a82493c32af2f153174b7 authored over 6 years ago by Adriaan de Groot <[email protected]>
[users] sample config and stub function for libpwquality

354cb79cb1dde1d81ab33f455283a63e643c4d09 authored over 6 years ago by Adriaan de Groot <[email protected]>
CMake: build modules alphabetically

eae52a3e65b0388b9a6586d32fa9ded3b984c6be authored over 6 years ago by Adriaan de Groot <[email protected]>
CMake: bump version in preparation for -RC3

8c4a298f16dc2a9e0360e5cd092ac035b0fc9c1d authored over 6 years ago by Adriaan de Groot <[email protected]>
i18n: try to trick Transifex into recognizing these strings

9a9c6da6dbcca8282bc221d8fc3440f1c380980d authored over 6 years ago by Adriaan de Groot <[email protected]>
[python] Automatic merge of Transifex translations

b703151420a0f999731df115e72ca227510cfed5 authored over 6 years ago by Calamares CI <[email protected]>
[core] Automatic merge of Transifex translations

e134dcd90d350d5cd7192f7d7e319349dd285749 authored over 6 years ago by Calamares CI <[email protected]>
[desktop] Automatic merge of Transifex translations

b9872a12bd000be6b16c75db899e4b4e16153a5d authored over 6 years ago by Calamares CI <[email protected]>
[libcalamares] When ViewManager is destroyed, reset instance pointer

9c9486bb783a698375a306ba997ca8276be32ca4 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamaresui] Mark virtual QObject destructors override

845986d48fcfb5c95a67267c648040496ada4f4d authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Change debug logging of how job name is derived

97fb83c74307fe0b0bffaa94be3310e0cfc2a007 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Enforce singleton-ness of CalamaresPython::Helper

- unset instance pointer on destruction
- make constructor private, and the instance accessor
...

abc69145287ca5395545c4d11f86ac01ef656b6b authored almost 7 years ago by Adriaan de Groot <[email protected]>
[branding] Add a totally different branding example

Use the samegame example from the Qt Quick demos as a branding "slideshow".
Instead of watching ...

3b3e80b334598b0f6feb2a8312eb664cf29ef476 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Remove unused extern declaration

0020fd885c0391498adfa0665d357c5f5ee38744 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Silence compiler warnings about PluginFactories

- d_ptr shadows QObject d_ptr, which clang complains about
- rename, and don't use Q_D and sim...

86b899566e1c51fe7d618d5da2de606e521ac46d authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Improve documentation

- reference to _WITH_JSON is bogus copy-replace from other code
- fix style of sample code.

510af704d8e2f0c65b7d5895148ed397320e39a6 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Drop unused plugin defines

- Remove some superfluous intermediate defines
- baseFactory was not used (always Calamares::P...

a2bdc12f2574e2a129d1a931f8bda173f02491fa authored almost 7 years ago by Adriaan de Groot <[email protected]>
CMake: don't copy over modules with unsupported interfaces.

If Python isn't found, or PythonQt isn't found, there is no point
in copying over the modules in...

4630008fa139b69875faf027ad290b985b694373 authored almost 7 years ago by Adriaan de Groot <[email protected]>
CMake: fix broken logic around Python

66c03b40550ae6435468c413e717c14f639cf395 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[python] Automatic merge of Transifex translations

83eaaf04aa7b3724e2461469805f5524510cdc0f authored almost 7 years ago by Calamares CI <[email protected]>
[dummypythonqt] Automatic merge of Transifex translations

8f1f397c9579e899afc281545d27830fca3ff93c authored almost 7 years ago by Calamares CI <[email protected]>
[desktop] Automatic merge of Transifex translations

5cf5a8e562702d88c8ace96af18f4de0ee0c45fc authored almost 7 years ago by Calamares CI <[email protected]>
[core] Automatic merge of Transifex translations

6aa25ecc149aeb47adb1ca56b32f0806f452dbf9 authored almost 7 years ago by Calamares CI <[email protected]>
[finished] Make the *restart now* checkbox more visible.

- Issue asks to make the setting more visible, which seems sensible to
me. It **is** kind of...

be451716384b437d54e1dea52ef807c10942b0cf authored almost 7 years ago by Adriaan de Groot <[email protected]>
Merge branch 'scripting'

15d4245074ec5a8b4c8a3a342febaa1f6d849d48 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[contextualprocess] Implement contextual processes

Allow running one or more commands based on the value of
a global configuration variable. This c...

d6cbda5ed72ee8069049c084e6193ac251c97dac authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Fix debug output classname

f01c7cda6ba18fcf2f65333e8560d518830743f5 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Move CommandList into libcalamares

- Move CommandList so it can be used from more modules than
just ShellProcess
- Allow a Com...

913690650f7e6ad2e29291043233f9e92aafb05b authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] Improve explanation of failed processes.

60f4dd7b3b2c10ea01585ee06e7297d21efb7442 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[shellprocess] Make explicit that an error code has been ignored, by logging it.

8571fd800e668c4c78ddb00dbc67c8d9740ed27a authored almost 7 years ago by Adriaan de Groot <[email protected]>
[shellprocess] Make CommandList chroot-aware

This is prep-work for moving commandlist to libcalamares, where
it can be re-used by more modules.

e48767eaa63f63a63739ee91caed85b631266a99 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[shellprocess] Warn when there's no script

8bd40fdcd54d4a63f96bfffafafeb49d1aa4c388 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[merge] with upstream master branch

bff68903588d1fa983df7be1e8cd65a57070e440 authored almost 7 years ago by Philip <[email protected]>
[welcome] Make libparted optional

- This turns off the space-available check in the welcome module;
without libparted, always ...

2bc394656d3446369223200c5d48363a0c1d922a authored almost 7 years ago by Adriaan de Groot <[email protected]>
Clang: reduce warnings

- mark some things override
- make conversion of 0 to flags explicit

b0c4fbc1bb002bab9e9c92ed974f6af791735bac authored almost 7 years ago by Adriaan de Groot <[email protected]>
[shellprocess] Execute the command list

fdb3fc1ef84befceb2c7c9cc4481e830e6cf7314 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[shellprocess] Improve CommandList

- Also allow a single string instead of a list
- Add count() method to CommandList
- Drop ove...

b7fb24837ae59582b3e6baf5a967b1848dfde79e authored almost 7 years ago by Adriaan de Groot <[email protected]>
[shellprocess] Stub of a shell process module.

This is basically dummyprocess, except with an expanded configuration
interface so you can run 1...

5f8fb655c4410bdd57f5977374c4d9533735c663 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[libcalamares] another convenience for running commands

Back targetEnvCommand() with a more general runCommand()
that takes an argument selecting the lo...

4ff1a0d5ea0b5d173eee91f9be50e692dd50401e authored almost 7 years ago by Adriaan de Groot <[email protected]>
CMake: factor out explanation of skipped modules.

Make a function out of explaining-skipped-modules, and call it
not only after collecting all the...

6e01bb0fa40a70666700f2178389e978aea0c32c authored almost 7 years ago by Adriaan de Groot <[email protected]>
[partition] Handle missing requirements by disabling the module

58252fc16d98e8650d534732ffbe694a839b3e37 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[partition] Relax check with UI-level warning message, too

e3b7a2884b1229e9d189a17332eefd832d3d917e authored almost 7 years ago by Adriaan de Groot <[email protected]>
[partition] Find Esp partition with modern flags.

637d6ad7523810972707cd70ab7b72b7374cad36 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[partition] Introduce function for checking various flag-combinations for ESP boot.

94b6c95c4443d8266e52663fb5ba787085bf1b5a authored almost 7 years ago by Adriaan de Groot <[email protected]>
[keyboard] Correct guessing for Arabic variants

3ff68bce98e30203e75a6b52e79a8125f1683be8 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[partition] Be defensive against no device-device-available.

Scenario is this: you have no suitable installation devices on
your system (everything is mounte...

05967311defaa72896303bbf7dabf3f2692f8c7b authored almost 7 years ago by Adriaan de Groot <[email protected]>
Merge pull request #883 from agaida/hack-unpackfs

[unpackfs] skip error check when rm of tmp folder fails

a35a7b108f6eae87d96bbf0984ffca68405c852b authored almost 7 years ago by Adriaan de Groot <[email protected]>
[keyboard] Explain table format, add more edge cases

7249b41e3e7bd5a04a546c60400792f1c62593ae authored almost 7 years ago by Adriaan de Groot <[email protected]>
Merge branch 'master' into i689-kayboard-layout

0d56b9b9c5f87e173ef0bdcfba2db9e569230922 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[bootloader] Improve description of *efiBootloaderId* option

28d61c406e95ee461ad5de354b0cc5c64f32af30 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[umount] Don't raise when copying log file fails.

2a0a2a26bc15207b51dbb29e233ece69108997ed authored almost 7 years ago by Adriaan de Groot <[email protected]>
[umount] Move module documentation into config file, fix wording

FIXES #831

6f7b5a051089e7f9cb6dfa3fe64eb0020eb30b72 authored almost 7 years ago by Adriaan de Groot <[email protected]>
[welcome] Make link to Calamares site https

a7d7f3a83b69bf7188058e2018b4d5fd54e8de15 authored almost 7 years ago by Adriaan de Groot <[email protected]>
Merge branch 'master' of https://github.com/calamares/calamares into development

c857568b7ac6fc73810e25aece384d1c1232f65c authored almost 7 years ago by Philip <[email protected]>
Merge branch '3.1.x-stable'

308441ee3a7b246c2b83d46098c02b0eccc32482 authored almost 7 years ago by Adriaan de Groot <[email protected]>
CMake: bump version number

b3f0932ff9772d482308366c197326a236efb81b authored almost 7 years ago by Adriaan de Groot <[email protected]>
[calamares] Allow WM close button

- remove hide-close-button hack
- refactor code in viewmanager for confirming quit
- hook up ...

41e6f0e06cd8fa4c8f8032880daea744eb113ba1 authored almost 7 years ago by Adriaan de Groot <[email protected]>