MCPcopy Create free account

hub / github.com/IJHack/QtPass / functions

Functions829 in github.com/IJHack/QtPass

MethodonGrepFinished
* @brief Display grep results in grepResultsList. */
src/mainwindow.cpp:732
MethodonKeyGenerationComplete
* @brief Called when GPG key generation is complete. * @param p_output Standard output from the key generation process * @param p_errout Standard er
src/qtpass.cpp:372
MethodonOtp
* @brief MainWindow::onOTP try and generate (selected) OTP code. */
src/mainwindow.cpp:926
MethodonProfileTableItemChanged
src/configdialog.cpp:1118
MethodonTimeoutSearch
* @brief MainWindow::onTimeoutSearch Fired when search is finished or too much * time from two keypresses is elapsed */
src/mainwindow.cpp:633
MethodonUpdate
* @brief MainWindow::onUpdate do a git pull */
src/mainwindow.cpp:339
MethodonUsers
* @brief MainWindow::onUsers edit users for the current * folder, * gets lists and opens UserDialog. */
src/mainwindow.cpp:962
Methodon_accepted
* @brief PasswordDialog::on_accepted handle Ok click for QDialog */
src/passworddialog.cpp:117
Methodon_accepted
* @brief Saves the configuration dialog settings to persistent application * settings. * @example * ConfigDialog dialog; * dialog.on_accepted();
src/configdialog.cpp:245
Methodon_addButton_clicked
* @brief ConfigDialog::on_addButton_clicked add a profile row. */
src/configdialog.cpp:668
Methodon_autodetectButton_clicked
* @brief Automatically detects required external binaries in the system PATH * and updates the dialog fields. * @example * ConfigDialog configDialo
src/configdialog.cpp:308
Methodon_checkBoxAutoclearPanel_clicked
* @brief ConfigDialog::on_checkBoxAutoclearPanel_clicked enable and disable * options based on autoclear use. */
src/configdialog.cpp:497
Methodon_checkBoxAutoclear_clicked
* @brief ConfigDialog::on_checkBoxAutoclear_clicked checkbox clicked, update * state via ConfigDialog::on_comboBoxClipboard_activated */
src/configdialog.cpp:545
Methodon_checkBoxSelection_clicked
* @brief ConfigDialog::on_checkBoxSelection_clicked checkbox clicked, update * state via ConfigDialog::on_comboBoxClipboard_activated */
src/configdialog.cpp:537
Methodon_checkBoxShow_stateChanged
* @brief PasswordDialog::on_checkBoxShow_stateChanged hide or show passwords. * @param arg1 */
src/passworddialog.cpp:83
Methodon_checkBoxUseGit_clicked
* @brief ConfigDialog::on_checkBoxUseGit_clicked enable or disable related * checkboxes. */
src/configdialog.cpp:1005
Methodon_checkBoxUsePwgen_clicked
* @brief ConfigDialog::on_checkBoxUsePwgen_clicked enable or disable related * options in the interface. */
src/configdialog.cpp:1044
Methodon_checkBoxUseTemplate_clicked
* @brief ConfigDialog::on_checkBoxUseTemplate_clicked enable or disable the * template field and options. */
src/configdialog.cpp:1112
Methodon_checkBoxUseTrayIcon_clicked
* @brief ConfigDialog::on_checkBoxUseTrayIcon_clicked enable and disable * related checkboxes. */
src/configdialog.cpp:952
Methodon_checkBox_clicked
* @brief UsersDialog::on_checkBox_clicked filtering. */
src/usersdialog.cpp:352
Methodon_checkBox_stateChanged
* @brief KeygenDialog::on_checkBox_stateChanged expert mode enabled / disabled. * @param arg1 */
src/keygendialog.cpp:77
Methodon_comboBoxClipboard_activated
* @brief ConfigDialog::on_comboBoxClipboard_activated show and hide options. * @param index of selectbox (0 = no clipboard). */
src/configdialog.cpp:477
Methodon_createPasswordButton_clicked
* @brief PasswordDialog::on_createPasswordButton_clicked generate a random * password. */
src/passworddialog.cpp:95
Methodon_deleteButton_clicked
* @brief ConfigDialog::on_deleteButton_clicked remove a profile row. */
src/configdialog.cpp:699
Methodon_email_textChanged
* @brief KeygenDialog::on_email_textChanged update the email in keypair * generation template. * @param arg1 */
src/keygendialog.cpp:87
Methodon_grepButton_toggled
* @brief Toggle grep (content search) mode. */
src/mainwindow.cpp:698
Methodon_grepResultsList_itemClicked
* @brief Navigate to the password entry when a grep result is clicked. */
src/mainwindow.cpp:780
Methodon_lineEdit_returnPressed
* @brief MainWindow::on_lineEdit_returnPressed get searching * * Select the first possible file in the tree */
src/mainwindow.cpp:660
Methodon_lineEdit_textChanged
* @brief UsersDialog::on_lineEdit_textChanged typing in the searchbox. * @param filter */
src/usersdialog.cpp:345
Methodon_lineEdit_textChanged
* @brief Executes when the string in the search box changes, collapses the * TreeView * @param arg1 */
src/mainwindow.cpp:617
Methodon_name_textChanged
* @brief KeygenDialog::on_name_textChanged update the name in keypair * generation template. * @param arg1 */
src/keygendialog.cpp:96
Methodon_passphrase1_textChanged
* @brief KeygenDialog::on_passphrase1_textChanged see if we want to have * protection. * @param arg1 */
src/keygendialog.cpp:54
Methodon_passphrase2_textChanged
* @brief KeygenDialog::on_passphrase2_textChanged wrapper for * KeygenDialog::on_passphrase1_textChanged * @param arg1 */
src/keygendialog.cpp:69
Methodon_passwordCharTemplateSelector_activated
* @brief ConfigDialog::on_passwordCharTemplateSelector_activated sets the * passwordChar Template * combo box to the desired entry * @param entry o
src/configdialog.cpp:1098
Methodon_profileBox_currentTextChanged
* @brief Handles changes to the selected profile in the profile combo box. * @details Ignores the event during a fresh start or when the selected pro
src/mainwindow.cpp:1048
Methodon_profileTable_cellDoubleClicked
* @brief ConfigDialog::on_profileTable_cellDoubleClicked open folder browser * for path column (column 1). */
src/configdialog.cpp:687
Methodon_pushButtonGenerateKey_clicked
* @brief ConfigDialog::on_pushButtonGenerateKey_clicked open keygen dialog. */
src/configdialog.cpp:447
Methodon_radioButtonNative_clicked
* @brief ConfigDialog::on_radioButtonNative_clicked wrapper for * ConfigDialog::setGroupBoxState() */
src/configdialog.cpp:335
Methodon_radioButtonPass_clicked
* @brief ConfigDialog::on_radioButtonPass_clicked wrapper for * ConfigDialog::setGroupBoxState() */
src/configdialog.cpp:341
Methodon_rejected
* @brief PasswordDialog::on_rejected handle Cancel click for QDialog */
src/passworddialog.cpp:133
Methodon_toolButtonGit_clicked
* @brief ConfigDialog::on_toolButtonGit_clicked get git application. * Enable checkboxes if found. */
src/configdialog.cpp:422
Methodon_toolButtonGpg_clicked
* @brief ConfigDialog::on_toolButtonGpg_clicked get gpg application. */
src/configdialog.cpp:437
Methodon_toolButtonPass_clicked
* @brief ConfigDialog::on_toolButtonPass_clicked get pass application. */
src/configdialog.cpp:455
Methodon_toolButtonPwgen_clicked
* @brief ConfigDialog::on_toolButtonPwgen_clicked enable or disable related * options in the interface. */
src/configdialog.cpp:1015
Methodon_toolButtonStore_clicked
* @brief ConfigDialog::on_toolButtonStore_clicked get .password-store * location. */
src/configdialog.cpp:466
Methodon_treeView_doubleClicked
* @brief MainWindow::on_treeView_doubleClicked when doubleclicked on * TreeViewItem, open the edit Window * @param index */
src/mainwindow.cpp:404
MethodopenFolder
* @brief MainWindow::openFolder open the folder in the default file manager */
src/mainwindow.cpp:1242
Functionoperator<<
src/storemodel.cpp:15
Functionoperator==
src/filecontent.h:25
Functionoperator>>
src/storemodel.cpp:24
MethodpaintEvent
* @brief QProgressIndicator::paintEvent draw the spinner. */
src/qprogressindicator.cpp:91
Methodparse
* @brief Parses password file content into structured data. * @param fileContent Raw file content * @param templateFields Fields defined in the temp
src/filecontent.cpp:24
MethodparseColonInValue
tests/auto/filecontent/tst_filecontent.cpp:165
MethodparseDropData
src/storemodel.cpp:324
MethodparseEmptyContent
tests/auto/filecontent/tst_filecontent.cpp:118
MethodparseGpgColonOutputAllPublicRecordTypes
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:367
MethodparseGpgColonOutputUnknownRecordTypes
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:349
MethodparseGpgColonOutputWithGrpRecord
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:333
MethodparseGrepOutputAnsiStripped
tests/auto/util/tst_util.cpp:1855
MethodparseGrepOutputCrlfHandled
tests/auto/util/tst_util.cpp:1874
MethodparseGrepOutputEmbeddedBlueNotHeader
tests/auto/util/tst_util.cpp:1907
MethodparseGrepOutputEmpty
tests/auto/util/tst_util.cpp:1829
MethodparseGrepOutputEmptyMatchLinesIgnored
tests/auto/util/tst_util.cpp:1892
MethodparseGrepOutputHeaderColonStripped
tests/auto/util/tst_util.cpp:1864
MethodparseGrepOutputLastEntryIncluded
tests/auto/util/tst_util.cpp:1899
MethodparseGrepOutputMultipleEntries
tests/auto/util/tst_util.cpp:1844
MethodparseGrepOutputOrphanMatchesIgnored
tests/auto/util/tst_util.cpp:1882
MethodparseGrepOutputPlainTextHeaders
tests/auto/util/tst_util.cpp:1921
MethodparseGrepOutputSingleEntry
tests/auto/util/tst_util.cpp:1834
MethodparseKeyRollover
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:153
MethodparseKeyRollover_data
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:175
MethodparseMatchingTemplateFields
tests/auto/filecontent/tst_filecontent.cpp:152
MethodparseMultiKeyPublic
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:33
MethodparseMultiKeyPublic_data
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:60
MethodparseMultipleNamedFields
tests/auto/filecontent/tst_filecontent.cpp:128
MethodparseMultiplePasswordLines
tests/auto/filecontent/tst_filecontent.cpp:186
MethodparseOnlyNamedFields
tests/auto/filecontent/tst_filecontent.cpp:202
MethodparseOtpauthHiddenLine
tests/auto/filecontent/tst_filecontent.cpp:143
MethodparsePasswordOnly
tests/auto/filecontent/tst_filecontent.cpp:123
MethodparsePasswordWithNamedFields
tests/auto/filecontent/tst_filecontent.cpp:39
MethodparsePlainPassword
tests/auto/filecontent/tst_filecontent.cpp:32
MethodparseSecretKeys
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:76
MethodparseSecretKeys_data
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:103
MethodparseSingleKey
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:117
MethodparseSingleKey_data
tests/auto/gpgkeystate/tst_gpgkeystate.cpp:141
MethodparseTemplateFieldsCaseSensitive
tests/auto/filecontent/tst_filecontent.cpp:176
MethodparseTemplateFieldsWithEmptyValues
tests/auto/filecontent/tst_filecontent.cpp:219
MethodparseWhitespaceOnlyContent
tests/auto/filecontent/tst_filecontent.cpp:195
MethodparseWithAllFields
tests/auto/filecontent/tst_filecontent.cpp:62
MethodparseWithTemplateFields
tests/auto/filecontent/tst_filecontent.cpp:47
MethodpassFinishedGrepErrorEmitsProcessError
tests/auto/util/tst_util.cpp:1948
MethodpassFinishedGrepNoMatchEmitsEmpty
tests/auto/util/tst_util.cpp:1935
MethodpassFinishedGrepSuccessEmitsResults
tests/auto/util/tst_util.cpp:1960
MethodpassOtpHandler
* @brief Handles the OTP output by displaying it, copying it to the clipboard, * and updating the UI state. * @example * void MainWindow::passOtpHa
src/mainwindow.cpp:500
MethodpassShowHandler
* @brief Handles displaying parsed password entry content in the main window. * @example * void result = MainWindow::passShowHandler(p_output); * /
src/mainwindow.cpp:443
MethodpassShowHandlerFinished
* @brief Called when the password show handler has finished. * @param output The password content to display */
src/qtpass.cpp:391
MethodpassStoreChanged
* @brief Called when pass store has changed. * @param p_out Output from the process * @param p_err Error output */
src/qtpass.cpp:351
MethodpassesFilter
* @brief Checks if a user passes the filter criteria. * @param user User to check * @param filter Filter string * @param nameFilter Compiled name f
src/usersdialog.cpp:267
MethodpasswordConfigurationCharacterSets
tests/auto/passwordconfig/tst_passwordconfig.cpp:55
MethodpasswordConfigurationCharacters
tests/auto/util/tst_util.cpp:539
← previousnext →501–600 of 829, ranked by callers