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
↓ 1 callers
Method
getPassword
* @brief PasswordDialog::getPassword join the (templated) fields to a QString * for writing back. * @return collapsed password. */
src/passworddialog.cpp:171
↓ 1 callers
Method
getRecipientList
* @brief Pass::getRecipientList return list of gpg-id's to encrypt for * @param for_file which file (folder) would you like recipients for * @return
src/pass.cpp:809
↓ 1 callers
Method
getRecipientString
* @brief Pass::getRecipientString formatted string for use with GPG * @param for_file which file (folder) would you like recipients for * @param sep
src/pass.cpp:832
↓ 1 callers
Method
getRemainingData
* @brief Gets remaining data not in named values. * @return Remaining data as string */
src/filecontent.cpp:76
↓ 1 callers
Method
getRemainingDataForDisplay
* @brief Gets remaining data for display (excludes hidden fields like OTP). * @return Remaining data suitable for display */
src/filecontent.cpp:84
↓ 1 callers
Function
handleUidRecord
* @brief Handle a uid record in GPG colon output * @param props The colon-split fields of the record * @param current_user UserInfo to populate with
src/gpgkeystate.cpp:85
↓ 1 callers
Function
isGrepHeaderLine
src/pass.cpp:554
↓ 1 callers
Function
isLineHidden
* @brief Checks if a line should be hidden from display. * @param line The line to check * @return true if the line starts with otpauth:// (case-ins
src/filecontent.cpp:13
↓ 1 callers
Function
joinRemainingArgs
* @brief Joins all arguments from index @p start onward into a space-separated * string. * @param args Full argument list. * @param start Index of
main/main.cpp:48
↓ 1 callers
Method
lessThan
tests/auto/model/tst_storemodel.cpp:90
↓ 1 callers
Method
onPush
* @brief MainWindow::onPush do a git push */
src/mainwindow.cpp:351
↓ 1 callers
Method
on_treeView_clicked
* @brief MainWindow::on_treeView_clicked read the selected password file * @param index */
src/mainwindow.cpp:382
↓ 1 callers
Method
removeDir
* @brief ImitatePass::removeDir delete folder recursive. * @param dirName which folder. * @return was removal successful? */
src/imitatepass.cpp:466
↓ 1 callers
Function
resolveWslGpgconfPath
src/pass.cpp:248
↓ 1 callers
Method
restoreWindow
* @brief Restores the main window geometry, state, position, size, and * tray/icon settings from saved application settings. * @example * MainWindo
src/mainwindow.cpp:577
↓ 1 callers
Method
sendMessage
* @brief SingleApplication::sendMessage send a message (from commandline) to an * already running QtPass instance. * @param message * @return */
src/singleapplication.cpp:74
↓ 1 callers
Method
setAnimationDelay
src/qprogressindicator.cpp:48
↓ 1 callers
Method
setClipboardTimer
* @brief Sets the clipboard clear timer based on autoclear settings. */
src/qtpass.cpp:444
↓ 1 callers
Method
setClippedText
* @brief Sets the text to be stored in clipboard and handles clipboard * operations. * @param password The password or text to store * @param p_out
src/qtpass.cpp:427
↓ 1 callers
Method
setEnvironment
* @brief Executor::setEnvironment set environment variables * for executor processes * @param env */
src/executor.cpp:320
↓ 1 callers
Method
setFreshStart
* @brief Set the fresh-start state. * @param fs New fresh-start state value. */
src/qtpass.h:83
↓ 1 callers
Method
setModelAndStore
* @brief StoreModel::setModelAndStore update the source model and store. * @param sourceModel * @param passStore */
src/storemodel.cpp:108
↓ 1 callers
Method
showThis
* @brief StoreModel::showThis should a row be shown, based on our search * criteria. * @param index * @return */
src/storemodel.cpp:73
↓ 1 callers
Method
sizeHint
* @brief QProgressIndicator::sizeHint default minimum size. * @return QSize(20, 20) */
src/qprogressindicator.cpp:70
↓ 1 callers
Function
splitCommandCompat
* @brief Splits a command string into arguments while respecting quotes and * escape characters. * @example * QStringList result = splitCommandComp
src/pass.cpp:309
↓ 1 callers
Method
wizard
* @brief ConfigDialog::wizard first-time use wizard. */
src/configdialog.cpp:771
Method
ConfigDialog
* @brief ConfigDialog::ConfigDialog this sets up the configuration screen. * @param parent */
src/configdialog.cpp:31
Method
Copy
* @brief Copies a file or directory from source to destination, optionally * forcing overwrite. * @example * void result = ImitatePass::Copy(src, d
src/imitatepass.cpp:933
Method
Executor
* @brief Executor::Executor executes external applications * @param parent */
src/executor.cpp:22
Method
FileContent
* @brief Constructs a FileContent with all parsed data. * @param password The password * @param namedValues Named value pairs * @param remainingDat
src/filecontent.cpp:95
Method
GitInit
* @brief ImitatePass::GitInit git init wrapper */
src/imitatepass.cpp:83
Method
GitPull
* @brief ImitatePass::GitPull git pull wrapper */
src/imitatepass.cpp:90
Method
GitPull_b
* @brief ImitatePass::GitPull_b git pull wrapper */
src/imitatepass.cpp:95
Method
GitPush
* @brief ImitatePass::GitPush git push wrapper */
src/imitatepass.cpp:102
Method
Grep
* @brief Search all password content by GPG-decrypting each .gpg file. * * Runs a background thread to avoid blocking the UI. Results are emitted on
src/imitatepass.cpp:1099
Method
Init
* @brief Initializes the pass entry by writing and optionally signing the GPG * ID files. * * @example * void result = ImitatePass::Init(path, use
src/imitatepass.cpp:370
Method
Insert
* @brief ImitatePass::Insert create new file with encrypted content * * @param file file to be created * @param newValue value to be stored i
src/imitatepass.cpp:137
Method
KeygenDialog
* @brief KeygenDialog::KeygenDialog basic constructor. * @param parent */
src/keygendialog.cpp:21
Method
MainWindow
* @brief MainWindow::MainWindow handles all of the main functionality and also * the main window. * @param searchText for searching from cli * @par
src/mainwindow.cpp:42
Method
Move
* @brief Moves a password entry from the source path to the destination path. * @example * ImitatePass::Move(src, dest, true); * * @param const QS
src/imitatepass.cpp:897
Method
NamedValues
* @brief Constructs NamedValues from initializer list. * @param values Initializer list of NamedValue */
src/filecontent.cpp:110
Method
OtpGenerate
* @brief ImitatePass::OtpGenerate generates an otp code */
src/imitatepass.cpp:121
Method
Pass
* @brief Pass::Pass wrapper for using either pass or the pass imitation */
src/pass.cpp:53
Method
PassStoreGuard
tests/auto/util/tst_util.cpp:54
Method
PasswordConfiguration
* @brief Construct a PasswordConfiguration with sensible defaults. */
src/passwordconfiguration.h:38
Method
PasswordDialog
* @brief PasswordDialog::PasswordDialog basic constructor. * @param passConfig configuration constant * @param parent */
src/passworddialog.cpp:24
Method
ProfileInit
src/profileinit.h:28
Method
QProgressIndicator
* @brief QProgressIndicator::QProgressIndicator constructor. * @param parent widget the indicator is placed in. */
src/qprogressindicator.cpp:11
Method
QPushButtonAsQRCode
* @brief QPushButtonAsQRCode::QPushButtonAsQRCode * basic constructor * @param textToCopy * the text to display as qrcode * @param parent * th
src/qpushbuttonasqrcode.cpp:15
Method
QPushButtonShowPassword
* @brief QPushButtonAsQRCode::QPushButtonAsQRCode * basic constructor * @param textToCopy * the text to display as qrcode * @param parent * th
src/qpushbuttonshowpassword.cpp:14
Method
QPushButtonWithClipboard
* @brief QPushButtonWithClipboard::QPushButtonWithClipboard * basic constructor * @param textToCopy * the text to paste into the clipboard * @pa
src/qpushbuttonwithclipboard.cpp:15
Method
QtPass
* @brief Constructs a QtPass instance. * @param mainWindow The main window reference */
src/qtpass.cpp:36
Method
QtPassSettings
src/qtpasssettings.h:43
Method
Remove
* @brief ImitatePass::Remove custom implementation of "pass remove" */
src/imitatepass.cpp:195
Method
RestoreUseGit
tests/auto/integration/tst_integration.cpp:483
Method
SettingGuard
tests/auto/util/tst_util.cpp:88
Method
Show
* @brief ImitatePass::Show shows content of file */
src/imitatepass.cpp:111
Method
SingleApplication
* @brief SingleApplication::SingleApplication this replaces the QApplication * allowing for local socket based communications. * @param argc * @par
src/singleapplication.cpp:17
Method
StoreModel
* @brief StoreModel::StoreModel * SubClass of QSortFilterProxyModel via * http://www.qtcentre.org/threads/46471-QTreeView-Filter */
src/storemodel.cpp:51
Method
TrayIcon
* @brief TrayIcon::TrayIcon use a (system) tray icon with a nice QtPass logo on * it (currently) only Quits. * @param parent */
src/trayicon.cpp:18
Method
UserInfo
* @brief Construct a UserInfo with default (invalid/disabled) state. */
src/userinfo.h:17
Method
UsersDialog
* @brief UsersDialog::UsersDialog basic constructor * @param dir Password directory * @param parent */
src/usersdialog.cpp:24
Method
addFolder
* @brief MainWindow::addFolder add a new folder to store passwords in */
src/mainwindow.cpp:1253
Method
addPassword
* @brief MainWindow::addPassword add a new password by showing a * number of dialogs. */
src/mainwindow.cpp:851
Method
addToGridLayout
* @brief MainWindow::addToGridLayout add a field to the template grid * @param position * @param field * @param value */
src/mainwindow.cpp:1393
Method
applyTextBrowserSettings
* @brief MainWindow::config pops up the configuration screen and handles all * inter-window communication */
src/mainwindow.cpp:255
Method
applyUserStyling
* @brief Applies visual styling to a user list item based on key status. * @param item List widget item to style * @param user User whose status det
src/usersdialog.cpp:316
Method
applyWindowFlagsSettings
src/mainwindow.cpp:271
Method
autoDetectGit
tests/auto/settings/tst_settings.cpp:373
Method
boolRoundTrip
tests/auto/settings/tst_settings.cpp:228
Method
boolRoundTrip_data
tests/auto/settings/tst_settings.cpp:217
Method
boundedRandom
* @brief Generates a random number bounded by the given value. * @param bound Upper bound (exclusive) * @return Random number in range [0, bound) *
src/pass.cpp:850
Method
boundedRandom
tests/auto/util/tst_util.cpp:712
Method
buildClipboardMimeDataDword
tests/auto/util/tst_util.cpp:1469
Method
buildClipboardMimeDataLinux
tests/auto/util/tst_util.cpp:1427
Method
buildClipboardMimeDataMac
tests/auto/util/tst_util.cpp:1489
Method
buildClipboardMimeDataWindows
tests/auto/util/tst_util.cpp:1441
Method
buildUserText
* @brief Builds display text for a user. * @param user User to format * @return Formatted user text */
src/usersdialog.cpp:298
Method
buttonClicked
* @brief QPushButtonAsQRCode::buttonClicked handles clicked event by * emitting clicked(QString) with string provided to constructor */
src/qpushbuttonasqrcode.cpp:46
Method
buttonClicked
* @brief QPushButtonWithClipboard::buttonClicked handles clicked event by * emitting clicked(QString) with string provided to constructor */
src/qpushbuttonwithclipboard.cpp:49
Method
buttonClicked
* @brief QPushButtonAsQRCode::buttonClicked handles clicked event by * emitting clicked(QString) with string provided to constructor */
src/qpushbuttonshowpassword.cpp:31
Method
callFinished
tests/auto/util/tst_util.cpp:76
Method
canDropMimeData
* @brief StoreModel::canDropMimeData * @param data * @param action * @param row * @param column * @param parent * @return */
src/storemodel.cpp:240
Method
changeEvent
* @brief MainWindow::changeEvent sets focus to the search box * @param event */
src/mainwindow.cpp:155
Method
changeIconDefault
* @brief QPushButtonWithClipboard::changeIconDefault change the icon back to * the default copy icon */
src/qpushbuttonwithclipboard.cpp:59
Method
checkGpgExistence
* @brief Checks whether the configured GnuPG executable exists. * @example * bool result = ConfigDialog::checkGpgExistence(); * std::cout << result
src/configdialog.cpp:799
Method
checkPasswordStore
* @brief Checks whether the password-store path exists and prompts the user to * create it if it does not. * @example * bool result = ConfigDialog:
src/configdialog.cpp:866
Method
checkSecretKeys
* @brief Checks whether secret keys are available and, if needed, prompts the * user to generate them. * @example * bool result = ConfigDialog.chec
src/configdialog.cpp:840
Method
checkSigningKeys
* @brief ImitatePass::Init initialize pass repository * * @param path path in which new password-store will be created * @param users list
src/imitatepass.cpp:224
Method
classifyRecordEmpty
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:211
Method
classifyRecordTypes
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:192
Method
classifyRecordWithConstQString
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:305
Method
cleanup
* @brief tst_util::cleanup unit test cleanup method */
tests/auto/util/tst_util.cpp:233
Method
cleanupTestCase
tests/auto/integration/tst_integration.cpp:311
Method
cleanupTestCase
tests/auto/settings/tst_settings.cpp:76
Method
cleanupTestCase
tests/auto/ui/tst_ui.cpp:130
Method
cleanupTestCase
* @brief tst_util::cleanupTestCase test case cleanup method */
tests/auto/util/tst_util.cpp:240
Method
clearPanel
* @brief MainWindow::clearPanel hide the information from shoulder surfers */
src/mainwindow.cpp:517
Method
clearTemplateWidgets
* @brief MainWindow::clearTemplateWidgets empty the template widget fields in * the UI */
src/mainwindow.cpp:1350
Method
clipboardButtonClickAfterSetTextCarriesNewText
tests/auto/ui/tst_ui.cpp:285
← previous
next →
101–200 of 829, ranked by callers