Teo Mrnjavac
9249d6e165
Add QJsonModel.
10 years ago
Teo Mrnjavac
f00a557d07
Retranslate diagnostics button.
10 years ago
Teo Mrnjavac
00565d0f12
Stubs for DebugWindow.
10 years ago
Calamares CI
bc8793e66a
Automatic merge of Transifex translations
10 years ago
Calamares CI
296eb066f5
Automatic merge of Transifex translations
10 years ago
Calamares CI
1739448433
Automatic merge of Transifex translations
10 years ago
Calamares CI
86bf543495
Automatic merge of Transifex translations
10 years ago
rshipp
f3319e1ef4
Change local_install to localInstall
10 years ago
Calamares CI
e731e706ce
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
2cd4c85c79
Merge pull request #204 from calamares/cleartempmountsjob
...
New ClearTempMountsJob, to be executed before partitioning jobs.
10 years ago
Calamares CI
c491c316dc
Automatic merge of Transifex translations
10 years ago
rshipp
880c19c195
Fix incorrect if statement
10 years ago
rshipp
995341e9be
Allow local installs with the packages module.
...
Courtesy of @Inkane. Adds the ability to use pacman -U to install
local packages.
10 years ago
Ramon Buldó
fb3072bbbb
/etc/mtab reports a file size of 0, so using .atEnd() may not work. Read the file until it doesn't return more data.
...
Use QTextStream because it takes care of the conversion between 8-bit and 16-bit.
http://doc.qt.io/qt-5/qfile.html#using-streams-to-read-files
10 years ago
Calamares CI
7fc568ac42
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
642b4be1f2
Keys are not necessarily unique, so use a QList< QPair > instead.
10 years ago
Teo Mrnjavac
20a8b222c6
Verbose debug output.
10 years ago
Teo Mrnjavac
b557961a32
New ClearTempMountsJob, to be executed before partitioning jobs.
10 years ago
Calamares CI
ffeab9af22
Automatic merge of Transifex translations
10 years ago
Teo Mrnjavac
8a23d48d76
Merge pull request #201 from calamares/removeuser
...
removeuser job module, this time in Python.
10 years ago
Teo Mrnjavac
01e98f0c29
Merge pull request #199 from calamares/displaymanager-explicitautologin
...
[displaymanager] Explicitly unset autologin if not checked.
10 years ago
Teo Mrnjavac
81208e4217
Merge pull request #202 from Gormogon/master
...
Align Pointers
10 years ago
Calamares CI
f70ef7cb06
Automatic merge of Transifex translations
10 years ago
Gormogon
e2d05cb9f2
Align Pointers
10 years ago
Teo Mrnjavac
67ed53caeb
Do not try to set the username if it's None.
10 years ago
Teo Mrnjavac
b319cc1da0
[displaymanager] Explicitly unset autologin if not checked.
10 years ago
Teo Mrnjavac
5a1567f4f5
removeuser job module, this time in Python.
10 years ago
Teo Mrnjavac
738272999b
Merge pull request #197 from calamares/Python_Docstrings
...
Python docstrings
10 years ago
Philip
e5eee1e4dd
[unpackfs] proper sentence
10 years ago
Philip
82dc4c38f4
[unpackfs] add python doc strings
10 years ago
Philip
d22e194ee7
[umount] add python doc strings
10 years ago
Philip
be2353e54b
[packages] add python doc strings
10 years ago
Philip
016dd71db4
[mount] add python doc strings
10 years ago
Philip
d7b36e9ff7
[machineid] add python doc strings
10 years ago
Philip
fc88f1a480
[initramfs] add python doc strings
10 years ago
Philip
d677fe9d01
[initcpiocfg] add python doc strings
10 years ago
Philip
98db0b3f59
[initcpio] add python doc strings
10 years ago
Philip
06be842cfa
[grubcfg] add python doc strings
10 years ago
Philip
3d8ba2b088
[fstab] add python doc strings
10 years ago
Philip
e7a67b9c52
[dummypython] add python doc strings
10 years ago
Philip
3330df99f3
[dracut] add python doc strings
10 years ago
Philip
60927b9363
[displaymanager] add more python doc strings
10 years ago
Philip
0d8bdc6c4e
[bootloader] add python doc strings
10 years ago
Gormogon
b4db9fe64b
Fixing PEP – 257 Violations
10 years ago
Gormogon
113d9db7cb
Python Better Docstrings
10 years ago
Teo Mrnjavac
b8b41bdfdd
Fix execution environment and error reporting in ProcessJob.
10 years ago
Calamares CI
5b49521201
Automatic merge of Transifex translations
10 years ago
Calamares CI
ee04ce64e4
Automatic merge of Transifex translations
10 years ago
Philip
0dadd19e51
[bootloader] use '--force' argument
...
- Note (Kevin Kofler): Grub will fall back to a LILO-style installation,
using blocklists to reference the blocks inside a larger partition,
with the same caveats LILO had (need to reinstall whenever you do
anything to the partition that will move those blocks around).
- Setting flags (EF00, EF02) or creating grub boot partition should be
handled within 'partition' module.
10 years ago
Philip
9ac0fc37b1
[bootloader] Modifications
...
- move fail-check out of loop
- add more debug lines
10 years ago