3554 Commits (5d241f8e0908c66f531d690f540765ef6a8aeade)
 

Author SHA1 Message Date
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 90fc268cc4 Clean up CMakeLists wrt. optional 8 years ago
Adriaan de Groot 63ecce93fd Remove unused CMake module 8 years ago
Adriaan de Groot 6c3b308a03 Remove libcrashreporter-qt more thoroughly 8 years ago
Adriaan de Groot 3246b6cb1b Drop submodule the right way 8 years ago
Adriaan de Groot 1996270128 Drop crashreporter-qt
- Reporting URL we use is unused right now anyway
 - Not compatible with glibc 2.26
 - Not compatible with ARM
8 years ago
Adriaan de Groot cbef79bb93 Clean up CMake stuff, remove unneeded modules 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
Adriaan de Groot d355a42a44 Merge pull request #800 from abucodonosor/pr-730
fstab: fix btrfs with LUKS and systemd we forgot to fix that in #730
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
demmm 2d94e88026 adding an ISSUE_TEMPLATE for bug reporting 8 years ago
Adriaan de Groot a0379c9b40 PEP8: Just don't do it 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
Adriaan de Groot 510d2d22d5 Clang: reduce warnings to useful level
- suppress tons of warnings from Qt MOC due to pointer-casting
 - suppress warnings about globals
8 years ago
Adriaan de Groot c0daa69dc8 i18n: delete magically duplicating comment 8 years ago
Adriaan de Groot d86ea76af2 Bump RC down to 0 for release 8 years ago
Calamares CI c42d702452 [python] Automatic merge of Transifex translations 8 years ago
Calamares CI 5b97d2367a [dummypythonqt] Automatic merge of Transifex translations 8 years ago
Calamares CI 9603e57ab5 [desktop] Automatic merge of Transifex translations 8 years ago
Calamares CI 34c386851e [core] Automatic merge of Transifex translations 8 years ago
Adriaan de Groot f63b44c984 i18n: smash things back from unspecified charset to UTF-8 8 years ago
Adriaan de Groot 15c2a96640 i18n: drop comment which is messing up TX merge 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 1859808227 Move development-related scripts, tools, into ci/ 8 years ago