928 Commits (bd6c813e4ee165498624d2dcf912fa5fbc714022)

Author SHA1 Message Date
Teo Mrnjavac 9b516281d8 ... and use them in the Greeting page. 10 years ago
Teo Mrnjavac 506b79ef2c Add new icons to CalamaresUtils::defaultPixmap. 10 years ago
Teo Mrnjavac e6f98393b8 Add icons to qrc. 10 years ago
Teo Mrnjavac 262ef38c0a Show/hide available links based on greeting.conf and Branding. 10 years ago
Teo Mrnjavac 23ddfaae67 Read configuration map into GreetingViewStep. 10 years ago
Teo Mrnjavac 43487198a2 The greeting module now has a config file. 10 years ago
Teo Mrnjavac dc74e38a60 New Url entries in branding.desc 10 years ago
Teo Mrnjavac ec883e391d Add different kinds of Url to Branding. 10 years ago
Teo Mrnjavac a1e643044e Make ProductUrl/ProductUrlText optional. 10 years ago
Teo Mrnjavac 00d3205ed3 Update branding.desc syntax. 10 years ago
Teo Mrnjavac bce6ec94fd Add ProductUrl and ProductUrlText to Branding. 10 years ago
demmm 4088d9bd3b implement http://calamares.io/bugs/browse/CAL-185 10 years ago
Ramon Buldó a253101258 [partition] Disable bootloader disk selection when installing in a efi system. 10 years ago
Teo Mrnjavac 19bcc887a8 Fix build with Qt 5.5 branch. 10 years ago
Teo Mrnjavac 5a24916fd0 Make which plymouth execute in chroot. 10 years ago
Rohan Garg 44105895f8 Use 'which' to find plymouth instead of hard coding /usr/bin
Debian ships plymouth in  /bin instead of /usr/bin, so we should use
'which' to figure out if it's installed.
10 years ago
Teo Mrnjavac 75f4f0fa04 Fix issue with splitting being allowed when it shouldn't be.
KPM docs misreport Partition::available to be in sectors, when it's
actually in bytes. Because of this, available space estimates were
completely off and resizing was allowed even when there's no room to
do it. This used to put the resize widget in all sorts of weird,
visually broken states.
CAL-188 #comment Does this still happen with current master?
10 years ago
demmm f2c7458ebe proper align 10 years ago
Teo Mrnjavac 62f6f1d9cf Dress color codes, otherwise they are treated as YAML comments. 10 years ago
Teo Mrnjavac e5d4c02b4a Use Branding styleStrings instead of CalamaresStyle constants. 10 years ago
Teo Mrnjavac cc5095781d Branding::style is now ::styleString for clarity. 10 years ago
Teo Mrnjavac 9615691554 CalamaresStyle is no more. Look for color constants in Branding. 10 years ago
demmm b982d751af adding needed Branding.cpp section
builds, but segfaults on running
10 years ago
demmm 56afa45812 start of trial to add sidebar style options
use a new style section in branding.desc, doesn't build as is
10 years ago
Teo Mrnjavac c7f46136fc Do not crash. 10 years ago
demmm d750885e75 Revert "add URL option in greeting page" 10 years ago
demmm be29755230 add URL option in greeting page
URL is a variable set in branding.desc, distros cna link to a Known Issues page
text for the URL is also possible to set in branding, known issues is default
advantage is any text possible as distros see fit
disadvantage, not part of translated strings
if most agree, Known Issues can be set as hard coded text, not in branding.desc
10 years ago
Teo Mrnjavac d0235c4e76 Improve strings for actions in ChoicePage. 10 years ago
Teo Mrnjavac c45e757cea Good guy clang catches lousy code.
CAL-212 #close Fixed.
10 years ago
Philip a62743185a [partition] use C++11 initialization list for mountPoints 10 years ago
Ramon Buldó 6a52811c30 Show efi mountpoint when creating/editing partitions 10 years ago
Ramon Buldó 26bb6951f1 [partition] Change comment to prevent confusions of what Manjaro uses 10 years ago
Philip bde428d4af [services] revert f1908eb 10 years ago
Teo Mrnjavac 4468e30317 Prevent crash when going back from EraseDiskPage and then next.
This was caused by an invalid reference to a device model in the
partitioning preview widget after a PCM revert.
10 years ago
Philip Müller 9fcd8113e5 [displaymanager] add pekwm 10 years ago
Philip Müller f1908eb38d [services] adopt cups changes 10 years ago
Teo Mrnjavac 7e7e47b6d1 Do not warn of data loss which might not happen.
CAL-194 #comment Fixed up warnings in ChoicePage.
10 years ago
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
rshipp f3319e1ef4 Change local_install to localInstall 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
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
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
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
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
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
Philip fe7c5bbe77 [bootloader] Modifications
- add more debug informations
- simplify gpt detection code
10 years ago
Philip 43ccfbd9bd [bootloader] Modifications
- add 'bios_grub' flag when gpt table got detected
- grub: add --recheck at installation
10 years ago
Teo Mrnjavac abeb6d9172 Run urpme noninteractive (OpenMandriva).
Thanks Tomasz Paweł Gajc <tpgxyz@gmail.com> for the patch.
10 years ago
Philip 6ed8b1e4a4 [bootloader] actually use get_kernel_line() 10 years ago
Teo Mrnjavac 92eae47a1d Const correctness. 10 years ago
Teo Mrnjavac 71851ed274 Process user-visible strings in TimezoneWidget and LocalePage. 10 years ago
Gormogon 7989267e81 Unused Imports 10 years ago
Teo Mrnjavac cf64b2ce27 Allow zone subdivisions in timezones list.
CAL-191 #close Please test and reopen if it's still broken.
10 years ago
Philip Müller d55d1c2fca [bootloader] fix typos in conf 10 years ago
Philip Müller cb271d13ed [bootloader] use bootloader.conf values for overrides 10 years ago
Philip Müller 035ad6cbf9 [bootloader] use bootloaderEntryName 10 years ago
Philip Müller cf1e5a8b51 [bootloader] fix typo 10 years ago
Philip Müller 93f0de3f7f [bootloader] make gummiboot entries more generic (use branding) 10 years ago
Philip df9a2e38a8 [bootloader] proper arrangement 10 years ago