Commit Graph

1440 Commits

Author SHA1 Message Date
Teo Mrnjavac
30c38c4f4d Safer pointer. 2016-01-29 17:07:08 +01:00
Teo Mrnjavac
1bc6556b65 We don't need this any more... 2016-01-29 16:49:39 +01:00
Kevin Kofler
4322bf949e src/modules/partition/CMakeLists.txt: Remove obsolete TODO.
The minimum version was added in commit
8af91a519f.
2016-01-28 20:11:18 +01:00
Teo Mrnjavac
8af91a519f Require KPMcore 2.0. 2016-01-28 18:56:35 +01:00
Teo Mrnjavac
bef7444f47 ExpandableRadioButton is no more. 2016-01-28 18:44:27 +01:00
Teo Mrnjavac
5ccfc20258 Refactor bootloader picker into the bottom layout. 2016-01-28 18:43:35 +01:00
Teo Mrnjavac
e1a6085a1b Try different layout for first row in ChoicePage. 2016-01-28 13:04:44 +01:00
Teo Mrnjavac
619e82e5d3 Fixup string. 2016-01-28 13:03:22 +01:00
Teo Mrnjavac
2f9a45b3a7 Fixup strings. 2016-01-28 13:01:50 +01:00
Teo Mrnjavac
30351d125a Reduce spacing. 2016-01-28 12:53:54 +01:00
Teo Mrnjavac
1a11d8589a Fix layout. 2016-01-27 18:27:03 +01:00
Teo Mrnjavac
b6218272f3 Add BootInfoWidget to ChoicePage. 2016-01-27 18:23:56 +01:00
Teo Mrnjavac
6af0022e81 Yank boot stuff out from DeviceInfoWidget. 2016-01-27 17:55:38 +01:00
Teo Mrnjavac
fdc9d6fd0c Build it kthxbi. 2016-01-27 17:55:15 +01:00
Teo Mrnjavac
4223e22f5b New BootInfoWidget. 2016-01-27 17:54:58 +01:00
Teo Mrnjavac
9dbdeb932d Improve strings in DeviceInfoWidget. 2016-01-27 16:46:47 +01:00
Teo Mrnjavac
b811f9e261 Fixup strings. 2016-01-25 16:59:05 +01:00
Teo Mrnjavac
d62c6369bb In branding too. 2016-01-21 17:14:07 +01:00
Teo Mrnjavac
097f48bfed Try to fix umount. 2016-01-21 14:46:02 +01:00
Teo Mrnjavac
f81f275b38 Oh come on Python. 2016-01-21 12:09:42 +01:00
Teo Mrnjavac
9621fd4635 Python :C 2016-01-21 11:56:55 +01:00
Teo Mrnjavac
19f207ed42 Don't crash on bad log path. 2016-01-21 11:31:45 +01:00
Teo Mrnjavac
051282d9bf Do the same in PartitionBarsView. 2016-01-15 18:40:59 +01:00
Teo Mrnjavac
69f488f07b Override mousePressEvent to correctly handle selection filter. 2016-01-15 18:40:59 +01:00
Teo Mrnjavac
16da0bd8d8 I guess this is a better spot. 2016-01-15 18:40:59 +01:00
Teo Mrnjavac
7c7c635d87 Set filter on both views. 2016-01-15 18:40:59 +01:00
Teo Mrnjavac
ba01022d42 Set the filter function in Labels view. 2016-01-15 18:40:59 +01:00
Teo Mrnjavac
65230c7954 Add a SelectionFilter lambda for Alongside. 2016-01-15 18:40:59 +01:00
Teo Mrnjavac
ddf4878ec7 Apply SelectionFilter in Partition{Labels,Bars}View. 2016-01-15 18:40:59 +01:00
Teo Mrnjavac
f7f19eb617 SelectionFilter function type. 2016-01-15 18:40:59 +01:00
Kevin Kofler
bcab8b2bfe [locale] Do not call timedatectl in a chroot, it is not safe
(timedatectl talks to a running timedated over D-Bus.) And we already
have code that works in a chroot below.
2016-01-15 02:44:27 +01:00
Kevin Kofler
2dfa0944c3 [services] Document that systemctl enable/disable are chroot-safe
http://0pointer.de/blog/projects/changing-roots.html explicitly
documents the "systemctl enable" and "systemctl disable" commands to
work in a chroot.
2016-01-15 02:28:57 +01:00
Teo Mrnjavac
8c05254a75 Merge pull request #234 from calamares/umount_log
Creating the option to copy an install log to target
2016-01-14 19:26:19 +01:00
Teo Mrnjavac
f958f69218 Fix weird issue with alongside failing to create new partition. 2016-01-14 18:47:02 +01:00
demmm
11922e074d set default umount.conf to not find any file
adjust readme to refelect option to also use default Calamares.log
2016-01-14 12:40:08 -05:00
Teo Mrnjavac
423d2dfc5c Make sure we update the splitter widget after a rescan. 2016-01-14 16:14:57 +01:00
Teo Mrnjavac
576fdcc7a0 Print log file path. 2016-01-14 15:32:52 +01:00
demmm
50ffc52f3f Creating the option to copy an install log to target
instead of having to hope users save an installation log before leaving live mode,
this commit gives distributions the option to have a full calamares -d log available on
the newly installed system
see the readme.md for details
this is fully tested and working properly, using the example launcher script & .desktop line
as noted in the readme
2016-01-13 16:11:55 -05:00
Teo Mrnjavac
c0d06c3169 Fix labeling. 2016-01-13 18:48:30 +01:00
Teo Mrnjavac
601d67988d Fix shrink size computation.
I don't get how this could possibly ever have worked.
2016-01-13 18:23:50 +01:00
Teo Mrnjavac
983c16d991 Fix up views in summary. 2016-01-13 18:09:20 +01:00
Teo Mrnjavac
26c89e6806 Make sure Alongside operation is applied. 2016-01-13 18:02:03 +01:00
Teo Mrnjavac
8525cefb6b Fix next status handling. 2016-01-13 17:55:51 +01:00
Teo Mrnjavac
b5882a75d1 AlongsidePage is not used any more. 2016-01-13 17:50:05 +01:00
Teo Mrnjavac
5242536b2a Make doAlongsideApply public in ChoicePage. 2016-01-13 17:49:36 +01:00
Teo Mrnjavac
27d69502a3 Alongside apply slot. 2016-01-13 17:43:59 +01:00
Teo Mrnjavac
9a127f582f Update documentation. 2016-01-13 17:38:48 +01:00
Teo Mrnjavac
3f9aae9af6 Fix splitter handle placement on child partitions. 2016-01-13 16:23:12 +01:00
Teo Mrnjavac
9682520c61 Draw the handle when it matters. 2016-01-13 16:17:38 +01:00
Teo Mrnjavac
3238498e48 Don't crash. 2016-01-13 16:15:19 +01:00