8875 Commits (cf0119ed4aa4e3d816077a6f6312172ef643526b)
 

Author SHA1 Message Date
Adriaan de Groot b4a21d7aca [libcalamares] Add macro CONFIG_PREVENT_EDITING to handle uneditable fields
Boilerplate code for avoiding accidental setting of an internal
field when the UI is editable and the underlying data isn't.
4 years ago
Adriaan de Groot 3ea796d009 [users] 'undo' changes to values if the UI is wonky
- you can still call set*(), eg. from the UI, when the field is
  not editable. Although the code previously ignored the change,
  this would lead to a mismatch between what the UI is showing
  (the changed value) and what the Config has (old value).
  Emit a changed-signal (notify) with the old value so that the
  UI is changed *back* as soon as possible.
4 years ago
Adriaan de Groot 9fcf9b5fa8 [users] Pick up values from Config object on startup
- Previously, we 'knew' that the values in Config were empty,
  so didn't have to set them from the Config when building
  the (widget) page
4 years ago
Adriaan de Groot 941cc9c48b [users] Match presets to the actual name of fields 4 years ago
Adriaan de Groot 2e90a8d829 [libcalamares] Report preset mis-configurations
- warn about fields applied twice (program error)
- warn about fields not used (configuration error)
- add operator<< for "clean" looking preset application
4 years ago
Adriaan de Groot d8dff3dc65 [libcalamares] Replace loadPresets() with an applicative style
Build up the list of known presets by what the Config-object
expects, not by what the Config file provides. This allows
early detection of mis-matched configurations.

Presets can only apply to Q_PROPERTY properties, and the
preset must match the property name.
4 years ago
Adriaan de Groot 8b10a9cfc2 [libcalamares] Add isEditable() check
This adds support for checking whether a field is editable;
Config objects should reject changes if the field is not
editable. There is an "unlock" setting to override the
check, although this is currently always locked.
4 years ago
Adriaan de Groot 448e478b6d [users] Use base Config and its Preset-handling 4 years ago
Adriaan de Groot 0be5e04c2e [libcalamares] Add a base class for Config-objects
This is an optional (until 3.3) base class, which can handle
Presets consistently for configurations.
4 years ago
Adriaan de Groot 381a4f9b53 [users] Add preset to users module Config 4 years ago
Adriaan de Groot d9f2f5e988 [libcalamares] Start a 'presets' configuration datastructure 4 years ago
Adriaan de Groot 63fc1ecca3 Changes: document intention of this branch 4 years ago
Neal Gompa d39f2b8c3e [packages] Drop urpmi support
This code is essentially untested and unused, as OpenMandriva has been
using DNF for three years now.

Reference: https://www.openmandriva.org/en/news/article/switching-to-rpmv4
4 years ago
Adriaan de Groot cb67c79203
Merge pull request #1651 from demmm/calamares
[finishedq] add license for svg file
4 years ago
demmm a7b46a02eb [finishedq] add license for svg file 4 years ago
Adriaan de Groot 98524708cc [partition] Chase namespace change for Units 4 years ago
Adriaan de Groot 9f17d3fd12 [libcalamaresui] Paste the last 16KiB of the log file
- If Calamares is run more than once, reading the log file
  can get you older / not relevant log messages. Get the tail
  end instead.
4 years ago
Adriaan de Groot 980e5e13f8 Merge branch 'fixup-log-upload' into calamares 4 years ago
Adriaan de Groot ea63f48c31 [libcalamares] Put the units in a nested namespace
- this makes it much easier to use the literal suffixes
  by using the namespace rather than individual operators.
4 years ago
Adriaan de Groot a1ed303820 [libcalamaresui] Add test for Paste
This tests only the termbin ("fiche") paste by sending it
a derpy fixed string. Prints the resulting URL, doesn't
verify in particular.

It'd be rude to run this test too often.
4 years ago
Adriaan de Groot 44ec8a7c0b [libcalamaresui] Improve testability
- mark functions with STATICTEST so they can be compiled into a test
- move logfile-reading so we can call the pastebin-upload functions
  with an arbitrary payload.
4 years ago
Adriaan de Groot 846d6abaa8 [libcalamaresui] Move message- and clipboard handling
- The Paste API promises just a (string) URL back, not
  a whole message, so return just the URL from the
  abstract API and the concrete (fiche) implementation.
- Set clipboard contents from the UI
- Build (translated) message in the UI code
4 years ago
Adriaan de Groot 81badc36f4 [libcalamaresui] Implement abstract doLogUpload() API
This is a "do the right thing" function, which then calls
the implementation-specific code for each type.
4 years ago
Adriaan de Groot 1ff854f05d [libcalamaresui] Push upload to a more abstract API
- have a namespace Paste with just one entry point, which will handle
  untangling type &c.

This doesn't compile, but indicates the direction to take the API
4 years ago
Adriaan de Groot efec12d001 [libcalamares] Read structured upload-server info
- Use just type and url, since port can be specified in
  a URL. Note that we only use host and port, not the
  scheme (or the path, for that matter).
- Factor out understanding the *uploadServer* key to a function.
4 years ago
Adriaan de Groot bce6f3f1b7 [libcalamaresui] Adjust paste code to desired API
Still doesn't compile because consumers are not ready.
4 years ago
Adriaan de Groot 3c6683bd98 [libcalamaresui] Rip out untyped data about upload server
This doesn't compile, but indicates the **type** information
desired about the (a) upload server.
4 years ago
Adriaan de Groot f72436aa0a [libcalamaresui] Drop RE-wrangling, compare hosts instead to detect valid paste URL 4 years ago
Adriaan de Groot 8af5fb5da5 [libcalamaresui] Simplify getting URL response
- get a QByteArray rather than going through a char[] buffer
- bytes-read is not important since the RE can only match if
  there **are** that many characters.
4 years ago
Adriaan de Groot 1bf95eacb0 [libcalamaresui] Tidy the logging some more 4 years ago
Adriaan de Groot 260862fabc [libcalamaresui] Move the format-string closer to where it is used 4 years ago
Adriaan de Groot 844831751d [libcalamaresui] Factor out the reading of the log file
- this will be needed for other pastebins, too
4 years ago
Adriaan de Groot 92e36558fa [libcalamaresui] Remove unnecessary shadowing in lambda 4 years ago
Adriaan de Groot bc2435eb7d [libcalamaresui] Apply coding style 4 years ago
Adriaan de Groot fc8830ae4a [libcalamaresui] Tidy logging 4 years ago
Adriaan de Groot 9154228421 Changes: adjust description of pastebin 4 years ago
Adriaan de Groot 1ebb807624 [calamares] Drop #warning about KDSAG
- it might not be very current, and it's *probably* better to
  use dbus-activation / kf5dbus, but let's not call it
  deprecated until very sure that the dbus version does the
  right thing.
4 years ago
Adriaan de Groot 430b3b0722 REUSE: tag the schema file (badly, missing an email address) 4 years ago
Adriaan de Groot 5349e03ea9 REUSE: the CI actions are uninteresting 4 years ago
Adriaan de Groot 0b8ef49e7e [calamares] Make debug-window available to QML
- Add a toggle() to the debug-window manager, for convenience
- Make the manager available to QML
- Use the debug-window manager (code imported from KaOS)
4 years ago
Adriaan de Groot c00a382aea [calamares] Refactor debug-window handling
Move the management of the (a?) DebugWindow to a separate
class, and hang on to that manager in CalamaresWindow.
This is prep-work towards making it available from QML as well.
4 years ago
Adriaan de Groot 992c673951 [calamares] Document how to hide the Quit button
The Quit button can have its own logic at a QML level for
show/hide. It **ought** to follow the *quitVisible* property,
but can do additional work. Here, document how a distro might
choose to hide the Quit button on the last page (generally,
that's the "finished" page).
4 years ago
Adriaan de Groot 44602d0237 [finishedq] CMake: missing keyword 4 years ago
Adriaan de Groot 83e6476be8 [finishedq] Tighten up requirements 4 years ago
Adriaan de Groot e9384deb5d [finishedq] Document the meaningful settings of the config file 4 years ago
Adriaan de Groot bd775a16e2 [finished] Add a restart-anyway API to Config
It's possible to ignore the "user setting" for restart-now
and call doRestart(true) directly. This is intended for
use with specific UIs that make that choice clear for the user.

Hook up both [finished] and [finishedq] to the "traditional"
restart-if-the-box-is-ticked logic although the example
QML doesn't expose that box.
4 years ago
Adriaan de Groot aa004503c5 [finished] Expand Config object's repertoire of notification-API 4 years ago
Adriaan de Groot f8258f671b [calamares] Navigation getting the wrong side 4 years ago
Adriaan de Groot 6f15b69917 Merge branch 'qml-resizing' into calamares
Make panel sizes consistent, so the QML-navigation can be used better.
4 years ago
Adriaan de Groot 08df3183dc Merge branch 'qml-finished' into calamares
Improves the [finishedq] module &c to better support restart.
4 years ago