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
Method
clipboardButtonClickEmitsSignal
tests/auto/ui/tst_ui.cpp:269
Method
clipboardButtonClickSignalCarriesText
tests/auto/ui/tst_ui.cpp:276
Method
clipboardButtonConstructorText
tests/auto/ui/tst_ui.cpp:245
Method
clipboardButtonDefaultText
tests/auto/ui/tst_ui.cpp:240
Method
clipboardButtonGetSetText
tests/auto/ui/tst_ui.cpp:250
Method
clipboardButtonSetAndGetRoundtrip
tests/auto/ui/tst_ui.cpp:262
Method
clipboardButtonSetEmptyText
tests/auto/ui/tst_ui.cpp:256
Method
closeEvent
* @brief UsersDialog::closeEvent save window state on close. * @param event */
src/usersdialog.cpp:173
Method
closeEvent
* @brief KeygenDialog::closeEvent we are done here. * @param event */
src/keygendialog.cpp:219
Method
closeEvent
* @brief MainWindow::closeEvent hide or quit * @param event */
src/mainwindow.cpp:1106
Method
closeEvent
* @brief ConfigDialog::closeEvent close this window. * @param event */
src/configdialog.cpp:962
Method
configIsValid
* @brief Checks whether the current QtPass configuration is valid. * @example * bool result = Util::configIsValid(); * std::cout << std::boolalpha
src/util.cpp:191
Method
configIsValid
tests/auto/util/tst_util.cpp:769
Method
connectPassSignalHandlers
* @brief Connects pass signal handlers to QtPass slots. * @param pass The pass instance to connect */
src/qtpass.cpp:169
Method
connectSignals
src/usersdialog.cpp:41
Method
contentRemainsSame
* @brief tst_ui::contentRemainsSame test that content set with * PasswordDialog::setPassword is repeated when calling * PasswordDialog::getPassword.
tests/auto/ui/tst_ui.cpp:86
Method
copyPasswordFromTreeview
* @brief Copies the password of the selected file from the tree view to the * clipboard. * @example * MainWindow::copyPasswordFromTreeview(); * *
src/mainwindow.cpp:1367
Method
createActions
* @brief TrayIcon::createActions setup the signals. */
src/trayicon.cpp:66
Method
createBackupCommit
* @brief Create git backup commit before re-encryption. * @return true if backup created or not needed, false if backup failed. */
src/imitatepass.cpp:687
Method
createGpgIdFile
tests/auto/util/tst_util.cpp:574
Method
createGpgIdFileEmptyKeys
tests/auto/util/tst_util.cpp:602
Method
createQRCodePopup
* @brief QtPass::createQRCodePopup creates a popup dialog with the given QR * code image. This is extracted for testability. The caller is responsibl
src/qtpass.cpp:550
Method
createQRCodePopupSetsDeleteOnClose
* @brief tst_ui::createQRCodePopupSetsDeleteOnClose verifies that * QtPass::createQRCodePopup creates a popup with Qt::WA_DeleteOnClose set. * This
tests/auto/ui/tst_ui.cpp:210
Method
createTrayIcon
* @brief TrayIcon::createTrayIcon set up menu. */
src/trayicon.cpp:95
Method
critical
* @brief MainWindow::critical critical message popup wrapper. * @param title * @param msg */
src/mainwindow.cpp:1567
Method
criticalMessage
* @brief ConfigDialog::criticalMessage wrapper for showing critical messages * in a popup. * @param title * @param text */
src/configdialog.cpp:729
Method
dataRemovesGpgExtension
tests/auto/model/tst_storemodel.cpp:32
Method
dataWithInvalidIndex
tests/auto/model/tst_storemodel.cpp:177
Method
deselect
* @brief MainWindow::deselect clear the selection, password and copy buffer */
src/mainwindow.cpp:416
Method
deselectableTreeViewConstruction
tests/auto/ui/tst_ui.cpp:491
Method
deselectableTreeViewHasEmptyClickedSignal
tests/auto/ui/tst_ui.cpp:497
Method
destroyTrayIcon
* @brief MainWindow::destroyTrayIcon remove that pesky tray icon */
src/mainwindow.cpp:1097
Method
dialogWithoutDeleteOnCloseDoesNotAutoDelete
* @brief tst_ui::dialogWithoutDeleteOnCloseDoesNotAutoDelete is a regression * contrast test. A QDialog that does NOT have Qt::WA_DeleteOnClose set
tests/auto/ui/tst_ui.cpp:223
Method
doGitPush
* @brief Performs automatic git push if enabled in settings. */
src/qtpass.cpp:415
Method
done
* @brief KeygenDialog::done we are going to create a key pair and show the * QProgressIndicator and some text since the generation will take some tim
src/keygendialog.cpp:164
Method
dropMimeData
* @brief StoreModel::dropMimeData * @param data * @param action * @param row * @param column * @param parent * @return */
src/storemodel.cpp:301
Method
editPassword
* @brief MainWindow::editPassword read password and open edit window via * MainWindow::onEdit() */
src/mainwindow.cpp:1315
Method
emitProcessFinishedSignal
* @brief Emit the appropriate finished signal for a completed subprocess. * * Emits a specific Qt signal corresponding to the given process identifi
src/pass.cpp:671
Method
emptyPassword
tests/auto/ui/tst_ui.cpp:132
Method
enableGitButtons
src/mainwindow.cpp:1556
Method
endReencryptPath
* @brief MainWindow::endReencryptPath re-enable ui elements */
src/mainwindow.cpp:1524
Method
endsWithGpg
src/util.cpp:252
Method
endsWithGpgEdgeCases
tests/auto/util/tst_util.cpp:485
Method
eventFilter
* @brief MainWindow::eventFilter filter out some events and focus the * treeview * @param obj * @param event * @return */
src/mainwindow.cpp:1131
Method
executeBlocking
* @brief Executor::executeBlocking blocking version of the executor, * takes input and presents it as stdin * @param app * @param args * @param in
src/executor.cpp:223
Method
executeBlockingConstQStringRef
tests/auto/executor/tst_executor.cpp:146
Method
executeBlockingEcho
tests/auto/executor/tst_executor.cpp:38
Method
executeBlockingEchoMultiple
tests/auto/executor/tst_executor.cpp:81
Method
executeBlockingEmptyArgs
tests/auto/executor/tst_executor.cpp:75
Method
executeBlockingExitCode
tests/auto/executor/tst_executor.cpp:61
Method
executeBlockingGpgKillAgent
tests/auto/executor/tst_executor.cpp:215
Method
executeBlockingGpgVersion
tests/auto/executor/tst_executor.cpp:177
Method
executeBlockingNotFound
tests/auto/executor/tst_executor.cpp:160
Method
executeBlockingSpecialChars
tests/auto/executor/tst_executor.cpp:90
Method
executeBlockingStderr
tests/auto/executor/tst_executor.cpp:67
Method
executeBlockingTwoArgOverload
tests/auto/executor/tst_executor.cpp:134
Method
executeBlockingWithArgs
tests/auto/executor/tst_executor.cpp:45
Method
executeBlockingWithEnv
tests/auto/executor/tst_executor.cpp:101
Method
executeBlockingWithEnvEmpty
tests/auto/executor/tst_executor.cpp:110
Method
executeBlockingWithEnvNotFound
tests/auto/executor/tst_executor.cpp:167
Method
executeBlockingWithEnvSetsVariable
tests/auto/executor/tst_executor.cpp:122
Method
executeBlockingWithInput
tests/auto/executor/tst_executor.cpp:53
Method
executeDropAction
src/storemodel.cpp:343
Method
executeGit
* @brief ImitatePass::executeGit easy wrapper for running git commands * @param args */
src/imitatepass.cpp:979
Method
executeGpg
* @brief ImitatePass::executeGpg easy wrapper for running gpg commands * @param args */
src/imitatepass.cpp:969
Method
executeMoveGit
* @brief Moves a password store item in the Git repository and commits the * change. * @example * void result = className.executeMoveGit(src, destF
src/imitatepass.cpp:865
Method
executeNext
* @brief Executor::executeNext consumes executable tasks from the queue */
src/executor.cpp:71
Method
executePass
* @brief Wrapper for executing pass commands. * @param id Process identifier for this operation * @param args Command-line arguments for pass * @pa
src/realpass.cpp:216
Method
executeWrapper
* @brief executeWrapper overrided so that every execution is a transaction * @param id * @param app * @param args * @param input * @param read
src/imitatepass.cpp:1034
Method
executeWrapper
* @brief Executes a wrapper command. * @param id Process ID * @param app Application to execute * @param args Arguments * @param readStdout Whethe
src/pass.cpp:96
Method
executeWrapperStarted
src/mainwindow.cpp:426
Method
fileContent
tests/auto/util/tst_util.cpp:286
Method
fileContentEdgeCases
tests/auto/util/tst_util.cpp:420
Method
filterAcceptsRowHidden
tests/auto/model/tst_storemodel.cpp:125
Method
filterAcceptsRowVisible
tests/auto/model/tst_storemodel.cpp:159
Method
filterExcludesGitDirectory
tests/auto/model/tst_storemodel.cpp:143
Method
filterRegularExpression
tests/auto/model/tst_storemodel.cpp:264
Method
findBinaryInPath
* @brief Finds the absolute path of a binary by searching the PATH environment * variable. * * Iterates through each PATH entry, checks whether the
src/util.cpp:120
Method
findBinaryInPath
tests/auto/util/tst_util.cpp:749
Method
findBinaryInPathConsistency
tests/auto/util/tst_util.cpp:1340
Method
findBinaryInPathEmptyString
tests/auto/util/tst_util.cpp:1581
Method
findBinaryInPathMultipleKnownBinaries
tests/auto/util/tst_util.cpp:1318
Method
findBinaryInPathNotFound
tests/auto/util/tst_util.cpp:898
Method
findBinaryInPathResultContainsBinaryName
tests/auto/util/tst_util.cpp:1354
Method
findBinaryInPathReturnedPathIsAbsolute
tests/auto/util/tst_util.cpp:1285
Method
findBinaryInPathReturnedPathIsExecutable
tests/auto/util/tst_util.cpp:1301
Method
findBinaryInPathStringLiteral
tests/auto/util/tst_util.cpp:1589
Method
findBinaryInPathTempExecutableInTempDir
tests/auto/util/tst_util.cpp:1371
Method
findBinaryInPathWithConstQStringRef
tests/auto/util/tst_util.cpp:1565
Method
findPasswordStore
* @brief Resolves the path to the password store directory. * @details Initializes the environment, checks for the {@code * PASSWORD_STORE_DIR} vari
src/util.cpp:77
Method
findPasswordStore
tests/auto/util/tst_util.cpp:763
Method
findPasswordStoreEnvVar
tests/auto/util/tst_util.cpp:903
Method
finished
* @brief Executor::finished called when an executed process finishes * @param exitCode * @param exitStatus */
src/executor.cpp:347
Method
finished
* @brief ImitatePass::finished this function is overloaded to ensure * identical behaviour to RealPass ie. only PASS_*
src/imitatepass.cpp:995
Method
finished
* @brief Pass::processFinished reemits specific signal based on what process * has finished * @param id id of Pass process that was scheduled and
src/pass.cpp:609
Method
finishedInsert
* @brief Called when an insert operation has finished. * @param p_output Output from the process * @param p_errout Error output */
src/qtpass.cpp:361
Method
firstFile
* @brief MainWindow::firstFile return location of first possible file * @param parentIndex * @return QModelIndex */
src/mainwindow.cpp:819
Method
flagsWithInvalidIndex
tests/auto/model/tst_storemodel.cpp:72
Method
flagsWithValidIndex
tests/auto/model/tst_storemodel.cpp:53
Method
focusInput
* @brief MainWindow::focusInput selects any text (if applicable) in the search * box and sets focus to it. Allows for easy searching, called at appli
src/mainwindow.cpp:146
← previous
next →
201–300 of 829, ranked by callers