Home
last modified time | relevance | path

Searched refs:cDebug (Results 1 – 25 of 116) sorted by relevance

12345

/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/fsresizer/
H A DResizeFSJob.cpp60 cDebug() << "ResizeFSJob found" << devices.count() << "devices."; in findPartition()
67 cDebug() << "ResizeFSJob found" << ( *dev_it )->deviceNode(); in findPartition()
81 cDebug() << "No match for configuration dev=" << m_devicename << "fs=" << m_fsname; in findPartition()
109 cDebug() << "Containing device size" << m.first->totalLogical(); in findGrownEnd()
112 cDebug() << "Growing partition" << m.second->firstSector() << '-' << last_currently; in findGrownEnd()
128 cDebug() << Logger::SubEntry << "comparing" << next_start << '-' << next_end; in findGrownEnd()
131 cDebug() << Logger::SubEntry << "shrunk last available to" << next_start; in findGrownEnd()
138 cDebug() << "Partition cannot grow larger."; in findGrownEnd()
192 cDebug() << "canGrow() returned false."; in exec()
226 cDebug() << "Resize operation OK."; in exec()
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamaresui/modulesystem/
H A DPythonQtViewModule.cpp67 cDebug() << "Initializing PythonQt bindings." in loadSelf()
101 cDebug() << "PythonQt OUT>" << message; in loadSelf()
104 cDebug() << "PythonQt ERR>" << message; in loadSelf()
111 cDebug() << "Invalid working directory" << m_workingPath << "for module" << name(); in loadSelf()
119 cDebug() << "Invalid main script file path" << fullPath << "for module" << name(); in loadSelf()
127cDebug() << "Cannot load PythonQt context from file" << fullPath << "for module" << name(); in loadSelf()
146cDebug() << "PythonQtViewModule loading self for instance" << instanceKey() << "\nPythonQtViewModu… in loadSelf()
153 cDebug() << "PythonQtViewModule" << instanceKey() << "loading complete."; in loadSelf()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/keyboard/
H A DSetKeyboardLayoutJob.cpp62 cDebug() << "Looking for converted keymap in" << convertedKeymapPath; in findConvertedKeymap()
76 cDebug() << Logger::SubEntry << "Found converted keymap" << name; in findConvertedKeymap()
87 cDebug() << "Looking for legacy keymap" << layout << model << variant << "in QRC"; in findLegacyKeymap()
95 cDebug() << Logger::SubEntry << "Could not read QRC"; in findLegacyKeymap()
159cDebug() << Logger::SubEntry << "Found legacy keymap" << mapping[ 0 ] << "with score" << matching; in findLegacyKeymap()
182 cDebug() << "Writing vconsole data to" << vconsoleConfPath; in writeVConsoleData()
191 cDebug() << "Trying to use X11 layout" << m_layout << "as the virtual console layout"; in writeVConsoleData()
243cDebug() << Logger::SubEntry << "Written KEYMAP=" << keymap << "to vconsole.conf" << stream.status… in writeVConsoleData()
252 cDebug() << "Writing X11 configuration to" << keyboardConfPath; in writeX11Data()
313 cDebug() << "Writing default keyboard data to" << defaultKeyboardPath; in writeDefaultKeyboardData()
[all …]
H A DConfig.cpp223cDebug() << "xkbmap selection changed to: " << m_selectedLayout << '-' << m_selectedVariant << "(a… in xkbApply()
230 cDebug() << "xkbmap selection changed to: " << m_selectedLayout << '-' << m_selectedVariant; in xkbApply()
309 cDebug() << split; in detectCurrentKeyboardLayout()
389 cDebug() << Logger::SubEntry << "looking for locale part" << *countryPart; in guessLayout()
397 cDebug() << Logger::SubEntry << "matched" << name; in guessLayout()
408 cDebug() << "Next level:" << *countryPart; in guessLayout()
414 cDebug() << Logger::SubEntry << "matched variant" << *countryPart << ' ' in guessLayout()
482 cDebug() << "Got locale language" << lang; in guessLocaleKeyboardLayout()
505 cDebug() << Logger::SubEntry << "special case language" << lang << "becomes" << newLang; in guessLocaleKeyboardLayout()
/dports/sysutils/calamares/calamares-3.2.44.2/src/calamares/
H A DCalamaresApplication.cpp69 cDebug() << "Calamares version:" << CALAMARES_VERSION; in init()
70 cDebug() << Logger::SubEntry in init()
86 cDebug() << Logger::SubEntry << "STARTUP: initSettings, initQmlPath, initBranding done"; in init()
90 cDebug() << Logger::SubEntry << "STARTUP: initModuleManager: module init started"; in init()
248 cDebug() << "STARTUP: initModuleManager: all modules init done"; in initView()
250 cDebug() << "STARTUP: initJobQueue done"; in initView()
263 cDebug() << "STARTUP: CalamaresWindow created; loadModules started"; in initView()
270 cDebug() << "STARTUP: loadModules for all modules done"; in initViewSteps()
282 cDebug() << "STARTUP: Window now visible and ProgressTreeView populated"; in initViewSteps()
283cDebug() << Logger::SubEntry << Calamares::ViewManager::instance()->viewSteps().count() << "view s… in initViewSteps()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/core/
H A DDeviceList.cpp137 cDebug() << Logger::SubEntry << "unsafe partitioning has been lamed, and will fail."; in getDevices()
149 cDebug() << "Removing unsuitable devices:" << devices.count() << "candidates."; in getDevices()
157 cDebug() << Logger::SubEntry << "Skipping nullptr device"; in getDevices()
162 cDebug() << Logger::SubEntry << "Removing zram" << it; in getDevices()
167 cDebug() << Logger::SubEntry << "Removing floppy disk" << it; in getDevices()
172 cDebug() << Logger::SubEntry << "Removing device with root filesystem (/) on it" << it; in getDevices()
177cDebug() << Logger::SubEntry << "Removing device with iso9660 filesystem (probably a CD) on it" <<… in getDevices()
185 cDebug() << Logger::SubEntry << "there are" << devices.count() << "devices left."; in getDevices()
H A DPartUtils.cpp80 cDebug() << o << "Partition* is NULL"; in canBeReplaced()
84 cDebug() << o << "Checking if" << convenienceName( candidate ) << "can be replaced."; in canBeReplaced()
87 cDebug() << Logger::SubEntry << "NO, it is mounted."; in canBeReplaced()
95 cDebug() << Logger::SubEntry << "NO, requiredStorageGiB is not set correctly."; in canBeReplaced()
125 cDebug() << o << "Partition* is NULL"; in canBeResized()
131 cDebug() << o << "Can not resize" << convenienceName( candidate ) << ", filesystem" in canBeResized()
144cDebug() << o << "Can not resize" << convenienceName( candidate ) << ", partition is mounted"; in canBeResized()
169 cDebug() << o << "Can not resize" << convenienceName( candidate ) in canBeResized()
181 cDebug() << o << "Partition" << convenienceName( candidate ) in canBeResized()
245 cDebug() << "Checking device" << partitionPath << "for fstab (fs=" << r.getOutput() << ')'; in lookForFstabEntries()
[all …]
H A DPartitionCoreModule.cpp257 cDebug() << "LIST OF DETECTED DEVICES:"; in doInit()
258 cDebug() << Logger::SubEntry << "node\tcapacity\tname\tprettyName"; in doInit()
261 cDebug() << Logger::SubEntry << Logger::Pointer( device ); in doInit()
272 cDebug() << Logger::SubEntry << "(skipped null device)"; in doInit()
275 cDebug() << Logger::SubEntry << devices.count() << "devices detected."; in doInit()
520 cDebug() << "Failed to remove partition from preview"; in deletePartition()
591 cDebug() << "Unsafe partitioning is enabled."; in jobs()
592 cDebug() << Logger::SubEntry << "it has been lamed, and will fail."; in jobs()
668 cDebug() << "# Queue:"; in dumpQueue()
674 cDebug() << Logger::SubEntry << "-" << job->prettyName(); in dumpQueue()
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/preservefiles/
H A DPreserveFiles.cpp38 cDebug() << "RootMountPoint is empty"; in targetPrefix()
43 cDebug() << "No rootMountPoint defined, preserving files to '/'"; in targetPrefix()
181 cDebug() << "No 'files' key for preservefiles."; in setConfigurationMap()
187 cDebug() << "Configuration key 'files' is not a list for preservefiles."; in setConfigurationMap()
209 cDebug() << "Empty filename for preservefiles, item" << c; in setConfigurationMap()
226 cDebug() << "Empty dest for preservefiles, item" << c; in setConfigurationMap()
230 cDebug() << "Invalid type for preservefiles, item" << c; in setConfigurationMap()
239 cDebug() << "Invalid type for preservefiles, item" << c; in setConfigurationMap()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/tracking/
H A DTrackingViewStep.cpp91 cDebug() << "Install tracking:" << m_config->installTracking()->isEnabled(); in onLeave()
92 cDebug() << Logger::SubEntry << "Machine tracking:" << m_config->machineTracking()->isEnabled(); in onLeave()
93 cDebug() << Logger::SubEntry << " User tracking:" << m_config->userTracking()->isEnabled(); in onLeave()
100 cDebug() << "Creating tracking jobs .."; in jobs()
106 cDebug() << Logger::SubEntry << l.count() << "jobs queued."; in jobs()
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamaresui/utils/
H A DPaste.cpp38 cDebug() << "Log upload size limit was limited to" << sizeLimitBytes << "bytes"; in logFileContents()
42 cDebug() << "Log upload size is 0, upload disabled."; in logFileContents()
60cDebug() << "Only last" << sizeLimitBytes << "bytes of log file (sized" << fi.size() << "bytes) up… in logFileContents()
81 cDebug() << "Connected to paste server" << serverUrl.host(); in ficheLogUpload()
92 cDebug() << Logger::SubEntry << "Paste data written to paste server"; in ficheLogUpload()
101 cDebug() << Logger::SubEntry << "Reading response from paste server"; in ficheLogUpload()
108 cDebug() << Logger::SubEntry << "Paste server results:" << pasteUrl; in ficheLogUpload()
H A DQml.cpp81 cDebug() << "Using Calamares QML directory" << dir.absolutePath(); in initQmlModulesDir()
112 cDebug() << "QML" << methodSignature << "returned" << returnValue; in callQmlFunction()
117 cDebug() << "QML" << methodSignature << "is missing."; in callQmlFunction()
169 cDebug() << Logger::SubEntry << "Looking at QML file" << candidate; in searchQmlFile()
181 cDebug() << Logger::SubEntry << "None found."; in searchQmlFile()
188 cDebug() << "Looking for QML for" << i.toString(); in searchQmlFile()
195 cDebug() << "Looking for QML for" << configuredName; in searchQmlFile()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/netinstall/
H A DLoaderQueue.cpp125 cDebug() << "Invalid URL" << url; in fetch()
131 cDebug() << "NetInstall loading groups from" << url; in fetch()
138 cDebug() << Logger::SubEntry << "Request failed immediately."; in fetch()
164cDebug() << "NetInstall group data received" << m_reply->size() << "bytes from" << m_reply->url(); in dataArrived()
173 cDebug() << Logger::SubEntry << "Netinstall reply error: " << m_reply->error(); in dataArrived()
174 cDebug() << Logger::SubEntry << "Request for url: " << m_reply->url().toString() in dataArrived()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/tests/
H A DDevicesTests.cpp52 cDebug() << "Getting devices via KPMCore"; in testKPMScanDevices()
61 cDebug() << Logger::SubEntry << "Done getting devices."; in testKPMScanDevices()
75 cDebug() << "Getting devices via PartUtils"; in testPartUtilScanDevices()
77 cDebug() << Logger::SubEntry << "Done getting devices."; in testPartUtilScanDevices()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/jobs/
H A DCreatePartitionTableJob.cpp73cDebug() << "Creating new partition table of type" << table->typeName() << ", uncommitted partitio… in exec()
76cDebug() << Logger::SubEntry << ( ( *it ) ? ( *it )->deviceNode() : QString( "<null device>" ) ); in exec()
84cDebug() << Logger::SubEntry << "lsblk output:\n" << Logger::NoQuote << lsblk.readAllStandardOutpu… in exec()
91cDebug() << Logger::SubEntry << "mount output:\n" << Logger::NoQuote << mount.readAllStandardOutpu… in exec()
118cDebug() << "CreatePartitionTableJob::createTable trying to make table for device" << m_device->de… in createTable()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/luksbootkeyfile/
H A DLuksBootKeyFileJob.cpp130 cDebug() << "In target system after creating LUKS file" << r.getOutput(); in generateTargetKeyfile()
197 cDebug() << "There are" << s.devices.count() << "LUKS partitions"; in exec()
200 cDebug() << Logger::SubEntry << "Nothing to do for LUKS."; in exec()
207 cDebug() << Logger::SubEntry << ( d.isRoot ? "root" : "dev." ) << d.device << "passphrase?" in exec()
214 cDebug() << Logger::SubEntry << "No root partition."; in exec()
221cDebug() << Logger::SubEntry << "/boot partition is not encrypted, skipping keyfile creation."; in exec()
227 cDebug() << Logger::SubEntry << "No root passphrase."; in exec()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/dracutlukscfg/
H A DDracutLuksCfgJob.cpp132 cDebug() << "[DRACUTLUKSCFG]: Writing" << realConfigFilePath; in exec()
137 cDebug() << "[DRACUTLUKSCFG]: Failed to open" << realConfigFilePath; in exec()
146 cDebug() << "[DRACUTLUKSCFG]: Swap outer UUID" << swapOuterUuid; in exec()
149 cDebug() << "[DRACUTLUKSCFG]: Wrote config to" << realConfigFilePath; in exec()
153 cDebug() << "[DRACUTLUKSCFG]: / not encrypted, skipping"; in exec()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/welcome/
H A DConfig.cpp126 cDebug() << "Matching locale" << defaultLocale; in initLanguages()
133 cDebug() << Logger::SubEntry << "Matching approximate locale" << defaultLocale.language(); in initLanguages()
143 cDebug() << Logger::SubEntry << "Matching English (US)"; in initLanguages()
190 cDebug() << "Index" << index << "Selected locale" << selectedTranslation.id().name; in setLocaleIndex()
319 cDebug() << Logger::SubEntry << "Obtained from" << handler->url() << " (" in logGeoIPHandler()
329 cDebug() << "Unusable country code" << countryCode; in setCountry()
337 cDebug() << "Unusable country code" << countryCode; in setCountry()
346 cDebug() << "Unusable country code" << countryCode << "(no suitable translation)"; in setCountry()
372 cDebug() << "GeoIP result for welcome=" << countryResult; in setGeoIP()
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamares/utils/
H A DRetranslator.cpp92 cDebug() << Logger::SubEntry << "Branding using locale:" << m_localeName; in tryLoad()
97cDebug() << Logger::SubEntry << "Branding no translation for" << m_localeName << "using default (e… in tryLoad()
111 cDebug() << Logger::SubEntry << "Loaded local translation" << prefix << localeName; in tryLoad()
120 cDebug() << Logger::SubEntry << "Loaded appdata translation" << prefix << localeName; in tryLoad()
127 cDebug() << Logger::SubEntry << "Loaded QRC translation" << prefix << localeName; in tryLoad()
132cDebug() << Logger::SubEntry << "No translation for" << prefix << localeName << "using default (en… in tryLoad()
H A DTests.cpp126 cDebug() << "Loaded example `settings.conf` sequence:"; in testLoadSaveYaml()
129 cDebug() << Logger::SubEntry << v; in testLoadSaveYaml()
171 cDebug() << Logger::SubEntry << k; in recursiveCompareMap()
201 cDebug() << "Testing" << confname; in testLoadSaveYamlExtended()
591 cDebug() << "Result-line" << Logger::Quote << s; in testStringTruncation()
600 cDebug() << "Result-line" << Logger::Quote << s; in testStringTruncation()
608 cDebug() << "Result-line" << Logger::Quote << s; in testStringTruncation()
675 cDebug() << "Result-line" << Logger::Quote << s; in testStringTruncationShorter()
691 cDebug() << "Result-line" << Logger::Quote << s; in testStringTruncationShorter()
706 cDebug() << "Result-line" << Logger::Quote << s; in testStringTruncationShorter()
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/initcpio/
H A DInitcpioJob.cpp42 cDebug() << "initcpio fixing permissions for" << f.fileName(); in fixPermissions()
55 cDebug() << "Skipping mitigations for unsafe initramfs permissions."; in exec()
66 cDebug() << "Updating initramfs with kernel" << m_kernel; in exec()
90 cDebug() << "*initcpio* using running kernel" << m_kernel; in setConfigurationMap()
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamares/packages/
H A DGlobals.cpp26 cDebug() << "Existing package operations length" << packageOperations.length(); in additions()
37 cDebug() << Logger::SubEntry << "Removing existing operations for" << key; in additions()
49 cDebug() << Logger::SubEntry << installPackages.length() << "critical packages."; in additions()
57 cDebug() << Logger::SubEntry << tryInstallPackages.length() << "non-critical packages."; in additions()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/users/
H A DTestSetHostNameJob.cpp55 cDebug() << "Users test started."; in initTestCase()
56 cDebug() << "Test dir" << m_dir.path(); in initTestCase()
66 cDebug() << "Creating new JobQueue"; in initTestCase()
78 cDebug() << "Test dir" << m_dir.path(); in testEtcHostname()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/gui/
H A DChoicePage.cpp588 cDebug() << "Partition not found for index" << current; in doAlongsideSetupSplitter()
607 cDebug() << "Partition selected for Alongside."; in doAlongsideSetupSplitter()
893 cDebug() << "Updating partitioning state widgets."; in updateDeviceStatePreview()
966 cDebug() << "Updating partitioning preview widgets."; in updateActionChoicePreview()
1333 cDebug() << "Setting texts for 0 osprober entries"; in setupActions()
1458 cDebug() << "No partitions available for resize-action."; in setupActions()
1468 cDebug() << "No partitions (" in setupActions()
1556 cDebug() << "No partitioning choice"; in calculateNextEnabled()
1562 cDebug() << "No partition selected"; in calculateNextEnabled()
1574 cDebug() << "No valid choice made"; in calculateNextEnabled()
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamares/partition/
H A DKPMTests.cpp46 cDebug() << "Partition flags according to KPMCore:"; in testFlagNames()
52 cDebug() << Logger::SubEntry << f << s; in testFlagNames()
77 cDebug() << "FileSystem names according to KPMCore:"; in testFSNames()
88 cDebug() << Logger::SubEntry << s; in testFSNames()

12345