Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 01, 2014
  3. 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
    • Teo Mrnjavac's avatar
      Lots of changes. Module search+load system is now working. · 23e91ee4
      Teo Mrnjavac authored
      Moved module-related classes to src/calamares/modulesystem.
      Fixes to startup code path.
      Made ViewPlugins load into ViewManager.
      Debug code: ViewManager currently only shows a plugin's prettyName.
      Added ViewModule as a subclass of Module. Other kinds of plugins should
      be supported in a similar way.
      23e91ee4
Loading