7370 Commits (9039e15bdf0dd45dea42deb88dfd3b3d9d09c7f2)
 

Author SHA1 Message Date
Adriaan de Groot 1e09b823b7 CMake: remove redundant testing configuration
- BUILD_TESTING is built-in to CMake, and including CTest turns
  on all the machinery, so we don't have to do that ourselves.
5 years ago
Adriaan de Groot 13ded5f005 [libcalamares] #include-styling 5 years ago
Adriaan de Groot c90ebb5d82 [libcalamares] Apply Qt defines consistently
- Move some definitions that influence Qt compilation
  up to the top-level.
5 years ago
Adriaan de Groot c3c4b79147 Merge branch 'fix-slideshow' 5 years ago
Adriaan de Groot 6248c6d032 [branding] Document slideshow options 5 years ago
Adriaan de Groot 20c1ae246d [libcalamaresui] Center slideshow pictures 5 years ago
Adriaan de Groot 5aafa0f4c4 [libcalamaresui] Expose slideshow image names for API -1
- Branding shows the slide pathnames or the slide QML, depending
  on selected API (which depends on the config-file).
- Use one slideshow or the other.
5 years ago
Adriaan de Groot df74604755 [libcalamaresui] Implement non-QML Slideshow 5 years ago
Adriaan de Groot e7f4479df1 [libcalamaresui] Move all the slideshow code out of ExecutionViewStep
- The SlideshowQML now handles all the bits that were in
  the viewstep.
- The viewstep uses the abstract Slideshow API.
5 years ago
Adriaan de Groot 6e22364a5a Merge branch 'welcomeq-requirements'
Expose the requirements model better to QML, hook it up to the QML
in the WelcomeQ module.
5 years ago
Adriaan de Groot 3f9878afc1 [welcomeq] Use the model properties to show recommendations and requirements 5 years ago
Adriaan de Groot 1a1fde1885 [welcome] [welcomeq] Chase API change for requirements progress 5 years ago
Adriaan de Groot 5c8a99c77b [libcalamares] After running the checker, re-compute satisfaction
- If nothing is added to the model (e.g. it is empty) then the satisfaction
  still needs to be re-calculated (to true).
5 years ago
Adriaan de Groot f856c07b04 [libcalamares] Move progress signal to RequirementsModel
- It is the requirements model (checking) that reports progress, and now
  the model is accessible (ask for it with requirementsModel(), make the
  messages come from there.
5 years ago
Adriaan de Groot 90f8e748ef [welcome] Improve debugging of general requirements
- distinguish 'this has not been checked' from 'checked and failed'
5 years ago
Adriaan de Groot 9e0aa76375 [welcome] Order member pointers
- Create config before the page
- .. and in doing so, create the page in the initializer list instead
5 years ago
Adriaan de Groot e930c74e85 [welcomeq] Coding style
- Apply coding style tool
- Remove commented-out cruft
- Drop TODO's that don't apply anymore
5 years ago
Adriaan de Groot ab6c6a6748 Changes: post-release housekeeping 5 years ago
Adriaan de Groot 0d6e10311c Changes: pre-release housekeeping 5 years ago
Adriaan de Groot c0fa212fa9 [welcome] Be slightly more verbose in reporting missed req's 5 years ago
Adriaan de Groot 692d405983 Merge branch 'requirements-model'
The requirements-checker in the Welcome module was not connected
to the module-manager's idea of what the requirements are, but
the *next* button was. So you could get in a situation where the
welcome modules' requirements were met, but **other** modules failed:
no display of the problem, and a disabled *next* button.

Rip out the welcome module's requirements-checking model, move it
to the module-manager, re-do the signals between the lot.
5 years ago
Adriaan de Groot 09b73dce06 [libcalamares] Implement the HasDetails role 5 years ago
Adriaan de Groot 7d00f7e0dc [welcome] Explain in the debug log what failed 5 years ago
Adriaan de Groot fabe5ec439 [welcome] Config should not have its own RequirementsModel
- Use the one from ModuleManager
5 years ago
Adriaan de Groot 153757933a [libcalamares] Stop emitting signals with RequirementsList
- The architecture of letting someone build up a list of requirements
  from data emitted by the ModuleManager is broken: if it gets loaded
  later, it will miss data; passing around complicated objects is
  no fun anyway. Get rid of it, on the way to "ModuleManager has
  its own model of requirements".
5 years ago
Adriaan de Groot 9b0ea3f63d [libcalamares] Remove runaround through free function
- Call into a method directly to do the work of adding
  results from a single module.
5 years ago
Adriaan de Groot b7c60cec66 [libcalamares] Re-vamp RequirementsChecker
- Give the ModuleManager a RequirementsModel -- that is the source
  of truth about the module-requirements of the modules managed
  by that particular ModuleManager.
- Let the RequirementsChecker operate on a given RequirementsModel.
5 years ago
Adriaan de Groot 039065ee4a [libcalamares] Minor debugging support in RequirementsModel 5 years ago
Adriaan de Groot 8306de731a [welcome] Setting requirements from own reqs is totally wrong
- The requirements are collected by ModuleManager, checked
  by an internal RequirementsChecker and changes to the
  requirements state are all signalled from ModuleManager.

By connecting the requirements in the welcome modules' Config
only to their own configs -- and immediately checking them,
which is bad on its own -- we end up with a disconnect between
what the ModuleManager says about requirements, and what
the welcome modules report on.
5 years ago
Adriaan de Groot d87d714b8d [libcalamares] Make the requirements model more adaptable
- Either replace the list of results, or add to them
- Lock model while adding rows
5 years ago
Adriaan de Groot 0f5db0ba5e [libcalamares] Remove direct access to model internals
- This was just for the ResultsListWidget, which can also use
  normal role-based model access.
5 years ago
Adriaan de Groot 616fbb08f3 [libcalamares] Improve docs of RequirementsModel 5 years ago
Adriaan de Groot d17dac67e7
Merge pull request #1402 from demmm/master
[localeq] move to QtLocation map based module
5 years ago
demmm 32ae0a7bf6 set a bogus username in Map.qml 5 years ago
Adriaan de Groot 54b211daa4 CMake: switch back to kdsingleapplicationguard
- Reports from downstream Manjaro that the DBus activation doesn't
  work at all. Switch the default back to the old way, until it
  can be debugged more.
5 years ago
Adriaan de Groot df1f9f1b56 [libcalamaresui] Prep-work for image-slideshow
Doesn't compile (but I need to get it off this machine)

- Prepare to implement a picture-based slideshow alongside QML
- Split QML loading into the slideshow component

This might be good prep-work for moving QML loading out of the QMLViewStep as well.
5 years ago
demmm 34e7b06cc9 [localeq] move to QtLocation map based module
fully implemented:
* loading of a live map, ESRI based, zooming & dragging possible
* IP address is translated to map coordinates
* loading of the map centers to the obtained coordinates, with a marker set
* coordinates are translated to a timezone, label visible at bottom of the map
* mouse movement will show changing coordinates
* clicking on new location will center map there, marker moved too, timezone label adjusted
* hasInternet switch set to either load Map.qml or Offline.qml

not done:
* get hasInternet status
* fill the fine-tune 181n.qml with proper locale & language data
* connect the obtained timezone to globalstorage

comments are left in the various files for what needs attention/changes
5 years ago
Adriaan de Groot 36a1d60c0e Merge branch 'rawfs-compat'
Improve testing framework while adding tests to rawfs to double-
check that the conversion (for Python 3.3 compatibility) of
capture_output is correct.
5 years ago
Adriaan de Groot 1ae38c8ebc CMake: add tests when there are test-configs
- If a module has tests/#.global or tests/#.job, these are used
  as arguments to a test-run of loadmodule (which reads them
  and runs the module with that configuration).
- This makes the old python-loading test and test-runner entirely
  obsolete, so remove them too.
5 years ago
Adriaan de Groot 91f88cebf0 [calamares] Move testing application out of intermediate dir
- src/modules doesn't seem like a really good place for stray sources
  for a testing application. Move it.
5 years ago
Adriaan de Groot 74fb88f9ac [rawfs] Minor testing support
- set *bogus* to do no harm
- add some test configurations
5 years ago
Adriaan de Groot dc87c11ac4 [rawfs] Slightly more debugging 5 years ago
Adriaan de Groot 7ff97bbb94
Merge pull request #1398 from demmm/master
start of adding requirements to welcomeq
5 years ago
Calamares CI 70c4d8ae9c i18n: [calamares] Automatic merge of Transifex translations 5 years ago
Adriaan de Groot 55fb7565d4
Merge pull request #1396 from FLVAL/master
Add files via upload
5 years ago
Adriaan de Groot 175082e3ad [rawfs] Make compatible with Python 3.3 5 years ago
Adriaan de Groot 4e3f9fb6b3 Merge branch 'simplify-unique'
- Use DBus service / activation to ensure uniqueness of Calamares
  instances, and **don't** require debug-instances to be unique.
5 years ago
Adriaan de Groot 4d90c8a00b Changes: document some things merged-in this release 5 years ago
Adriaan de Groot ee51e7abe1 Merge branch 'qml-nav-height' 5 years ago
Adriaan de Groot b7214b8ede [calamares] Switch over to DBus unique activation
- By default, try to use DBus service to keep Calamares unique
- The older implementation via KDSingleApplicationGuard is still
  available, just not used by default.
5 years ago