Skip to content
Snippets Groups Projects
  1. Aug 19, 2016
  2. Sep 15, 2015
  3. Aug 12, 2014
  4. Aug 08, 2014
  5. Aug 04, 2014
  6. Jul 30, 2014
  7. Jul 29, 2014
  8. Jul 28, 2014
  9. Jul 23, 2014
  10. Jul 22, 2014
  11. Jul 18, 2014
  12. Jul 17, 2014
    • Teo Mrnjavac's avatar
      We have a Python API for jobmodules! · a61a36d9
      Teo Mrnjavac authored
      Created a Boost.Python module interface in libcalamares.
      Added a PythonJob wrapper and exposed it in the Python module.
      Rename target calamareslib ==> calamares so in Python it's libcalamares.
      Python-related classes in libcalamares that aren't exported as C++
      symbols are now in a CalamaresPrivate namespace.
      Import the libcalamares python module into every Python script before
      running it.
      Added Python error handling to PythonJobHelper.
      Added some more testing code to dummypython module.
      a61a36d9
  13. Jul 15, 2014
  14. Jul 08, 2014
  15. Jul 03, 2014
    • Teo Mrnjavac's avatar
      Refactored calamares_bin into calamares_bin and libcalamaresui. · 4ec72f4a
      Teo Mrnjavac authored
      Now linking with -Wl,--no-undefined!
      Moved find_package KF5 from the root CMakeLists.txt to the partitioning
      module where it belongs. KF5 deps should be limited to plugins.
      Lots of random fixage to make stuff link.
      Removed CalamaresApplication reference from Settings.
      Removed the use of AbstractPage, we don't need it right now.
      4ec72f4a
  16. Jun 27, 2014
    • Teo Mrnjavac's avatar
      Major ViewStep additions and changes. · 20d5a37f
      Teo Mrnjavac authored
      Renamed ViewPlugin to ViewStep.
      Back/Next button status management.
      Subpages are now under a ViewStep's jurisdiction, we only forward back/
      next signals if a ViewStep says it's got more pages to show. ViewStep
      exposes a QWidget* to ViewManager, this QWidget gets added to a stack.
      If a ViewStep wishes to show more than one page, it must manage more
      pages on its own inside its single QWidget*.
      20d5a37f
  17. Jun 24, 2014
  18. Jun 11, 2014
    • Teo Mrnjavac's avatar
      Added CMake magic for plugin infrastructure. · 6899b1f0
      Teo Mrnjavac authored
      Added ViewManager.
      Added dummy Settings class.
      Added dummy plugin interface (UI plugins only).
      Added dummy greeting plugin.
      Added DLLEXPORT macros for UI plugin interface and plugins.
      6899b1f0
  19. Jun 06, 2014
  20. Jun 04, 2014
Loading