MCPcopy Create free account

hub / github.com/IJHack/QtPass / functions

Functions829 in github.com/IJHack/QtPass

↓ 63 callersMethodisValid
* @brief Check whether the key has any usable validity level. * @return true when fullyValid() or marginallyValid() is true. */
src/userinfo.h:37
↓ 31 callersMethodgetPassword
* @brief Gets the password from the parsed file. * @return The password string */
src/filecontent.cpp:62
↓ 23 callersMethodreplace
* @brief KeygenDialog::replace do some regex magic. fore replacing Passphrase * and protection in keypair generation template. * @param key * @para
src/keygendialog.cpp:106
↓ 21 callersMethodInsert
* @brief RealPass::Insert pass insert */
src/realpass.cpp:80
↓ 21 callersMethodgetNamedValues
* @brief Gets named value pairs from the parsed file. * @return NamedValues list with name:value pairs */
src/filecontent.cpp:68
↓ 20 callersFunctionclassifyRecord
* @brief Classify a GPG colon output record type * @param record_type The first field of a GPG colon record (e.g., "pub", "sec", * "uid") * @return
src/gpgkeystate.cpp:23
↓ 17 callersMethodisAnimated
src/qprogressindicator.cpp:18
↓ 17 callersMethodsetVisible
* @brief TrayIcon::setVisible show or hide the icon. * @param visible */
src/trayicon.cpp:50
↓ 15 callersMethoddata
* @brief StoreModel::data don't show the .gpg at the end of a file. * @param index * @param role * @return */
src/storemodel.cpp:143
↓ 14 callersMethodShow
* @brief RealPass::Show pass show * * @param file file to decrypt * * @return if block is set, returns exit status of internal decryption *
src/realpass.cpp:65
↓ 14 callersFunctiongpgErrorMessage
src/pass.cpp:510
↓ 13 callersMethodsetModelAndStore
tests/auto/model/tst_storemodel.cpp:237
↓ 13 callersMethodtransactionIsOver
tests/auto/simpletransaction/tst_simpletransaction.cpp:37
↓ 12 callersFunctionparseGrepOutput
* @brief Parses 'pass grep' raw output into (entry, matches) pairs. * * pass grep emits ANSI blue color (\x1B[94m) at the start of each entry * hea
src/pass.cpp:571
↓ 12 callersFunctionpgit
src/imitatepass.cpp:64
↓ 12 callersMethodtransactionAdd
tests/auto/simpletransaction/tst_simpletransaction.cpp:27
↓ 11 callersMethodgetRemainingData
tests/auto/filecontent/tst_filecontent.cpp:80
↓ 11 callersMethodsetPass
* @brief Sets the password from pass show output. * @param output Output from pass show command */
src/passworddialog.cpp:252
↓ 11 callersMethodtakeValue
* @brief Finds and removes a named value by name. * @param name The name to search for * @return The value if found, empty string otherwise */
src/filecontent.cpp:118
↓ 10 callersMethodgetTextToCopy
* @brief QPushButtonAsQRCode::getTextToCopy returns the text of * associated text field * @return QString textToCopy */
src/qpushbuttonasqrcode.cpp:29
↓ 10 callersMethodsetTemplate
* @brief PasswordDialog::setTemplate set the template and create the fields. * @param rawFields */
src/passworddialog.cpp:190
↓ 9 callersFunctionpgpg
src/imitatepass.cpp:72
↓ 9 callersMethodshowMessage
* @brief TrayIcon::showMessage show a systray message for notification. * @param title * @param msg * @param time */
src/trayicon.cpp:144
↓ 8 callersFunctiondwordBytes
* @brief Convert quint32 to byte array for Windows clipboard formats. * @param value - DWORD value * @return QByteArray with raw bytes */
src/qtpass.h:29
↓ 8 callersMethodenvironment
tests/auto/util/tst_util.cpp:72
↓ 8 callersMethodfullyValid
* @brief Check full validity per GnuPG validity codes. * @return true when validity is 'f' or 'u'. * http://git.gnupg.org/cgi-bin/gitweb.cgi?p=g
src/userinfo.h:24
↓ 8 callersMethodgeneratePassword
* @brief Pass::Generate use either pwgen or internal password * generator * @param length of the desired password * @param charset to use for gener
src/pass.cpp:139
↓ 8 callersFunctionparseGpgColonOutput
* @brief Parse GPG --with-colons output into a list of UserInfo * @param output Raw output from GPG --with-colons --with-fingerprint * @param secret
src/gpgkeystate.cpp:110
↓ 8 callersMethodsetTextToCopy
* @brief QPushButtonAsQRCode::setTextToCopy sets text from associated * text field * @param value QString text to be copied */
src/qpushbuttonasqrcode.cpp:38
↓ 8 callersMethodstartAnimation
src/qprogressindicator.cpp:30
↓ 7 callersMethodshowStatusMessage
* @brief Displays message in status bar * * @param msg text to be displayed * @param timeout time for which msg shall be visible */
src/mainwindow.cpp:1476
↓ 7 callersMethodstopAnimation
src/qprogressindicator.cpp:38
↓ 6 callersMethodGrep
* @brief Search all password content via 'pass grep'. * @param pattern Search pattern. * @param caseInsensitive true for case-insensitive search. *
src/realpass.cpp:200
↓ 6 callersMethodMove
* @brief RealPass::Move move a file (or folder) * @param src source file or folder * @param dest destination file or folder * @param force overwrit
src/realpass.cpp:123
↓ 6 callersMethodcallSetEnvVar
tests/auto/util/tst_util.cpp:69
↓ 6 callersFunctiondecodeAssumingUtf8
* @brief decodes the input into a string assuming UTF-8 encoding. * If this fails (which is likely if it is not actually UTF-8) * it will then fall
src/executor.cpp:188
↓ 6 callersMethodlistKeys
* @brief Pass::listKeys list users * @param keystrings * @param secret list private keys * @return QList<UserInfo> users */
src/pass.cpp:441
↓ 6 callersMethodmarginallyValid
* @brief Check marginal validity per GnuPG validity codes. * @return true when validity is 'm'. * http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnup
src/userinfo.h:32
↓ 5 callersMethodcolor
! Returns the color of the component. \sa setColor */
src/qprogressindicator.h:113
↓ 5 callersMethodflashText
* @brief Displays the given text in the main window text browser, optionally * marking it as an error and/or rendering it as HTML. * @example * Mai
src/mainwindow.cpp:234
↓ 5 callersMethodresolveMoveDestination
* @brief Resolves the final destination path for moving a file or directory, * applying .gpg handling for files. * @example * QString result = Imit
src/imitatepass.cpp:807
↓ 5 callersMethodupdateEnv
* @brief Update the process environment used for executing external commands. * * Updates environment entries for PASSWORD_STORE_SIGNING_KEY, * PAS
src/pass.cpp:758
↓ 4 callersMethodCopy
* @brief RealPass::Copy copy a file (or folder) * @param src source file or folder * @param dest destination file or folder * @param force overwrit
src/realpass.cpp:163
↓ 4 callersMethodaccept
* @brief UsersDialog::accept */
src/usersdialog.cpp:163
↓ 4 callersFunctionbuildClipboardMimeData
* @brief Build clipboard MIME data with platform-specific security hints. * @param text - Plain text to copy * @return QMimeData with text and secur
src/qtpass.cpp:478
↓ 4 callersFunctioncontainsAnyCaseInsensitive
* @brief Checks if str contains any of the patterns (case-insensitive). * @param str String to search in (will be lowercased once). * @param pattern
src/pass.cpp:497
↓ 4 callersFunctionhandleFprRecord
* @brief Handle an fpr (fingerprint) record in GPG colon output * @param props The colon-split fields of the record * @param current_user UserInfo t
src/gpgkeystate.cpp:94
↓ 4 callersFunctionhandlePubSecRecord
* @brief Handle a pub or sec record in GPG colon output * @param props The colon-split fields of the record * @param secret True if this is a secret
src/gpgkeystate.cpp:54
↓ 4 callersMethodisDisplayedWhenStopped
src/qprogressindicator.cpp:26
↓ 4 callersMethodisFreshStart
* @brief Return whether this instance is in a fresh-start state. * @return true if in fresh-start state. */
src/qtpass.h:77
↓ 4 callersMethodisRunning
public functions. * @brief SingleApplication::isRunning is there already a QtPass instance * running, to check wether to be server or client. * @ret
src/singleapplication.cpp:66
↓ 3 callersMethodcallPassFinished
tests/auto/util/tst_util.cpp:80
↓ 3 callersFunctioncontainsAny
src/pass.cpp:481
↓ 3 callersMethodfilterAcceptsRow
* @brief StoreModel::filterAcceptsRow should row be shown, wrapper for * StoreModel::showThis method. * @param sourceRow * @param sourceParent * @
src/storemodel.cpp:60
↓ 3 callersFunctionfindPass
tests/auto/integration/tst_integration.cpp:67
↓ 3 callersMethodflags
* @brief StoreModel::flags * @param index * @return */
src/storemodel.cpp:181
↓ 3 callersMethodgetRemainingDataForDisplay
tests/auto/filecontent/tst_filecontent.cpp:90
↓ 3 callersMethodgetStore
* @brief Get the password store root path. * @return Store path. */
src/storemodel.h:126
↓ 3 callersMethodheightForWidth
* @brief QProgressIndicator::heightForWidth square ratio. * @param w requested width * @return w returned height */
src/qprogressindicator.cpp:77
↓ 3 callersFunctionrunGpg
Run gpg synchronously with the given GNUPGHOME, return exit code.
tests/auto/integration/tst_integration.cpp:70
↓ 3 callersMethodsetUiElementsEnabled
* @brief MainWindow::setUiElementsEnabled enable or disable the relevant UI * elements * @param state */
src/mainwindow.cpp:552
↓ 3 callersMethodtemplateAll
* @brief PasswordDialog::templateAll basic setter for use in * PasswordDialog::setPassword templating all tokenisable lines. * @param templateAll *
src/passworddialog.cpp:216
↓ 2 callersMethodGitInit
* @brief RealPass::GitInit pass git init wrapper */
src/realpass.cpp:30
↓ 2 callersMethodOtpGenerate
* @brief RealPass::OtpGenerate pass otp * @param file file containing OTP uri */
src/realpass.cpp:73
↓ 2 callersMethodRemove
* @brief RealPass::Remove pass remove wrapper */
src/realpass.cpp:92
↓ 2 callersMethodanimationDelay
! Returns the delay between animation steps. \return The number of milliseconds between animation steps. By default, the animation delay is
src/qprogressindicator.h:93
↓ 2 callersMethodcleanKeygenDialog
src/mainwindow.cpp:215
↓ 2 callersMethodclearClipboard
* @brief MainWindow::clearClipboard remove clipboard contents. */
src/qtpass.cpp:452
↓ 2 callersMethodcopyTextToClipboard
* @brief MainWindow::copyTextToClipboard copies text to your clipboard * @param text */
src/qtpass.cpp:500
↓ 2 callersFunctionfallbackCharset
src/pass.cpp:36
↓ 2 callersFunctionfindGpg
tests/auto/integration/tst_integration.cpp:50
↓ 2 callersMethodgetKeygenDialog
* @brief Return the active key generation dialog, if any. * @return Pointer to the keygen QDialog, or nullptr. */
src/mainwindow.h:107
↓ 2 callersMethodinit
* @brief Initializes the pass wrapper environment. */
src/pass.cpp:115
↓ 2 callersMethodinit
* @brief tst_util::init unit test init method */
tests/auto/util/tst_util.cpp:224
↓ 2 callersMethodsetColor
src/qprogressindicator.cpp:60
↓ 2 callersMethodsetDisplayedWhenStopped
src/qprogressindicator.cpp:20
↓ 2 callersMethodsetStore
src/storemodel.cpp:115
↓ 2 callersMethodtransactionEnd
* @brief Marks the end of the current transaction. * @param pid Value that will be used as the result of the transaction */
src/simpletransaction.cpp:45
↓ 2 callersMethodtransactionStart
* @brief Marks the start of a sequence of processes that shall be treated as * one operation. */
src/simpletransaction.cpp:17
↓ 2 callersMethoduserDialog
* @brief MainWindow::userDialog see MainWindow::onUsers() * @param dir folder to edit users for. */
src/mainwindow.cpp:950
↓ 1 callersMethodGenerateGPGKeys
* @brief Pass::GenerateGPGKeys internal gpg keypair generator . . * @param batch GnuPG style configuration string */
src/pass.cpp:415
↓ 1 callersMethodGitPull
* @brief RealPass::GitPull pass git pull wrapper */
src/realpass.cpp:49
↓ 1 callersMethodGitPull_b
* @brief RealPass::GitInit pass git pull wrapper which blocks until process * finishes */
src/realpass.cpp:36
↓ 1 callersMethodGitPush
* @brief RealPass::GitPush pass git push wrapper */
src/realpass.cpp:54
↓ 1 callersMethodInit
* @brief RealPass::Init initialize pass repository * * @param path Absolute path to new password-store * @param users list of users with ability t
src/realpass.cpp:102
↓ 1 callersFunctionappendWithSpaceIfSuffixNotEmpty
* @brief Appends a suffix to a target string, inserting a separating space if * the target is not empty. * * If `suffix` is empty, `target` is left
main/main.cpp:62
↓ 1 callersMethodcancelNext
* @brief Executor::cancelNext cancels execution of first process in queue * if it's not already running * * @return
src/executor.cpp:334
↓ 1 callersMethodclearClippedText
* @brief Clears the stored clipped text. */
src/qtpass.cpp:439
↓ 1 callersMethodconfig
* @brief Opens and processes the application configuration dialog, then applies * any accepted settings. * @example * config(); * * @return void
src/mainwindow.cpp:289
↓ 1 callersFunctioneffectiveCharset
src/pass.cpp:40
↓ 1 callersMethodenvironment
src/executor.cpp:324
↓ 1 callersMethodexecute
* @brief Executor::execute execute an app * @param id * @param app * @param args * @param readStdout * @param readStderr */
src/executor.cpp:111
↓ 1 callersFunctionfindGpgconf
tests/auto/integration/tst_integration.cpp:59
↓ 1 callersFunctionfindGpgconfInGpgDir
* @brief Finds the path to the gpgconf executable in the same directory as the * given GPG path. * @example * QString result = findGpgconfInGpgDir(
src/pass.cpp:272
↓ 1 callersFunctionforeach
src/realpass.cpp:109
↓ 1 callersMethodgenKey
* @brief ConfigDialog::genKey tunnel function to make MainWindow generate a * gpg key pair. * @param batch * @param dialog */
src/configdialog.cpp:555
↓ 1 callersMethodgenerateKeyPair
* @brief MainWindow::generateKeyPair internal gpg keypair generator . . * @param batch * @param keygenWindow */
src/mainwindow.cpp:995
↓ 1 callersFunctiongenerateTestKey
Generate a test GPG key in the given GNUPGHOME; returns the key fingerprint.
tests/auto/integration/tst_integration.cpp:91
↓ 1 callersMethodgetCurrentTreeViewIndex
src/mainwindow.cpp:211
↓ 1 callersMethodgetIsAllocated
* @brief TrayIcon::getIsAllocated return if TrayIcon is allocated */
src/trayicon.cpp:61
next →1–100 of 829, ranked by callers