MCPcopy Create free account

hub / github.com/IJHack/QtPass / functions

Functions829 in github.com/IJHack/QtPass

MethodclipboardButtonClickEmitsSignal
tests/auto/ui/tst_ui.cpp:269
MethodclipboardButtonClickSignalCarriesText
tests/auto/ui/tst_ui.cpp:276
MethodclipboardButtonConstructorText
tests/auto/ui/tst_ui.cpp:245
MethodclipboardButtonDefaultText
tests/auto/ui/tst_ui.cpp:240
MethodclipboardButtonGetSetText
tests/auto/ui/tst_ui.cpp:250
MethodclipboardButtonSetAndGetRoundtrip
tests/auto/ui/tst_ui.cpp:262
MethodclipboardButtonSetEmptyText
tests/auto/ui/tst_ui.cpp:256
MethodcloseEvent
* @brief UsersDialog::closeEvent save window state on close. * @param event */
src/usersdialog.cpp:173
MethodcloseEvent
* @brief KeygenDialog::closeEvent we are done here. * @param event */
src/keygendialog.cpp:219
MethodcloseEvent
* @brief MainWindow::closeEvent hide or quit * @param event */
src/mainwindow.cpp:1106
MethodcloseEvent
* @brief ConfigDialog::closeEvent close this window. * @param event */
src/configdialog.cpp:962
MethodconfigIsValid
* @brief Checks whether the current QtPass configuration is valid. * @example * bool result = Util::configIsValid(); * std::cout << std::boolalpha
src/util.cpp:191
MethodconfigIsValid
tests/auto/util/tst_util.cpp:769
MethodconnectPassSignalHandlers
* @brief Connects pass signal handlers to QtPass slots. * @param pass The pass instance to connect */
src/qtpass.cpp:169
MethodconnectSignals
src/usersdialog.cpp:41
MethodcontentRemainsSame
* @brief tst_ui::contentRemainsSame test that content set with * PasswordDialog::setPassword is repeated when calling * PasswordDialog::getPassword.
tests/auto/ui/tst_ui.cpp:86
MethodcopyPasswordFromTreeview
* @brief Copies the password of the selected file from the tree view to the * clipboard. * @example * MainWindow::copyPasswordFromTreeview(); * *
src/mainwindow.cpp:1367
MethodcreateActions
* @brief TrayIcon::createActions setup the signals. */
src/trayicon.cpp:66
MethodcreateBackupCommit
* @brief Create git backup commit before re-encryption. * @return true if backup created or not needed, false if backup failed. */
src/imitatepass.cpp:687
MethodcreateGpgIdFile
tests/auto/util/tst_util.cpp:574
MethodcreateGpgIdFileEmptyKeys
tests/auto/util/tst_util.cpp:602
MethodcreateQRCodePopup
* @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
MethodcreateQRCodePopupSetsDeleteOnClose
* @brief tst_ui::createQRCodePopupSetsDeleteOnClose verifies that * QtPass::createQRCodePopup creates a popup with Qt::WA_DeleteOnClose set. * This
tests/auto/ui/tst_ui.cpp:210
MethodcreateTrayIcon
* @brief TrayIcon::createTrayIcon set up menu. */
src/trayicon.cpp:95
Methodcritical
* @brief MainWindow::critical critical message popup wrapper. * @param title * @param msg */
src/mainwindow.cpp:1567
MethodcriticalMessage
* @brief ConfigDialog::criticalMessage wrapper for showing critical messages * in a popup. * @param title * @param text */
src/configdialog.cpp:729
MethoddataRemovesGpgExtension
tests/auto/model/tst_storemodel.cpp:32
MethoddataWithInvalidIndex
tests/auto/model/tst_storemodel.cpp:177
Methoddeselect
* @brief MainWindow::deselect clear the selection, password and copy buffer */
src/mainwindow.cpp:416
MethoddeselectableTreeViewConstruction
tests/auto/ui/tst_ui.cpp:491
MethoddeselectableTreeViewHasEmptyClickedSignal
tests/auto/ui/tst_ui.cpp:497
MethoddestroyTrayIcon
* @brief MainWindow::destroyTrayIcon remove that pesky tray icon */
src/mainwindow.cpp:1097
MethoddialogWithoutDeleteOnCloseDoesNotAutoDelete
* @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
MethoddoGitPush
* @brief Performs automatic git push if enabled in settings. */
src/qtpass.cpp:415
Methoddone
* @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
MethoddropMimeData
* @brief StoreModel::dropMimeData * @param data * @param action * @param row * @param column * @param parent * @return */
src/storemodel.cpp:301
MethodeditPassword
* @brief MainWindow::editPassword read password and open edit window via * MainWindow::onEdit() */
src/mainwindow.cpp:1315
MethodemitProcessFinishedSignal
* @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
MethodemptyPassword
tests/auto/ui/tst_ui.cpp:132
MethodenableGitButtons
src/mainwindow.cpp:1556
MethodendReencryptPath
* @brief MainWindow::endReencryptPath re-enable ui elements */
src/mainwindow.cpp:1524
MethodendsWithGpg
src/util.cpp:252
MethodendsWithGpgEdgeCases
tests/auto/util/tst_util.cpp:485
MethodeventFilter
* @brief MainWindow::eventFilter filter out some events and focus the * treeview * @param obj * @param event * @return */
src/mainwindow.cpp:1131
MethodexecuteBlocking
* @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
MethodexecuteBlockingConstQStringRef
tests/auto/executor/tst_executor.cpp:146
MethodexecuteBlockingEcho
tests/auto/executor/tst_executor.cpp:38
MethodexecuteBlockingEchoMultiple
tests/auto/executor/tst_executor.cpp:81
MethodexecuteBlockingEmptyArgs
tests/auto/executor/tst_executor.cpp:75
MethodexecuteBlockingExitCode
tests/auto/executor/tst_executor.cpp:61
MethodexecuteBlockingGpgKillAgent
tests/auto/executor/tst_executor.cpp:215
MethodexecuteBlockingGpgVersion
tests/auto/executor/tst_executor.cpp:177
MethodexecuteBlockingNotFound
tests/auto/executor/tst_executor.cpp:160
MethodexecuteBlockingSpecialChars
tests/auto/executor/tst_executor.cpp:90
MethodexecuteBlockingStderr
tests/auto/executor/tst_executor.cpp:67
MethodexecuteBlockingTwoArgOverload
tests/auto/executor/tst_executor.cpp:134
MethodexecuteBlockingWithArgs
tests/auto/executor/tst_executor.cpp:45
MethodexecuteBlockingWithEnv
tests/auto/executor/tst_executor.cpp:101
MethodexecuteBlockingWithEnvEmpty
tests/auto/executor/tst_executor.cpp:110
MethodexecuteBlockingWithEnvNotFound
tests/auto/executor/tst_executor.cpp:167
MethodexecuteBlockingWithEnvSetsVariable
tests/auto/executor/tst_executor.cpp:122
MethodexecuteBlockingWithInput
tests/auto/executor/tst_executor.cpp:53
MethodexecuteDropAction
src/storemodel.cpp:343
MethodexecuteGit
* @brief ImitatePass::executeGit easy wrapper for running git commands * @param args */
src/imitatepass.cpp:979
MethodexecuteGpg
* @brief ImitatePass::executeGpg easy wrapper for running gpg commands * @param args */
src/imitatepass.cpp:969
MethodexecuteMoveGit
* @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
MethodexecuteNext
* @brief Executor::executeNext consumes executable tasks from the queue */
src/executor.cpp:71
MethodexecutePass
* @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
MethodexecuteWrapper
* @brief executeWrapper overrided so that every execution is a transaction * @param id * @param app * @param args * @param input * @param read
src/imitatepass.cpp:1034
MethodexecuteWrapper
* @brief Executes a wrapper command. * @param id Process ID * @param app Application to execute * @param args Arguments * @param readStdout Whethe
src/pass.cpp:96
MethodexecuteWrapperStarted
src/mainwindow.cpp:426
MethodfileContent
tests/auto/util/tst_util.cpp:286
MethodfileContentEdgeCases
tests/auto/util/tst_util.cpp:420
MethodfilterAcceptsRowHidden
tests/auto/model/tst_storemodel.cpp:125
MethodfilterAcceptsRowVisible
tests/auto/model/tst_storemodel.cpp:159
MethodfilterExcludesGitDirectory
tests/auto/model/tst_storemodel.cpp:143
MethodfilterRegularExpression
tests/auto/model/tst_storemodel.cpp:264
MethodfindBinaryInPath
* @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
MethodfindBinaryInPath
tests/auto/util/tst_util.cpp:749
MethodfindBinaryInPathConsistency
tests/auto/util/tst_util.cpp:1340
MethodfindBinaryInPathEmptyString
tests/auto/util/tst_util.cpp:1581
MethodfindBinaryInPathMultipleKnownBinaries
tests/auto/util/tst_util.cpp:1318
MethodfindBinaryInPathNotFound
tests/auto/util/tst_util.cpp:898
MethodfindBinaryInPathResultContainsBinaryName
tests/auto/util/tst_util.cpp:1354
MethodfindBinaryInPathReturnedPathIsAbsolute
tests/auto/util/tst_util.cpp:1285
MethodfindBinaryInPathReturnedPathIsExecutable
tests/auto/util/tst_util.cpp:1301
MethodfindBinaryInPathStringLiteral
tests/auto/util/tst_util.cpp:1589
MethodfindBinaryInPathTempExecutableInTempDir
tests/auto/util/tst_util.cpp:1371
MethodfindBinaryInPathWithConstQStringRef
tests/auto/util/tst_util.cpp:1565
MethodfindPasswordStore
* @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
MethodfindPasswordStore
tests/auto/util/tst_util.cpp:763
MethodfindPasswordStoreEnvVar
tests/auto/util/tst_util.cpp:903
Methodfinished
* @brief Executor::finished called when an executed process finishes * @param exitCode * @param exitStatus */
src/executor.cpp:347
Methodfinished
* @brief ImitatePass::finished this function is overloaded to ensure * identical behaviour to RealPass ie. only PASS_*
src/imitatepass.cpp:995
Methodfinished
* @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
MethodfinishedInsert
* @brief Called when an insert operation has finished. * @param p_output Output from the process * @param p_errout Error output */
src/qtpass.cpp:361
MethodfirstFile
* @brief MainWindow::firstFile return location of first possible file * @param parentIndex * @return QModelIndex */
src/mainwindow.cpp:819
MethodflagsWithInvalidIndex
tests/auto/model/tst_storemodel.cpp:72
MethodflagsWithValidIndex
tests/auto/model/tst_storemodel.cpp:53
MethodfocusInput
* @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
← previousnext →201–300 of 829, ranked by callers