3073 Commits (0465cc4214cf6fc47c15c003067cb731eb1d021e)

Author SHA1 Message Date
Adriaan de Groot b3b5240e66 Merge branch 'master' of https://github.com/rajudev/calamares into rajudev-master 8 years ago
Adriaan de Groot dddc1191a1 [kcrash] Point to a better submission URL 8 years ago
Adriaan de Groot 579b1061e6 [kcrash] Configure more robustly 8 years ago
Adriaan de Groot 4d7f70a28f [kcrash] Remove duplicate 'Tools' tab 8 years ago
Adriaan de Groot e8e284f724 Merge remote-tracking branch 'origin/kcrash' 8 years ago
Adriaan de Groot f4368d05f9 [tracking] Fix install-tracking HTTP GET 8 years ago
Chantara Tith 2a785bdf89 Disable newPartitionTableButton for LVM device. 8 years ago
Andrius Štikonas 652ffaedd5 Remove unnecessary kpmcore includes. 8 years ago
Andrius Štikonas 1620f6a668 Merge branch 'master' into lvm2 8 years ago
Adriaan de Groot 9a43b8a0e8 [tracking] hook the install-tracking job into the build.
(it doesn't work yet, though .. multi-threading issues).
8 years ago
Adriaan de Groot a0b1410a50 [tracking] Do the install-tracking ping with QNAM 8 years ago
Adriaan de Groot ff8af7d5e2 [tracking] Switch to typedef for job list 8 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.
8 years ago
Adriaan de Groot 7311204572 [tracking] Step 1 of getting the install-tracking URL
- document substitutions
 - build URL when creating jobs
8 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.
8 years ago
Adriaan de Groot 7a7e2b16cb [libcalamares] Some extra system-information functions 8 years ago
Adriaan de Groot e83b4d33f8 [libcalamares] Another convenience config-extraction function 8 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.
8 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
8 years ago
Adriaan de Groot 806799ece4 [tracking] Fix configuration file.
- The sample configuration file didn't use sub-maps, but list items.
8 years ago
Adriaan de Groot 28315db43b Merge branch 'master' into usertracking 8 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
8 years ago
Adriaan de Groot 62c03d6857 Merge branch '3.1.x-stable' 8 years ago
Adriaan de Groot 51c74c6abb [netinstall] Convenience typedefs 8 years ago
Adriaan de Groot 91e949f8fc [netinstall] Apply Calamares C++ style 8 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
8 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).
8 years ago
Adriaan de Groot f3eb557fdb [libcalamares] Provide some convenience functions for extracting configuration data 8 years ago
Adriaan de Groot 2d31e987c0 [libcalamaresui] Unrelated typedef for JobList 8 years ago
Adriaan de Groot eed207ae2e CMake: ensure configuration-test can #include yamlcpp headers 8 years ago
rajudev b3b3777b6e Merge branch 'master' of github.com:calamares/calamares 8 years ago
Adriaan de Groot 0d4bd59818 [tracking] Document the configuration file format
- switch to 'enabled' and 'default' settings, independently.
 - document user-tracking as unimplemented.
8 years ago
Adriaan de Groot 30d08f3312
Merge pull request #852 from abucodonosor/docs
locale.conf: explain what all the settings are about
8 years ago
Adriaan de Groot a90f15081c Merge branch 'master' into usertracking 8 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
8 years ago
Adriaan de Groot 41e8fdd362 [plasmalnf] Search for LNF themes like the KCM does 8 years ago
Adriaan de Groot 6c873f0b70 [plasmalnf] Initial stub module 8 years ago
Adriaan de Groot 105e06798e CMake: look for ECM at top-level, add to search path if found. 8 years ago
Adriaan de Groot 1456375a12
Merge pull request #854 from abucodonosor/modules
Document users.conf
8 years ago
Gabriel Craciunescu 477a9855f6 users.conf: made requested changes 8 years ago
Adriaan de Groot b303acf12a Merge branch '3.1.x-stable'
- KPMCore code moved
 - Small fixes
8 years ago
Gabriel Craciunescu 599f9d48ae users.conf: document some things 8 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
8 years ago
Gabriel Craciunescu 71da7b3a48 RequirementsChecker.cpp: rearrange cDebug() output 8 years ago
Gabriel Craciunescu fc53438be9 locale.conf: fix localeGenPath comment 8 years ago
Gabriel Craciunescu 2e80ab98d7 locale.conf: explain what all the settings are about 8 years ago
Adriaan de Groot 5474dc6d2b [partition] allow KPMcore 3.0.2 (with warning) 8 years ago
Adriaan de Groot a179c6c765
Merge pull request #846 from stikonas/3.1.x-stable
Use KPMcore Resize Operation.
8 years ago
Adriaan de Groot e09f179d76 Coverity: repair previous commit 8 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.
8 years ago
Philip b15d970845 [bootloader] fix regression introduced with d179a9e
- see also #840
8 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
8 years ago
rajudev 84581155bd Added an explanation of the module and what it does when used, or when used incorrectly. 8 years ago
Andrius Štikonas fb1522f6ca Use KPMcore Resize Operation. 8 years ago
Andrius Štikonas 274025d04e Fix reported partition size. 8 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).
8 years ago
Bezzy1999 17fb91cda5 added my name 8 years ago
Bezzy1999 cc6db5b808 pep8 8 years ago
Adriaan de Groot c2c2793be5 [branding] correct documentation of productIcon sizes 8 years ago
crispg72 d179a9e3b1 Tidied up bitness check 8 years ago
Adriaan de Groot fe0cb88d70 Linking: be a little more relaxed in linking to dependent libs 8 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.
8 years ago
Adriaan de Groot 5e101bcbf9 Document KPMCore versions that make sense
- KPMCore 3.0.2 works, but contains specific bugs
8 years ago
Adriaan de Groot 055d416321 Merge branch '3.1.x-stable' 8 years ago
Adriaan de Groot e6e1e2226c [netinstall] logging about the number of packages to process 8 years ago
Adriaan de Groot 41f17892d6 [packages] Document run_operations() some more 8 years ago
Philip df84208abc [bootloader] use generic file names instead of grub
- this fixes #839
8 years ago
Philip 10ede796f8 [bootloader] use generic file names instead of grub
- this fixes #839
8 years ago
Adriaan de Groot c15db95046 Merge branch '3.1.x-stable' (netinstall fixes) 8 years ago
Adriaan de Groot 9b5772c482 Keyboard: warn about missing ckbcomp, thanks @abucodonosor 8 years ago
Adriaan de Groot 36a711c87f Netinstall: fix misleading message (thanks to @abucodonosor) 8 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.
8 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).
8 years ago
Adriaan de Groot 174fa98695 Documentation: minor polishing on netinstall 8 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.
8 years ago
Adriaan de Groot b3723371c8 Merge pull request #838 from stikonas/master
Clarify defaultFileSystem documentation.
8 years ago
Adriaan de Groot acd2d9f006 Testing: be more verbose about what files are loaded. 8 years ago
Adriaan de Groot 5db8a8f65c Testing: refactor python-test tool to allow independent use.
- Improve documentation
 - Allow '-' as filename (for empty)
8 years ago
Andrius Štikonas 38c3f8bb52 Clarify defaultFileSystem documentation. 8 years ago
Andrius Štikonas ceba157459 Use KPMcore DeleteOperation to delete partitions. 8 years ago
Andrius Štikonas 70573543f2 Use KPMcore NewOperation to create partitions. 8 years ago
Adriaan de Groot 9f84519e87 Merge branch '3.1.x-stable'
- pull in northern-locations fixes
 - pull in testing yaml-config
8 years ago
Adriaan de Groot e9205125ea Testing: add test to check the shipped config-files for correctness. 8 years ago
Adriaan de Groot 8b76b861ad Code-formatting, add (unused for now) overload of getLocationPosition() 8 years ago
Adriaan de Groot 00fa7bff1c Code-formatting, add copyright notice 8 years ago
Gabriel C c10d7470bb finished: fix configuration file syntax
- fixes commit 74c19fc02d
- fixes #829
8 years ago
Gabriel C 8135aa9a4c finished: fix configuration file syntax
- fixes commit 74c19fc02d
- fixes #829
8 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.
8 years ago
Andrius Štikonas 4912d8a6c2 Fix create partition job to work with LVM devices. 8 years ago
Adriaan de Groot 3f739563ef Drop KService requirements (it's still there in InteractiveTerminal) 8 years ago
Adriaan de Groot 8599c2800f Document finished.conf some more 8 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
8 years ago
Adriaan de Groot 1491a02802 Documentation for the branding variables 8 years ago
Adriaan de Groot 7adb963ba9 Merge pull request #826 from bill-auger/master
use orphaned Branding::ProductLogo as sidebar image
8 years ago
Adriaan de Groot b1bae4152a Missing import; thanks to crazy on IRC 8 years ago
bill-auger 8d341ed53d
use orphaned Branding::ProductLogo as sidebar image 8 years ago
Calamares CI 1eaeb6025f [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot d01a35e288 Missing import; thanks to crazy on IRC 8 years ago
Andrius Štikonas 68e940f0bf Remove unnecessary KIO and KIconThemes dependencies. 8 years ago
Andrius Štikonas 9f05c236d8 KPMcore: Pass QStringList to fs->name() instead of QString. 8 years ago
Adriaan de Groot ff2947060d KPMCore: use the translation system for filesystem names from KPMCore 8 years ago
Adriaan de Groot 96c3f7def3 KPMCore: drop conditional code 8 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)
8 years ago
Calamares CI 7129b125af [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot 33f78b375d Merge branch 'master' into kcrash 8 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.
8 years ago
Adriaan de Groot 6704121946 Keyboard: try a little harder to match keyboard layouts with selected system language 8 years ago
Adriaan de Groot bd4ee9320d Clang: warnings--, drop unused WindowFlags parameter 8 years ago
Adriaan de Groot 9b9801d48d Code-style: format the keyboard module 8 years ago
Adriaan de Groot ea07d9e1d8 Merge branch 'master' into i689-kayboard-layout 8 years ago
Adriaan de Groot aa26ac5dd9 Clang: warnings-- 8 years ago
Adriaan de Groot 72bbac7e22 Merge branch 'master' into usertracking 8 years ago
Adriaan de Groot dcc66c2793 Clang: for gcc, don't produce empty COMPILE_FLAGS 8 years ago
Adriaan de Groot 574bb61592 Code-style: format the finished module 8 years ago
Adriaan de Groot 6924bd7d23 Clang: produce fewer warnings (all caused by boost headers) 8 years ago
Adriaan de Groot 866d338894 Clang: warnings-- 8 years ago
Adriaan de Groot 7f00073e7f Clang: warnings-- 8 years ago
Adriaan de Groot 74c19fc02d Finished: make notification optional
FIXES #811
8 years ago
Adriaan de Groot 2a4d8faa3b Presentation: re-implement looping, keyboard-nav 8 years ago
Adriaan de Groot 6f00dd761b Licensing: add header to slideshow copyright 8 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
8 years ago
Adriaan de Groot a4a05acc61 Remove more crashreporter references 8 years ago
Adriaan de Groot af2643cdfc Clang: warnings-- (unused, init-order) 8 years ago
Philip d20285d4f2 [modules] displaymanager: try to fix regression introduced with c8fd11b 8 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).
8 years ago
Adriaan de Groot d89b17a244 Clang: partman_devices.c is not, in fact, C++ code 8 years ago
Adriaan de Groot e3e519c06f Clang: reduce warnings, nullptr, unused parameters 8 years ago
Adriaan de Groot 34761c4214 Clang: reduce 0-as-nullptr warnings 8 years ago
Adriaan de Groot 337903db09 Clang: reduce warnings about overriden destructors 8 years ago
Adriaan de Groot 9693d7a5bd Memory: clean up interface used to get memory (RAM) size 8 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
8 years ago
Adriaan de Groot b04a890798 Fix code using re-imported imageregistry 8 years ago
Adriaan de Groot 6010805935 Licensing: add header to imageregistry copyright
- mention that this is shipped as part of Calamares
         - SPDX info
8 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
8 years ago
Adriaan de Groot d23818b27c Fix code using re-imported spinner 8 years ago
Adriaan de Groot d2d59e6206 Licensing: add header to QtWaitingSpinner copyright
- mention that this is shipped as part of Calamares
     - SPDX info
8 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.
8 years ago
Adriaan de Groot 24f26ee7c8 Licensing: add header to QJsonModel copyright
- mention that this is shipped as part of Calamares
 - SPDX info
8 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
8 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
8 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)
8 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
8 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
8 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
8 years ago
Adriaan de Groot a14e98ce95 Crashreporter: remove further reference to removed lib 8 years ago
Adriaan de Groot 4930484931 CMake: massage build of libcalamares
- Build also two OBJECT libraries,
 - Allow changing Clang warnings for third-party code.
8 years ago
Adriaan de Groot eede92646d CMake: shuffle includes, drop useless (empty) QT_INCLUDE_DIR 8 years ago
Adriaan de Groot ddf7b7fc90 CMake: remove superfluous indirection 8 years ago
Adriaan de Groot a266ecb133 CMake: simplify definitions, distinguish kinds of sources 8 years ago
Adriaan de Groot e5b59d472e Clang: warnings-- 8 years ago
Adriaan de Groot c8fd11b103 Replace scandir with listdir, simplify loop
FIXES: ??
8 years ago
Adriaan de Groot ca60a7fc16 Clang: warnings-- 8 years ago
Adriaan de Groot 342b819a1d Fix build (warnings--, but breakage++ is not good) 8 years ago
Adriaan de Groot c6297f1db5 Clang: warnings-- 8 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
8 years ago
Adriaan de Groot 8b61b3ddc3 Merge pull request #802 from abucodonosor/pr-autologin2
CreateUserJob: do not force any autologin group
8 years ago
Adriaan de Groot c9f4bc0cc8 Check for crypt(3), also on FreeBSD 8 years ago
Adriaan de Groot edb1dbaa6e Clang: warnings-- 8 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.
8 years ago
Adriaan de Groot da4fa6a63a Fix link / library name 8 years ago
Adriaan de Groot bd37572fd8 Clang: reduce warnings 8 years ago
Adriaan de Groot 03d9dbe099 Clean up CMakeLists, linking 8 years ago
Adriaan de Groot be2338ff08 Clang: reduce warnings 8 years ago
Adriaan de Groot ec86922839 Find KPMCore 3.2 quietly, less frightening 8 years ago
Adriaan de Groot d8a47bb8be Simplify dict() construction for fstab-lines 8 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 8 years ago
Adriaan de Groot cb57de2e65 Clang: float -> qreal where it matches Qt API 8 years ago
Adriaan de Groot 297e97da19 Clang: tidy up warnings in logger 8 years ago
Adriaan de Groot 25de3aca6e Clang: don't shadow global int timezone 8 years ago
Philip d2964cc71c [locale] default to the states
- see also 239c7534d2
8 years ago
Adriaan de Groot 9116718448 Clang: warnings-reduction 8 years ago
Adriaan de Groot 463615a1c0 Clang: don't shadow local variable names 8 years ago
Adriaan de Groot 764fb742ba Clang: clean up documentation markup 8 years ago
Adriaan de Groot 0b39e50cdc Clang: explicit char-initialization of ByteArray 8 years ago
Adriaan de Groot 3527c82327 Clang: make private internal class less visible 8 years ago
Adriaan de Groot bd3786ebeb Clang: reduce warnings in various places 8 years ago
Adriaan de Groot a06911e9aa Clang: refactor units-converters, reduce warnings 8 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
8 years ago
Adriaan de Groot 3aa540a69e Clang: static constant usage strings 8 years ago
Calamares CI 5b97d2367a [dummypythonqt] Automatic merge of Transifex translations 8 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
8 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.
8 years ago
Adriaan de Groot cec7132d2c Swap + LUKS configuration.
Based on patches from crazy@frugalware.org and V3n3RiX.

(presumably) FIXES #730
8 years ago
Adriaan de Groot cc26fc085a Merge pull request #787 from stikonas/master
kpmcore now requires passing sector size to FileSystem.
8 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
8 years ago
Andrius Štikonas 252006ea25 kpmcore now requires passing sector size to FileSystem. 8 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
8 years ago
Adriaan de Groot 6c5199c9cc YAML: on error, report filename along with location 8 years ago
Adriaan de Groot 9096a9ebcd Remove overly-verbose debugging 8 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
8 years ago
Adriaan de Groot ec265c073a One more have_dracut check (thanks to @crazy) 8 years ago
Adriaan de Groot 360a114ed4 Be more explicit on why a device is winnowed from the list 8 years ago
Adriaan de Groot 78ef69af02 i18n: update source translations 8 years ago
Adriaan de Groot e9e6834dd8 Locale: translate OK, Cancel buttons in language selection (reported on IRC) 8 years ago
Adriaan de Groot e13f7898ac Make check for dracut more readable 8 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
8 years ago
Adriaan de Groot b22bd67a5f Avoid race condition around libparted device use.
FIXES #782
8 years ago
Adriaan de Groot 798640be0d PEP8 whining 8 years ago
Adriaan de Groot 11ff935453 Merge branch 'valgrind' 8 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
8 years ago
Adriaan de Groot e26d5ab206 Don't leak memory for allocated modules 8 years ago
Adriaan de Groot d5dca07e22 Fix uninitialized values (valgrind report) 8 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
8 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
8 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
8 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.
8 years ago
Adriaan de Groot 1ea79efce8 Uninitialized value 8 years ago
Adriaan de Groot 162de207c8 Package module: extensive documentation of options 8 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.
8 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
8 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.
8 years ago
Adriaan de Groot d66434985e Package module: refactor package-manager into multiple classes 8 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.
8 years ago
Adriaan de Groot c5abfd6371 Having a mounted partition should not disqualify the entire device.
FIXES #780
(should reopen #639 for double-checking)
8 years ago
Adriaan de Groot 85595b4e04 #780: check for isMounted(), not for where-would-it-be-mounted 8 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
8 years ago
Adriaan de Groot 7e66499f36 Refactor check for EFI system.
The TODO stands, to delegate this to KPMCore.
8 years ago
Adriaan de Groot 186f6cd1e2 initcpiocfg: accept (but warn) for missing config file in the host 8 years ago
Adriaan de Groot 106f18e074 Log process output of failed commands
FIXES #612
8 years ago
Adriaan de Groot 63f9c25611 Update unpackfs.conf examples and documentation 8 years ago
Adriaan de Groot 3188a47fba Bump version numbers on the example distro 8 years ago
Adriaan de Groot 89c2c8a76e Suppress success-notification on failure 8 years ago
Adriaan de Groot 2c81fceacb Python: KeyError because pretty_name may not exist 8 years ago
Calamares CI 2f5638c34e [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot 52f1ac63e3 Update translation sources 8 years ago
Calamares CI 704901762e [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot b3a46c7506 Merge branch 'i18n-pythonjob' 8 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
8 years ago
Adriaan de Groot 5dc70ac261 Python-i18n: apply C++-coding style 8 years ago
Adriaan de Groot 538c59adb9 Python-i18n: add /usr/local/share/locale to search 8 years ago
Adriaan de Groot d6d5f54d00 Python-i18n: clarify debugging 8 years ago
Adriaan de Groot 22fd428664 Python-i18: avoid duplicate path entries 8 years ago
Adriaan de Groot 48cc1f0461 Python-i18n: adjust for changed API 8 years ago
Adriaan de Groot 3a1d5ed533 Python-i18n: (inefficiently) search for suitable gettext dirs 8 years ago
Adriaan de Groot 34230276e3 Python-i18n: extend test-script with language setting 8 years ago
Adriaan de Groot 78b3c8ed32 Python-i18n: allow None as a gettext path (searches default) 8 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.
8 years ago
Adriaan de Groot 5326e9ee06 Python-style: sharp-eyed KK spots a typo 8 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.
8 years ago
Adriaan de Groot f509000215 Python-style: cut-and-paste accident 8 years ago
Adriaan de Groot 49384ef01f Python-style: fix derpy workaround for PEP8 8 years ago
Adriaan de Groot 6370898154 Python-i18n: make it compile again 8 years ago
Adriaan de Groot cbfdd8690d Python-i18n: WIP, moving API to libcalamares.utils 8 years ago
Adriaan de Groot 1dbe7c29e2 Python-i18n: prepare for move of API to libcalamares.utils, be less verbose 8 years ago
Adriaan de Groot fdb4be8189 Python-i18n: be explicit about parameters 8 years ago
Adriaan de Groot c694792e4f Python-style: pep8 fixes 8 years ago
Adriaan de Groot d523a44407 Merge branch 'master' into i18n-pythonjob 8 years ago
Adriaan de Groot 40c3b3dd04 Modules: initramfscfg copy files from own install-dir
FIXES #770
8 years ago
Adriaan de Groot f0a143cd5c PythonJob: switching between C++ and Python is hard 8 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)
8 years ago
Calamares CI 8052b6d6f6 [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot 33bc669591 Python-i18n: trivial example adding _ to python jobs
- add to dummypython
 - also add to machineid
8 years ago
Adriaan de Groot b922d88b0f Python-i18n: add a gettext_path for python job modules 8 years ago
Adriaan de Groot 34c3bc6c85 CMake: shuffle translations macros into CMakeModules/ 8 years ago
Adriaan de Groot be04b12597 Modules: tidy debugging in dummypython 8 years ago
Adriaan de Groot 2dc019493d Modules: docs for users.conf 8 years ago
Calamares CI 6537a054de [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot ca3b10002b Modules: minor cleanup + docs 8 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
8 years ago
Adriaan de Groot a718eb76cb Docs: code-documentation about summary page 8 years ago
Calamares CI c00350551f [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot 61865a8e11 i18n: fix encoding of dummy translations -- not ASCII, but UTF-8 8 years ago
n3rdopolis 05e48d4357 Remove whitespace 8 years ago
n3rdopolis aac783ed3a Try to correct character per line count 8 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
8 years ago
Adriaan de Groot c860270751 i18n: mark python example-string as translatable 8 years ago
Adriaan de Groot f0894b471b i18n: mark non-translatable string as such 8 years ago
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc' 8 years ago
Adriaan de Groot 46636bdf65 Modules: documentation of CMake, module.desc, etc. 8 years ago
Adriaan de Groot 445fdace36 Modules: remove another boilerplate module.desc 8 years ago
Adriaan de Groot 196b1567db Modules: remove boilerplate module.desc 8 years ago
Adriaan de Groot e3008657c4 Modules: accept 'viewmodule' as alias of 'view', improve logging on error. 8 years ago
Adriaan de Groot 445a7fc62a CMake: remove welcome-module desc, since it's generated 8 years ago
Adriaan de Groot e6e91546e4 Do not use deprecated type 8 years ago
Adriaan de Groot f50d12445a Merge pull request #766 from stikonas/master
Port away from deprecated qSort.
8 years ago
Adriaan de Groot a23b7c2a00 CMake: be more verbose about choice of webkit vs engine 8 years ago
Andrius Štikonas 1131fdce4c Port away from deprecated qSort. 8 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
Adriaan de Groot aeb0cd0d3f Partitions: drop devices with mounted partitions.
FIXES #639
9 years ago
Adriaan de Groot cc7631dd99 Partitions: code-formatting 9 years ago
Adriaan de Groot c66807282b CMake: remove editorializing from CMakeLists.txt 9 years ago
Adriaan de Groot 6fb40c517a CMake: collect all the Find-modules at top-level 9 years ago
Adriaan de Groot ce11c7ab6d LightDM: fix type (thanks Kevin Kofler) 9 years ago
Adriaan de Groot 8ca94db0fa Merge branch 'python-bits' 9 years ago
Adriaan de Groot ae6a9cd822 Python: move unsquash documentation to the config file 9 years ago
Adriaan de Groot 34b96148ae Python: at beginning of job, if pretty status has changed, emit progress to update it in the UI. 9 years ago
Adriaan de Groot fcde28ca9d Python: tidy description of hwclock module 9 years ago
Adriaan de Groot 11e5a6cbe0 Python: trim description to the first line of run.__doc__ 9 years ago
Adriaan de Groot 9561bac1c8 SUSE DM: add special case configuring autologin in sysconfig (openSUSE)
FIXES #582
9 years ago
Adriaan de Groot 984a83deb9 LightDM: if lightdm.conf doesn't exist (for autologin), create it
FIXES #568
9 years ago
Lisa Vitolo 9be15e68b6 Change both size box suffices to MiB. 9 years ago
Lisa Vitolo 925d3a61a7 Add "MB" suffix to the "edit partition" size box.
Makes it easier to know which unit Calamares is using when
resizing a partition. The "Create partition" dialog has
it already.
9 years ago
Adriaan de Groot 96ef18c2c4 CMake: help find libparted 9 years ago
Adriaan de Groot db105079ba CMake: drop meta-include CalamaresUse 9 years ago
Adriaan de Groot d74627b705 CMake: remove superfluous module-path-setting 9 years ago
Adriaan de Groot a72cc0eeb4 Python: use the module run().__doc__ as a pretty description. 9 years ago
Adriaan de Groot f12ae5db3b Python: get docstring from run() method 9 years ago
Adriaan de Groot e43f41a402 Python: separate description of dummy module from docs of run() 9 years ago
Adriaan de Groot 10eaf06f60 Python: Be more descriptive when modules can't be loaded. 9 years ago
Calamares CI 1897b62538 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 57031a4c15 Merge branch 'ui-tweaks' 9 years ago
Adriaan de Groot 3c3c0f99f8 C++ trickery, part two: shorten code 9 years ago
Adriaan de Groot 5a3bbe8088 FinishedPage: show message instead of details on failure 9 years ago
Adriaan de Groot d3f624f818 FinishedPage: no modal pop-ups in a slot
Switch the failure popup to non-modal, and quit the application when
the pop-up is closed. This allows signals to be delivered to other
slots connected to JobQueue::failed.
9 years ago
Adriaan de Groot 232bbe18bc Be more verbose while scanning devices 9 years ago
Adriaan de Groot ef065c1183 Merge branch 'master' into annoy-sitter 9 years ago
Adriaan de Groot 44e6955f19 Feature: allow disable welcome-logo resizing 9 years ago
Adriaan de Groot c4f955874d QLabel::setPixmap() isn't virtual, don't make it so. 9 years ago
Calamares CI 77fd8be881 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot ee4e4dfccc C++ trickery to make the code shorter to read. 9 years ago
Adriaan de Groot 3ecd2f2ff6 Add self to copyright notice 9 years ago
Adriaan de Groot 09a7988622 FinishedPage: add copyright, reduce warnings 9 years ago
Adriaan de Groot 72659dc6e1 FinishedPage: don't reboot on failure
If installation fails, and you end up on the last page, suppress the
reboot-now checkbox.

FIXES #605
9 years ago
Kai Dohmen 6f680c0269 Fix unknown partition-type Fat32 at mount and in fstab
Only the string "fat32" and "fat16" will be replaced with vfat. If an
case sensitive "Fat32" some problems occure:
- mount: partition cannot be mounted (e.g. a fat32 efi partition)
- fstab: system won't even boot because fstab does not know the type "Fat32"
9 years ago
Adriaan de Groot da75035654 Cleanup: summary module description 9 years ago
Adriaan de Groot 79595eb532 Coverity: explicitly initialize 9 years ago
Adriaan de Groot 43e7ea6265 Merge branch 'no-rcc' 9 years ago
Adriaan de Groot 9b3af4aac3 i18n: translate yes/no buttons, don't rely on Qt translations 9 years ago
Calamares CI 6291cc9db1 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 314282731b [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI c583e4c21b [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 955c20c8d7 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI a9b89d1b25 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI b3fbfec997 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 6b7a03ea97 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 418974c0ea [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 75b5303b49 i18n: stop trying to install Qt translations 9 years ago
Adriaan de Groot 61c0ab4534 Clang: fix the right conversions (thanks KKofler) 9 years ago
Calamares CI 0b6e43c899 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Philip Müller f64266a294 Merge pull request #758 from manjaro/lightdm-greeters
[displaymanager] check for installed lightdm greeter and configure accordingly
9 years ago
Bernhard Landauer a1173bccc2 [displaymanager] check for installed lightdm greeter and configure accordingly
- no matter if for example slick-greeter is installed as "lightdm-slick-greeter" or whatever.
  tested with lightdm-deepin-greeter and slick-greeter.
- plus some little simplifications
- added Copyright
https://github.com/calamares/calamares/issues/756
9 years ago
Adriaan de Groot 5cd328dad3 Clang: if we're going to crash on purpose, crash the C++ way 9 years ago
Adriaan de Groot 4561849c39 UI: add tooltip to Cancel / Quit button
Change 'Quit' at the end to 'Done', because we're done -- and Quit
is sometimes interpreted as cancelling. Tooltip for additional
explanation.
9 years ago
Adriaan de Groot d669df625a Clang: static QString -> literal 9 years ago
Adriaan de Groot c0b3f3fe9d Clang: reduce warnings; make enum-switch explicit 9 years ago
Adriaan de Groot 2905a9969d SDDM-config: allow poorly formatted SDDM config
SDDM itself doesn't trip over duplicate sections or keys, but
the Python config-parser does (in strict mode). Relax a bit.

FIXES #579
9 years ago
Adriaan de Groot 90e8a6cff9 Shrink upper padding.
FIXES #591
9 years ago
Calamares CI a2a94af984 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI d2058df677 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot a41a23a230 Merge pull request #757 from manjaro/deepin-greeter
fix #756 .. good catch
9 years ago
Adriaan de Groot cea9f0fb33 Clang: stick with integers 9 years ago
Bernhard Landauer 72cfb83873 fix https://github.com/calamares/calamares/issues/756 9 years ago
Adriaan de Groot 3b0b05186a Clang: reduce warnings 9 years ago
Adriaan de Groot 0d884869e5 Clang: reduce warnings about code-documentation 9 years ago
Adriaan de Groot f2d2218070 Clang: fix warning about implict copy-ctor with explicit move-ctor 9 years ago
Adriaan de Groot 09b25ab3e9 Clang: make ViewManager instance a proper singleton. 9 years ago
Adriaan de Groot 6a3aa01564 Clang: reduce warnings 9 years ago
Adriaan de Groot 2add7f6f86 Clang: type-annotate float literal 9 years ago
Adriaan de Groot 3b5955900e Coverity: explicit initialization 9 years ago
Calamares CI aba0f6f8ca [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 02ba6cb66b [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 14c5b57fcc [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI dac25a2000 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 00f2aaba85 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 91c746ada8 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI cf0f815284 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 849edba14c [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 0ee309f354 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 43fbc42d47 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI c69cfde0b1 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 8ea14d7957 Release: add copyright to files I've touched 9 years ago
Adriaan de Groot 12a0edfa50 Clang: reduce warnings 9 years ago
Adriaan de Groot 2148538fac Clang: reduce warnings 9 years ago
Adriaan de Groot 1f458ac067 Merge branch 'screen-size' 9 years ago
Adriaan de Groot b0c4cc1481 Screensize: warn the user if the screen is too small to show the installer nicely.
Also document the welcome screen requirements-checks.

FIXES #751
9 years ago
Adriaan de Groot d9ea22a486 Screensize: refactor, move screen-size constants into global constexpr
Also drop the minimum size a tiny bit, to 1024x520.
9 years ago
Adriaan de Groot f9ee774d4e Screensize: on small screens, crush the sidebar.
This still isn't enough to show the whole timezone or keyboard widget,
but does make more of it visible.
9 years ago
Calamares CI 31c08eef6b [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 49fa7ab078 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 0edf041b31 Screensize: on small screens, be smaller.
On 1024x768, limit to 1024x520.
On 800x600, limit to 800x520. This is too small to show everything in the
  timezone widget and keyboard, so it needs some more work.
9 years ago
Adriaan de Groot 742ccf02a7 Merge branch 'salt' 9 years ago
Adriaan de Groot 9f526be198 Salt: add test for salt format 9 years ago
Adriaan de Groot de45f43640 Salt: add copyright info 9 years ago
Adriaan de Groot 6616315269 Partitionmanager: minor docs edit 9 years ago
Adriaan de Groot 4c9703ad27 Merge branch 'master' into salt 9 years ago
Adriaan de Groot 22ccf920d7 Merge branch 'pm-tests' of github.com:calamares/calamares 9 years ago
Adriaan de Groot 8708260689 Partitionmanager: fix PM-tests build 9 years ago
Adriaan de Groot 7ebbcc33b2 Partitionmanager: remove unused code files 9 years ago
Adriaan de Groot ea44021cb4 Partitionmanager: partly fix PM-tests build 9 years ago
Adriaan de Groot f1ab9df7ee Salt: improve saltiness. 9 years ago
Calamares CI e9aea41a25 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Calamares CI 287dbad807 [dummypythonqt] Automatic merge of Transifex translations 9 years ago
Adriaan de Groot 4405790253 Displaymanager: simplify gdm configuration.
Replace calling out to shell to run echo redirected to a file by
opening the file and writing to it.
9 years ago
Adriaan de Groot 70af29672d Displaymanager: check alternative locations for kdmrc.
FIXES #578
9 years ago
Adriaan de Groot 582e4354a7 Displaymanager: refactor a little, don't bail out at the first DM that doesn't configure 9 years ago
Adriaan de Groot ae34d99f10 Netinstall: remove no-longer-used icons and qrc 9 years ago
Adriaan de Groot e9ab78cd52 Keyboard: special-case, pc+latin interpreted as us,
instead of as unknown which selects the first layout in the list.
9 years ago
Adriaan de Groot 6ef2f5d769 Keyboard: code-docs, copyright 9 years ago
Adriaan de Groot 59605d552e Keyboard: simplify execution of setxkbmap.
Use QProcess::execute() with the 'safer' argument-list, rather than
escaping and de-escaping strings. Also reduce noise by only passing
a variant if there is one.
9 years ago
Adriaan de Groot 444aa24a04 Increate the maximum allowed length of a hostname.
The hostname madagascarsteenplaatschildpad (.uva.nl) doesn't fit in 24,
and hostname(1) accepts up to 64 characters. The RFCs vary, but 63 +
terminating NUL or length-octet + data maximum 64 bytes seen to be
the common ground.

FIXES #514
9 years ago