Adriaan de Groot

Results 30 issues of Adriaan de Groot

Since KCoreAddons is required, we have KMacroExpander everywhere, and so can use that for expansions; that means we can drop the homebrew variations `@@ROOT@@` or `@CPU` or `$DISK` that are...

There's a bunch of settings in branding that only apply to the welcome module. The logo and wallpaper are meant to be used throughout, but banner sections and the logo...

Instead of warning about problems in `settings.conf` (missing keys and the like) Calamares should refuse to start. In addition, legacy settings (although I can't think of any just now) should...

The build fails with clang 13: ``` --- Praat_tests.o --- Praat_tests.cpp:745:9: error: call to deleted constructor of 'Vec' return x; ^ Praat_tests.cpp:738:2: note: 'Vec' has been explicitly marked deleted here...

- Although this function isn't called, building praat with picky flags -- such as -Werror -- fails because the function doesn't return anything.

- The Vec class is wrestling with copy-semantics and copy- assignment, but in doing so, the implicit copy constructor isn't available in this test-function. FIXES #1933

(you probably already know this, but filing so it's visible for others) ``` r325834 | imp | 2017-11-15 00:02:19 +0100 (Wed, 15 Nov 2017) | 4 lines Move sys/boot to...

Here's my minicom boot log: ``` >> FreeBSD EFI boot block Loader path: /boot/loader.efi Initializing modules: ZFS UFS Load Path: \efi\boot\bootaa64.efi Load Device: mmc0 Probing 3 block devices...... done ZFS...

``` r325969 | manu | 2017-11-18 17:07:53 +0100 (Sat, 18 Nov 2017) | 5 lines dts: Allwinner: Remove our last custom DTS All Allwinner boards should use the upstream DTS...

In 1.11, it was possible to build without QtKeyChain, and then all the KDAB internals -- your in-jokes about lotsofcake, Bill, as well as the dependency on QtKeyChain and all...