- Aug 19, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Sep 15, 2015
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Aug 12, 2014
-
-
Teo Mrnjavac authored
-
- Aug 08, 2014
-
-
Teo Mrnjavac authored
-
- Aug 04, 2014
-
-
Teo Mrnjavac authored
-
- Jul 30, 2014
-
-
Teo Mrnjavac authored
-
- Jul 29, 2014
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Jul 28, 2014
-
-
Teo Mrnjavac authored
-
- Jul 23, 2014
-
-
Teo Mrnjavac authored
-
- Jul 22, 2014
-
-
Teo Mrnjavac authored
-
- Jul 18, 2014
-
-
Teo Mrnjavac authored
Rename PythonJobHelper ==> CalamaresPython::Helper. Add QVariant to boost::python::object conversion functions. Rename some constants in the libcalamares Python API.
-
Teo Mrnjavac authored
-
- Jul 17, 2014
-
-
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.
-
- Jul 15, 2014
-
-
Teo Mrnjavac authored
Actual module ViewSteps can reimplement it to read their own module- specific configuration.
-
- Jul 08, 2014
-
-
Teo Mrnjavac authored
Also added onActivate/onLeave to ViewStep and ViewManager.
-
- Jul 03, 2014
-
-
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.
-
- Jun 27, 2014
-
-
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*.
-
- Jun 24, 2014
-
-
Teo Mrnjavac authored
-
- Jun 11, 2014
-
-
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.
-
- Jun 06, 2014
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Jun 04, 2014
-
-
Teo Mrnjavac authored
-