MCPcopy Create free account

hub / github.com/IJHack/QtPass / functions

Functions829 in github.com/IJHack/QtPass

MethodformatInsertError
src/pass.cpp:648
MethodgenerateRandomPassword
* @brief Generates a random password from the given charset. * @param charset Characters to use in the password * @param length Desired password len
src/pass.cpp:879
MethodgenerateRandomPassword
tests/auto/util/tst_util.cpp:623
MethodgetAutoclearPanelSeconds
src/qtpasssettings.cpp:355
MethodgetAutoclearSeconds
src/qtpasssettings.cpp:335
MethodgetClipBoardType
src/qtpasssettings.cpp:309
MethodgetClipBoardTypeRaw
src/qtpasssettings.cpp:302
MethodgetDefaultKeyTemplate
* @brief Pass::getDefaultKeyTemplate return default key generation template * Uses ed25519 if supported, otherwise falls back to RSA * @return GPG b
src/pass.cpp:220
MethodgetDefaultKeyTemplate
tests/auto/executor/tst_executor.cpp:208
MethodgetDialogGeometry
src/qtpasssettings.cpp:247
MethodgetDialogPos
src/qtpasssettings.cpp:260
MethodgetDialogSize
src/qtpasssettings.cpp:270
MethodgetDir
* @brief Returns a directory path derived from a model index, optionally * relative to the pass store. * @example * QString result = Util::getDir(i
src/util.cpp:234
MethodgetDirBasic
tests/auto/util/tst_util.cpp:805
MethodgetDirWithIndex
tests/auto/util/tst_util.cpp:834
MethodgetFile
* @brief MainWindow::getFile get the selected file path * @param index * @param forPass returns relative path without '.gpg' extension * @return pa
src/mainwindow.cpp:365
MethodgetGeometry
src/qtpasssettings.cpp:194
MethodgetGitExecutable
src/qtpasssettings.cpp:503
MethodgetGpgExecutable
src/qtpasssettings.cpp:512
MethodgetGpgHome
src/qtpasssettings.cpp:531
MethodgetGpgIdPath
* @brief Pass::getGpgIdPath return gpgid file path for some file (folder). * @param for_file which file (folder) would you like the gpgid file path f
src/pass.cpp:779
MethodgetGpgIdPathBasic
tests/auto/util/tst_util.cpp:1232
MethodgetGpgIdPathNotFound
tests/auto/util/tst_util.cpp:1269
MethodgetGpgIdPathSubfolder
tests/auto/util/tst_util.cpp:1250
MethodgetImitatePass
src/qtpasssettings.cpp:792
MethodgetInstance
* @brief Returns the singleton instance of QtPassSettings, creating it on first * access. * @example * QtPassSettings *settings = QtPassSettings::g
src/qtpasssettings.cpp:47
MethodgetKeysFromFile
* @brief Extracts and returns a sorted list of valid key IDs from a GPG key * listing file. * @example * QStringList result = ImitatePass::getKeysF
src/imitatepass.cpp:527
MethodgetPass
src/qtpasssettings.cpp:171
MethodgetPassExecutable
src/qtpasssettings.cpp:494
MethodgetPassSigningKey
src/qtpasssettings.cpp:460
MethodgetPassStore
* @brief Retrieves the password store path, normalizes it, and ensures the * directory exists. * @example * QString passStore = * QtPassSettings::
src/qtpasssettings.cpp:433
MethodgetPassStore
tests/auto/settings/tst_settings.cpp:149
MethodgetPassTemplate
src/qtpasssettings.cpp:758
MethodgetPasswordConfiguration
* @brief Retrieves the current password configuration from application * settings. * @example * PasswordConfiguration result = QtPassSettings::getP
src/qtpasssettings.cpp:74
MethodgetPasswordConfiguration
src/configdialog.cpp:1082
MethodgetPasswordConfigurationDefault
tests/auto/settings/tst_settings.cpp:91
MethodgetPos
src/qtpasssettings.cpp:213
MethodgetProfile
src/qtpasssettings.cpp:573
MethodgetProfiles
* @brief Retrieves the stored profiles configuration as a nested hash map. * @details Reads profile data from the settings group, including legacy pr
src/qtpasssettings.cpp:116
MethodgetProfiles
* @brief ConfigDialog::getProfiles return profile list. * @return */
src/configdialog.cpp:595
MethodgetProfilesEmpty
tests/auto/settings/tst_settings.cpp:111
MethodgetPwgenExecutable
src/qtpasssettings.cpp:521
MethodgetQrencodeExecutable
src/qtpasssettings.cpp:636
MethodgetRealPass
src/qtpasssettings.cpp:786
MethodgetRecipientListBasic
tests/auto/util/tst_util.cpp:1086
MethodgetRecipientListEmpty
tests/auto/util/tst_util.cpp:1104
MethodgetRecipientListInvalidKeyId
tests/auto/util/tst_util.cpp:1137
MethodgetRecipientListWithComments
tests/auto/util/tst_util.cpp:1119
MethodgetRecipientStringCount
tests/auto/util/tst_util.cpp:1199
MethodgetSavestate
src/qtpasssettings.cpp:203
MethodgetSecretKeys
* @brief ConfigDialog::getSecretKeys get list of secret/private keys * @return QStringList keys */
src/configdialog.cpp:347
MethodgetSize
src/qtpasssettings.cpp:231
MethodgetStoreBasic
tests/auto/model/tst_storemodel.cpp:254
MethodgetTextToCopy
* @brief QPushButtonWithClipboard::getTextToCopy returns the text of * associated text field * @return QString textToCopy */
src/qpushbuttonwithclipboard.cpp:32
MethodgetVersion
src/qtpasssettings.cpp:185
MethodgetWebDavPassword
src/qtpasssettings.cpp:564
MethodgetWebDavUrl
src/qtpasssettings.cpp:546
MethodgetWebDavUser
src/qtpasssettings.cpp:555
MethodgitAddGpgId
* @brief Adds a GPG ID file and optionally its signature file to git, then * creates corresponding commit(s). * @example * void result = ImitatePas
src/imitatepass.cpp:339
MethodgitCommit
* @brief ImitatePass::gitCommit commit a file to git with an appropriate commit * message * @param file * @param msg */
src/imitatepass.cpp:184
MethodgpgErrorMessageEncryptionFailedFallback
tests/auto/util/tst_util.cpp:1801
MethodgpgErrorMessageFailureStatusToken
tests/auto/util/tst_util.cpp:1765
MethodgpgErrorMessageInvRecpStatusToken
tests/auto/util/tst_util.cpp:1738
MethodgpgErrorMessageKeyExpiredFallback
tests/auto/util/tst_util.cpp:1773
MethodgpgErrorMessageKeyExpiredStatusToken
tests/auto/util/tst_util.cpp:1709
MethodgpgErrorMessageKeyRevokedStatusToken
tests/auto/util/tst_util.cpp:1719
MethodgpgErrorMessageNoPubkeyFallback
tests/auto/util/tst_util.cpp:1791
MethodgpgErrorMessageNoPubkeyStatusToken
tests/auto/util/tst_util.cpp:1728
MethodgpgErrorMessageRevokedFallback
tests/auto/util/tst_util.cpp:1782
MethodgpgErrorMessageStatusTokenTakesPriorityOverFallback
tests/auto/util/tst_util.cpp:1817
MethodgpgErrorMessageUnknownReturnsEmpty
tests/auto/util/tst_util.cpp:1810
MethodgpgInsertErrorMsg
tests/auto/integration/tst_integration.cpp:179
MethodgpgSupportsEd25519
* @brief Pass::gpgSupportsEd25519 check if GPG supports ed25519 (ECC) * GPG 2.1+ supports ed25519 which is much faster for key generation * @return
src/pass.cpp:199
MethodgpgSupportsEd25519
tests/auto/executor/tst_executor.cpp:188
MethodgrepImitatePassEmptyStoreEmitsEmpty
tests/auto/util/tst_util.cpp:2001
MethodgrepImitatePassInvalidRegexEmitsEmpty
tests/auto/util/tst_util.cpp:2018
MethodgrepMatchFile
* @brief Decrypt one .gpg file and return lines matching rx. */
src/imitatepass.cpp:1044
MethodgrepMatchFileFailedDecryptReturnsEmpty
tests/auto/util/tst_util.cpp:1980
MethodgrepScanStore
* @brief Walk the store, decrypt every .gpg file, collect matches. */
src/imitatepass.cpp:1070
MethodgrepScanStoreEmptyDirReturnsEmpty
tests/auto/util/tst_util.cpp:1991
MethodhandleDirDrop
src/storemodel.cpp:365
MethodhandleFileDrop
src/storemodel.cpp:385
MethodhandleFileToDirDrop
src/storemodel.cpp:395
MethodhandleFileToFileDrop
src/storemodel.cpp:406
MethodhandleFprEdgeCases
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:272
MethodhandleGpgIdFile
* @brief Handles selection and validation of the password store's .gpg-id file. * @example * ConfigDialog dialog; * dialog.handleGpgIdFile(); * *
src/configdialog.cpp:903
MethodhandleGrepError
src/pass.cpp:639
MethodhandleProcessError
src/pass.cpp:621
MethodhandlePubSecEmptyFields
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:220
MethodhandlePubSecShortList
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:244
MethodiconActivated
* @brief TrayIcon::iconActivated you clicked on the trayicon. * @param reason */
src/trayicon.cpp:124
MethodimitatePassRemoveDir
tests/auto/util/tst_util.cpp:1075
MethodimitatePassResolveMoveDestination
tests/auto/util/tst_util.cpp:998
MethodimitatePassResolveMoveDestinationDestExistsNoForce
tests/auto/util/tst_util.cpp:1032
MethodimitatePassResolveMoveDestinationDir
tests/auto/util/tst_util.cpp:1052
MethodimitatePassResolveMoveDestinationForce
tests/auto/util/tst_util.cpp:1013
MethodimitatePassResolveMoveDestinationNonExistent
tests/auto/util/tst_util.cpp:1066
MethodimitatePass_editExistingEntry
tests/auto/integration/tst_integration.cpp:488
MethodimitatePass_emptyPassword
tests/auto/integration/tst_integration.cpp:830
MethodimitatePass_gitInitAndCommit
tests/auto/integration/tst_integration.cpp:529
← previousnext →301–400 of 829, ranked by callers