Teo Mrnjavac
9fb9aaf6e4
Install CrashReporter handler.
2016-03-23 18:48:08 +01:00
Teo Mrnjavac
576fdcc7a0
Print log file path.
2016-01-14 15:32:52 +01:00
Teo Mrnjavac
e59418e880
Add crash utility to CalamaresUtils.
2015-12-30 17:27:02 +01:00
Teo Mrnjavac
baa3553db5
Add CalamaresUtils::obscure.
2015-09-25 15:24:59 +02:00
Teo Mrnjavac
834299f785
There are no Phases any more, just a ModuleAction for a module.
2015-09-15 16:48:42 +02:00
Teo Mrnjavac
9cb4e60b31
Namespace fixage.
2015-09-15 16:48:42 +02:00
Teo Mrnjavac
1534b0a27c
Try to fix dontChroot command execution.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
a4ea7e65a2
Try running no-chroot commands in env rather than sh -c.
2015-09-15 16:48:41 +02:00
Rohan Garg
ca393d0a44
Set the default rootMountPoint when not chroot'ing
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
7212aaec74
Fix the last fix.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
d8818e0280
Fix non-chroot target env call.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
42e465aa10
CalamaresUtils::System is now a class.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
0803d86c40
Don't duplicate code.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
2e3751ffa7
If dont-chroot is set, don't chroot target env calls.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
bf885d65db
chroot calls are now generic "target env" calls.
2015-09-15 16:48:41 +02:00
Teo Mrnjavac
326671a3d6
Remove dead (unreachable) code.
2015-06-13 21:31:32 +02:00
Teo Mrnjavac
b9dbf668f3
Initialize previously uninitialized scalar.
2015-06-13 21:31:06 +02:00
Teo Mrnjavac
30a840ceb0
Fix issue with changed() never being emitted on remove in GS.
2015-06-13 21:30:25 +02:00
Teo Mrnjavac
eae237211f
Add prettyStatusMessage to {Python,Process}Job.
2015-06-13 02:23:11 +02:00
Teo Mrnjavac
b0d52fb928
Use it in JobQueue.
2015-06-13 02:03:57 +02:00
Teo Mrnjavac
18a9e0db48
Add optional prettyStatusMessage to Job.
2015-06-13 02:03:35 +02:00
Teo Mrnjavac
659a388688
Improve job status reporting.
2015-06-13 01:16:11 +02:00
Teo Mrnjavac
5e2f6ff2b8
Detect physical memory, with dmidecode and meminfo as backup.
2015-06-10 00:06:45 +02:00
Teo Mrnjavac
09ae0bcbd6
Add branding translations support to CalamaresUtils::installTranslator.
2015-05-07 16:10:42 +02:00
Teo Mrnjavac
8a02522d60
Add CALAMARES_RETRANSLATE_WIDGET
2015-05-07 16:10:42 +02:00
Teo Mrnjavac
d45d436161
Add optional prettyDescription to Job.
2015-04-13 14:58:33 +02:00
Teo Mrnjavac
8b98b1cc24
Do not filter out LanguageChange events when in a RETRANSLATE functor.
2015-04-08 18:25:03 +02:00
Teo Mrnjavac
52528f650c
JobQueue emits queueChanged.
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
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
Gormogon
e2d05cb9f2
Align Pointers
2015-02-25 19:57:19 -05:00
Teo Mrnjavac
b8b41bdfdd
Fix execution environment and error reporting in ProcessJob.
2015-02-25 13:44:55 +01:00
Teo Mrnjavac
9622888d1d
Load QML modules in a central place + dummy QML slideshow.
2015-01-23 20:24:45 +01:00
Kevin Kofler
00604a8bca
PythonHelper: Add support for bool.
...
Convert Python bool type from/to C++/QVariant bool (QVariant::Bool) in
PythonHelper::variantToPyObject and PythonHelper::variantFromPyObject.
This fixes the "override" option and any booleans in the "defaults" list
in grubcfg.conf.
2014-11-18 05:34:01 +01:00
Kevin Kofler
7478c1266b
Point the lib/calamares/libcalamares.so symlink to the versioned so.
...
Point the lib/calamares/libcalamares.so symlink for the Python modules
directly to the versioned lib/libcalamares.so.VERSION library rather
than to the lib/libcalamares.so symlink. This allows distributions to
install the lib/libcalamares.so symlink to a development package and
only ship lib/libcalamares.so.VERSION and lib/calamares/libcalamares.so
in the runtime package. It is also marginally faster (because only one
level of symlinks has to be resolved instead of two).
(I know this works because I have been manually fixing up this symlink
in the Fedora specfile so far.)
2014-11-14 12:30:56 +01:00
Teo Mrnjavac
8575240b95
Capture by-val in Retranslator macro.
2014-11-11 17:05:56 +01:00
Teo Mrnjavac
e5c3888be2
Allow multiple CALAMARES_RETRANSLATE blocks in the same widget.
2014-11-11 15:12:44 +01:00
Teo Mrnjavac
945b59748a
Add RETRANSLATE macro to CalamaresUtils::Retranslator.
2014-11-11 15:12:44 +01:00
Teo Mrnjavac
08b90e975b
Add retranslator class to CalamaresUtils.
2014-11-11 12:44:32 +01:00
Teo Mrnjavac
8b343ace4a
QTranslator switching in CalamaresUtils.
2014-11-10 12:26:03 +01:00
Teo Mrnjavac
8026a287d3
Shut up Qt lupdate warnings.
2014-10-29 13:06:52 +01:00
Teo Mrnjavac
633c8512c2
Try to make compile on Qt 5.4
2014-10-28 18:20:28 +01:00
Teo Mrnjavac
a97297a3fe
Attempt to fix #125
2014-10-28 12:02:08 +01:00
Teo Mrnjavac
d97bb47f09
Add proper QResrouce system to libcalamaresui, finish up prepare checks
...
This also adds ImageRegistry, a SVG cache, a bunch of utility functions
for shared pixmaps in CalamaresUtilsGui and renames several qrc files
in viewmodules.
2014-08-26 18:24:51 +02:00
Pier Luigi Fiorini
f0921a41b2
Try to find settings.conf from SYSCONFDIR
...
Honor SYSCONFDIR as specified by CMake arguments instead of
using a hard-coded path.
Since GNUInstallDirs set CMAKE_INSTALL_FULL_SYSCONFDIR to
CMAKE_INSTALL_PREFIX/etc we need to change the default ourselves.
2014-08-20 11:48:30 +02:00
Teo Mrnjavac
ec7edc4b83
Improve diacritics transliteration.
2014-08-19 11:14:26 +02:00
Teo Mrnjavac
6295f48ab7
Add removeDiacritics function to CalamaresUtils.
2014-08-13 17:15:56 +02:00
Teo Mrnjavac
7a3ce363b3
Add option to run process jobmodules in chroot.
2014-08-12 14:26:10 +02:00
Teo Mrnjavac
eb6b8ac613
Add check_chroot_output to Python interface.
2014-08-08 14:20:09 +02:00