7172 Commits (fa75c2e2a09d73167575b38a061faff3dc82d6fa)
 

Author SHA1 Message Date
Adriaan de Groot fa75c2e2a0 i18n: Correct XML some more 5 years ago
Adriaan de Groot 2490884b78 CI: Simple tool to help with source size of TZ files 5 years ago
bittin 64324c8fc2 i18n: Swedish translation of the Timezone file 5 years ago
Calamares CI 8e3f4547a5 i18n: [python] Automatic merge of Transifex translations 5 years ago
Calamares CI d46122dab9 i18n: [dummypythonqt] Automatic merge of Transifex translations 5 years ago
Calamares CI 9ab1667088 i18n: [calamares] Automatic merge of Transifex translations 5 years ago
Adriaan de Groot cb99f446b3 Merge branch 'issue-1192'
FIXES #1192

(Calls it the *boot* flag when using KPMCore4, which also shows the
flag *boot* in the flags list of the partitioning dialogs)
5 years ago
Adriaan de Groot 479b467bb6 [partition] Substitute in the right flag name
- This uses "esp" in KPMCore 3 and "boot" in KPMCore 4
5 years ago
Adriaan de Groot 79e8c447b9 [libcalamares] Test some specific KPM partition flags 5 years ago
Adriaan de Groot cc1a1079e4
Merge pull request #1383 from demmm/master
[welcomeq] add language bar
5 years ago
Adriaan de Groot 23af4fcdac
Merge pull request #1387 from gportay/set-efi-system-partition-name
[partition] Allow a configurable EFI System Partition name
5 years ago
Adriaan de Groot 4c3c8c6239
Merge pull request #1389 from gportay/update-debug-trace
[partition] Update debug output
5 years ago
Gaël PORTAY ded923fb95 Docs: Add support for bash-completion 5 years ago
Adriaan de Groot 3f4e167aca [libcalamares] Expand kpm test with API 3/4 differences
- fix build
- KPMCore 3 distinguishes esp and boot
- KPMCore 4 does not
5 years ago
Adriaan de Groot 43c5e1fc96 [libcalamares] Fix build of tests
- Typed in on FreeBSD, where it doesn't get built
5 years ago
Adriaan de Groot cca067a34d [libcalamares] Add a bogus test showing flag names 5 years ago
Adriaan de Groot 1f6752307d [welcome] Massage layout when banner is used
- simplify handling of image loading (if the image doesn't exist,
  Branding will bail out on startup)
- reduce space above the banner if it is in use
5 years ago
Adriaan de Groot c3941b6e65 [welcome] Shuffle code
- things that can be done in the designer file should be there,
  not weirdly repeated in code elsewhere
- drop the insertion of an extra spacer (why not include it in the
  designer file?)
- shuffle all the connect() calls down to the end of the constructor
5 years ago
Adriaan de Groot be86561913 [branding] Example banner graphic that matches the default branding.desc
- Bogus "CalaMinix" (maybe the example branding should be consistent
   with that) banner.
 - Turn off the (example) banner in the default branding.
5 years ago
Gaël PORTAY 77a31ac3b2 [partition] Update debug output
The mount-point is known as mountPoint in the global storage.

This commit updates the trace to reflect its real name.
5 years ago
Gaël PORTAY d6c373c48d [partition] Allow a configurable EFI System Partition name
This commit adds the new configuration `efiSystemPartitionName` to the
file partition.conf.

This option sets the partition name to the EFI System Partition that is
created. If this option is unset, the partition is left unnamed.
5 years ago
Adriaan de Groot 86ffab1873 [libcalamares] Use convenience Logger::NoQuote 5 years ago
Adriaan de Groot 6de82e6857 [libcalamares] Add convenience for QDebug.noquote()
- Use << Logger::NoQuote{} to turn off quoting **and** the space
- In practice, in Calamares we use this only around other processes'
  output, where we want neither quotes nor spaces.
5 years ago
Adriaan de Groot c59af8881c [umount] Avoid SIGPIPE
- collect output from umount process, and then ignore it
5 years ago
Adriaan de Groot e51fbdc851 [locale] Apply coding style 5 years ago
Adriaan de Groot d348977d07 [libcalamares] Fix tests
- the test checks that the default locale is C or en_US .. let's just
  make it so instead of relying on the environment. This fixes tests
  on my dev-laptop, which happens to be set to en_NL (with volapuk
  date format).
5 years ago
Adriaan de Groot f8df49e40f [partition] Fix up tests
- Although we long ago replaced the getPartitions implementation, the
  test is still there, and on a machine with no /dev/sda (e.g. because
  root is on nvme) the echo-awk-shell-pipeline can give an empty string;
  this is turned into a QStringList{""} which has one element, while
  the new version has 0 elements.
- Special-case the test that empty strings should be empty lists, rather
  than 1-element lists with an empty element.
5 years ago
Adriaan de Groot a0b4b2bf5e
Merge pull request #1381 from bill-auger/patch-welcome-banner
[welcome] add optional branding banner to welcome page
5 years ago
Adriaan de Groot 1f3046dcca Merge branch 'issue-1374'
This is just updating tests, not fixing things.
5 years ago
Adriaan de Groot 69fae85fe8 [locale] Fix test-build
- needs <set> if it doesn't get pulled in implicitly
- mark tests as expected-to-fail to not block release
- SEE #1374
5 years ago
demmm 828448b2ff [welcomeq] make release notes part of welcome window
use Loader option for those notes too, commented out file shows it is possible to load from anywhere
5 years ago
demmm 249150dd1b [welcomeq] add language bar
reads data from languagesModel correctly, debug added to see index changes
code cleanup
button layout improved
install info text added, better spacing of text
about button no longer commented out, 3 reasons:
- info provided by any about is standard, will be odd if it can't be found
- about.qml is a seperate file, can be completely adjusted
- not showing it takes away the options for new QML cala users to see what is possible with Loader, thus stopping new possible contributors
5 years ago
Adriaan de Groot 3ef950eea3
Merge pull request #1382 from bill-auger/patch-translations
[i18n] esperanto translations
5 years ago
Calamares CI 90cb1ebc49 i18n: [calamares] Automatic merge of Transifex translations 5 years ago
bill-auger 7bce58f6f2 [welcome] add optional branding banner to welcome page 5 years ago
bill-auger 1d71ad71c2 [i18n] esperanto translations 5 years ago
Adriaan de Groot 7664a913cc Changes: post-release housekeeping 5 years ago
Adriaan de Groot a128dd5d3c Changes: errant space 5 years ago
Adriaan de Groot a63a92e3d5 [locale]Fix build (clang, Debian)
- This is a follow-up to d0c205c1cc6a2ae49935c92bfd52911b9a0d43f7;
  I really don't know why static constexpr const elements that are
  not referenced by address need to be defined separately.
5 years ago
Calamares CI dbde6149ac i18n: [python] Automatic merge of Transifex translations 5 years ago
Calamares CI 4282bbbbc7 i18n: [calamares] Automatic merge of Transifex translations 5 years ago
Adriaan de Groot d24e2b561f Changes: pre-release housekeeping 5 years ago
Adriaan de Groot ebb5efcd42 [locale] Mark test as expected-to-fail
- There are still 88 issues with the timezone images
5 years ago
Adriaan de Groot 06f96dc16f Merge branch 'tzwidget-layout'
The introduction of navigation panels made them taller, leaving less
space for the locale page's timezonewidget -- which then got
comboboxes overlapping it. That's weird from a QVBoxLayout point of
view, but the issue remains that the locale page is actually a
*smidgen* (2px) too tall.

- Massage a bunch of layout code to make the default navigation panel
  30 pixels again, like it was. This is obviously fragile in the face
  of HiDPI, but Calamares is weak there anyway.
- Rework the enlarge signals to make it possible to claim space, so
  that if a page needs more space it's easy to get; because the locale
  page is just a smidgen too tall, it won't trigger resizes right now.
5 years ago
Adriaan de Groot e804ad2488 [libcalamaresui] Rename enlarge()
- rename enlarge to ensureSize() and change the meaning from
  "make this much bigger" to "make sure this is displayed",
  which is easier on the caller to calculate.
5 years ago
Adriaan de Groot 2a4c74c099 [calamares] Layout-wranging
- the navigation bar was set "too tall", leave it at the natural
  layout height for this widget
- margins needed some massaging to give contents some more space
  (contents has a margin, so it doesn't need more space above
  the navigation bar)
5 years ago
Adriaan de Groot ade623f6b8 [locale] Shuffle code
- Put the building-up-the-overall-page in one spot
- Claim a little more vertical space for the TZ widget
5 years ago
Adriaan de Groot c0be53523c [locale] Give TZWidget a fixed size 5 years ago
Adriaan de Groot b1caca4694 Changes: mention netinstall improvements 5 years ago
Adriaan de Groot 8304ce93bf Merge branch 'issue-1369'
FIXES #1369

- Rich package descriptions were easy to do; added some tests
  as well; also make it viable to copy a once-tested "local"
  file to the downloadable YAML format.
5 years ago