15 Commits (8cf3c217f76b1505207fb1cdf80dc1cc403ab77c)

Author SHA1 Message Date
Adriaan de Groot a19d81e38c [welcome] Chase renaming of files
- Rename the classes to match
 - Drop some unused includes
7 years ago
Adriaan de Groot a72bdfac52 Merge branch 'master' into requirements-checking 8 years ago
Adriaan de Groot 2bc394656d [welcome] Make libparted optional
- This turns off the space-available check in the welcome module;
   without libparted, always fail that check.
 - Allows running the welcome module on OS without libparted.
8 years ago
Adriaan de Groot bd27dda474 [welcome] Restructure requirements checking
- Move widget behavior into its own container / widget class
 - Change the RequirementsChecker class to just check the
   requirements, returning a results list
 - Connect from the module manager to the results widget.
8 years ago
Adriaan de Groot ad2edf4f82 Linking: Reduce library dependencies in welcome module
Welcome is only interested in checking partitions, not
in resizing them, so stick to one library. This will
become moot when the checks move to partitionmanager
and KPMCore can do the things.
8 years ago
Adriaan de Groot d89b17a244 Clang: partman_devices.c is not, in fact, C++ code 8 years ago
Adriaan de Groot 2fdccdf090 Merge branch 'simplify-module-desc' 8 years ago
Adriaan de Groot 6fb40c517a CMake: collect all the Find-modules at top-level 8 years ago
Adriaan de Groot 96ef18c2c4 CMake: help find libparted 8 years ago
Adriaan de Groot d74627b705 CMake: remove superfluous module-path-setting 8 years ago
Teo Mrnjavac e2b2d761c2 Do not LINK_PUBLIC by default. 9 years ago
Kevin Kofler f08739cd15 [welcome] Use QNetworkAccessManager in checkHasInternet.
Use QNetworkAccessManager instead of raw QtDBus queries to
NetworkManager in RequirementsChecker::checkHasInternet(). This is much
simpler (i.e., less error-prone) and should be more portable (to, e.g.,
ConnMan).
9 years ago
Teo Mrnjavac ceedc1166b Merge prepare module into welcome, and repurpose it as a req checker. 11 years ago
Teo Mrnjavac 3dd1d7932f Fix up identifiers + use QComboBox instead of QListView. 11 years ago
Teo Mrnjavac 7bcb060967 The greeting module is now welcome. 11 years ago