Skip to content
Snippets Groups Projects
  1. Sep 27, 2016
    • Kevin Kofler's avatar
      Add support for C++/Qt batch job plugins · 00d9f211
      Kevin Kofler authored
      These job plugins work similarly to view modules, with the following
      differences:
      
      * These jobs need to link only libcalamares, not libcalamaresui. For
        this reason, PluginFactory was moved from libcalamaresui to
        libcalamares. (It depends only on QtCore.)
      
      * Instead of deriving from ViewModule, derive from CppJob (which is a
        subclass of Job).
      
      * Like process and Python jobs, a job plugin is a single job, whereas a
        ViewModule can generate a whole list of jobs.
      
      The CppJob and CppJobModule classes are new. In Module::fromDescriptor,
      the combination type=job, intf=qtplugin is now supported and mapped to
      CppJobModule.
      00d9f211
    • Calamares CI's avatar
      Automatic merge of Transifex translations · b91275e7
      Calamares CI authored
      b91275e7
  2. Sep 26, 2016
  3. Sep 25, 2016
  4. Sep 24, 2016
  5. Sep 23, 2016
  6. Sep 22, 2016
  7. Sep 21, 2016
  8. Sep 20, 2016
  9. Sep 19, 2016
  10. Sep 18, 2016
  11. Sep 17, 2016
  12. Sep 16, 2016
    • Teo Mrnjavac's avatar
      Fix VFAT filename handling in bootloader module. · 3408eb5c
      Teo Mrnjavac authored
      CAL-385 #close
      3408eb5c
    • Teo Mrnjavac's avatar
      a48dadf7
    • Kevin Kofler's avatar
      users: Drop dependency on chfn. (#260) · 0ad215bc
      Kevin Kofler authored
      Pass the full name directly to useradd instead, using the "-c" (comment)
      parameter, which is "currently used as the field for the user's full
      name" according to the documentation.
      
      The chfn utility is no longer installed by default on current Fedora
      releases due to its dependency on libuser. (They split out chfn and chsh
      from util-linux into an optional subpackage.) It could be added as a
      dependency of Calamares, but since it is needed inside the chroot, it
      has to be on the base live image, not the overlay. Thus, to allow
      testing Calamares with a simple "dnf install calamares" again, the
      dependency needs to go away. And it is unnecessary anyway.
      0ad215bc
  13. Sep 14, 2016
  14. Sep 13, 2016
  15. Sep 12, 2016
  16. Sep 11, 2016
  17. Sep 09, 2016
Loading