1308 Commits (617d6d018c36255c54ac929063e482e8a47a1ab4)
 

Author SHA1 Message Date
Teo Mrnjavac c2a0845738 Debug window title. 10 years ago
Teo Mrnjavac ea3b2295ec Diagnostics is now debug information 10 years ago
Teo Mrnjavac 5951208c1b Add Modules page to DebugWindow. 10 years ago
Teo Mrnjavac dda7ea211d Make ModuleManager accessible from outside CalamaresApplication. 10 years ago
Teo Mrnjavac 4e2e964503 Return configurationMap from Module. 10 years ago
Teo Mrnjavac 8a60abdfc9 Add JobQueue list to DebugWindow 10 years ago
Teo Mrnjavac 52528f650c JobQueue emits queueChanged. 10 years ago
Teo Mrnjavac 3ce8abcb78 Expand all items in the GlobalStorage debug tree. 10 years ago
Teo Mrnjavac 8729b6a25f Update the debug view every time GlobalStorage changes. 10 years ago
Teo Mrnjavac edb21e05af New GlobalStoragePythonWrapper is passed to the Python API.
This allows us to make GlobalStorage a QObject, with disabled copy
constructor. And thanks to this change, GlobalStorage now emits
changed() every time an insert or remove is performed.
10 years ago
Teo Mrnjavac 060983279f Add a QTreeView for GlobalStorage contents to DebugWindow.
Not real time yet.
10 years ago
Teo Mrnjavac d1c4976ee6 Copyright. 10 years ago
Teo Mrnjavac d8ca5eee5b Friend DebugWindow to GlobalStorage for future use. 10 years ago
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