Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IJHack/QtPass
/ functions
Functions
829 in github.com/IJHack/QtPass
⨍
Functions
829
◇
Types & classes
83
↓ 63 callers
Method
isValid
* @brief Check whether the key has any usable validity level. * @return true when fullyValid() or marginallyValid() is true. */
src/userinfo.h:37
↓ 31 callers
Method
getPassword
* @brief Gets the password from the parsed file. * @return The password string */
src/filecontent.cpp:62
↓ 23 callers
Method
replace
* @brief KeygenDialog::replace do some regex magic. fore replacing Passphrase * and protection in keypair generation template. * @param key * @para
src/keygendialog.cpp:106
↓ 21 callers
Method
Insert
* @brief RealPass::Insert pass insert */
src/realpass.cpp:80
↓ 21 callers
Method
getNamedValues
* @brief Gets named value pairs from the parsed file. * @return NamedValues list with name:value pairs */
src/filecontent.cpp:68
↓ 20 callers
Function
classifyRecord
* @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 callers
Method
isAnimated
src/qprogressindicator.cpp:18
↓ 17 callers
Method
setVisible
* @brief TrayIcon::setVisible show or hide the icon. * @param visible */
src/trayicon.cpp:50
↓ 15 callers
Method
data
* @brief StoreModel::data don't show the .gpg at the end of a file. * @param index * @param role * @return */
src/storemodel.cpp:143
↓ 14 callers
Method
Show
* @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 callers
Function
gpgErrorMessage
src/pass.cpp:510
↓ 13 callers
Method
setModelAndStore
tests/auto/model/tst_storemodel.cpp:237
↓ 13 callers
Method
transactionIsOver
tests/auto/simpletransaction/tst_simpletransaction.cpp:37
↓ 12 callers
Function
parseGrepOutput
* @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 callers
Function
pgit
src/imitatepass.cpp:64
↓ 12 callers
Method
transactionAdd
tests/auto/simpletransaction/tst_simpletransaction.cpp:27
↓ 11 callers
Method
getRemainingData
tests/auto/filecontent/tst_filecontent.cpp:80
↓ 11 callers
Method
setPass
* @brief Sets the password from pass show output. * @param output Output from pass show command */
src/passworddialog.cpp:252
↓ 11 callers
Method
takeValue
* @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 callers
Method
getTextToCopy
* @brief QPushButtonAsQRCode::getTextToCopy returns the text of * associated text field * @return QString textToCopy */
src/qpushbuttonasqrcode.cpp:29
↓ 10 callers
Method
setTemplate
* @brief PasswordDialog::setTemplate set the template and create the fields. * @param rawFields */
src/passworddialog.cpp:190
↓ 9 callers
Function
pgpg
src/imitatepass.cpp:72
↓ 9 callers
Method
showMessage
* @brief TrayIcon::showMessage show a systray message for notification. * @param title * @param msg * @param time */
src/trayicon.cpp:144
↓ 8 callers
Function
dwordBytes
* @brief Convert quint32 to byte array for Windows clipboard formats. * @param value - DWORD value * @return QByteArray with raw bytes */
src/qtpass.h:29
↓ 8 callers
Method
environment
tests/auto/util/tst_util.cpp:72
↓ 8 callers
Method
fullyValid
* @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 callers
Method
generatePassword
* @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 callers
Function
parseGpgColonOutput
* @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 callers
Method
setTextToCopy
* @brief QPushButtonAsQRCode::setTextToCopy sets text from associated * text field * @param value QString text to be copied */
src/qpushbuttonasqrcode.cpp:38
↓ 8 callers
Method
startAnimation
src/qprogressindicator.cpp:30
↓ 7 callers
Method
showStatusMessage
* @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 callers
Method
stopAnimation
src/qprogressindicator.cpp:38
↓ 6 callers
Method
Grep
* @brief Search all password content via 'pass grep'. * @param pattern Search pattern. * @param caseInsensitive true for case-insensitive search. *
src/realpass.cpp:200
↓ 6 callers
Method
Move
* @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 callers
Method
callSetEnvVar
tests/auto/util/tst_util.cpp:69
↓ 6 callers
Function
decodeAssumingUtf8
* @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 callers
Method
listKeys
* @brief Pass::listKeys list users * @param keystrings * @param secret list private keys * @return QList<UserInfo> users */
src/pass.cpp:441
↓ 6 callers
Method
marginallyValid
* @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 callers
Method
color
! Returns the color of the component. \sa setColor */
src/qprogressindicator.h:113
↓ 5 callers
Method
flashText
* @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 callers
Method
resolveMoveDestination
* @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 callers
Method
updateEnv
* @brief Update the process environment used for executing external commands. * * Updates environment entries for PASSWORD_STORE_SIGNING_KEY, * PAS
src/pass.cpp:758
↓ 4 callers
Method
Copy
* @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 callers
Method
accept
* @brief UsersDialog::accept */
src/usersdialog.cpp:163
↓ 4 callers
Function
buildClipboardMimeData
* @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 callers
Function
containsAnyCaseInsensitive
* @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 callers
Function
handleFprRecord
* @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 callers
Function
handlePubSecRecord
* @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 callers
Method
isDisplayedWhenStopped
src/qprogressindicator.cpp:26
↓ 4 callers
Method
isFreshStart
* @brief Return whether this instance is in a fresh-start state. * @return true if in fresh-start state. */
src/qtpass.h:77
↓ 4 callers
Method
isRunning
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 callers
Method
callPassFinished
tests/auto/util/tst_util.cpp:80
↓ 3 callers
Function
containsAny
src/pass.cpp:481
↓ 3 callers
Method
filterAcceptsRow
* @brief StoreModel::filterAcceptsRow should row be shown, wrapper for * StoreModel::showThis method. * @param sourceRow * @param sourceParent * @
src/storemodel.cpp:60
↓ 3 callers
Function
findPass
tests/auto/integration/tst_integration.cpp:67
↓ 3 callers
Method
flags
* @brief StoreModel::flags * @param index * @return */
src/storemodel.cpp:181
↓ 3 callers
Method
getRemainingDataForDisplay
tests/auto/filecontent/tst_filecontent.cpp:90
↓ 3 callers
Method
getStore
* @brief Get the password store root path. * @return Store path. */
src/storemodel.h:126
↓ 3 callers
Method
heightForWidth
* @brief QProgressIndicator::heightForWidth square ratio. * @param w requested width * @return w returned height */
src/qprogressindicator.cpp:77
↓ 3 callers
Function
runGpg
Run gpg synchronously with the given GNUPGHOME, return exit code.
tests/auto/integration/tst_integration.cpp:70
↓ 3 callers
Method
setUiElementsEnabled
* @brief MainWindow::setUiElementsEnabled enable or disable the relevant UI * elements * @param state */
src/mainwindow.cpp:552
↓ 3 callers
Method
templateAll
* @brief PasswordDialog::templateAll basic setter for use in * PasswordDialog::setPassword templating all tokenisable lines. * @param templateAll *
src/passworddialog.cpp:216
↓ 2 callers
Method
GitInit
* @brief RealPass::GitInit pass git init wrapper */
src/realpass.cpp:30
↓ 2 callers
Method
OtpGenerate
* @brief RealPass::OtpGenerate pass otp * @param file file containing OTP uri */
src/realpass.cpp:73
↓ 2 callers
Method
Remove
* @brief RealPass::Remove pass remove wrapper */
src/realpass.cpp:92
↓ 2 callers
Method
animationDelay
! 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 callers
Method
cleanKeygenDialog
src/mainwindow.cpp:215
↓ 2 callers
Method
clearClipboard
* @brief MainWindow::clearClipboard remove clipboard contents. */
src/qtpass.cpp:452
↓ 2 callers
Method
copyTextToClipboard
* @brief MainWindow::copyTextToClipboard copies text to your clipboard * @param text */
src/qtpass.cpp:500
↓ 2 callers
Function
fallbackCharset
src/pass.cpp:36
↓ 2 callers
Function
findGpg
tests/auto/integration/tst_integration.cpp:50
↓ 2 callers
Method
getKeygenDialog
* @brief Return the active key generation dialog, if any. * @return Pointer to the keygen QDialog, or nullptr. */
src/mainwindow.h:107
↓ 2 callers
Method
init
* @brief Initializes the pass wrapper environment. */
src/pass.cpp:115
↓ 2 callers
Method
init
* @brief tst_util::init unit test init method */
tests/auto/util/tst_util.cpp:224
↓ 2 callers
Method
setColor
src/qprogressindicator.cpp:60
↓ 2 callers
Method
setDisplayedWhenStopped
src/qprogressindicator.cpp:20
↓ 2 callers
Method
setStore
src/storemodel.cpp:115
↓ 2 callers
Method
transactionEnd
* @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 callers
Method
transactionStart
* @brief Marks the start of a sequence of processes that shall be treated as * one operation. */
src/simpletransaction.cpp:17
↓ 2 callers
Method
userDialog
* @brief MainWindow::userDialog see MainWindow::onUsers() * @param dir folder to edit users for. */
src/mainwindow.cpp:950
↓ 1 callers
Method
GenerateGPGKeys
* @brief Pass::GenerateGPGKeys internal gpg keypair generator . . * @param batch GnuPG style configuration string */
src/pass.cpp:415
↓ 1 callers
Method
GitPull
* @brief RealPass::GitPull pass git pull wrapper */
src/realpass.cpp:49
↓ 1 callers
Method
GitPull_b
* @brief RealPass::GitInit pass git pull wrapper which blocks until process * finishes */
src/realpass.cpp:36
↓ 1 callers
Method
GitPush
* @brief RealPass::GitPush pass git push wrapper */
src/realpass.cpp:54
↓ 1 callers
Method
Init
* @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 callers
Function
appendWithSpaceIfSuffixNotEmpty
* @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 callers
Method
cancelNext
* @brief Executor::cancelNext cancels execution of first process in queue * if it's not already running * * @return
src/executor.cpp:334
↓ 1 callers
Method
clearClippedText
* @brief Clears the stored clipped text. */
src/qtpass.cpp:439
↓ 1 callers
Method
config
* @brief Opens and processes the application configuration dialog, then applies * any accepted settings. * @example * config(); * * @return void
src/mainwindow.cpp:289
↓ 1 callers
Function
effectiveCharset
src/pass.cpp:40
↓ 1 callers
Method
environment
src/executor.cpp:324
↓ 1 callers
Method
execute
* @brief Executor::execute execute an app * @param id * @param app * @param args * @param readStdout * @param readStderr */
src/executor.cpp:111
↓ 1 callers
Function
findGpgconf
tests/auto/integration/tst_integration.cpp:59
↓ 1 callers
Function
findGpgconfInGpgDir
* @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 callers
Function
foreach
src/realpass.cpp:109
↓ 1 callers
Method
genKey
* @brief ConfigDialog::genKey tunnel function to make MainWindow generate a * gpg key pair. * @param batch * @param dialog */
src/configdialog.cpp:555
↓ 1 callers
Method
generateKeyPair
* @brief MainWindow::generateKeyPair internal gpg keypair generator . . * @param batch * @param keygenWindow */
src/mainwindow.cpp:995
↓ 1 callers
Function
generateTestKey
Generate a test GPG key in the given GNUPGHOME; returns the key fingerprint.
tests/auto/integration/tst_integration.cpp:91
↓ 1 callers
Method
getCurrentTreeViewIndex
src/mainwindow.cpp:211
↓ 1 callers
Method
getIsAllocated
* @brief TrayIcon::getIsAllocated return if TrayIcon is allocated */
src/trayicon.cpp:61
next →
1–100 of 829, ranked by callers