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
imitatePass_grepCaseInsensitive
tests/auto/integration/tst_integration.cpp:751
Method
imitatePass_insertAndGrep
tests/auto/integration/tst_integration.cpp:360
Method
imitatePass_insertAndRemove
tests/auto/integration/tst_integration.cpp:438
Method
imitatePass_insertAndShow
tests/auto/integration/tst_integration.cpp:328
Method
imitatePass_insertCopyAndShow
tests/auto/integration/tst_integration.cpp:413
Method
imitatePass_insertMoveAndShow
tests/auto/integration/tst_integration.cpp:387
Method
imitatePass_longPassword
tests/auto/integration/tst_integration.cpp:876
Method
imitatePass_multilineContent
tests/auto/integration/tst_integration.cpp:902
Method
imitatePass_nestedDirectoryInsertAndShow
tests/auto/integration/tst_integration.cpp:456
Method
imitatePass_otpGenerate
tests/auto/integration/tst_integration.cpp:690
Method
imitatePass_specialCharactersInPassword
tests/auto/integration/tst_integration.cpp:805
Method
imitatePass_utf8Characters
tests/auto/integration/tst_integration.cpp:851
Method
init
* @brief QtPass::init make sure we are ready to go as soon as * possible */
src/qtpass.cpp:76
Method
initExecutables
* @brief Initializes executable paths for Pass, Git, GPG, and Pwgen by locating * them in the system PATH. * @example * QtPassSettings::initExecuta
src/qtpasssettings.cpp:477
Method
initImitateStore
Initialize a temporary pass store with an .gpg-id file and ImitatePass. Returns empty QString on success, or an error message on failure.
tests/auto/integration/tst_integration.cpp:161
Method
initStatusBar
* @brief MainWindow::initStatusBar init statusBar with default message and logo */
src/mainwindow.cpp:201
Method
initTestCase
tests/auto/integration/tst_integration.cpp:238
Method
initTestCase
tests/auto/settings/tst_settings.cpp:54
Method
initTestCase
tests/auto/passwordconfig/tst_passwordconfig.cpp:21
Method
initTestCase
tests/auto/ui/tst_ui.cpp:128
Method
initToolBarButtons
* @brief MainWindow::initToolBarButtons init main ToolBar and connect actions */
src/mainwindow.cpp:167
Method
initTrayIcon
* @brief MainWindow::initTrayIcon show a nice tray icon on systems that * support * it */
src/mainwindow.cpp:1079
Method
initialiseEnvironment
* @brief Initializes the process environment and augments PATH with * platform-specific GPG locations. * @example * Util::initialiseEnvironment();
src/util.cpp:41
Method
initializeNewProfiles
* @brief Initialize new profiles that need pass/git initialization. * @param existingProfiles The profiles that existed before the dialog was * open
src/configdialog.cpp:622
Method
intRoundTrip
tests/auto/settings/tst_settings.cpp:312
Method
intRoundTrip_data
tests/auto/settings/tst_settings.cpp:301
Method
isAddGPGId
src/qtpasssettings.cpp:411
Method
isAlwaysOnTop
src/qtpasssettings.cpp:731
Method
isAutoPull
src/qtpasssettings.cpp:740
Method
isAutoPush
src/qtpasssettings.cpp:749
Method
isAvoidCapitals
src/qtpasssettings.cpp:656
Method
isAvoidNumbers
src/qtpasssettings.cpp:665
Method
isDialogMaximized
src/qtpasssettings.cpp:280
Method
isDisplayAsIs
src/qtpasssettings.cpp:393
Method
isHideContent
src/qtpasssettings.cpp:375
Method
isHideOnClose
src/qtpasssettings.cpp:713
Method
isHidePassword
src/qtpasssettings.cpp:366
Method
isLessRandom
src/qtpasssettings.cpp:674
Method
isMaximized
src/qtpasssettings.cpp:238
Method
isNoLineWrapping
src/qtpasssettings.cpp:402
Method
isPassOtpAvailable
src/configdialog.cpp:756
Method
isQrencodeAvailable
* @brief Checks whether the qrencode executable is available on the system. * @example * bool result = ConfigDialog::isQrencodeAvailable(); * std::
src/configdialog.cpp:743
Method
isStartMinimized
src/qtpasssettings.cpp:722
Method
isTemplateAllFields
src/qtpasssettings.cpp:776
Method
isUseAutoclear
src/qtpasssettings.cpp:326
Method
isUseAutoclearPanel
src/qtpasssettings.cpp:345
Method
isUseGit
* @brief Determines whether Git should be used for the current QtPass settings. * @example * bool result = QtPassSettings::isUseGit(true); * std::c
src/qtpasssettings.cpp:592
Method
isUseGrepSearch
src/qtpasssettings.cpp:608
Method
isUseMonospace
src/qtpasssettings.cpp:384
Method
isUseOtp
src/qtpasssettings.cpp:618
Method
isUsePass
src/qtpasssettings.cpp:292
Method
isUsePwgen
src/qtpasssettings.cpp:647
Method
isUseQrencode
src/qtpasssettings.cpp:626
Method
isUseSelection
src/qtpasssettings.cpp:317
Method
isUseSymbols
src/qtpasssettings.cpp:683
Method
isUseTemplate
src/qtpasssettings.cpp:767
Method
isUseTrayIcon
src/qtpasssettings.cpp:704
Method
isUseWebDav
src/qtpasssettings.cpp:537
Method
isUserExpired
* @brief Checks if a user's key has expired. * @param user User to check * @return true if user's key is expired */
src/usersdialog.cpp:284
Method
isValidKeyId
src/util.cpp:280
Method
isValidKeyIdBasic
tests/auto/util/tst_util.cpp:1158
Method
isValidKeyIdInvalid
tests/auto/util/tst_util.cpp:1181
Method
isValidKeyIdWith0xPrefix
tests/auto/util/tst_util.cpp:1165
Method
isValidKeyIdWithEmail
tests/auto/util/tst_util.cpp:1173
Method
itemChange
* @brief UsersDialog::itemChange update the item information. * @param item */
src/usersdialog.cpp:202
Method
keyPressEvent
* @brief UsersDialog::keyPressEvent clear the lineEdit when escape is pressed. * No action for Enter currently. * @param event */
src/usersdialog.cpp:188
Method
keyPressEvent
* @brief MainWindow::keyPressEvent did anyone press return, enter or escape? * @param event */
src/mainwindow.cpp:1145
Method
lessThan
* @brief StoreModel::lessThan * @param source_left * @param source_right * @return */
src/storemodel.cpp:430
Method
lessThanDirsFirst
tests/auto/model/tst_storemodel.cpp:209
Method
loadGpgKeys
src/usersdialog.cpp:68
Method
loadRecipients
src/usersdialog.cpp:96
Function
main
* @brief Application entry point: parses arguments and launches the main * window. * @param argc Argument count. * @param argv Argument vector. *
main/main.cpp:78
Method
markSecretKeys
src/usersdialog.cpp:83
Method
messageAvailable
* @brief MainWindow::messageAvailable we have some text/message/search to do. * @param message */
src/mainwindow.cpp:978
Method
mimeData
* @brief StoreModel::mimeData * @param indexes * @return */
src/storemodel.cpp:205
Method
mimeData
tests/auto/model/tst_storemodel.cpp:188
Method
mimeTypes
* @brief StoreModel::mimeTypes * @return */
src/storemodel.cpp:194
Method
mimeTypes
tests/auto/model/tst_storemodel.cpp:83
Method
mountWebDav
* @brief QtPass::mountWebDav is some scary voodoo magic */
src/qtpass.cpp:197
Method
mouseDoubleClickEvent
* @brief mouseDoubleClickEvent * @param event */
src/deselectabletreeview.h:114
Method
mousePressEvent
* @brief mousePressEvent registers if the field was pre-selected * @param event */
src/deselectabletreeview.h:77
Method
mouseReleaseEvent
* @brief mouseReleaseEvent now deselects on click on empty space * @param event */
src/deselectabletreeview.h:86
Method
multilineRemainingData
tests/auto/ui/tst_ui.cpp:141
Method
namedValueBasic
tests/auto/util/tst_util.cpp:981
Method
namedValueMultiple
tests/auto/util/tst_util.cpp:989
Method
namedValuesEdgeCases
tests/auto/util/tst_util.cpp:449
Method
namedValuesTakeValue
tests/auto/filecontent/tst_filecontent.cpp:101
Method
namedValuesTakeValue
tests/auto/util/tst_util.cpp:317
Method
namedValuesTakeValueNotFound
tests/auto/filecontent/tst_filecontent.cpp:111
Method
needsInit
* @brief Check if a profile path is new (doesn't have .gpg-id yet). * @param path The profile path to check. * @return true if the path needs initia
src/profileinit.cpp:18
Method
nestedTransaction
tests/auto/simpletransaction/tst_simpletransaction.cpp:44
Method
newLinesRegex
src/util.cpp:275
Method
no_protection
* @brief KeygenDialog::no_protection remove protection in keypair generation * template. * @param enable */
src/keygendialog.cpp:131
Method
normalizeFolderPath
src/util.cpp:94
Method
normalizeFolderPath
* @brief tst_util::normalizeFolderPath test to check correct working * of Util::normalizeFolderPath the paths should always end with a slash */
tests/auto/util/tst_util.cpp:248
Method
normalizeFolderPathEdgeCases
tests/auto/util/tst_util.cpp:404
Method
normalizeFolderPathMultipleCalls
tests/auto/util/tst_util.cpp:908
Method
onConfig
* @brief MainWindow::on_configButton_clicked run Mainwindow::config */
src/mainwindow.cpp:610
Method
onDelete
* @brief MainWindow::onDelete remove password, if you are * sure. */
src/mainwindow.cpp:873
Method
onEdit
* @brief MainWindow::onEdit try and edit (selected) password. */
src/mainwindow.cpp:941
← previous
next →
401–500 of 829, ranked by callers