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
  2. Sep 01, 2016
  3. Jan 14, 2016
  4. Dec 30, 2015
  5. Sep 25, 2015
  6. Sep 15, 2015
  7. Jun 09, 2015
  8. May 07, 2015
  9. Apr 08, 2015
  10. Feb 26, 2015
  11. Jan 23, 2015
  12. Nov 11, 2014
  13. Nov 10, 2014
  14. Oct 28, 2014
  15. Aug 26, 2014
  16. Aug 19, 2014
  17. Aug 13, 2014
  18. Aug 12, 2014
  19. Aug 08, 2014
  20. Aug 06, 2014
  21. Aug 04, 2014
  22. Aug 01, 2014
  23. Jul 30, 2014
Loading