MCPcopy Create free account

hub / github.com/IJHack/QtPass / functions

Functions829 in github.com/IJHack/QtPass

↓ 1 callersMethodgetPassword
* @brief PasswordDialog::getPassword join the (templated) fields to a QString * for writing back. * @return collapsed password. */
src/passworddialog.cpp:171
↓ 1 callersMethodgetRecipientList
* @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 callersMethodgetRecipientString
* @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 callersMethodgetRemainingData
* @brief Gets remaining data not in named values. * @return Remaining data as string */
src/filecontent.cpp:76
↓ 1 callersMethodgetRemainingDataForDisplay
* @brief Gets remaining data for display (excludes hidden fields like OTP). * @return Remaining data suitable for display */
src/filecontent.cpp:84
↓ 1 callersFunctionhandleUidRecord
* @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 callersFunctionisGrepHeaderLine
src/pass.cpp:554
↓ 1 callersFunctionisLineHidden
* @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 callersFunctionjoinRemainingArgs
* @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 callersMethodlessThan
tests/auto/model/tst_storemodel.cpp:90
↓ 1 callersMethodonPush
* @brief MainWindow::onPush do a git push */
src/mainwindow.cpp:351
↓ 1 callersMethodon_treeView_clicked
* @brief MainWindow::on_treeView_clicked read the selected password file * @param index */
src/mainwindow.cpp:382
↓ 1 callersMethodremoveDir
* @brief ImitatePass::removeDir delete folder recursive. * @param dirName which folder. * @return was removal successful? */
src/imitatepass.cpp:466
↓ 1 callersFunctionresolveWslGpgconfPath
src/pass.cpp:248
↓ 1 callersMethodrestoreWindow
* @brief Restores the main window geometry, state, position, size, and * tray/icon settings from saved application settings. * @example * MainWindo
src/mainwindow.cpp:577
↓ 1 callersMethodsendMessage
* @brief SingleApplication::sendMessage send a message (from commandline) to an * already running QtPass instance. * @param message * @return */
src/singleapplication.cpp:74
↓ 1 callersMethodsetAnimationDelay
src/qprogressindicator.cpp:48
↓ 1 callersMethodsetClipboardTimer
* @brief Sets the clipboard clear timer based on autoclear settings. */
src/qtpass.cpp:444
↓ 1 callersMethodsetClippedText
* @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 callersMethodsetEnvironment
* @brief Executor::setEnvironment set environment variables * for executor processes * @param env */
src/executor.cpp:320
↓ 1 callersMethodsetFreshStart
* @brief Set the fresh-start state. * @param fs New fresh-start state value. */
src/qtpass.h:83
↓ 1 callersMethodsetModelAndStore
* @brief StoreModel::setModelAndStore update the source model and store. * @param sourceModel * @param passStore */
src/storemodel.cpp:108
↓ 1 callersMethodshowThis
* @brief StoreModel::showThis should a row be shown, based on our search * criteria. * @param index * @return */
src/storemodel.cpp:73
↓ 1 callersMethodsizeHint
* @brief QProgressIndicator::sizeHint default minimum size. * @return QSize(20, 20) */
src/qprogressindicator.cpp:70
↓ 1 callersFunctionsplitCommandCompat
* @brief Splits a command string into arguments while respecting quotes and * escape characters. * @example * QStringList result = splitCommandComp
src/pass.cpp:309
↓ 1 callersMethodwizard
* @brief ConfigDialog::wizard first-time use wizard. */
src/configdialog.cpp:771
MethodConfigDialog
* @brief ConfigDialog::ConfigDialog this sets up the configuration screen. * @param parent */
src/configdialog.cpp:31
MethodCopy
* @brief Copies a file or directory from source to destination, optionally * forcing overwrite. * @example * void result = ImitatePass::Copy(src, d
src/imitatepass.cpp:933
MethodExecutor
* @brief Executor::Executor executes external applications * @param parent */
src/executor.cpp:22
MethodFileContent
* @brief Constructs a FileContent with all parsed data. * @param password The password * @param namedValues Named value pairs * @param remainingDat
src/filecontent.cpp:95
MethodGitInit
* @brief ImitatePass::GitInit git init wrapper */
src/imitatepass.cpp:83
MethodGitPull
* @brief ImitatePass::GitPull git pull wrapper */
src/imitatepass.cpp:90
MethodGitPull_b
* @brief ImitatePass::GitPull_b git pull wrapper */
src/imitatepass.cpp:95
MethodGitPush
* @brief ImitatePass::GitPush git push wrapper */
src/imitatepass.cpp:102
MethodGrep
* @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
MethodInit
* @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
MethodInsert
* @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
MethodKeygenDialog
* @brief KeygenDialog::KeygenDialog basic constructor. * @param parent */
src/keygendialog.cpp:21
MethodMainWindow
* @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
MethodMove
* @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
MethodNamedValues
* @brief Constructs NamedValues from initializer list. * @param values Initializer list of NamedValue */
src/filecontent.cpp:110
MethodOtpGenerate
* @brief ImitatePass::OtpGenerate generates an otp code */
src/imitatepass.cpp:121
MethodPass
* @brief Pass::Pass wrapper for using either pass or the pass imitation */
src/pass.cpp:53
MethodPassStoreGuard
tests/auto/util/tst_util.cpp:54
MethodPasswordConfiguration
* @brief Construct a PasswordConfiguration with sensible defaults. */
src/passwordconfiguration.h:38
MethodPasswordDialog
* @brief PasswordDialog::PasswordDialog basic constructor. * @param passConfig configuration constant * @param parent */
src/passworddialog.cpp:24
MethodProfileInit
src/profileinit.h:28
MethodQProgressIndicator
* @brief QProgressIndicator::QProgressIndicator constructor. * @param parent widget the indicator is placed in. */
src/qprogressindicator.cpp:11
MethodQPushButtonAsQRCode
* @brief QPushButtonAsQRCode::QPushButtonAsQRCode * basic constructor * @param textToCopy * the text to display as qrcode * @param parent * th
src/qpushbuttonasqrcode.cpp:15
MethodQPushButtonShowPassword
* @brief QPushButtonAsQRCode::QPushButtonAsQRCode * basic constructor * @param textToCopy * the text to display as qrcode * @param parent * th
src/qpushbuttonshowpassword.cpp:14
MethodQPushButtonWithClipboard
* @brief QPushButtonWithClipboard::QPushButtonWithClipboard * basic constructor * @param textToCopy * the text to paste into the clipboard * @pa
src/qpushbuttonwithclipboard.cpp:15
MethodQtPass
* @brief Constructs a QtPass instance. * @param mainWindow The main window reference */
src/qtpass.cpp:36
MethodQtPassSettings
src/qtpasssettings.h:43
MethodRemove
* @brief ImitatePass::Remove custom implementation of "pass remove" */
src/imitatepass.cpp:195
MethodRestoreUseGit
tests/auto/integration/tst_integration.cpp:483
MethodSettingGuard
tests/auto/util/tst_util.cpp:88
MethodShow
* @brief ImitatePass::Show shows content of file */
src/imitatepass.cpp:111
MethodSingleApplication
* @brief SingleApplication::SingleApplication this replaces the QApplication * allowing for local socket based communications. * @param argc * @par
src/singleapplication.cpp:17
MethodStoreModel
* @brief StoreModel::StoreModel * SubClass of QSortFilterProxyModel via * http://www.qtcentre.org/threads/46471-QTreeView-Filter */
src/storemodel.cpp:51
MethodTrayIcon
* @brief TrayIcon::TrayIcon use a (system) tray icon with a nice QtPass logo on * it (currently) only Quits. * @param parent */
src/trayicon.cpp:18
MethodUserInfo
* @brief Construct a UserInfo with default (invalid/disabled) state. */
src/userinfo.h:17
MethodUsersDialog
* @brief UsersDialog::UsersDialog basic constructor * @param dir Password directory * @param parent */
src/usersdialog.cpp:24
MethodaddFolder
* @brief MainWindow::addFolder add a new folder to store passwords in */
src/mainwindow.cpp:1253
MethodaddPassword
* @brief MainWindow::addPassword add a new password by showing a * number of dialogs. */
src/mainwindow.cpp:851
MethodaddToGridLayout
* @brief MainWindow::addToGridLayout add a field to the template grid * @param position * @param field * @param value */
src/mainwindow.cpp:1393
MethodapplyTextBrowserSettings
* @brief MainWindow::config pops up the configuration screen and handles all * inter-window communication */
src/mainwindow.cpp:255
MethodapplyUserStyling
* @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
MethodapplyWindowFlagsSettings
src/mainwindow.cpp:271
MethodautoDetectGit
tests/auto/settings/tst_settings.cpp:373
MethodboolRoundTrip
tests/auto/settings/tst_settings.cpp:228
MethodboolRoundTrip_data
tests/auto/settings/tst_settings.cpp:217
MethodboundedRandom
* @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
MethodboundedRandom
tests/auto/util/tst_util.cpp:712
MethodbuildClipboardMimeDataDword
tests/auto/util/tst_util.cpp:1469
MethodbuildClipboardMimeDataLinux
tests/auto/util/tst_util.cpp:1427
MethodbuildClipboardMimeDataMac
tests/auto/util/tst_util.cpp:1489
MethodbuildClipboardMimeDataWindows
tests/auto/util/tst_util.cpp:1441
MethodbuildUserText
* @brief Builds display text for a user. * @param user User to format * @return Formatted user text */
src/usersdialog.cpp:298
MethodbuttonClicked
* @brief QPushButtonAsQRCode::buttonClicked handles clicked event by * emitting clicked(QString) with string provided to constructor */
src/qpushbuttonasqrcode.cpp:46
MethodbuttonClicked
* @brief QPushButtonWithClipboard::buttonClicked handles clicked event by * emitting clicked(QString) with string provided to constructor */
src/qpushbuttonwithclipboard.cpp:49
MethodbuttonClicked
* @brief QPushButtonAsQRCode::buttonClicked handles clicked event by * emitting clicked(QString) with string provided to constructor */
src/qpushbuttonshowpassword.cpp:31
MethodcallFinished
tests/auto/util/tst_util.cpp:76
MethodcanDropMimeData
* @brief StoreModel::canDropMimeData * @param data * @param action * @param row * @param column * @param parent * @return */
src/storemodel.cpp:240
MethodchangeEvent
* @brief MainWindow::changeEvent sets focus to the search box * @param event */
src/mainwindow.cpp:155
MethodchangeIconDefault
* @brief QPushButtonWithClipboard::changeIconDefault change the icon back to * the default copy icon */
src/qpushbuttonwithclipboard.cpp:59
MethodcheckGpgExistence
* @brief Checks whether the configured GnuPG executable exists. * @example * bool result = ConfigDialog::checkGpgExistence(); * std::cout << result
src/configdialog.cpp:799
MethodcheckPasswordStore
* @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
MethodcheckSecretKeys
* @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
MethodcheckSigningKeys
* @brief ImitatePass::Init initialize pass repository * * @param path path in which new password-store will be created * @param users list
src/imitatepass.cpp:224
MethodclassifyRecordEmpty
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:211
MethodclassifyRecordTypes
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:192
MethodclassifyRecordWithConstQString
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:305
Methodcleanup
* @brief tst_util::cleanup unit test cleanup method */
tests/auto/util/tst_util.cpp:233
MethodcleanupTestCase
tests/auto/integration/tst_integration.cpp:311
MethodcleanupTestCase
tests/auto/settings/tst_settings.cpp:76
MethodcleanupTestCase
tests/auto/ui/tst_ui.cpp:130
MethodcleanupTestCase
* @brief tst_util::cleanupTestCase test case cleanup method */
tests/auto/util/tst_util.cpp:240
MethodclearPanel
* @brief MainWindow::clearPanel hide the information from shoulder surfers */
src/mainwindow.cpp:517
MethodclearTemplateWidgets
* @brief MainWindow::clearTemplateWidgets empty the template widget fields in * the UI */
src/mainwindow.cpp:1350
MethodclipboardButtonClickAfterSetTextCarriesNewText
tests/auto/ui/tst_ui.cpp:285
← previousnext →101–200 of 829, ranked by callers