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

Use correct entry from global_storage

86c49fbc89ef3c805a9306e668a2801c2c1e3944 authored about 10 years ago
Debug output for lcLocale

925632800bcf745a907de5b570e100fdffd598d5 authored about 10 years ago
locale: Move the string processing out of the loop.

b79618aa15f78b8ffc77621864d80a2696924dea authored about 10 years ago
Fix system locale string + allow 3 letter language codes.

88dfd7fa109bc8dc7382dab85c01d319df1e426f authored about 10 years ago
Automatic merge of Transifex translations

8c037db21af52c3ab8f8a37e5f42e8d8146060c4 authored about 10 years ago
locale: Support distributions without locale-gen.

If /etc/locale.gen (or the configured localeGenPath) does not exist,
assume that all the support...

e7d0f205a40a46efdccdfa434f02054dc7ff5279 authored about 10 years ago
locale: Optimize guessLCLocale by moving function calls out of loops.

440b38addf36120b98553598c53d4117feec1f73 authored about 10 years ago
locale: Don't assume 2-letter language codes.

Some languages have 3-letter codes. So instead of splitting the output
of QLocale::name, use QLo...

bcbe5103b99d98381fd7d724dcc649d864be8352 authored about 10 years ago
Write lc locale setting from GlobalStorage.

d2288d0961fdae0cde61e42ac3ea2f1f8be0470b authored about 10 years ago
Load lcLocale value into GlobalStorage. Also allow localeGenPath setting

in locale.conf.

6049267cf6e3ccd7a7421f71227861daacb10169 authored about 10 years ago
Massive cleanup in LocalePage. Add LCLocale setting, with autodetect.

2ca58c6f91345308cadd6c4ad4927df7c90a8aaa authored about 10 years ago
Build LCLocale dialog.

100f08518b8263696456653935e487e76490ace1 authored about 10 years ago
Add relevant strings.

ddfb8dfbc54b329b1e4bba2368e1cf5742e3227c authored about 10 years ago
New LC LOCALE picker dialog.

6cb072acc42b8c9cd53f9543fe8d26a400b3202d authored about 10 years ago
README.md for branding.

f72f1ae5cae6f22bf4ea25e602324a2f3d242952 authored about 10 years ago
Automatic merge of Transifex translations

244ca1b31419249ab92d0299385f73b814f6e9e7 authored about 10 years ago
Bump version

<a href="https://github.com/calamares/calamares/issues?q=milestone%3A0.17">Milestone 0.17</a> go...

580a142da83f030aed83dd4ce5120bce4c096963 authored about 10 years ago
Fix CI widget

c17898a6501fdd89aba302cd2d1078da18ed8812 authored about 10 years ago
Better error reporting in CreatePartitionTableJob.cpp

da0afd6e5562c1bb2cf64b25f4b81c6ed091e548 authored about 10 years ago
Automatic merge of Transifex translations

5967917fb5fe78ca3b4137588db55fdc4ca7593f authored about 10 years ago
Unbreak build. Sorry.

0d64c849fdf79338849a9f01f2ea1de1242738bb authored about 10 years ago
Uic in GreetingPage.

0d89ba761a18eed4d6e1eb882adf98c91b11a131 authored about 10 years ago
Automatic merge of Transifex translations

6984f6a8704f4a9990c1684895813c0ca0c6cc2d authored about 10 years ago
Merge pull request #155 from calamares/fix-issue-128

grubcfg: Create /etc/default/grub if missing.

01c3244396f3510467f405719ce7ec17403d2d83 authored about 10 years ago
bootloader: Allow overriding the bootloaderEntryName setting.

Allow setting bootloaderEntryName in bootloader.conf. If not specified
there, the setting will b...

ab4d31f1a611c6d01143f56447598470f7e82d52 authored about 10 years ago
branding: Add a dedicated bootloaderEntryName setting.

Use it in the bootloader and grubcfg modules instead of
shortProductName.

462819060b0f904dbc56c110602a39e41bcd0b9a authored about 10 years ago
Move detect_firmware_type to the prepare module.

This avoids the duplication between the bootloader and grub modules.

4df754ef29241d304ab0f8fc24f673ad2ade7118 authored about 10 years ago
Automatic merge of Transifex translations

91b711e0f7c018491eced57e91cb8bcdae7abef5 authored about 10 years ago
grub/test.yaml: Define the shortProductName.

930a49677a840c5f203daba70d02aa1da2c4b6a8 authored about 10 years ago
grub: Add EFI support.

Fixes #110.

This is based on Daniel Hillenbrand's submissions, but it makes the same
adjustment...

132628c175799dd703b511c850a23dd7afafb665 authored about 10 years ago
Remove obsolete languages from enabled list.

869ace58b8ab2ac2ca79b5843c0e44cd3f903ee7 authored about 10 years ago
Remove obsolete translation files.

1f46f24337f67c04672ed90cc10b8f18801cf360 authored about 10 years ago
Update enabled translation languages + bump version.

53c1e1f7080b4bd649564348f5c085ed37c459c4 authored about 10 years ago
Fix focus in UsersPage.

fb37a0bf2f69d49840bd41bb5a057531f9f21e18 authored about 10 years ago
Automatic merge of Transifex translations

6ff9fd46772219a2d20d8a4904192a5821bab741 authored about 10 years ago
PythonHelper: Add support for bool.

Convert Python bool type from/to C++/QVariant bool (QVariant::Bool) in
PythonHelper::variantToPy...

00604a8bcac25504ac5f571270dadca39a0b9d58 authored about 10 years ago
grubcfg: Create /etc/default/grub if missing.

Also adds a grubcfg.conf with the following settings:

* overwrite: If set to true, always creat...

1499963920f96c8871bb5680648c0055134cbb7c authored about 10 years ago
grubcfg: Handle the case where expected lines are missing.

Check whether we actually had a GRUB_CMDLINE_LINUX_DEFAULT and a
GRUB_DISTRIBUTOR line, add any ...

d5b95d79e58501aa8456c5fbb02a523d8bb3fae7 authored about 10 years ago
grubcfg: Don't error if /etc/default is missing.

It is created later in the function.

f58cca1bb2f65228d30aca60db8f609f7f7fa200 authored about 10 years ago
partition: Don't assume that an unknown OS is Windows 7.

Don't talk about "Windows 7 programs, documents, photos, music, and
other files" when we actuall...

5cae4e063288f0784dfe532857b3b0f5ec61261c authored about 10 years ago
Merge pull request #152 from calamares/python-branding

Give Python modules access to the branding information.

df47842fc7a03d2ebe24526fe39f3f9646607e1c authored about 10 years ago
Automatic merge of Transifex translations

9ae368f19ddc06d87ba2b1891c81ebf9630f3df1 authored about 10 years ago
bootloader/test.yaml: Define the shortProductName.

75921ec1251e1f4d1bb4a17545a7ef73cef0d30e authored about 10 years ago
hacking/GlobalStorage.md: Document the "branding" dictionary.

c27c053482718ecc4881c8e8af91e6bda5a3fa9c authored about 10 years ago
Automatic merge of Transifex translations

124d4c3780c6d9e95af3457fc245a46348bd4da1 authored about 10 years ago
grubcfg: Use shortProductName.

This is particularly useful if the full product name contains
"GNU/Linux" or "Linux", because e....

48eca95a2655443d0350fa5869ceaf54695abc0a authored about 10 years ago
bootloader: Use shortProductName.

This is particularly useful if the full product name contains
"GNU/Linux" or "Linux", because e....

e420341ba6b84810ff7aa540982d20fb71304dfe authored about 10 years ago
branding: Add a shortProductName entry.

This is what the bootloader modules really want, and it was also missing
for consistency with th...

538b457ea89879ef18750ed87c1d687525851716 authored about 10 years ago
grubcfg: Quote the GRUB_DISTRIBUTOR value.

cde7356f0d3211f0ae95be316408bebe0173c285 authored about 10 years ago
bootloader: Ensure that the file names are valid.

Change any '/' slashes to '-' dashes. Also change spaces to underscores
while we are at it.

76450b44a3786a50a2878d7bc3ca64ab5eb0420c authored about 10 years ago
grubcfg: Get the distribution name from the branding.

Remove the redundant "distributor" setting from grubcfg.conf (and the
entire grubcfg.conf file t...

8f5b0585cbc83c049e033d40e2386c78563a0494 authored about 10 years ago
bootloader: Get the distribution name from the branding.

Remove the redundant "distribution" setting from bootloader.conf.

3cf5baadc1ab732ccfdeafbfd39ebf994874a97d authored about 10 years ago
Introduce and use a Calamares::Branding::setGlobals method.

The method creates a map called "branding" in the global storage, and
inserts an entry for each ...

98f99fa5bf0f9b7dcf026f24543cd38adc7f0d17 authored about 10 years ago
Automatic merge of Transifex translations

39e2170b6df1534b03682b9b5bbc77d6852f534b authored about 10 years ago
settings.conf: Move localecfg job further up.

/etc/locale.conf should always be written before generating the
initramfs, because it will be ad...

6b2ccfb442defc1ffeb9359edd892aae5335b838 authored about 10 years ago
Point the lib/calamares/libcalamares.so symlink to the versioned so.

Point the lib/calamares/libcalamares.so symlink for the Python modules
directly to the versioned...

7478c1266b47fde439c2882d835dc56f513ad64e authored about 10 years ago
Automatic merge of Transifex translations

d5b1b2341511b905874433e8cfc759bb1fd4e46a authored about 10 years ago
Retranslate Users module.

78de47eb8c96f41bc1d248f89e1ed39b0fa2b30c authored about 10 years ago
Merge pull request #151 from calamares/localecfg

adding localecfg

ecc2d27a182e6a7f573b1f229e4b4f2cb907d09a authored about 10 years ago
Use the correct file to write things into

60eb9cfae60807018b5c607614e04a4df17d84e9 authored about 10 years ago
Finish up retranslation in PreparePage.

0f9496babe3435ca3e867b9121e4cad2a44fb259 authored about 10 years ago
Use Retranslator in Prepare module (partial).

9b2dfdf1ec56cabde6712e77e9ea5bee3960bd82 authored about 10 years ago
Move PrepareCheckWidget text out of ctor.

280baf73261b4fd423ce88e2a2eb38fb7a0f48c2 authored about 10 years ago
Add localecfg & bootloader to settings.conf

faf2e2a775214780c8e0de56c9700abf14cc2694 authored about 10 years ago
Automatic merge of Transifex translations

e5ac1a5c4ff56d29ccebbc90c913bc719c7707b9 authored about 10 years ago
adding localecfg

locale hardcoded to en_US until local globalstorage is available
run pep8 on bootloader main.py, ...

ff1383d7f5a2d914be0ad1d2dfdfdbb390514deb authored about 10 years ago
Merge pull request #150 from kkofler/fix-issue-123

grub, bootloader: Make the grub-* and /boot/grub names configurable.

df200f221066d839eb92a4af9286e5ec77fe3009 authored about 10 years ago
grub, bootloader: Make the grub-* and /boot/grub names configurable.

Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.

Fixes #123.

7e1ec78d3541d6b7a7a7cff5568ddf2cfe658655 authored about 10 years ago
check_chroot_call does not actually return a error code, use chroot_call

instead.

Thanks to Kevin Kofler for pointing this out.

d9187c25c741be28e06af3fdf19dfd7f3e7cb580 authored about 10 years ago
Make sure we return a message when dracut or initramfs fail

1f6feb94170de419158e2503ca178918666c4151 authored about 10 years ago
Merge pull request #148 from calamares/gummibot

make gummiboot kernel/distro agnostic

388363c1f2e898c438550475c84a0e6ac21a5303 authored about 10 years ago
Automatic merge of Transifex translations

c102ddb1851f2f7a77e36ea7052e1e70d3fe71ed authored about 10 years ago
Use Retranslator in Partitioning module.

faa77d7f5e65620212b6abcba9bc71e55bb78f4e authored about 10 years ago
Capture by-val in Retranslator macro.

8575240b95e20564235a1998958921bf9022e0b1 authored about 10 years ago
Use Retranslator in KeyboardPage.

688cc8f798043e7ab07d309890f766eb26eb675e authored about 10 years ago
Make sure our return value is correct

fb92697a935fa14eb27301bb786c9cdc19f098a2 authored about 10 years ago
Merge pull request #147 from kkofler/fix-issue-31

keyboard: Write the keyboard model and layout settings to the root mount point.

99114e04d86d3a7a6756dcf97d79ae3c9df1c7cf authored about 10 years ago
Use Retranslator in GreetingPage.

1d9535053aee34f87bc31d421386f27aaecebe94 authored about 10 years ago
Allow multiple CALAMARES_RETRANSLATE blocks in the same widget.

e5c3888be2659a5daf2515887a9fafef9e62b7b1 authored about 10 years ago
Add RETRANSLATE macro to CalamaresUtils::Retranslator.

945b59748ac8652f340317563f357309a7ad0673 authored about 10 years ago
keyboard: Allow absolute paths for the xOrgConfFileName setting.

This should ensure it works on all distributions.

3e9de2a05aae39a912447a321628ba19cb02176a authored about 10 years ago
Update README.md

2c8aa950a3b115a41b8aae2ca8066f08b0a8e6b6 authored about 10 years ago
keyboard: Pass settings directly, not through GlobalStorage.

Pass the settings from keyboard.conf directly to the
SetKeyboardLayoutJob rather than through Gl...

86d51b4a9cbee6f965d12b44b77952ff26ded9c0 authored about 10 years ago
keyboard: kbd-model-map: Add link to the original.

In particular, to the upstream git log for the file.

2fec6e320234fab943b97a3f22d72eb134806a4d authored about 10 years ago
keyboard: Coding style fixes.

bfdcf0dbc0e1622fcde0859e76150e23365d681b authored about 10 years ago
Add retranslator class to CalamaresUtils.

08b90e975b24e507f9b3ff677143bd71cd001735 authored about 10 years ago
Use Retranslator in LocalePage.

6f3898a73dd060566f7a4d77e39941452b96ac86 authored about 10 years ago
Automatic merge of Transifex translations

30f029c1840e99b0863f551531bea087482c61fe authored about 10 years ago
make gummiboot kernel/distro agnostic

add hibernate option to .conf
create a fallback entry in gummiboot menu
re-add firmware to global...

53da965bb1bdf2039727ec787242a1bb62878c69 authored about 10 years ago
keyboard: Write the keyboard model and layout settings to the root mount point.

This is implemented as a new SetKeyboardLayout job that does the work.

Portions of the code are...

4f9f7d7858d218ea480ed040257fec82966d21ae authored about 10 years ago
Merge pull request #145 from shadeslayer/master

Add a initramfs module that updates the initramfs post install

54feddb330d557615a6505831571331472fb43ee authored about 10 years ago
Fix copyright holder

2b26be41622c7e32a1778f32f241a824f9eea5c4 authored about 10 years ago
Add a initramfs module that updates the initramfs post install

ce96b13c0d1459c78b9ada3209f5180e754f56f4 authored about 10 years ago
Make LocalePage retranslatable.

dec452f9b5ade5ea1139d0cc63d242f92aa88f2a authored about 10 years ago
Use retranslate pattern in GreetingPage.

2617ef369eeb6b471484af8a46b1dd6dbbc2297c authored about 10 years ago
Language selector + focus fix in GreetingPage.

9e9a922498507e25e02f8dc5c48b4785595b20ec authored about 10 years ago
Use the new CalamaresUtils::installTranslator.

78075d7412cc73754756091bbcb114c9da6ae025 authored about 10 years ago
Ensure viewpages will have focus. To choose a focused widget inside it,

a viewpage should override void focusInEvent( QFocusEvent* ).

058be8beb2f08bd1d440c4af5fb804b0d6bf1bc8 authored about 10 years ago
Make progress view unfocusable.

fc4ce3d23bc91fcb4555ffb1401b3271161e494f authored about 10 years ago
QTranslator switching in CalamaresUtils.

8b343ace4a634f424517f5b9a9d7aff0647e1001 authored about 10 years ago