4a166b2f57Format settings.conf to make it easy to comment out a module.
Teo Mrnjavac
2014-07-08 18:28:04 +0200
f1ba2e1270Add prettyStatus to Locale module.
Teo Mrnjavac
2014-07-08 18:25:54 +0200
e622fe4f99Add prettyStatus to Keyboard module.
Teo Mrnjavac
2014-07-08 18:25:39 +0200
c339ac8cfcAdd status info to Summary page. Still needs work to make it nice. Also added onActivate/onLeave to ViewStep and ViewManager.
Teo Mrnjavac
2014-07-08 18:24:39 +0200
49b91608e3Stub for Summary viewmodule.
Teo Mrnjavac
2014-07-08 17:28:35 +0200
36b3de7107Enable/disable Next button based on whether we have a root mount point
Aurélien Gâteau
2014-07-07 16:26:56 +0200
52028d95f9Clean up overuse of literals for GUI constants. Add CalamaresStyle for colors and other style constants and helpers. Add static functions for font size.
Teo Mrnjavac
2014-07-08 13:22:09 +0200
7a99214ddbNew keyboard viewmodule, based on the one from Manjaro's minst.
Teo Mrnjavac
2014-07-04 15:33:59 +0200
ee485f9735Remove keyboard related functionality from the locale viewmodule.
Teo Mrnjavac
2014-07-04 15:31:12 +0200
4ba4a4fe12Remove debug spam from CalamaresAddLibrary.cmake.
Teo Mrnjavac
2014-07-03 18:11:36 +0200
e2e66e3cf7Do not repeat repeat link libraries.
Teo Mrnjavac
2014-07-03 18:07:02 +0200
4ec72f4afbRefactored calamares_bin into calamares_bin and libcalamaresui. 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.
Teo Mrnjavac
2014-07-03 18:00:40 +0200
1efb4f1101Added spinner widget to the loading timezone data view.
Teo Mrnjavac
2014-07-03 15:38:55 +0200
81eafced2fDon't allow to go next if the timezone view hasn't loaded.
Teo Mrnjavac
2014-07-03 13:19:32 +0200
f9aa532d77Load timezone data asynchronously so we don't block the GUI thread on startup.
Teo Mrnjavac
2014-07-03 13:13:38 +0200
4cf6c06ddaUseless linkage is useless.
Teo Mrnjavac
2014-07-03 13:13:06 +0200
ca247c26caCalamaresAddPlugin more relevant output.
Teo Mrnjavac
2014-07-02 11:59:55 +0200
5ea0ade4ceRemove debug messages from CalamaresAddLibrary.cmake
Teo Mrnjavac
2014-07-02 11:51:59 +0200
20beae8f52Minor nitpick in module.conf
Teo Mrnjavac
2014-07-02 11:47:48 +0200
698cff45c8Lots of model/view/delegate changes. Created delegate for ProgressTreeView. No more columns, only roles throughout the model. Added row types and some user roles to the model. Look and feel changes to ProgressTreeView.
Teo Mrnjavac
2014-07-01 17:45:28 +0200
0eddb34c15Add getter for CalamaresWindow in CalamaresApplication.
Teo Mrnjavac
2014-07-01 17:44:08 +0200
3b64f29bfcEnforce minimum size for main window.
Teo Mrnjavac
2014-07-01 17:43:39 +0200
378545c735No need to call expandAll from outside the model.
Teo Mrnjavac
2014-07-01 12:01:10 +0200
80789b6143Added ProgressTreeModel/View, including different kinds of items. Redone CalamaresWindow without UI file. Const correctness in ViewStep and plugins.
Teo Mrnjavac
2014-07-01 11:49:09 +0200