Commit Graph

6030 Commits (c2f1070f2a6eaa5dd6c7b5482ac681cbca7f7664)
 

Author SHA1 Message Date
Teo Mrnjavac ab5c818f4f Fix -Wnarrowing warnings in KDSingleApplicationGuard
Teo Mrnjavac 3dd9578b95 Allow undefined symbols when linking plugin.
Teo Mrnjavac d20e3ce598 Add DLLEXPORT_PRO definitions.
Teo Mrnjavac 13fcf387c7 A bunch of work on loading plugins.
Also switched to C++11.
Aurélien Gâteau 1da7ba446d Fix link error on Qt5 libs
Teo Mrnjavac 1fb0dd3c3d Rename binary calamares_bin -> calamares
Teo Mrnjavac 8c746b8d3b Fix appDataDir paths
Teo Mrnjavac 5eb35780d0 Added config file sample.
Teo Mrnjavac 05d355f21f Config files are YAML, not JSON. We depend on yaml-cpp for parsing.
Teo Mrnjavac 80640e4bea Added FindYamlCpp.cmake
Teo Mrnjavac 56c6df30e6 --verbose is now --debug, CalamaresApplication keeps track of it
Teo Mrnjavac 1f98c3efae Load settings.
Teo Mrnjavac 4e14ec7834 Fixed defines for Logger
Teo Mrnjavac de93d4eabb Proper include, and layout fix.
Teo Mrnjavac 347115c1bc AUTHORS file.
Teo Mrnjavac 6899b1f0fa Added CMake magic for plugin infrastructure.
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.
Teo Mrnjavac bfc5316c56 Update README.md
Teo Mrnjavac fe27f8eab8 Use ui file for main window.
Teo Mrnjavac b21dc4fe4c Added Utils, Logger, Translations, QCommandLineParser, init boilerplate
demmm 293446a7bd adding base-ui, first preleminary option
Teo Mrnjavac 2120685822 Fix error in headers.
Teo Mrnjavac 21b7e06bb6 .gitignore update
Teo Mrnjavac 27cea281bc Added KDSingleApplicationGuard boilerplate because it's a singleton.
Also DllMacro.h
Teo Mrnjavac b0aefc94c9 Update README.md
Teo Mrnjavac f02785c5a2 Update README.md
Teo Mrnjavac b5ec7c4702 CMake skeleton.
Teo Mrnjavac 035dccfa5c Update README.md
Teo Mrnjavac 3c3fbfe61d Update LICENSE
Teo Mrnjavac c23abaef65 Update README.md
Teo Mrnjavac f7f7167f20 Initial commit