aboutsummaryrefslogtreecommitdiff
path: root/src/qt/macoshelper.mm
Commit message (Collapse)AuthorAgeFilesLines
* macOS: remove deprecated screenshot functiontobtoht2024-08-091-35/+0
|
* Update year in Cypyrightinson12024-01-271-1/+1
|
* macOS: add basic menubar supportselsta2021-04-181-0/+8
|
* Transfer: implement 'Grab QR code from screen' functionalityxiphon2021-01-111-0/+39
|
* WizardModeSelection: optional 'Portable mode' feature supportxiphon2020-09-221-0/+15
|
* OSHelper: file preselection support (Windows and Mac)xiphon2019-12-121-0/+8
| | | | Co-authored-by: selsta <selsta@sent.at>
* PasswordDialog: merge components and bug fixesselsta2019-07-151-0/+49
This commit merges PasswordDialog, PassphraseDialog and NewPasswordDialog. Also the following bugs were fixed: - Wizard pages still being active when opening a wallet from wizard. - Capslock detection was buggy when copy pasting password, I replaced it with native implementations for each platform. - isAlpha could throw errors when using special characters.