3685 Commits (5c4f2423f8a14befa5ad6bf58dd82b055e82235e)

Author SHA1 Message Date
Caio Carvalho f561f04591 [partition] Changing PartUtils::getDevices to ignore devices that aren't of Disk_Device type. 8 years ago
Caio Carvalho 8726b70574 [partition] Ignoring LVM devices in PartUtils::getDevices to prevent installing bootloader in LVM VG. 8 years ago
Adriaan de Groot 42f5ed5d41 [welcome] Fix build, reduce redundancy
- constexpr isn't applicable because of non-trivial destructor
 - May as well only create " (%1)" once.

FIXES #938
8 years ago
Adriaan de Groot e5b599fbe3 [welcome] Drop accidental logging 8 years ago
Adriaan de Groot 0c5590c2e4 Merge branch 'language-selection'
Display the name of each translation in the language of that translation.

FIXES #935
8 years ago
Adriaan de Groot a47b3f8d14 [libcalamares] Document special-case translations 8 years ago
Adriaan de Groot b9ed96d4f8 [libcalamares] Special case sr@latin
QLocale::name() doesn't include script information, and if it did
it would probably use sr_RS@Latin; when searching for translation
files it won't consider dropping just the country.
8 years ago
Adriaan de Groot a9ffd3351d [welcome] Support sr@latin
- The QLocale constructor which takes a string (locale name) doesn't
   understand sr@latin, and returns the Cyrillic locale. Fix that
   by creating locales ourselves for @latin locales.
 - sr and sr@latin now display correctly in the right script in the
   native language dropdown.
8 years ago
Adriaan de Groot 7cc2b222d9 [welcome] Present RTL (country) annotations better
- The (RTL) text "Arabiy (Misr)" should be entirely RTL, so
   make the parenthetical insert -- which would otherwise be LTR
   and so mess up the placing of those parenthesis around the country --
   explicitly RTL.
 - Since there are no RTL languages in Calamares right now with
   country-local translations, this isn't visible.
8 years ago
Adriaan de Groot 7c944760fc [welcome] Only show (country) in list if the locale suggests it
- A locale suggests it is country-specific by having the form <lang>_<country>
 - This mostly fixes locale "ar" being presented as "Arabiy (Misr)" when
   there is no need to (and the RTL is messed up then, too).
8 years ago
Adriaan de Groot 59537d86d6 [welcome] Present languages in native format
- Introduce intermediate data class for building up the list
   of languages to present.
 - Sort on the English names, with en_US at the top (ugh).
 - Show the native names.
8 years ago
Adriaan de Groot b8b607c421 [locale] Fix QString-vs-char* confusion 8 years ago
Andrius Štikonas 1b21668bff [partition] Switch to scoped Device enums. 8 years ago
Adriaan de Groot 6930400b67 DEBUG logging 8 years ago
Adriaan de Groot 4b7465696d [welcome] Refactor the code that picks a locale to use
- Much like std::find_if, but slightly muddled because there's
   no iterator that we can sensibly use.
 - Scan the ComboBox for a locale that matches a predicate.
 - Log more as the search for a good locale progresses.
 - Don't mix matching the locale with filling the ComboBox
   (even though that's slightly more efficient).
8 years ago
Adriaan de Groot 522adf766a [locale] Switch HTTP GET test to KDE servers
- Use the official name of the KDE GeoIP service
 - Log the URL *before* the check, in case one fails
8 years ago
Adriaan de Groot 5acf67a057 [locale] Fix tests with spaces in zone names
- "North Dakota" -> "North_Dakota" following the change that fixes up
   dodgy names automatically.
8 years ago
Adriaan de Groot b4e4b691fd [locale] Accomodate more dodgy GeoIP providers
- Force spaces to _
 - Document the bits

FIXES #933
8 years ago
Adriaan de Groot 3ef0fbe892 [locale] Add tests for a bunch of GeoIP providers
- Since these tests use network resources, they are not enabled by default.
   Set the environment variable TEST_HTTP_GET to actually do them.
 - Do one request for each provider and check that they are all consistent.
   (This works for me, yielding Europe/Amsterdam for all).
8 years ago
Adriaan de Groot 0f5e061c4a [locale] Support multi-level selection from JSON data
- Some providers don't provide a single flat JSON object
   (e.g. "{time_zone: foo}") but a nested structure
   (e.g. "{location: {time_zone: foo}}"), so allow dots
   in the selector to do multi-level selection.
8 years ago
Adriaan de Groot 6545d5d022 Merge branch 'expand-geoip'
- Allow configurable TZ selector string, to allow for more variation in providers
8 years ago
Adriaan de Groot d04e243c4e [locale] Auto-clean up time zone data
- Some providers return weirdly escaped data; strip out useless
   escaping before splitting (there are no characters in correct
   time zone names that need escaping)
 - Add some tests for TZ splitting
8 years ago
Adriaan de Groot fa5d40006c [locale] Fix interpretation of configured selector
- In GeoIP handler constructors that take a string (to configure the
   selector to use), interpret the empty string (which generally isn't
   a meaningful selector) as meaning "use the default".
 - Drop the no-argument constructors in favor of a default-argument
   which is empty.
8 years ago
Adriaan de Groot 352b385b12 [locale] Make the selector configurable via the config file 8 years ago
Adriaan de Groot b1b59b27b2 [locale] Expand tests for alternate selectors
- Check that the alternate selectors are used
8 years ago
Adriaan de Groot fe20416a54 [locale] Make the selector configurable
- GeoIP gets a string selector; the interpretation is up to derived classes.
 - GeoIPXML and GeoIPJSON use the selector to select an element by tag
   or an attribute, respectively.
8 years ago
Adriaan de Groot 79a6d7ccbd [locale] Make file and class consistent GeoIPXML
- Rename the class to match the filename.
8 years ago
Adriaan de Groot 2cd4461b57 [locale] Rename JSON handler
- The handler for JSON data should be called that, not named
   specially after the original provider it was implemented for.
 - Make filename and classname consistent, GeoIPJSON.
8 years ago
Calamares CI 8ba4de6d0a i18n: [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot ec113e3df3 [locale] Log GeoIP attempt URL, use possibly-modified form 8 years ago
Adriaan de Groot d6f082752d [locale] On GeoIP failure, log URL 8 years ago
Adriaan de Groot 47b7040897 [locale] Adjust to Calamares 3.2 idiom 8 years ago
Adriaan de Groot 3ea5a06157 Merge branch '3.1.x-stable' 8 years ago
Adriaan de Groot 14fcc2fad6 [plasmalnf] Continue fighting with layout
- The screenshot stays one size, but different ThemeWidgets may overlap
   partially when you shrink the screen or have more than three / four
   themes listed.
 - Probably needs work in the surrounding container and overall better
   page-scrollbar support.
8 years ago
Adriaan de Groot c9928c99c8 Merge remote-tracking branch 'origin/3.1.x-stable' into 3.1.x-stable 8 years ago
Adriaan de Groot 1340613ef5 [locale] Additional test application for GeoIP processing 8 years ago
Adriaan de Groot 76e37402b3 [locale] Extend tests with negative results 8 years ago
Adriaan de Groot 0c1453ff18 [locale] Fix string value handled by XML parser 8 years ago
Adriaan de Groot eea421f499 [locale] Add tests for GeoIP handlers
- One sample JSON result
 - Two sample XML results
8 years ago
Adriaan de Groot 6b7c8a694a [locale] Make the style of GeoIP retrieval selectable
- Unchanged config files will continue to use the weird addition
   of /json, and interpret JSON data.
 - Allow to specify full URL with data format through one of
     geoipStyle: json
     geoipStyle: xml
 - XML support is optional
8 years ago
Adriaan de Groot 5b98e58ae7 [locale] Refactor GeoIP handlers
- Read the data in the caller of the handler, instead of in the callers
8 years ago
Adriaan de Groot 939cdff93b [locale] Add alternate GeoIP data format 8 years ago
Adriaan de Groot aaae1507cd [locale] Convenience function for TZ splitting 8 years ago
Adriaan de Groot 3636226425 [locale] Document change to the way GeoIPURL is handled. 8 years ago
Adriaan de Groot fe98b789f0 [locale] Document the settings in locale.conf
- The geoipUrl is weird, because it is not a complete URL.
   Document that, and what kind of data is expected.

FIXES #920
8 years ago
Adriaan de Groot d5623af8ef [locale] Refactor geoip handling
- Configuration **must** be a complete URL. The implementation no
   longer appends /json to the URL.
8 years ago
Adriaan de Groot c0d5a153d4 [locale] Refactor GeoIP handler
- Move GeoIP to its own cpp file
 - Provide a default implementation of the URL mangler
8 years ago
Adriaan de Groot 445f181cc3 [locale] Start refactoring geoip handling
- Introduce a handler interface for GeoIP providers
 - Move the implementation of FreeGeoIP into a struct of its own
8 years ago
Adriaan de Groot fa933b9a16 [plasmalnf] Search for theme screenshots
- Search in branding dir, and ., for relative paths,
 - Absolute paths used as-is.
 - Document search as such.
8 years ago
Adriaan de Groot bfb37e6b37 [plasmalnf] Avoid use of 'uint' 8 years ago
Adriaan de Groot cb616ec1bb [plasmalnf] Keep fixed size of screenshots (relative to font size) 8 years ago
Adriaan de Groot 5ab01eba9f [plasmalnf] Don't even try to load an empty filename for screenshot.
- Avoid one attempt-to-load if the filename is empty, and one
   re-creating of the Pixmap.
8 years ago
Adriaan de Groot 00a5baa3d9 [libcalamares] Improve process logging
- Don't insert a space before the output of a process
 - To do this, suppress space and quoting on the output, and to do
   that move the labeling-output for warnings and errors into
   the constructor (so that an idiomatic .nospace() does the right thing).
8 years ago
Adriaan de Groot b5c3fc8cf6 [libcalamares] Improve process logging
- Log output on crash
 - If debugging is on (-d) then also log output on success

FIXES #925
8 years ago
Adriaan de Groot 4d459f7fc0 [libcalamares] Move non-UI stuff from libcalamaresui
- Settings is just a settings class, no UI involved, so
   move to libcalamares where it can be used also from
   system helpers.
 - YAML utilities are useful at a lower level of the stack, too.
8 years ago
Adriaan de Groot 7e5c91aae6 [locale] Reduce debugging bla bla 8 years ago
Adriaan de Groot 032b33f56f [libcalamaresui] Improve logging.
- Put the (constant) 'Calamares will now quit' on its own debug line.
 - Tell the user what the search paths are if a module is not found
   (prompted by a mis-configuration in a Neon live image).
8 years ago
Adriaan de Groot ddbb9eaebc Merge branch 'improve-logging' 8 years ago
Adriaan de Groot 9fe85e592f Merge branch '3.1.x-stable' 8 years ago
Adriaan de Groot b8e6144553 [locale] Document how the locale entry in Global Storage works.
- Make the BCP47 value explicitly lower-case.
 - Add some constness and encapsulation.
 - Fix up documentation in the packages module explaining the
   format of the ${LOCALE} replacement (now forced to lower-case,
   but it is also only the language part, not e.g. en-UK).

FIXES #922
8 years ago
Adriaan de Groot 4c04260b97 [packages] Don't change the global package list.
- Count only the packages that will be changed, given the current
   locale settings.
 - Preserve global storage unchanged (don't remove any locale-packages).
8 years ago
Adriaan de Groot 36aede52ef [packages] Example configuration installs a localization package 8 years ago
Adriaan de Groot fd1279dbe3 [welcome] Make the example configuration less strict 8 years ago
Adriaan de Groot 9cdb6734bf [packages] If locale is empty, pretend it is 'en'.
- Otherwise packages like vi-$LOCALE will be retained in the
   package list, which will cause install problems.
8 years ago
Adriaan de Groot 240efd30f1 [libcalamares] Add support for formatted, table-like output
- Use DebugRow for one-row-at-a-time output with continuations.
 - Use DebugList for one-item-per-line with continuations.
 - Use DebugMap for one-row-at-a-time output of a QVariantMap.
8 years ago
Adriaan de Groot 20e9c2c8e3 Merge branch '3.1.x-stable' 8 years ago
Adriaan de Groot 32a1c84935 [locale] Document the settings in locale.conf
- The geoipUrl is weird, because it is not a complete URL.
   Document that, and what kind of data is expected.

FIXES #920
8 years ago
Adriaan de Groot fb93a8288e [plasmalnf] Simplify showAll handling
- Only need the showAll parameter once, when passing in the list
   of themes to show.
8 years ago
Adriaan de Groot b0828faadb [plasmalnf] New setting to show all installed LnF themes
- This enables working in three modes:
   - No themes listed; all are shown without screenshots,
   - Themes listed, showAll false; only those are shown,
   - Themes listed, showAll true; the installed-but-not-listed
     themes are shown after the listed ones, and have limited info.
8 years ago
Adriaan de Groot c2efae765d [plasmalnf] Add auto-detection of Plasma theme.
- Although it's not necessarily accurate for an extensively-modified
   Plasma configuration, we can read the Look-and-Feel from the
   configuration files. Allows auto-detection.
8 years ago
Adriaan de Groot 11652c5856 [plasmalnf] Add pre-selected theme
- For OEM modes where there is already a theme, add a preselect:
   key to pick a specific theme and have that one come up as already-
   selected in the list.
 - Don't re-run the lnftool if an already-selected theme is clicked
   again. Use toggled() instead of clicked().
8 years ago
Adriaan de Groot 94000b6847 [plasmalnf] Improve wording of LnF explanation. 8 years ago
Adriaan de Groot 6bb72d173d [libcalamares] Drop generic cLog()
- Use cWarning or cError() for errors
 - Use cDebug(level) for other uses (but there aren't any)
8 years ago
Adriaan de Groot ad6227ce21 [libcalamares] Remove internal functions from the logging API 8 years ago
Adriaan de Groot 3e30bb682e [libcalamaresui] Use cError() for logging errors, not cLog() 8 years ago
Adriaan de Groot e2b8fb0afe [welcome] Log if no translations matched at all 8 years ago
Adriaan de Groot cdf80615b8 [libcalamares] Rename the log file 8 years ago
Adriaan de Groot 0f289e2552 [calamares]: Improve startup logging
- Don't bother with the address of the main thread
 - Do put a marker on restart into the log file
 - Do put the Calamares version into the log file (previously, the version
   was printed through cDebug() before the log file was opened, so it was
   lost to the on-disk log).
8 years ago
Adriaan de Groot 789bbe48f8 Merge branch 'master' into secureboot 9 years ago
Calamares CI 1791ac2d43 i18n: [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 70fe023347 Merge branch 'branding'
Documentation lives both in Calamares and in the calamares-branding
repo. Whether a slideshow has navigation arrows or not is up to the
slideshow / branding component author, but Calamares now ships some
support QML to make that easy.

FIXES #841
FIXES #904
9 years ago
Adriaan de Groot 2f66aa9b07 [plasmalnf] Change to IgnoreAspectRatio
It is the distro's responsibility to produce screenshots that look
good; previously I chose to preserve the aspect ratio on the grounds
that this would keep the look of the screenshot even if the distro
had done one in a weird size. This makes the screenshot part
of the LNF selection look weird, though, since then you get
blank parts.

Switch to ignoring the aspect ration; distro's should produce
screenshots in a 12x8 (i.e. 3:2) aspect ratio, preferrably at
least 120x80 pixels -- but keep in mind hiDPI and the default
font sizes of the distro, which may make other sizes look better.

(this follows discussion with BlueStar Linux)
9 years ago
Adriaan de Groot 986c5f5a9a CMake: improve branding component macros
- document preferred component layout
 - simplify parameters to the branding macros
 - allow structured branding components with SUBDIRECTORIES
9 years ago
Adriaan de Groot f29da8e39e Branding: document preference for standalone branding 9 years ago
Adriaan de Groot 25b9663a40 Branding: remove fancy/ and samegame/ examples
The examples of branding have moved to the calamares-branding repo.
9 years ago
Adriaan de Groot e4cca9b830 Branding: document how to translate branding 9 years ago
Adriaan de Groot 75df6a4f88 Branding: add example translations to fancy/ 9 years ago
Adriaan de Groot f8bc195fb4 [libcalamaresui] Improve warning when branding has no translation 9 years ago
Adriaan de Groot c1bb5e708b QML: apply translation to the slide counter 9 years ago
Adriaan de Groot 97eff28383 QML: Remove binding for quit key in presentation 9 years ago
Adriaan de Groot 8125698696 Branding: expand documentation
- Auto-advance the default presentation
 - Add more example slides to the fancy presentation
 - Expand README.md explaining what the default classes can do
9 years ago
Adriaan de Groot e7849c5ed0 Branding: fix reference error 9 years ago
Adriaan de Groot 3b8673fb99 Branding: update example, use NavButtons 9 years ago
Adriaan de Groot 7ab79a944b Branding: add example SVGs from Quassel 9 years ago
Adriaan de Groot b6fd8de126 QML: Use QtQuick 2.5 consistently 9 years ago
Adriaan de Groot 3d89828fe1 QML: drop potentially confusing shortcuts
Removed these features that make sense in a presentation slideshow
(e.g. during a talk) but that are potentially confusing during
a passive slideshow like Calamares has:
 - Using 'c' blanks the slideshow.
 - Entering a slide number + enter changes slides.
9 years ago
Adriaan de Groot c116dba2e8 QML: add navigation items
- Add a NavButton, which shows a directional arrow, and fades in on hover.
   It can be used left- or right- by setting an image source
   and click handler.
 - Specialize NavButton to Forward and BackButton.
 - Add a SlideCounter navigation aid.
9 years ago
Adriaan de Groot 74080c31f5 Branding: add a fancy branding example 9 years ago
Adriaan de Groot c7629182e4 Merge branch 'master' into requirements-checking 9 years ago
Adriaan de Groot 1e0ecbcc18 [contextualprocess] Warnings-- by dropping destructor 9 years ago
Adriaan de Groot 583cc06f7c [keyboard] Warnings-- for nullptr 9 years ago
Adriaan de Groot 51ccd6be4d [license] Warnings-- by making the one default case explicit 9 years ago
Adriaan de Groot e2f6d160f8 [tracking] Reduce compile warnings
The fallthrough construction in a switch is a bit confusing
to read, and generates compile warnings too, so break it up.
9 years ago
Adriaan de Groot defc7d4df8 [welcome] Compile warnings-- 9 years ago
Adriaan de Groot a9e751bb31 [users] Compile warnings-- 9 years ago
Adriaan de Groot a72bdfac52 Merge branch 'master' into requirements-checking 9 years ago
Adriaan de Groot 903e77a908 [bootloader] Adjust documentation 9 years ago
AlmAck 58952b685c the first character must be a comment
to original code would match both lines:
zen_US.UTF-8 UTF-8
#en_US.UTF-8 UTF-8

introducing "#" should check only the commented lines
9 years ago
AlmAck 382c193afa Enable the correct language in the locale.gen list
the original code does not distinguish the document comments inside the locale.gen file from the real locale list. The language was then enabled from the header comments of the file instead of the correct value in the list.

The new code verify tha the complete locale string is just after the first character of the string, enablig only the correct value of the locale list.
An example:
#  en_US.UTF-8 UTF-8 --> document header, should not be enabled
#en_US.UTF-8 UTF-8 --> correct section to enable

Related to this request:
https://code.chakralinux.org/tools/calamares-chakra/issues/2
9 years ago
Calamares CI 1762d5e5d6 i18n: [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 09f30194d7 CMake: revert un-versioning of libcalamares*.so
The install-bits branch commit 83639b182b
dropped .so-versioning for libcalamares and the creation of the Python-
support symlink. This broke KDE Neon dev-unstable because the embedded
Python can no longer find libcalamares.

Installing unversioned .so's straight to LIBDIR is also not a good thing
(according to Debian), so revert to the original scheme with versioned
.so and a Python-support symlink.

Medium-term fix is to install unversioned straight into LIBDIR/calamares
and fix up the RPATH for the executable.
9 years ago
Adriaan de Groot 73a5e0bbcd [libcalamares] Fix up debugging
Using plain cLog() is weird, it doesn't attach a debugging level
so it seems like it's level 0, beyond-critical.
9 years ago
Adriaan de Groot 36ef4556b4 Merge branch 'install-bits'
FIXES #729
9 years ago
Adriaan de Groot 56ce22908e CMake: drop empty calamaresUi
- Empty variable and some unused wrappings doing nothing.
9 years ago
Adriaan de Groot db0c1ffd6d CMake: just install unversioned .so
- Applies to libcalamares and libcalamaresui.so, install with no
   version, just the bare .so. Since Calamares doesn't do versioning
   anyway, and its plugins should be re-compiled for any change,
   putting them in lib as unversioned .so's should make Calamares
   happy and silence lintian.
9 years ago
Adriaan de Groot 06536b6a66 [bootloader] Refactor method for safe efi label 9 years ago
Adriaan de Groot de1710a9f3 [calamares] Refactor argument-handling
- Move parameter handling out of main
 - Give -D an argument (log level)
9 years ago
Adriaan de Groot a1cbb161ee [libcalamares] Make setup of log-level explicit
- Replace the implicit setting of a logging level
   (the first time logging is called) with explicit
   setupLogLevel().
9 years ago
Adriaan de Groot 7f53e970fc [bootloader] Add secure-boot efiBootLoader
- add configuration option
 - check for sensible combinations of firmware, bootloader,
   and complain if it isn't.
9 years ago
Adriaan de Groot 247a0e3a56 [umount] Make a pretty_name() 9 years ago
Adriaan de Groot 060990bdd0 Python: use warning() method in modules 9 years ago
Adriaan de Groot 84d599625f [libcalamares] Give Python jobs a warning()
- Add libcalamares.utils.warning() alongside debug() for
   Python modules to output warnings.
9 years ago
Adriaan de Groot dbbec4f76d [libcalamares] Use cDebug, polish messages 9 years ago
Adriaan de Groot d62c7b93c6 [libcalamares] Polish weird namespace use 9 years ago
Adriaan de Groot 0c16bf1179 [finished] Remove useless debugging 9 years ago
Adriaan de Groot 092529da45 [partition] WIP: EFI partition search
- Add some logging (not even sure it compiles) because
   my openSUSE Krypton Secureboot-enabled VM says
   "no EFI system partitions found".
9 years ago
Adriaan de Groot cf02f7aab5 [libcalamares] Avoid nullptr crashes
- The Python testmodule script can end up calling in to System
   methods (via System::instance()). This is unusual, and the
   System instance has not been created at that point.
   Now, create an instance and warn about it.
9 years ago
Adriaan de Groot 94014a52d4 Merge branch 'context-wildcard'
FIXES #906
9 years ago
Adriaan de Groot 713add5795 [contextualprocess] Add tests
- Tests showed issues with memory management, fixed in previous commits.
9 years ago
Adriaan de Groot f0ec6c02a3 [shellprocess] ECM has already been searched-for 9 years ago
Adriaan de Groot 23a23a01f1 [contextualprocess] Cleanup destructors
- ValueCheck shouldn't own the pointer, since it's just a QPair
   and there are temporary copies made (e.g. in
   ContextualProcessBinding::append() ) and we get double-deletes.
 - Do deletion by hand; going full unique_ptr would be a bit overkill.
9 years ago
Adriaan de Groot 87e2f13dc2 [contextualprocess] Helper methods for counting checks 9 years ago
Adriaan de Groot 8664400ee9 [contextualprocess] Warn if (global) variable not found. 9 years ago
Adriaan de Groot 699b42a756 [contextualprocess] Add wildcard
- Re-build the structures for doing value-checks, is now more tree-like.
 - Document pointer ownership.
 - Introduce wildcard matches ("*")
 - Don't drop empty command-lists, since they can be used to avoid
   wildcard matches. (E.g. "in this case, do nothing, but don't
   fall through to wildcard").
9 years ago
Adriaan de Groot 2fa6361d63 [branding] Expand documentation
- Make CMakeLists a little more resilient
 - Format docs source
 - Add documentation for the examples
9 years ago
Adriaan de Groot 04de4a0b02 [plasmalnf] Properly scale the image
- Since the image size isn't known a priori (due to sizing based on fonts),
   load the image and then resize in all code paths.
 - Use the right resizing flags.
 - .. and actually use the resulting scaled pixmap.

Thanks to Jeff Hodd.
9 years ago
Adriaan de Groot 83639b182b CMake: try installing outside of regular lib/
- Install unversioned libraries
 - Install to lib/calamares instead of directly to lib/
9 years ago
Adriaan de Groot 958aee1d41 [libcalamaresui] Switch text on 'next' button
- If the next step will be an install-step (e.g. hit the optional
   confirmation step) then change the text on the 'next' button to
   'install'.
 - Do a little refactoring to make that more pleasant.

FIXES #905
9 years ago
Adriaan de Groot e9d9efce20 Merge branch 'sanitize-logging' 9 years ago
Adriaan de Groot 3ae126f589 [modules] Use cError() as well
- Switch KPMHelpers to using Calamares logging instead of qDebug()
9 years ago
Calamares CI b33e3294e1 i18n: [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 3315df5df1 [modules] Use new convenience logging methods across the board 9 years ago
Adriaan de Groot 3f77fb1d16 [modules] Use new convenience logging methods 9 years ago
Adriaan de Groot 60f440f72b [libcalamaresui] Use new convenience logging methods
- Remove a few confusing Q_FUNCINFO
9 years ago
Adriaan de Groot df0d9dcb88 [libcalamares] Provide convenience functions for warning and error 9 years ago
Adriaan de Groot 79d81700b3 [libcalamares] Use -D for just debug-level setting
- Original flag -d sets debugging but also changes behavior
 - New -D just sets debugging
 - Simplify QStringList (use C++ 11)
9 years ago
Adriaan de Groot ae5511c2f3 [libcalamares] Rationalize logging
- Move logging-levels to an enum
 - (re-)Order logging-levels so that the normal debug statement is
   not the most-important (lowest level).
 - Drop using namespace std;
9 years ago
Adriaan de Groot 6693f81375 [plasmalnf] Document configuration
- Improve documentation, explain necessity of theme: and image: keys
 - Scale screenshot up with font size (numbers picked arbitrarily)
9 years ago
Adriaan de Groot 874514a4e4 i18n: drop orphaned #undefs (thanks Kevin Kofler) 9 years ago
Adriaan de Groot f49e0f6d92 i18n: update extracted English message files 9 years ago
Adriaan de Groot 0b03d56a40 i18n: Massage code to help lupdate understand 9 years ago
Adriaan de Groot d27675d660 i18n: drop superfluous QObject* parent
These additional pointers were introduced for translations,
and needed their own tricks to get lupdate to recognize the
strings. Using QCoreApplication::translate() removes the
need to a QObject to provide context. Drop the now-unneeded
parameters.
9 years ago
Adriaan de Groot c71385e93f i18n: fix broken translation in CommandList 9 years ago
Adriaan de Groot f954496acf i18n: avoid translation tricks, use QCoreApplication::translate
Instead of using tr and some macro hacks to get lupdate to
recognize the translation, instead use QCoreApplication::translate()
which takes its own context for translation.
9 years ago
Calamares CI 7c8a70c9a1 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot ad89dd7cc4 [interactiveterminal] Document config 9 years ago
Adriaan de Groot 051edb462f [packages] Add pisi package manager (based on some guesses) 9 years ago
Adriaan de Groot 533031b3ca [bootloader] print() does not log
- use the right logging method; print just vanishes.
9 years ago
Adriaan de Groot f869a0f263 [bootloader] Log the EFI fallback action 9 years ago
Adriaan de Groot 78108c5cda [bootloader] Allow skipping the EFI fallback 9 years ago
Adriaan de Groot aed904e3b4 Merge branch 'i897-timeout'
FIXES #897
9 years ago
Adriaan de Groot 9a7e766391 Merge branch 'i895-setroot-context'
FIXES #895
9 years ago
Adriaan de Groot c2aca1f5c6 [shellprocess] Implement timeout setting
- For both shellprocess and contextualprocess, add a top-level key
   "timeout" that defaults to 10 seconds (which it already did).
 - Allows setting "global" timeout for command-lists, while still
   allowing individual timeouts per-command.
 - Setting timeout per global variable in contextualprocess is not
   supported; that would restrict the possible space of comparisions,
   while not supporting a global setting timeout seems reasonable enough.
   Use instances if you need wildly variable timeouts and don't want to
   set them individually.
9 years ago
Adriaan de Groot 2da430fa36 [libcalamares] Allow CommandLine to have unset timeout
- Introduce enum for the appropriate constant
 - If the timeout isn't set, then defer to the timeout set
   on the commandlist when running the commands.
9 years ago
Adriaan de Groot c641f5dec6 [libcalamares] Implement object-style command line
- handle command: and timeout: entries
 - test for setting the values
9 years ago
Adriaan de Groot 72bac332be FIXUP document 9 years ago
Adriaan de Groot 4917b5c778 [shellprocess] Add test for future feature
- proposed syntax for command+timeout configuration, both for single-
   entry and for lists.
 - test it already
9 years ago
Adriaan de Groot fe2be46d3f [libcalamares] Extend command-list with timeouts
- Replace plain StringList with a list of <String, timeout> pairs,
   and run that instead. All code paths still use the default 10sec
   timeout and there's no way to change that.
9 years ago
Adriaan de Groot ea179eaef4 [contextualprocess] Document command lists
- Show that a command list is also allowed, not just a single
   command. Refer to shellprocess for more documentation.
9 years ago
Adriaan de Groot 6335084aa3 [libcalamares] Determine what's checked and what's required first.
- warn for required checks that are not carried out.
9 years ago
Adriaan de Groot 778feb50e8 [libcalamares] Additional convenience for doubles 9 years ago
Adriaan de Groot 54a9bbb949 [libcalamares] Don't eat output on timeout.
- Copy stdout from timed-out process into the output variable,
   instead of just dumping it into the log file. This will
   improve the user experience, too, because they will get some
   feedback / explanation of what the process has done.
9 years ago
Adriaan de Groot d6731efdfd [packages] fix typo in docs 9 years ago
Adriaan de Groot 1d6dca062c [users] Make state of 'reuse password for root' available in globals. 9 years ago
Adriaan de Groot 26dfd56f6d [libcalamares] Additional convenience function extracting int 9 years ago
Adriaan de Groot 188a434a10 [dummycpp] more verbose debug log 9 years ago
Adriaan de Groot b828580464 Merge remote-tracking branch 'origin/simplify-plugin' 9 years ago
Adriaan de Groot 32b10f72e9 Merge branch 'i896-password-quality'
FIXES #896
9 years ago
Adriaan de Groot b0fe7b0682 i18n: apply some more tricks to make lupdate / transifex happy 9 years ago
Adriaan de Groot 399256ba99 [users] Use explanation of password error from libpwquality
- add license file from libpwquality for provenance
 - translate pwquality_strerror() into the PWSettingsHolder convenience class
 - use Qt translations, since we'd otherwise also have to wire up, and
   wire in, libpwquality gettext translations.
9 years ago
Adriaan de Groot ed58d540b3 [users] Implement password checking through libpwquality
- Use shared_ptr and a helper class to hide away raw pointer use
   from libpwquality. Provide a convenience C++ API.
 - Simplify configuration through helper class.
9 years ago
Adriaan de Groot 354cb79cb1 [users] sample config and stub function for libpwquality 9 years ago
Adriaan de Groot 27e1de6548 [users] Use libpwquality for additional password checks
- add cmake module to find libpwquality
 - move checking functions to their own file
 - some Transifex hackery
 - stub out the libpwquality check
9 years ago
Adriaan de Groot eae52a3e65 CMake: build modules alphabetically 9 years ago
Adriaan de Groot 9a9c6da6db i18n: try to trick Transifex into recognizing these strings 9 years ago
Adriaan de Groot 9c9486bb78 [libcalamares] When ViewManager is destroyed, reset instance pointer 9 years ago
Adriaan de Groot 845986d48f [libcalamaresui] Mark virtual QObject destructors override 9 years ago
Adriaan de Groot 97fb83c743 [libcalamares] Change debug logging of how job name is derived 9 years ago
Adriaan de Groot abc6914528 [libcalamares] Enforce singleton-ness of CalamaresPython::Helper
- unset instance pointer on destruction
 - make constructor private, and the instance accessor
   should create an instance if there isn't one.
9 years ago
Adriaan de Groot 3b3e80b334 [branding] Add a totally different branding example
Use the samegame example from the Qt Quick demos as a branding "slideshow".
Instead of watching slides go by, you can play samegame! Click on
"new game" to start, and then click on groups of same-colored balls to make
them go away -- at least two same-colored balls must be touching.

Once the exec step is done, the game vanishes automatically.

This is an additional example for #841
9 years ago
Adriaan de Groot 86b899566e [libcalamares] Silence compiler warnings about PluginFactories
- d_ptr shadows QObject d_ptr, which clang complains about
 - rename, and don't use Q_D and similar because it messes with internals.
9 years ago
Adriaan de Groot 510af704d8 [libcalamares] Improve documentation
- reference to _WITH_JSON is bogus copy-replace from other code
 - fix style of sample code.
9 years ago
Adriaan de Groot 0020fd885c [libcalamares] Remove unused extern declaration 9 years ago
Adriaan de Groot a2bdc12f25 [libcalamares] Drop unused plugin defines
- Remove some superfluous intermediate defines
 - baseFactory was not used (always Calamares::PluginFactory)
 - Move DECLARATION and DEFINITIONS apart
 - CALAMARES_PLUGIN_FACTORY_DEFINITION was redefined (identically)
 - CALAMARES_PLUGIN_FACTORY_DECLARATION was redefined (identically)
 - __VA_ARGS__ was constant
9 years ago
Calamares CI 8f1f397c95 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot be45171638 [finished] Make the *restart now* checkbox more visible.
- Issue asks to make the setting more visible, which seems sensible to
   me. It **is** kind of hidden away for those distro's that make
   the setting visible (not everyone does).
 - While here, add a tooltip explaining what it does.

FIXES #893
9 years ago
Adriaan de Groot 15d4245074 Merge branch 'scripting' 9 years ago
Adriaan de Groot d6cbda5ed7 [contextualprocess] Implement contextual processes
Allow running one or more commands based on the value of
a global configuration variable. This could, of course,
be done in a Python module with some custom code,
but for simple cases this is more straightforward
to configure through module instances.

Uses the CommandList developed for the ShellProcess
module to do the actual work.

FIXES #874
9 years ago
Adriaan de Groot f01c7cda6b [libcalamares] Fix debug output classname 9 years ago
Adriaan de Groot 913690650f [libcalamares] Move CommandList into libcalamares
- Move CommandList so it can be used from more modules than
   just ShellProcess
 - Allow a CommandList to run itself. This centralizes
   code for executing one or more commands and simplifies
   the ShellProcess module.

Various small cleanups:
 - mention instance id in log message
 - code formatting / style
9 years ago
Adriaan de Groot 60f4dd7b3b [libcalamares] Improve explanation of failed processes. 9 years ago
Adriaan de Groot 8571fd800e [shellprocess] Make explicit that an error code has been ignored, by logging it. 9 years ago
Adriaan de Groot e48767eaa6 [shellprocess] Make CommandList chroot-aware
This is prep-work for moving commandlist to libcalamares, where
it can be re-used by more modules.
9 years ago
Adriaan de Groot 8bd40fdcd5 [shellprocess] Warn when there's no script 9 years ago
Adriaan de Groot 2bc394656d [welcome] Make libparted optional
- This turns off the space-available check in the welcome module;
   without libparted, always fail that check.
 - Allows running the welcome module on OS without libparted.
9 years ago
Adriaan de Groot b0c4fbc1bb Clang: reduce warnings
- mark some things override
 - make conversion of 0 to flags explicit
9 years ago
Adriaan de Groot fdb3fc1ef8 [shellprocess] Execute the command list 9 years ago
Adriaan de Groot b7fb24837a [shellprocess] Improve CommandList
- Also allow a single string instead of a list
 - Add count() method to CommandList
 - Drop over-engineering, add more logging
 - Expand tests with some more examples
9 years ago
Adriaan de Groot 5f8fb655c4 [shellprocess] Stub of a shell process module.
This is basically dummyprocess, except with an expanded configuration
interface so you can run 1 or more shell commands in the live
or target system with a suitable configuration file and instance
of shellprocess in settings.conf.

It can replace downstream modules that implement their own
process modules with a command, by an instance of shellprocess.
9 years ago
Adriaan de Groot 4ff1a0d5ea [libcalamares] another convenience for running commands
Back targetEnvCommand() with a more general runCommand()
that takes an argument selecting the location to run
the command in. This allows us also to use the same
API for running processes in the host during install,
as we do for running them in the target system.

One reason for this change is wanting to run (user-specified)
commands and independently from the global dontChroot setting,
run those commands in the live system or the target.

This changes the ABI of the DLL, since targetEnvCommand()
is no longer exported. Plugins will need to be recompiled.

 - refactor targetEnvCommand() into more general runCommand().
 - While here, allow host system commands to run even if
   there is no global storage.
 - provide convenience accessors for ProcessResult members
 - Move explanation of process errors out of ProcessJob
   - Move from ProcessJob to ProcessResult, so it can be
     reused outside of ProcessJob (e.g. from ShellProcessJob).
   - Add some convenience functions, too.
9 years ago
Adriaan de Groot 6e01bb0fa4 CMake: factor out explanation of skipped modules.
Make a function out of explaining-skipped-modules, and call it
not only after collecting all the modules, but also after
the feature summary, so that it's quite clear which modules
are skipped.
9 years ago
Adriaan de Groot 58252fc16d [partition] Handle missing requirements by disabling the module 9 years ago
Adriaan de Groot e3b7a2884b [partition] Relax check with UI-level warning message, too 9 years ago
Adriaan de Groot 637d6ad752 [partition] Find Esp partition with modern flags. 9 years ago
Adriaan de Groot 94b6c95c44 [partition] Introduce function for checking various flag-combinations for ESP boot. 9 years ago
Adriaan de Groot 3ff68bce98 [keyboard] Correct guessing for Arabic variants 9 years ago
Adriaan de Groot 05967311de [partition] Be defensive against no device-device-available.
Scenario is this: you have no suitable installation devices on
your system (everything is mounted, or HDD has died), click through
to partition page, where you have all the buttons available, but no
devices in the list. The following actions then cause a crash:

 - clicking "back"
 - clicking any button

Prevent that:
 - you can click "back", but if there is no device selected
   nothing happens to the device state (no nullptr deref,
   and no crash)
 - button code is now more resilient to this scenario
 - buttons are hidden until a device is available, so you
   can't even click on them to trigger the code.
9 years ago
Adriaan de Groot a35a7b108f
Merge pull request #883 from agaida/hack-unpackfs
[unpackfs] skip error check when rm of tmp folder fails
9 years ago
Adriaan de Groot 7249b41e3e [keyboard] Explain table format, add more edge cases 9 years ago
Adriaan de Groot 0d56b9b9c5 Merge branch 'master' into i689-kayboard-layout 9 years ago
Adriaan de Groot 28d61c406e [bootloader] Improve description of *efiBootloaderId* option 9 years ago
Adriaan de Groot 2a0a2a26bc [umount] Don't raise when copying log file fails. 9 years ago
Adriaan de Groot 6f7b5a0510 [umount] Move module documentation into config file, fix wording
FIXES #831
9 years ago
Adriaan de Groot a7d7f3a83b [welcome] Make link to Calamares site https 9 years ago
Adriaan de Groot 308441ee3a Merge branch '3.1.x-stable' 9 years ago
Adriaan de Groot 41e6f0e06c [calamares] Allow WM close button
- remove hide-close-button hack
 - refactor code in viewmanager for confirming quit
 - hook up confirm-and-quit to WM close button
 - also works for alt-F4 and other quit methods
 - while here, update copyright year

FIXES #870
9 years ago
Adriaan de Groot 5593be125f [calamares] Reduce font-related debug output on startup. 9 years ago
Adriaan de Groot 1a42b8af41 Merge branch 'kpmcore-3.2'
- Bumps requireed KPMCore to 3.3 (in spite of the branch name)
 - Cleans up some dependencies

Thanks to Andrius Stikonas.
9 years ago
Philip be650d7986 [initcpiocfg] search just for 'lvm2' in partition[fs] 9 years ago
Philip 5a83024698 [initcpiocfg] add 'lvm2' hook as needed 9 years ago
Andrius Štikonas 2027a5538e Fix propagation of new partition table to global storage. 9 years ago
Alf Gaida 784bbd3bc8 finally !must! never fail unhandled
but it does without help
9 years ago
Philip 1cffa9fafc [partition] Rename slots, to avoid recursion
- see also https://github.com/calamares/calamares/issues/880
- missed within 7ce52ecda7
9 years ago
Philip 8f32aad3fa [partition] Rename slots, to avoid recursion
- see also https://github.com/calamares/calamares/issues/880
- missed within 7ce52ecda7
9 years ago
Adriaan de Groot 03dd487fc2 Merge branch '3.1.x-stable' 9 years ago
Adriaan de Groot 661789825a [plasmalnf] Make the module optional
- Check for presence of KDE Frameworks for Plasma & Package
 - Explain when module is skipped
9 years ago
Adriaan de Groot 2e1f389997 CMake: explain which modules are skipped
Modules may be skipped for different reasons: SKIP_MODULES
is the traditional approach to suppress some, but other modules
may have unmet build requirements (e.g. Plasma Look-and-Feel,
or the Partitioning module) and should be able to opt-out
of being built. For all those skipped, log it explicitly after
all the modules have been examined.

Only CMake-based (e.g. C++) modules support opting-out in this way.
9 years ago
Adriaan de Groot dc255e161e [partition] Rename slots, to avoid recursion 9 years ago
Andrius Štikonas 806b84973a Convert CreatePartitionTableJob to KPMcore operation. 9 years ago
Andrius Štikonas 1b3ce39ffb Convert FormatPartitionJob to KPMcore's CreateFileSystemOperation. 9 years ago
Andrius Štikonas 638117efa0 Cleanup unnecessary kpmcore includes. 9 years ago
Adriaan de Groot 7ce52ecda7 [partition] Rename slots, to avoid recursion 9 years ago
Adriaan de Groot 980b39961d [calamares] Unset application name
Unset the application name so that you don't get -- Calamares
in the window title.

Reported by: sitter
FIXES #877
9 years ago
Adriaan de Groot f8a53f9646 [libcalamares] Refactor explanation of process-job errors 9 years ago
Adriaan de Groot c6ab4195c7 [contextualprocess] Stub of a contextual-process job
This is meant to run one or more jobs based on specific global
configuration values; if could also be done by a Python
module with just some if's, but this one can be used with
just the config file and covers a bunch of use-cases.
9 years ago
Adriaan de Groot 762ad54344 Documentation: change http links to GitHub to https 9 years ago
Adriaan de Groot c582ff0d6b Merge branch '3.1.x-stable' 9 years ago
Adriaan de Groot d42210eb93 Merge branch '3.1-pinebook' into 3.1.x-stable 9 years ago
Adriaan de Groot d5b46dfb86 [plasmalnf] Improve theme-listing handling
- if key is missing or badly typed, enable all (explicitly)
 - document settings and code
9 years ago
Adriaan de Groot f2aeecf546 [plasmalnf] Improve screenshot view
- make screenies smaller
 - use view-preview to indicate no-screenshot-specified
9 years ago
Adriaan de Groot 10e71bab30 [plasmalnf] Add Breeze 'view-preview' icon for missing screenshots 9 years ago
Adriaan de Groot e73d54767d [plasmalnf] Expand explanation, drop CSS 9 years ago
Adriaan de Groot cf39dddbf3 [plasmalnf] Prevent duplicate widgets
- Only create widgets for themes once
 - Update visible texts as needed
9 years ago
Adriaan de Groot 3f258d4bd9 [plasmalnf] Fallback for image-not-found
- calculate a hash of the filename, and use that
 - makes it possible to distinguish different screenshots
   even when the image file is missing / badly configured
 - most colors will be dreadful
9 years ago
Adriaan de Groot cc15dd9ec7 Merge branch 'master' into kpmcore-3.2
- Pull in Master, merge README, to simplify merging this
   branch into master (soon-ish, once kpmcore 3.3 becomes available
   in builders)
9 years ago
Andrius Štikonas a2e3af2b3d Require KPMcore 3.3 9 years ago
Adriaan de Groot 2db485bb33 [plasmalnf] Improve layout of theme widget 9 years ago
Adriaan de Groot 244919d6fe [plasmalnf] Add description to theme widget 9 years ago
Adriaan de Groot 55ed2ba4c0 [partition] Introduce convenience translation for progress. 9 years ago
Adriaan de Groot 5c4286eebf [partition] Switch to convenience function for MiB 9 years ago
Adriaan de Groot 38688bab47 [partition] code style (minor followup to #872) 9 years ago
Adriaan de Groot 0729bdd0be
Merge pull request #872 from stikonas/3.1.x-stable
Use KPMcore SetPartFlags operation.
9 years ago
Adriaan de Groot 8b3f71af40 [plasmalnf] Widget for showing theme info
- Radio button + group for button action
 - Use a (still very primitive) widget for displaying theme information
9 years ago
Adriaan de Groot 755c0cba18 [plasmalnf] Prep-work for UI changes 9 years ago
Adriaan de Groot 11fc3e0507 [plasmalnf] minor documentation
- Code documentation
 - Add another broken example theme, as test for winnowing
9 years ago
Adriaan de Groot afbdcc3782 [hwclock] Be more lenient.
Patch by Gabriel C. (@abucodonosor).

 - use libcalamares functions
 - no need to copy /etc/adjtime over we can run hwclock in chroot
   since we have /proc , /sys , /dev , /run/* already bind mounted.
 - added RTC and ISA probing methode ( see issue #873)
    - we probe default from /dev/rtc* ,
    - fall back to ISA
    - still doesn't work we just print a BIOS/Kernel BUG message and continue
- NOTE: issue #873 is about broken ArchLinux kernel config but there
  are HP boxes with real RTC problems no matter what kernel config
  is used so let us be nice and don't error out..

FIXES #873
9 years ago
Adriaan de Groot 29e532a790 [partition] Insert annoying 3-sec delay
This is intended for testing -- it helps debug where a slow
requirement check blocks the UI.
9 years ago
Adriaan de Groot 748ccf94e9 [plasmalnf] Enrich config file
- Extend the config file format to allow theme, image pairs
   as well as just naming the themes.
 - Reduce verbosity when querying Plasma themes.
9 years ago
Andrius Štikonas 139f5a9e86 Use KPMcore SetPartFlags operation. 9 years ago
Adriaan de Groot 6bd8c67ca9 [plasmalnf] Allow filtering the selectable lnf themes
- empty list allows all of them
 - always suppress hidden, invalid themes, and those named
9 years ago
Adriaan de Groot ad69eda337 [plasmalnf] Complain again if poorly configured 9 years ago
Adriaan de Groot 98b9f67e39 [plasmalnf] Complain more loudly (and more often) when badly configured 9 years ago
Adriaan de Groot ee979d79ee Merge branch '3.1-pinebook' 9 years ago
Adriaan de Groot 02dfe51d55 [welcome] Improve error reporting from requirements checker 9 years ago
Adriaan de Groot e628ddfdbf [plasmalnf] Try to get back to the live user before changing themes 9 years ago
Adriaan de Groot b10b19e9ee [plasmalnf] C++ style and reduce includes 9 years ago
Adriaan de Groot eb92755b0a [plasmalnf] Enable translations
- Move tool-running to the view-step
 - Enable translations by showing name instead of theme-id
 - More verbose logging
9 years ago
Adriaan de Groot 71966b5330 [plasmalnf] Wait longer for the tool to finish 9 years ago
Adriaan de Groot 1de2e94fd0 [plasmalnf] Simplify code, reduce copies of lnftool setting 9 years ago
Adriaan de Groot fe8ff3ab05 [plasmalnf] Simplify code, remove redundant implementations 9 years ago
Adriaan de Groot 4e2e55a935 [plasmalnf] Needs to run as target user in all cases 9 years ago
Adriaan de Groot e005c2d02d Merge branch '3.1-pinebook'
- Also document the config file some more.
9 years ago
Adriaan de Groot ac92d4911d Compatibility: revert conveniences from master 9 years ago
Adriaan de Groot 3a94f02547 CMake: look for ECM at top-level, add to search path if found. 9 years ago
Adriaan de Groot cddc4699aa [plasmalnf] Import Plasma Look-and-Feel module independently 9 years ago
Adriaan de Groot 1f49f764a6 [libcalamares] Allow retrieving chroot mode from system (as well as settings) 9 years ago
Adriaan de Groot 388399f256 [plasmalnf] Fix command-line options, run in target user environment 9 years ago
Adriaan de Groot 7e5970324f [plasmalnf] Reset layout along with theme 9 years ago
Adriaan de Groot 81128923e6 [plasmalnf] Disable applying in the target (user|system) for now. 9 years ago
Adriaan de Groot 3bdfa63a79 [plasmalnf] Preserve environment, so that DISPLAY gets to the tool 9 years ago
Adriaan de Groot d3ef6b07d5 [plasmalnf] Run the lnftool in the target (user|system) 9 years ago
Adriaan de Groot 8a053f3c9b [libcalamares] Allow retrieving chroot mode from system (as well as settings) 9 years ago
Adriaan de Groot b3d299bbf1 [plasmalnf] Replace hard-coded path with configurable one 9 years ago
Adriaan de Groot 62623a2376 [plasmalnf] Make an actual job of setting the theme
- Job doesn't actually run lookandfeeltool in the target system yet.
9 years ago
Adriaan de Groot 2d3defcca3 [plasmalnf] Hammer in theme-changing
- Tool is currently a hard-coded path.
9 years ago
Adriaan de Groot 8c65ee5481 [plasmalnf] Get available LNF
- Implement various ways of getting the LNF; the process-based one
   uses a recent CLI-tool from the Plasma developers.
 - Fill the UI with (meaningless) LNF package IDs.
9 years ago
Adriaan de Groot 98d758b4be [plasmalnf] Hammer out the most primitive UI 9 years ago
Adriaan de Groot e0634a4056
Merge pull request #869 from V3n3RiX/master
new module : openrcdmcryptcfg - auto unlock encrypted partitions with OpenRC
9 years ago
Adriaan de Groot 839c039168 Merge remote-tracking branch 'origin/plasma-lnf' 9 years ago
Adriaan de Groot 298ff0cbeb Merge branch '3.1.x-stable' 9 years ago
V3n3RiX 7cecfceaa7 add openrcdmcryptcfg module 9 years ago
Adriaan de Groot 4566e53d01 [partition] Delay requirements checking until pmcore is initialized 9 years ago
Adriaan de Groot ba21a221df [partition] C++ style 9 years ago
Adriaan de Groot 16fbe4dc8c [partition] Sample of requirement checking
- There should be at least device to select, overwise we can't continue.
   The check currently **always** fails, so it blocks installation.
9 years ago
Adriaan de Groot c8e42e6909 [welcome] Implement requirements checking at module level.
- Hook up the requirements checker (which only checks) to the module-and-viewstep
   method called to do the checking.
9 years ago
Adriaan de Groot bd27dda474 [welcome] Restructure requirements checking
- Move widget behavior into its own container / widget class
 - Change the RequirementsChecker class to just check the
   requirements, returning a results list
 - Connect from the module manager to the results widget.
9 years ago
Adriaan de Groot b6fed964ce [libcalamaresui] Defer requirements checking of ViewModules to their ViewSteps 9 years ago
Adriaan de Groot 27b921bde1 [libcalamaresui] Move requirements information out of welcome module.
- Move type and rename it; put in Calamares namespace
 - Emit signals from the viewmanager as results come in
 - Remove state changing from welcome view step based on its internal
   requirements checking (for now this breaks progressing past the
   welcome page)
 - Log checking of the requirements
9 years ago
Adriaan de Groot 24e04645b6 [libcalamaresui] Stub requirements checking.
Introduce a method checkRequirements() into the module system so that
individual modules can do their own checking (as opposed to stuffing
it all into the welcome module).
9 years ago
Adriaan de Groot c8a6ebe404 Testing: expand the testmodule script.
Do a better job determining what the arguments could mean; this supports
lazy devlopers who don't want to pass in full paths to all kinds of things.
Simple invocation can now be:
    testmodule.py <modulename> - +
to read <modulename>.conf from src/modules/<modulename>/
9 years ago
Adriaan de Groot 65a236cd60 [packages] Fix previous.
This, kids, is why you don't switch writing C++ and Python too often.
The C++ code isn't a syntax error in Python, although this would fail
at runtime.
9 years ago
Adriaan de Groot 3e3cd08ff3 [packages] Fix previous (false vs False) 9 years ago
Adriaan de Groot 150007c138 [packages] Feature: skip if no internet.
Update documentation, add a new key *skip_if_no_internet* to support
systems that **recommend** having an internet connection (but don't
require it), and which also use the packages module. This prevents
a long delay while the package manager tries to access the internet
and times out (repeatedly).

Existing configurations are unchanged.
9 years ago
Adriaan de Groot 7b145c2a36 [packages] Improve message when no packages are processed at all. 9 years ago
Adriaan de Groot 517dbfab06 [libcalamares] The script namespace is actually a dict
Use dict methods, in particular d.get(k, v), to retrieve
the pretty_name() function (or None if it isn't there).
Using getattr() on a dict will not return values in the
dict.
9 years ago
Adriaan de Groot fe61925f31 [packages] Update module documentation 9 years ago
Adriaan de Groot d63f8f6922 [welcome] Document welcome.conf
- explain requirements keys
 - document show-buttons keys
9 years ago
Adriaan de Groot 5a07f6ef8a Merge branch 'master' into requirements-checking 9 years ago
Adriaan de Groot 0d413ba750 Merge branch '3.1.x-stable' 9 years ago
Adriaan de Groot 12369abaa4 [libcalamares] Refactor to reduce compiler warnings 9 years ago
Adriaan de Groot 53036be418 Merge branch 'i865-error-reporting' 9 years ago
Adriaan de Groot ae4508011c [tracking] swap out PNG for SVG icons 9 years ago
Adriaan de Groot c284304872 [libcalamares] Adjust copyright lines 9 years ago
Adriaan de Groot cc195eb3d4 [libcalamares] Improve reporting of CalledProcessError
For called processes, replace the not-very-useful type message
with the command-explanation, and replace the value (previously
command-explanation) by the stderr of the failed command.

FIXES #865
9 years ago
Adriaan de Groot 9df796a3fd [libcalamares] Log earlier, warnings-- 9 years ago
Adriaan de Groot 1e27c6438a [libcalamares] Special-case CalledProcessError 9 years ago
Adriaan de Groot a0a8ab0048 [libcalamares] Refactor Python target_env calls
This is why the whole refactoring started: to get the process output
and exit code in one spot so we can attach the process output
to the (Python exception) CalledProcessError in all the code
paths, not just those that are explicitly looking for output.
9 years ago
Adriaan de Groot 6693d91152 [libcalamares] Refactor bp:list -> QStringList 9 years ago
Adriaan de Groot 9d31380980 [libcalamares] Refactor target-environment calls
- Add a more general targetEnvCommand() that returns both
   error code and process output.
 - Change existing targetEnvCall() and targetEnvOutput()
   to use general form while discarding some data.
9 years ago
Adriaan de Groot f5aec1ad8a [libcalamares] Add output to CalledProcessError
- Refactor, internal _handle_check_target_env_call_error doesn't need
   to be in header or visible.
 - Add optional output (of the command) to the Python exception.
9 years ago
Adriaan de Groot 1f3f6111f7 [libcalamares] Log output from failed commands 9 years ago
Adriaan de Groot b4d4351825 [libcalamares] Better Python traceback handling:
- log the whole error message as plain text
 - convert to HTML only for the ui
9 years ago
Adriaan de Groot a25445a58c i18n: update (English) source translation files 9 years ago
Adriaan de Groot d06e29b1c5 [interactiveterminal] refactor again to keep Transifex happy 9 years ago
Calamares CI cd2ae5ab0e [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 3cb6fd839b [interactiveterminal] Refactor error message
- refactor error message
 - ifx capitalisation problem
 - remove editorializing in comments

FIXES #866
9 years ago
Adriaan de Groot 3ae65d5771 Merge branch '3.1.x-stable' 9 years ago
Adriaan de Groot 93ab6432c4 [netinstall] Special-case the root node.
Root is always selected, can't be unselected, and has its own explicit
constructor and name. This resolves issue reported where unchecking
all *visible* groups caused the root to be unchecked, after which
hidden-but-still-selected subgroups were not installed.

Reported by crazy@
9 years ago
Adriaan de Groot e29cd7ab54 Merge branch 'usertracking'
Adds a "tracking" module which allows configuring phone-home,
machine and user tracking. Additional machine-tracking types
could be defined depending on distro needs.

This is not the final version -- there is still polishing to
do on the icons, perhaps layout.

Tested in KDE Neon devunstable by keeping an existing partition
which had an older Neon running. New machine-id is generated
and sed'ded into place.

FIXES #783
9 years ago
Adriaan de Groot 858372d93e [tracking] Remove derp. 9 years ago
Adriaan de Groot 8aa94ef01e [branding] Fix up example URLs 9 years ago
Adriaan de Groot 8e79ad1a14 [tracking] Implement Neon machine tracking configuration 9 years ago
Adriaan de Groot 6cb88c86f1 [tracking] Improve phrasing 9 years ago
Adriaan de Groot 22f5a121cb [tracking] stub implementation of neon machine feedback configuration 9 years ago
Adriaan de Groot 4a96e83203 [tracking] Adjust wording, drop page title 9 years ago
Adriaan de Groot 9a3ba75c2c [tracking] Switch icons to sensible names 9 years ago
Adriaan de Groot cb8f698ce0 [tracking] Switch to VDG icons (version 1) 9 years ago
Adriaan de Groot 93052311aa [tracking] Switch UI to use radio buttons
Following KDE Pholio M116, switch to using a radio button; instead
of 4 individually toggle-able settings, use a "level" indicator
to select none, install, machine, user .. each of which implies
the previous levels. Each level is individually enable-able from
the distro side.
9 years ago
Adriaan de Groot 188050a77c Merge branch 'master' into usertracking 9 years ago
bill-auger 452cefd482 use orphaned Branding::ProductLogo as sidebar image 9 years ago
Adriaan de Groot aa0fa37492 [netinstall] Hidden groups follow selectedness of parents.
If a subgroup is hidden, then it should be considered
selected if its parent is selected or partially-selected.
If the parent group is totally unselected, then the hidden
subgroup shouldn't be installed either. This allows putting
required-packages into a group, without cluttering the
interface.

FIXES #864
9 years ago
Adriaan de Groot 71e80f680e [netinstall] Only update selectedness of parents with children.
While walking up the tree, only switch the selectedness states
of parents with children. This avoids the case where a parent
has a first subgroup that is hidden -- in which case the
parent ends up with no children, and is unselected even though
it is marked as selected in the config file.

FIXES #864
9 years ago
Adriaan de Groot 495f94dde8 [calamares] Silence QBasicTimer warning message.
Relying on auto-qobject deletion on shutdown generates a warning message
    17:23:44 [0]: QBasicTimer::start: QBasicTimer can only be used
                  with threads started with QThread
which is annoying. Since we're in shutdown, just skip deletion
entirely, and leave the model unparented.

FIXES #472
9 years ago
Adriaan de Groot 185f46e2c4 [calamares] reduce compile warnings 9 years ago
Adriaan de Groot 3e4b1a7c46 [calamares] Avoid possible uninit-pointer or memory leak 9 years ago
Adriaan de Groot 0c0f0fc8b4 [requirements] Check window minimum size, not preferred size.
FIXES #863
9 years ago
Adriaan de Groot 1d18ea264d [libcalamaresui] Switch to using three state icons for requirements 9 years ago
Adriaan de Groot 65cf28b716 [libcalamaresui] Provide access to the breeze SVGs 9 years ago
Adriaan de Groot fbe1976c11 [libcalamaresui] Add breeze SVGs under LGPLv3 9 years ago
Adriaan de Groot 7d916f649d [requirements] Document code 9 years ago
Adriaan de Groot cc83e40fb7 Documentation: polish plymouth docs 9 years ago
Adriaan de Groot b3b5240e66 Merge branch 'master' of https://github.com/rajudev/calamares into rajudev-master 9 years ago
Adriaan de Groot dddc1191a1 [kcrash] Point to a better submission URL 9 years ago
Adriaan de Groot 579b1061e6 [kcrash] Configure more robustly 9 years ago
Adriaan de Groot 4d7f70a28f [kcrash] Remove duplicate 'Tools' tab 9 years ago
Adriaan de Groot e8e284f724 Merge remote-tracking branch 'origin/kcrash' 9 years ago
Adriaan de Groot f4368d05f9 [tracking] Fix install-tracking HTTP GET 9 years ago
Chantara Tith 2a785bdf89 Disable newPartitionTableButton for LVM device. 9 years ago
Andrius Štikonas 652ffaedd5 Remove unnecessary kpmcore includes. 9 years ago
Andrius Štikonas 1620f6a668 Merge branch 'master' into lvm2 9 years ago
Adriaan de Groot 9a43b8a0e8 [tracking] hook the install-tracking job into the build.
(it doesn't work yet, though .. multi-threading issues).
9 years ago
Adriaan de Groot a0b1410a50 [tracking] Do the install-tracking ping with QNAM 9 years ago
Adriaan de Groot ff8af7d5e2 [tracking] Switch to typedef for job list 9 years ago
Adriaan de Groot fbfb103b5f [tracking] Fix deduced type
'auto' doesn't pick up the reference-type returned from tracking(),
and 'auto&' reads funny to me, so make the type explicit.
9 years ago
Adriaan de Groot 7311204572 [tracking] Step 1 of getting the install-tracking URL
- document substitutions
 - build URL when creating jobs
9 years ago
Adriaan de Groot a0e8f76348 [tracking] Enable policy websites
Each kind of tracking has an associated webpage / URL describing
the policy for that tracking. The Calamares User Guide has some
generic information. When the user clicks on the Help (?) button
in a tracking-option block, go to that URL.
9 years ago
Adriaan de Groot 7a7e2b16cb [libcalamares] Some extra system-information functions 9 years ago
Adriaan de Groot e83b4d33f8 [libcalamares] Another convenience config-extraction function 9 years ago
Adriaan de Groot c7120277ca [tracking] Polish UI some more
- Enable translations, substitute ShortProductName into string,
 - Simplify code for enabling tracking option blocks,
 - Set checkboxes based on configuration,
 - Read checkboxes when leaving page,
 - Don't stretch the tracking option blocks.
9 years ago
Adriaan de Groot 20a2465cc7 [tracking] Polish UI a bit
- add icons for graphical display of actions
 - extend description of tracking options
 - add debug logging
 - enable next button
 - show/hide tracking options based on configuration
9 years ago
Adriaan de Groot 806799ece4 [tracking] Fix configuration file.
- The sample configuration file didn't use sub-maps, but list items.
9 years ago
Adriaan de Groot 28315db43b Merge branch 'master' into usertracking 9 years ago
Gabriel Craciunescu d1c10837d1 [netinstall]: some more debug
- change the debug output when the errors occurs so
  we have a clue what may go wrong
9 years ago
Adriaan de Groot 62c03d6857 Merge branch '3.1.x-stable' 9 years ago
Adriaan de Groot 51c74c6abb [netinstall] Convenience typedefs 9 years ago
Adriaan de Groot 91e949f8fc [netinstall] Apply Calamares C++ style 9 years ago
Adriaan de Groot f424af36d3 [netinstall] Avoid crash when do groups are available
- m_groups is only set to a non-nullptr value when data is received
   and fully processed,
 - avoid nullptr dereference when paging *back* from a netinstall
   page that hasn't loaded groups data.

FIXES #859
9 years ago
Adriaan de Groot ee0b3b85dc [netinstall] Improve 'next' button handling
- Document netinstall.conf a little,
 - Add setting *required* which influences whether next is enabled or not
   in case of missing or corrupt data,
 - Enable *next* button only once some (any!) data is received.

This can be used to disallow stepping past the netinstall step when
there is no data (e.g. internet has failed between the welcome page
and the netinstall page).
9 years ago
Adriaan de Groot f3eb557fdb [libcalamares] Provide some convenience functions for extracting configuration data 9 years ago
Adriaan de Groot 2d31e987c0 [libcalamaresui] Unrelated typedef for JobList 9 years ago
Adriaan de Groot eed207ae2e CMake: ensure configuration-test can #include yamlcpp headers 9 years ago
rajudev b3b3777b6e Merge branch 'master' of github.com:calamares/calamares 9 years ago
Adriaan de Groot 0d4bd59818 [tracking] Document the configuration file format
- switch to 'enabled' and 'default' settings, independently.
 - document user-tracking as unimplemented.
9 years ago
Adriaan de Groot 30d08f3312
Merge pull request #852 from abucodonosor/docs
locale.conf: explain what all the settings are about
9 years ago
Adriaan de Groot a90f15081c Merge branch 'master' into usertracking 9 years ago
Adriaan de Groot 35f5612ec1 [locale] Fix GeoIP (reported by demm, crazy)
- data has already been read, don't try to read more from the QNM reply
 - regression introduced in 7e25909e
9 years ago
Adriaan de Groot 41e8fdd362 [plasmalnf] Search for LNF themes like the KCM does 9 years ago
Adriaan de Groot 6c873f0b70 [plasmalnf] Initial stub module 9 years ago
Adriaan de Groot 105e06798e CMake: look for ECM at top-level, add to search path if found. 9 years ago
Adriaan de Groot 1456375a12
Merge pull request #854 from abucodonosor/modules
Document users.conf
9 years ago
Gabriel Craciunescu 477a9855f6 users.conf: made requested changes 9 years ago
Adriaan de Groot b303acf12a Merge branch '3.1.x-stable'
- KPMCore code moved
 - Small fixes
9 years ago
Gabriel Craciunescu 599f9d48ae users.conf: document some things 9 years ago
Gabriel Craciunescu 3749beb4e5 modules/users: warn when fallback groups is used
- Warn here since it may not be what the Distributor want.
  Having wrong groups may result in broken permissions for
  created user.
- explain what defaultGroups is for in users.conf
9 years ago
Gabriel Craciunescu 71da7b3a48 RequirementsChecker.cpp: rearrange cDebug() output 9 years ago
Gabriel Craciunescu fc53438be9 locale.conf: fix localeGenPath comment 9 years ago
Gabriel Craciunescu 2e80ab98d7 locale.conf: explain what all the settings are about 9 years ago
Adriaan de Groot 5474dc6d2b [partition] allow KPMcore 3.0.2 (with warning) 9 years ago
Adriaan de Groot a179c6c765
Merge pull request #846 from stikonas/3.1.x-stable
Use KPMcore Resize Operation.
9 years ago
Adriaan de Groot e09f179d76 Coverity: repair previous commit 9 years ago
Adriaan de Groot a138eb501c Coverity: fix issues reported in QJsonModel
- Also reported upstream, in the MIT-licensed version of same.

This is a re-hash of b348a45834,
adding memory-leak prevention when load() is called.
9 years ago
Philip b15d970845 [bootloader] fix regression introduced with d179a9e
- see also #840
9 years ago
Gabriel Craciunescu d2ea83a0b2 NetInstallPage.cpp: fix displaying for Name and Description
- fixes 1d7ad9e045 which sets
  both header's labels to 0 so 'Name' was always overridden
  by Description and Description never displayed
9 years ago
rajudev 84581155bd Added an explanation of the module and what it does when used, or when used incorrectly. 9 years ago
Andrius Štikonas fb1522f6ca Use KPMcore Resize Operation. 9 years ago
Andrius Štikonas 274025d04e Fix reported partition size. 9 years ago
Adriaan de Groot 2aa5a14b51 Merge pull request #843 from Bezzy1999/cleanup-bitness
Clean up bitness check (ignoring CI error because the CI is broken right now).
9 years ago
Bezzy1999 17fb91cda5 added my name 9 years ago
Bezzy1999 cc6db5b808 pep8 9 years ago
Adriaan de Groot c2c2793be5 [branding] correct documentation of productIcon sizes 9 years ago
crispg72 d179a9e3b1 Tidied up bitness check 9 years ago
Adriaan de Groot fe0cb88d70 Linking: be a little more relaxed in linking to dependent libs 9 years ago
Adriaan de Groot ad2edf4f82 Linking: Reduce library dependencies in welcome module
Welcome is only interested in checking partitions, not
in resizing them, so stick to one library. This will
become moot when the checks move to partitionmanager
and KPMCore can do the things.
9 years ago
Adriaan de Groot 5e101bcbf9 Document KPMCore versions that make sense
- KPMCore 3.0.2 works, but contains specific bugs
9 years ago
Adriaan de Groot 055d416321 Merge branch '3.1.x-stable' 9 years ago
Adriaan de Groot e6e1e2226c [netinstall] logging about the number of packages to process 9 years ago
Adriaan de Groot 41f17892d6 [packages] Document run_operations() some more 9 years ago
Philip df84208abc [bootloader] use generic file names instead of grub
- this fixes #839
9 years ago
Philip 10ede796f8 [bootloader] use generic file names instead of grub
- this fixes #839
9 years ago
Adriaan de Groot c15db95046 Merge branch '3.1.x-stable' (netinstall fixes) 9 years ago
Adriaan de Groot 9b5772c482 Keyboard: warn about missing ckbcomp, thanks @abucodonosor 9 years ago
Adriaan de Groot 36a711c87f Netinstall: fix misleading message (thanks to @abucodonosor) 9 years ago
Adriaan de Groot 58414666c8 Netinstall: optimize structure for packages
- If there's no scripts involved in a package for netinstall, just
   name it without the scripts; this lets the packages module
   optimize to fewer package manager calls.
9 years ago
Adriaan de Groot 4314f2c4ad Netinstall: fix datatype passed to packages module
- Each element of the (list) packageOperations needs to be a
   package operation, which is a dictionary with keys (identifying actions)
   and lists of packages (which may be strings or script-info dictionaries).
9 years ago
Adriaan de Groot 174fa98695 Documentation: minor polishing on netinstall 9 years ago
Adriaan de Groot e7c51aa00b Document defaultFileSystemType
- this applies to new partitions; existing documentation erroneously
   said this happens with Replace as well,
 - follow up on Andrius manual-partition PR with documentation that
   manual mode doesn't switch to this FS when editing existing partitions.
9 years ago
Adriaan de Groot b3723371c8 Merge pull request #838 from stikonas/master
Clarify defaultFileSystem documentation.
9 years ago
Adriaan de Groot acd2d9f006 Testing: be more verbose about what files are loaded. 9 years ago
Adriaan de Groot 5db8a8f65c Testing: refactor python-test tool to allow independent use.
- Improve documentation
 - Allow '-' as filename (for empty)
9 years ago
Andrius Štikonas 38c3f8bb52 Clarify defaultFileSystem documentation. 9 years ago
Andrius Štikonas ceba157459 Use KPMcore DeleteOperation to delete partitions. 9 years ago
Andrius Štikonas 70573543f2 Use KPMcore NewOperation to create partitions. 9 years ago
Adriaan de Groot 9f84519e87 Merge branch '3.1.x-stable'
- pull in northern-locations fixes
 - pull in testing yaml-config
9 years ago
Adriaan de Groot e9205125ea Testing: add test to check the shipped config-files for correctness. 9 years ago
Adriaan de Groot 8b76b861ad Code-formatting, add (unused for now) overload of getLocationPosition() 9 years ago
Adriaan de Groot 00fa7bff1c Code-formatting, add copyright notice 9 years ago
Gabriel C c10d7470bb finished: fix configuration file syntax
- fixes commit 74c19fc02d
- fixes #829
9 years ago
Gabriel C 8135aa9a4c finished: fix configuration file syntax
- fixes commit 74c19fc02d
- fixes #829
9 years ago
Adriaan de Groot 78031636af Correct for distortion of globe.
In the timezone widget, locations in the far north -- Inuvik,
Thule, Longyearbyen -- were displayed too far south, because the
map location calculation assumes a linear gradient, which places
90 degrees north at about 70 degrees. Change calculation to
pretend the world is flat south of 62 degrees north, and then
'bend' the remaining 28 degrees of latitude to the top of the
image. This puts most places in the right spot, although Yellowknife
is now on the south shore of Great Slave.

Fort Nelson should be north of Dawson Creek, too -- the math still
needs a little work.

While here, put Antarctica in the south, otherwise Rothera keeps
showing up in Greenland.
9 years ago
Andrius Štikonas 4912d8a6c2 Fix create partition job to work with LVM devices. 9 years ago
Adriaan de Groot 3f739563ef Drop KService requirements (it's still there in InteractiveTerminal) 9 years ago
Adriaan de Groot 8599c2800f Document finished.conf some more 9 years ago
Gabriel C 30e56e1566 finished: use generic shutdown command
- it doesn't make any sense to have restartNowCommand and fallback
  set to the same command.
- also fallback should be something generic every init supports
9 years ago
Adriaan de Groot 1491a02802 Documentation for the branding variables 9 years ago
Adriaan de Groot 7adb963ba9 Merge pull request #826 from bill-auger/master
use orphaned Branding::ProductLogo as sidebar image
9 years ago
Adriaan de Groot b1bae4152a Missing import; thanks to crazy on IRC 9 years ago
bill-auger 8d341ed53d
use orphaned Branding::ProductLogo as sidebar image 9 years ago
Calamares CI 1eaeb6025f [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot d01a35e288 Missing import; thanks to crazy on IRC 9 years ago
Andrius Štikonas 68e940f0bf Remove unnecessary KIO and KIconThemes dependencies. 9 years ago
Andrius Štikonas 9f05c236d8 KPMcore: Pass QStringList to fs->name() instead of QString. 9 years ago
Adriaan de Groot ff2947060d KPMCore: use the translation system for filesystem names from KPMCore 9 years ago
Adriaan de Groot 96c3f7def3 KPMCore: drop conditional code 9 years ago
Adriaan de Groot ca037af6ca KPMCore: update required version to 3.2
- drop extra checks for blkid and atasmart, those are kpmcore's
   concern, not ours (and it might have other backends, anyway)
9 years ago
Calamares CI 7129b125af [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 33f78b375d Merge branch 'master' into kcrash 9 years ago
Adriaan de Groot 8917d153da Drop the (inter-)module dependencies system.
- Was marked incomplete and unused; none of the existing modules
   set any requirements, and the descriptors are not set up to
   hold the requirements information anyway.
 - Dependencies are generally through globalStorage values, or if
   there are dependent jobs they should be created in-order by one
   source (e.g. though a View or a subclass of CppJob which overrides
   jobs() ).
 - It is the responsibility of deployers to formulate a settings.conf
   that includes all the required modules.
 - A 'real' dependency system is going to lead to the introduction
   of interface-definitions and a great deal of complexity, for a
   use case that can be handled with careful deployment instead.
9 years ago
Adriaan de Groot d2cce926de Merge pull request #821 from calamares/luks-colors
Use the LUKS filesystem's outer UUID for the color index.
9 years ago
Adriaan de Groot 6704121946 Keyboard: try a little harder to match keyboard layouts with selected system language 9 years ago
Adriaan de Groot bd4ee9320d Clang: warnings--, drop unused WindowFlags parameter 9 years ago
Adriaan de Groot 9b9801d48d Code-style: format the keyboard module 9 years ago
Adriaan de Groot ea07d9e1d8 Merge branch 'master' into i689-kayboard-layout 9 years ago
Adriaan de Groot aa26ac5dd9 Clang: warnings-- 9 years ago
Adriaan de Groot 72bbac7e22 Merge branch 'master' into usertracking 9 years ago
Adriaan de Groot dcc66c2793 Clang: for gcc, don't produce empty COMPILE_FLAGS 9 years ago
Adriaan de Groot 574bb61592 Code-style: format the finished module 9 years ago
Adriaan de Groot 6924bd7d23 Clang: produce fewer warnings (all caused by boost headers) 9 years ago
Adriaan de Groot 866d338894 Clang: warnings-- 9 years ago
Adriaan de Groot 7f00073e7f Clang: warnings-- 9 years ago
Adriaan de Groot 74c19fc02d Finished: make notification optional
FIXES #811
9 years ago
Adriaan de Groot 2a4d8faa3b Presentation: re-implement looping, keyboard-nav 9 years ago
Adriaan de Groot 6f00dd761b Licensing: add header to slideshow copyright 9 years ago
Adriaan de Groot 420f135628 Licensing: Re-import GPLv2.1 slideshow
Re-import presentation code (commercial, LGPLv2.1 or GPLv3), with licensing
info. Calamares chooses LGPLv2.1 for the QML "library" code.

 - Digia LGPL Exception obtained from:
   Repo: https://raw.githubusercontent.com/meta-qt5/meta-qt5/master/licenses/Digia-Qt-LGPL-Exception-1.1
   Rev: 48ebff679e5dc084d395b861a1fc4cb21790d51b
 - Presentation QML obtained from:
   Repo: https://github.com/qt-labs/qml-presentation-system
   Rev: 4071343a4dffffc4b05d777faa9c5cf54f2b4f08
9 years ago
Adriaan de Groot a4a05acc61 Remove more crashreporter references 9 years ago
Adriaan de Groot af2643cdfc Clang: warnings-- (unused, init-order) 9 years ago
Philip d20285d4f2 [modules] displaymanager: try to fix regression introduced with c8fd11b 9 years ago
Adriaan de Groot 40c49bd50d Clang: be more explicit about marking third-party code.
- This is only a partial solution to warnings caused by third-party
   code, since #including the headers from other sources won't apply
   the warning-suppressions.
 - Flags are not applied when building the source as part of a larger
   target, but are on re-building just one object (it seems -- CMake
   issue to track down).
9 years ago
Adriaan de Groot d89b17a244 Clang: partman_devices.c is not, in fact, C++ code 9 years ago
Adriaan de Groot e3e519c06f Clang: reduce warnings, nullptr, unused parameters 9 years ago
Adriaan de Groot 34761c4214 Clang: reduce 0-as-nullptr warnings 9 years ago
Adriaan de Groot 337903db09 Clang: reduce warnings about overriden destructors 9 years ago
Adriaan de Groot 9693d7a5bd Memory: clean up interface used to get memory (RAM) size 9 years ago
Adriaan de Groot 0c129f2460 Reduce third-part warnings a better way.
Thanks to Kevin Kofler for pointing out what I'd forgotten about
source-file flags. While at it, introduce a generic mechanism for
suppressing warnings in third-party code.

Mostly reverts 4930484931
9 years ago
Adriaan de Groot b04a890798 Fix code using re-imported imageregistry 9 years ago
Adriaan de Groot 6010805935 Licensing: add header to imageregistry copyright
- mention that this is shipped as part of Calamares
         - SPDX info
9 years ago
Adriaan de Groot a65bc7d756 Licensing: re-import ImageRegistry
- include full license headers,
 - copied from
   - repo: https://github.com/tomahawk-player/tomahawk/
   - rev:  00f602e10203b76fc28b4615868c567e6bd4ced4
   - path: src/libtomahawk/utils/ImageRegistry.cpp
9 years ago
Adriaan de Groot d23818b27c Fix code using re-imported spinner 9 years ago
Adriaan de Groot d2d59e6206 Licensing: add header to QtWaitingSpinner copyright
- mention that this is shipped as part of Calamares
     - SPDX info
9 years ago
Adriaan de Groot 553a66b326 Licensing: re-import QtWaitingSpinner
- include full license headers,
 - copied from
   - repo: https://github.com/snowwlex/QtWaitingSpinner
   - rev:  bb8f8987ca19406dc75704eb382ab52e981b773f

This revision *does not build* because the files have been renamed.
9 years ago
Adriaan de Groot 24f26ee7c8 Licensing: add header to QJsonModel copyright
- mention that this is shipped as part of Calamares
 - SPDX info
9 years ago
Adriaan de Groot e5c0854e66 Licensing: re-import GPLv3 version of QJsonItem
- include full license headers,
 - copied from
    - repo: https://github.com/dridk/QJsonmodel
    - rev:  fbd4fb3b1c1311f69cd8ada9bbb7a89fd6fe171e
9 years ago
Adriaan de Groot 13807ceabf Licensing: add self
- to all the files I've touched recently
 - to (very incomplete) AUTHORS list

Licensing: add license info to top-level CMakeLists.txt
9 years ago
Adriaan de Groot 6d880b5631 Replace memory-size detection.
- drop use of dmidecode to determine exact physical memory size
 - use sysinfo() to find memory size (assumes linux 2.3.48 or later)
9 years ago
Adriaan de Groot 1c52f961a6 Refactor password-errors-indication (again)
- set message and status icon in one go
 - only check until an error is found
 - Mark TODO for passwordRequirements
9 years ago
Adriaan de Groot d839f8e0b3 Passwords: introduce password-checking
- Introduce a map 'passwordRequirements' in users.conf,
   which is a list of named requirements. There are only
   two settings right now, min and max length, but
   additional checks can easily be added in UsersPage.cpp
   by defining additional lambda's to check the given
   password string.
 - Add PasswordCheck instances as needed, with functions
   to check acceptability and to produce messages on rejection.
 - Documentation in the users.conf file itself.

 - In passing, refactor setting of pixmaps on labels.

FIXES #790
9 years ago
Adriaan de Groot ddb6455365 Revert be2338ff0 (intended just to reduce warnings)
- keep the calamaresstyle formatting changes,
 - drop shadowing and nullptr changes.

FIXES #805
9 years ago
Adriaan de Groot a14e98ce95 Crashreporter: remove further reference to removed lib 9 years ago
Adriaan de Groot 4930484931 CMake: massage build of libcalamares
- Build also two OBJECT libraries,
 - Allow changing Clang warnings for third-party code.
9 years ago
Adriaan de Groot eede92646d CMake: shuffle includes, drop useless (empty) QT_INCLUDE_DIR 9 years ago
Adriaan de Groot ddf7b7fc90 CMake: remove superfluous indirection 9 years ago
Adriaan de Groot a266ecb133 CMake: simplify definitions, distinguish kinds of sources 9 years ago
Adriaan de Groot e5b59d472e Clang: warnings-- 9 years ago
Adriaan de Groot c8fd11b103 Replace scandir with listdir, simplify loop
FIXES: ??
9 years ago
Adriaan de Groot ca60a7fc16 Clang: warnings-- 9 years ago
Adriaan de Groot 342b819a1d Fix build (warnings--, but breakage++ is not good) 9 years ago
Adriaan de Groot c6297f1db5 Clang: warnings-- 9 years ago
Adriaan de Groot 9f1cca5ec7 FS: use untranslated name to identify filesystem
Resolves issue where 'linuxswap' is translated to 'Linux-Swap',
for instance. FileSystem::name() provides a translated name,
not an untranslated one.

This should move to KPMCore.

FIXES #797
9 years ago
Adriaan de Groot 8b61b3ddc3 Merge pull request #802 from abucodonosor/pr-autologin2
CreateUserJob: do not force any autologin group
9 years ago
Adriaan de Groot c9f4bc0cc8 Check for crypt(3), also on FreeBSD 9 years ago
Adriaan de Groot edb1dbaa6e Clang: warnings-- 9 years ago
Gabriel C 5d241f8e09 CreateUserJob: do not force any autologin group
There is no need to force folks haing a random group
 bc that is a Distro think. SDDM/GDM works just fine without
 having a group for the user to autologin.
 Just setup a group in users.conf .. is why we have a configuration
 option for that.
9 years ago
Adriaan de Groot da4fa6a63a Fix link / library name 9 years ago
Adriaan de Groot bd37572fd8 Clang: reduce warnings 9 years ago
Adriaan de Groot 03d9dbe099 Clean up CMakeLists, linking 9 years ago
Adriaan de Groot be2338ff08 Clang: reduce warnings 9 years ago
Adriaan de Groot ec86922839 Find KPMCore 3.2 quietly, less frightening 9 years ago
Adriaan de Groot d8a47bb8be Simplify dict() construction for fstab-lines 9 years ago
Gabriel C b82042a078 fstab: fix btrfs with LUKS and systemd we forgot to fix that in #730 tested with efi/BIOS+LUKS+btrfs , efi/BIOS+btrfs 9 years ago
Adriaan de Groot cb57de2e65 Clang: float -> qreal where it matches Qt API 9 years ago
Adriaan de Groot 297e97da19 Clang: tidy up warnings in logger 9 years ago
Adriaan de Groot 25de3aca6e Clang: don't shadow global int timezone 9 years ago
Philip d2964cc71c [locale] default to the states
- see also 239c7534d2
9 years ago
Adriaan de Groot 9116718448 Clang: warnings-reduction 9 years ago
Adriaan de Groot 463615a1c0 Clang: don't shadow local variable names 9 years ago
Adriaan de Groot 764fb742ba Clang: clean up documentation markup 9 years ago
Adriaan de Groot 0b39e50cdc Clang: explicit char-initialization of ByteArray 9 years ago
Adriaan de Groot 3527c82327 Clang: make private internal class less visible 9 years ago
Adriaan de Groot bd3786ebeb Clang: reduce warnings in various places 9 years ago
Adriaan de Groot a06911e9aa Clang: refactor units-converters, reduce warnings 9 years ago
Adriaan de Groot 31fa9e4251 Clang: fix warnings on partition splitter
- initialize all the fields
 - member-initialization order
 - silence warnings about double<->int
 - drop unused parameter to setSplitPartition
9 years ago
Adriaan de Groot 3aa540a69e Clang: static constant usage strings 9 years ago
Calamares CI 5b97d2367a [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 3e5916157f A mounted partition cannot be resized or replaced
- add check for isMounted()
 - a device with a mounted partition cannot be (entirely) erased

FIXES #639
9 years ago
Adriaan de Groot 851379628c Reduce Qt runtime warnings.
- deleteLater() doesn't like nullptr (produces a warning, but is harmless)
 - reparenting across threads doesn't work, comment on that but leave
   it in, since this may be relevant for memory management.
9 years ago
Adriaan de Groot cec7132d2c Swap + LUKS configuration.
Based on patches from crazy@frugalware.org and V3n3RiX.

(presumably) FIXES #730
9 years ago
Adriaan de Groot cc26fc085a Merge pull request #787 from stikonas/master
kpmcore now requires passing sector size to FileSystem.
9 years ago
Adriaan de Groot 7e25909e18 YAML: refactor YAML-exception reporting
- both NetInstall (group data) and Locale (GeoIP) use network
   data returned as a source of YAML data. Try to explain
   parsing errors for both.

FIXES #786
9 years ago
Andrius Štikonas 252006ea25 kpmcore now requires passing sector size to FileSystem. 9 years ago
Adriaan de Groot 09decf8e06 YAML-NetInstall: log data errors.
When NetInstall receives YAML data, handle parser errors more gracefully:
show line and column, but because it's network data (not in a local file),
do some work to print out the actual data received.

FIXES #786
9 years ago
Adriaan de Groot 6c5199c9cc YAML: on error, report filename along with location 9 years ago
Adriaan de Groot 9096a9ebcd Remove overly-verbose debugging 9 years ago
Adriaan de Groot 73a75e837b Auto-resize the main window.
If the summary widget is large, it gets a scrollbar. This looks really
weird, so prefer to grow the installer window instead. Discussed with
@sitter and settled on this solution.

ViewSteps can signal the ViewManager that they need more space (in pixels),
which may or may not be honored.

FIXES #778
9 years ago
Adriaan de Groot ec265c073a One more have_dracut check (thanks to @crazy) 9 years ago
Adriaan de Groot 360a114ed4 Be more explicit on why a device is winnowed from the list 9 years ago
Adriaan de Groot 78ef69af02 i18n: update source translations 9 years ago
Adriaan de Groot e9e6834dd8 Locale: translate OK, Cancel buttons in language selection (reported on IRC) 9 years ago
Adriaan de Groot e13f7898ac Make check for dracut more readable 9 years ago
Adriaan de Groot 47dcbefe2c Apply patch from V3n3RiX.
https://gitlab.com/redcore/redcore-desktop/raw/master/app-admin/calamares/files/calamares-3.1.1-luks-fstab-write-devmapper.patch

Fixes #772
9 years ago
Adriaan de Groot b22bd67a5f Avoid race condition around libparted device use.
FIXES #782
9 years ago
Adriaan de Groot 798640be0d PEP8 whining 9 years ago
Adriaan de Groot 11ff935453 Merge branch 'valgrind' 9 years ago
Adriaan de Groot 0e96621b94 Don't leak memory when winnowing disk devices
- Improve logging a little
 - Don't leak Device*, but delete the raw pointer when erasing
 - Document that DeviceInfo takes ownership and doesn't leak
9 years ago
Adriaan de Groot e26d5ab206 Don't leak memory for allocated modules 9 years ago
Adriaan de Groot d5dca07e22 Fix uninitialized values (valgrind report) 9 years ago
Adriaan de Groot a4f4d417a2 Packages module: improve translated progress reporting
- Reduce number of strings a bit
 - Less confusing translation requirements (I hope)
 - Report on progress between groups
9 years ago
Adriaan de Groot a31c4b4cb3 Packages module: better progress reporting
- introduce multiple modes (remove, install) to
   distinguish progress messages
 - handle plurals via gettext
 - fix PEP8 whining from previous
9 years ago
Adriaan de Groot e1a93987d0 Packages module: add progress reporting
Adds i18n to the module (but these strings are not yet extracted),
and reports progress as each group of packages is installed.

FIXES #781
9 years ago
Adriaan de Groot 8dd1b7ed4a Merge branch 'distro-example'
This was WIP, working on the fstab / UUID problem, but stands on its
own; since others are zooming in on the fstab / UUID problem, close
down the branch.
9 years ago
Adriaan de Groot 1ea79efce8 Uninitialized value 9 years ago
Adriaan de Groot 162de207c8 Package module: extensive documentation of options 9 years ago
Adriaan de Groot 1926399378 Telemetry stub.
This is experimental, off-by-default, code for developing a telemetry /
tracking configuration module. It is preliminary work for issue #628,
but also for KDE Neon configuration. Any telemetry should conform to
the KDE Telemetry Policy [1] or similar Free Software telemetry policy
(e.g. the Mozilla one).

[1] https://community.kde.org/Policies/Telemetry_Policy

Initial idea is to distinguish three kinds of tracking:
 - installs. This tracks that OS <foo> has been installed somewhere.
   It might send some machine information to a remote server.
 - machines. This enables some kind of machine tracking in the

   installed system, for instance it could enable popcon on
   Debian, or periodic phone-home-pings.
 - users. This enables some kind of telemetry / tracking on the
   installed user in the system.

A simple and transparent setting is to enable install-tracking and set
it to opt-in, and disable machine and user tracking. Explain to the
user that <foo> would like to know when <foo> is installed, and that
the following information <d1>, <d2> will be sent to <url> in accordance
to the <foo> telemetry policy at <url2>.

Work in this branch is subject to VDG review for the visuals, and
privacy oversight by whatever group is responsible for <foo> privacy.

Note that this module makes it *possible* for telemetry configuration
to be visible inside the installer; what distro's do with telemetry
already is entirely outside the scope of this configuration module.
9 years ago
Adriaan de Groot 3799a26b3c Package module: optimize & fix
- Expand example configurations
 - Optimize commoon case of just listing package names
 - Do locale substitution in both kinds of cases
9 years ago
Adriaan de Groot 6c36534206 Package module: fix packages-could-be-objects code
- Check for 'list' when it's actually a 'dict' is strange.
   Reverse logic to consider 'str' a package name and everything
   else is special.
 - Refactor to handle the difference between package names and
   packages-with-script-data in one place.
 - Add code and config documentation.
 - Switch sample configurations to dummy-backend.
9 years ago
Adriaan de Groot d66434985e Package module: refactor package-manager into multiple classes 9 years ago
Adriaan de Groot 913521d022 Testing: set more locale-globals in testing-script.
When testing Python modules, passing option --lang should also
set the global 'locale' (to a BCP47 string, but hey) like it
already sets localeConf.LANG.
9 years ago
Adriaan de Groot c5abfd6371 Having a mounted partition should not disqualify the entire device.
FIXES #780
(should reopen #639 for double-checking)
9 years ago
Adriaan de Groot 85595b4e04 #780: check for isMounted(), not for where-would-it-be-mounted 9 years ago
Adriaan de Groot 7791c3cb19 DeviceInfo: refactor translation of DeviceInfoPage
- For Boot and Device info widgets, add a retranslateUi() method,
   since the labels change not only in response to translation
   events but also UI events.

FIXES #779
9 years ago
Adriaan de Groot 7e66499f36 Refactor check for EFI system.
The TODO stands, to delegate this to KPMCore.
9 years ago
Adriaan de Groot 186f6cd1e2 initcpiocfg: accept (but warn) for missing config file in the host 9 years ago
Adriaan de Groot 106f18e074 Log process output of failed commands
FIXES #612
9 years ago
Adriaan de Groot 63f9c25611 Update unpackfs.conf examples and documentation 9 years ago
Adriaan de Groot 3188a47fba Bump version numbers on the example distro 9 years ago
Adriaan de Groot 89c2c8a76e Suppress success-notification on failure 9 years ago
Adriaan de Groot 2c81fceacb Python: KeyError because pretty_name may not exist 9 years ago
Calamares CI 2f5638c34e [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 52f1ac63e3 Update translation sources 9 years ago
Calamares CI 704901762e [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot b3a46c7506 Merge branch 'i18n-pythonjob' 9 years ago
Adriaan de Groot 93115b7385 Popup notification when the installation is done.
- Use DBus and FreeDesktop interface to popup message
 - Code style / formatting

FIXES #599
9 years ago
Adriaan de Groot 5dc70ac261 Python-i18n: apply C++-coding style 9 years ago
Adriaan de Groot 538c59adb9 Python-i18n: add /usr/local/share/locale to search 9 years ago
Adriaan de Groot d6d5f54d00 Python-i18n: clarify debugging 9 years ago
Adriaan de Groot 22fd428664 Python-i18: avoid duplicate path entries 9 years ago
Adriaan de Groot 48cc1f0461 Python-i18n: adjust for changed API 9 years ago
Adriaan de Groot 3a1d5ed533 Python-i18n: (inefficiently) search for suitable gettext dirs 9 years ago
Adriaan de Groot 34230276e3 Python-i18n: extend test-script with language setting 9 years ago
Adriaan de Groot 78b3c8ed32 Python-i18n: allow None as a gettext path (searches default) 9 years ago
Adriaan de Groot 74be2fd098 Python-i18n: implement gettext functions in libcalamares.utils
- remove Job.gettextPath
 - add libcalamares.utils.gettext_path()
 - add libcalamares.utils.gettext_lang()
 - modify examples in main.py
 - add some gettext debug-output from dummypython
 - correct namespace mis-labeling
 - provide two forms of GlobalStorage
   - regular use, has a JobQueue with storage
   - testing use, creates GlobalStorage separately, provide
     independent access to that for Python.
9 years ago
Adriaan de Groot 5326e9ee06 Python-style: sharp-eyed KK spots a typo 9 years ago
Adriaan de Groot d4c714c400 Python: fix up testing script
- Didn't run at all (at least since v3.1) because of mismatch between
  GlobalStorage constructor arguments and use; special-case None
  in the C++ code to allocate a new GlobalStorage object.
9 years ago
Adriaan de Groot f509000215 Python-style: cut-and-paste accident 9 years ago
Adriaan de Groot 49384ef01f Python-style: fix derpy workaround for PEP8 9 years ago
Adriaan de Groot 6370898154 Python-i18n: make it compile again 9 years ago
Adriaan de Groot cbfdd8690d Python-i18n: WIP, moving API to libcalamares.utils 9 years ago
Adriaan de Groot 1dbe7c29e2 Python-i18n: prepare for move of API to libcalamares.utils, be less verbose 9 years ago
Adriaan de Groot fdb4be8189 Python-i18n: be explicit about parameters 9 years ago
Adriaan de Groot c694792e4f Python-style: pep8 fixes 9 years ago
Adriaan de Groot d523a44407 Merge branch 'master' into i18n-pythonjob 9 years ago
Adriaan de Groot 40c3b3dd04 Modules: initramfscfg copy files from own install-dir
FIXES #770
9 years ago
Adriaan de Groot f0a143cd5c PythonJob: switching between C++ and Python is hard 9 years ago
Adriaan de Groot 58b2abc9ac Merge pull request #771 from n3rdopolis/patch-1
Correct update-initramfs command (add -t for cases where there already is one on disk)
9 years ago
Calamares CI 8052b6d6f6 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 33bc669591 Python-i18n: trivial example adding _ to python jobs
- add to dummypython
 - also add to machineid
9 years ago
Adriaan de Groot b922d88b0f Python-i18n: add a gettext_path for python job modules 9 years ago
Adriaan de Groot 34c3bc6c85 CMake: shuffle translations macros into CMakeModules/ 9 years ago
Adriaan de Groot be04b12597 Modules: tidy debugging in dummypython 9 years ago
Adriaan de Groot 2dc019493d Modules: docs for users.conf 9 years ago
Calamares CI 6537a054de [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot ca3b10002b Modules: minor cleanup + docs 9 years ago
Adriaan de Groot 9737041e66 Locale: extend prettyStatus()
Add description of language and number formats to pretty status.
This is shown in the summary page. Refactor a little to produce
the strings only in one place. Constify methods.

FIXES: #564
9 years ago
Adriaan de Groot a718eb76cb Docs: code-documentation about summary page 9 years ago
Calamares CI c00350551f [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 61865a8e11 i18n: fix encoding of dummy translations -- not ASCII, but UTF-8 9 years ago
n3rdopolis 05e48d4357 Remove whitespace 9 years ago
n3rdopolis aac783ed3a Try to correct character per line count 9 years ago
n3rdopolis 086a019d19 Correct update-initramfs command
This allows it to create a new initramfs, and replace it.
This will better ensure that calamares generated initramfs is used
9 years ago
Adriaan de Groot c860270751 i18n: mark python example-string as translatable 9 years ago
Adriaan de Groot f0894b471b i18n: mark non-translatable string as such 9 years ago
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc' 9 years ago
Adriaan de Groot 46636bdf65 Modules: documentation of CMake, module.desc, etc. 9 years ago
Adriaan de Groot 445fdace36 Modules: remove another boilerplate module.desc 9 years ago
Adriaan de Groot 196b1567db Modules: remove boilerplate module.desc 9 years ago
Adriaan de Groot e3008657c4 Modules: accept 'viewmodule' as alias of 'view', improve logging on error. 9 years ago
Adriaan de Groot 445a7fc62a CMake: remove welcome-module desc, since it's generated 9 years ago
Adriaan de Groot e6e91546e4 Do not use deprecated type 9 years ago
Adriaan de Groot f50d12445a Merge pull request #766 from stikonas/master
Port away from deprecated qSort.
9 years ago
Adriaan de Groot a23b7c2a00 CMake: be more verbose about choice of webkit vs engine 9 years ago
Andrius Štikonas 1131fdce4c Port away from deprecated qSort. 9 years ago
Adriaan de Groot 4a5cee133f About: adjust to the system font size.
FIXES #433
9 years ago
Adriaan de Groot 55a63a1f67 RemoveUser: fix bad PEP8-ing
FIXES #577
9 years ago
Adriaan de Groot 3cd18fd285 Partitions: extend getDevices() with minimum size.
This is preparatory work for making the available-space check consistent with
what the partition module will allow for installation. Right now, the check
for available space will allow a mounted drive, even /, to satisfy the check.
9 years ago
Adriaan de Groot 18a1f459db Partition: reduce code duplications 9 years ago
Adriaan de Groot 7d49255a78 Partitions: use an enum with clear semantics instead of bool 9 years ago
Adriaan de Groot 730e0d885f Partitions: use KPMCore-defined default backend 9 years ago
Adriaan de Groot 55c6cfa1ca Partitions: improve wording of debug messages 9 years ago
Adriaan de Groot 102bed1805 Partitions: split device-listing (and winnowing) into separate source file.
The grab-list-of-writable-devices code is usable for the partition module, but
also useful for welcome module, so reduce its footprint.
9 years ago
Adriaan de Groot 33bca6d71d Merge commit 'partitions' 9 years ago
Adriaan de Groot 594bc37d67 Coverity: uninitialized member 9 years ago
Adriaan de Groot 5bf03cc515 Partitions: shuffle some device-detection code off to PartUtils.cpp 9 years ago