Commit Graph

1158 Commits

Author SHA1 Message Date
Calamares CI
d24a03876f Automatic merge of Transifex translations 2015-03-12 08:45:45 +00:00
Teo Mrnjavac
7e7e47b6d1 Do not warn of data loss which might not happen.
CAL-194 #comment Fixed up warnings in ChoicePage.
2015-03-11 18:13:39 +01:00
Teo Mrnjavac
a25c0cf490 Merge pull request #207 from calamares/debugwindow
New debug window for Calamares testing, adaptation and deployment
2015-03-11 16:58:24 +01:00
Teo Mrnjavac
c2a0845738 Debug window title. 2015-03-11 12:42:08 +01:00
Teo Mrnjavac
ea3b2295ec Diagnostics is now debug information 2015-03-11 12:41:44 +01:00
Teo Mrnjavac
5951208c1b Add Modules page to DebugWindow. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
dda7ea211d Make ModuleManager accessible from outside CalamaresApplication. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
4e2e964503 Return configurationMap from Module. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
8a60abdfc9 Add JobQueue list to DebugWindow 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
52528f650c JobQueue emits queueChanged. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
3ce8abcb78 Expand all items in the GlobalStorage debug tree. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
8729b6a25f Update the debug view every time GlobalStorage changes. 2015-03-10 19:51:08 +01:00
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.
2015-03-10 19:51:08 +01:00
Teo Mrnjavac
060983279f Add a QTreeView for GlobalStorage contents to DebugWindow.
Not real time yet.
2015-03-10 19:51:08 +01:00
Teo Mrnjavac
d1c4976ee6 Copyright. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
d8ca5eee5b Friend DebugWindow to GlobalStorage for future use. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
9249d6e165 Add QJsonModel. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
f00a557d07 Retranslate diagnostics button. 2015-03-10 19:51:08 +01:00
Teo Mrnjavac
00565d0f12 Stubs for DebugWindow. 2015-03-10 19:51:08 +01:00
Calamares CI
bc8793e66a Automatic merge of Transifex translations 2015-03-09 08:45:49 +00:00
Calamares CI
296eb066f5 Automatic merge of Transifex translations 2015-03-08 08:45:41 +00:00
Calamares CI
1739448433 Automatic merge of Transifex translations 2015-03-07 08:45:44 +00:00
Calamares CI
86bf543495 Automatic merge of Transifex translations 2015-03-05 08:45:45 +00:00
Calamares CI
e731e706ce Automatic merge of Transifex translations 2015-03-04 08:45:46 +00:00
Teo Mrnjavac
2cd4c85c79 Merge pull request #204 from calamares/cleartempmountsjob
New ClearTempMountsJob, to be executed before partitioning jobs.
2015-03-03 12:08:01 +01:00
Calamares CI
c491c316dc Automatic merge of Transifex translations 2015-03-02 08:45:54 +00:00
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
2015-02-28 16:46:18 +01:00
Calamares CI
7fc568ac42 Automatic merge of Transifex translations 2015-02-28 08:45:47 +00:00
Teo Mrnjavac
642b4be1f2 Keys are not necessarily unique, so use a QList< QPair > instead. 2015-02-27 20:43:21 +01:00
Teo Mrnjavac
20a8b222c6 Verbose debug output. 2015-02-27 20:31:17 +01:00
Teo Mrnjavac
b557961a32 New ClearTempMountsJob, to be executed before partitioning jobs. 2015-02-27 19:49:47 +01:00
Calamares CI
ffeab9af22 Automatic merge of Transifex translations 2015-02-27 08:45:49 +00:00
Teo Mrnjavac
8a23d48d76 Merge pull request #201 from calamares/removeuser
removeuser job module, this time in Python.
2015-02-26 11:00:04 +01:00
Teo Mrnjavac
01e98f0c29 Merge pull request #199 from calamares/displaymanager-explicitautologin
[displaymanager] Explicitly unset autologin if not checked.
2015-02-26 10:59:14 +01:00
Teo Mrnjavac
81208e4217 Merge pull request #202 from Gormogon/master
Align Pointers
2015-02-26 10:58:17 +01:00
Calamares CI
f70ef7cb06 Automatic merge of Transifex translations 2015-02-26 08:45:48 +00:00
Gormogon
e2d05cb9f2 Align Pointers 2015-02-25 19:57:19 -05:00
Teo Mrnjavac
67ed53caeb Do not try to set the username if it's None. 2015-02-25 18:01:15 +01:00
Teo Mrnjavac
b319cc1da0 [displaymanager] Explicitly unset autologin if not checked. 2015-02-25 18:00:01 +01:00
Teo Mrnjavac
5a1567f4f5 removeuser job module, this time in Python. 2015-02-25 17:37:25 +01:00
Teo Mrnjavac
738272999b Merge pull request #197 from calamares/Python_Docstrings
Python docstrings
2015-02-25 14:54:50 +01:00
Philip
e5eee1e4dd [unpackfs] proper sentence 2015-02-25 14:49:24 +01:00
Philip
82dc4c38f4 [unpackfs] add python doc strings 2015-02-25 14:49:24 +01:00
Philip
d22e194ee7 [umount] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
be2353e54b [packages] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
016dd71db4 [mount] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
d7b36e9ff7 [machineid] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
fc88f1a480 [initramfs] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
d677fe9d01 [initcpiocfg] add python doc strings 2015-02-25 14:49:23 +01:00
Philip
98db0b3f59 [initcpio] add python doc strings 2015-02-25 14:49:23 +01:00