aboutsummaryrefslogtreecommitdiff
path: root/pages/settings
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #2674luigi11112019-12-211-1/+4
|\ | | | | | | ded0a4d Scrollbar: don't autohide if enabled (except on Mac) (tobtoht)
| * Scrollbar: don't autohide if enabled (except on Mac)thotbot2019-12-211-1/+4
| |
* | Merge pull request #2665luigi11112019-12-211-6/+1
|\ \ | | | | | | | | | c6c094b SettingsWallet: cleanup on wallet close (xiphon)
| * | SettingsWallet: cleanup on wallet closexiphon2019-12-201-6/+1
| |/
* | Merge pull request #2650luigi11112019-12-216-5/+10
|\ \ | | | | | | | | | 10dea60 Settings: fix page height (tobtoht)
| * | Settings: fix page heightthotbot2019-12-206-5/+10
| |/
* / misc: cleanup unused variables and commentsselsta2019-12-201-4/+0
|/
* Merge pull request #2580luigi11112019-12-191-7/+26
|\ | | | | | | | | ba24fd7 SettingsInfo: open containing folder on wallet log path click (xiphon) 088d32e OSHelper: file preselection support (Windows and Mac) (xiphon)
| * SettingsInfo: open containing folder on wallet log path clickxiphon2019-12-121-7/+26
| |
* | InputDialog: pre-populate input textselsta2019-12-091-2/+1
|/
* SettingsLayout: pointing mouse cursor and selecting textselsta2019-11-271-1/+8
|
* Wizard, AddressBook, SettingsNode: prevent undesired text selectionxiphon2019-11-271-9/+2
|
* main: ask whether to stop local node upon switching to remote nodexiphon2019-11-241-1/+0
|
* Merge pull request #2435luigi11112019-11-131-283/+68
|\ | | | | | | 0e3f3c1 SettingsWallet: refactor list items into separate component (xiphon)
| * SettingsWallet: refactor list items into separate componentxiphon2019-11-111-283/+68
| |
* | Settings: fix 'Light theme' checkboxxiphon2019-11-041-0/+1
|/
* Merge pull request #2398luigi11112019-10-141-1/+5
|\ | | | | | | 32257c8 DaemonManager: implement async sendCommand (xiphon)
| * DaemonManager: implement async sendCommandxiphon2019-10-071-1/+5
| |
* | Merge pull request #2402luigi11112019-10-081-9/+0
|\ \ | | | | | | | | | f72ed25 Transfer: forbid long Payment IDs (xiphon)
| * | Transfer: forbid long Payment IDsxiphon2019-09-281-9/+0
| |/
* / SettingsNode: 'auto' special case for Bootstrap Address editxiphon2019-09-271-1/+5
|/
* Merge pull request #2377luigi11112019-09-146-24/+10
|\ | | | | | | 8dab075 repo: remove isMobile leftovers (selsta)
| * repo: remove isMobile leftoversselsta2019-09-066-24/+10
| |
* | fontawesome: fix regular/solid font styleselsta2019-09-101-2/+4
|/
* SettingsNode: make input read onlyselsta2019-09-011-0/+1
|
* SettingsNode: change iconsselsta2019-08-141-21/+12
|
* SettingsNode: make button text more consistentselsta2019-07-271-1/+1
|
* Detect tails, support data persistencedsc2019-07-161-0/+35
| | | | | Co-authored-by: Thotbot <thotbot@protonmail.com> Co-authored-by: Selsta <selsta@sent.at>
* Merge pull request #2240luigi11112019-07-151-1/+1
|\ | | | | | | 35a0f25 PasswordDialog: merge components and bug fixes (selsta)
| * PasswordDialog: merge components and bug fixesselsta2019-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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.
* | WalletManager: async close with splash screenxiphon2019-07-021-4/+5
|/
* Merge pull request #2200luigi11112019-06-211-2/+2
|\ | | | | | | c69f0ad add missed translatable string in SettingsNode.qml (erciccione)
| * add missed translatable string in SettingsNode.qmlerciccione2019-06-061-2/+2
| |
* | Merge pull request #2170luigi11112019-06-211-1/+1
|\ \ | |/ |/| | | a3c620f restore height visibility enhancements (mmbyday)
| * restore height visibility enhancementsmmbyday2019-05-151-1/+1
| |
* | Fix restore height when using stagenet/testnetmmbyday2019-05-241-1/+2
|/
* Fiat APIdsc2019-05-061-0/+136
| | | | | Co-Authored-By: selsta <selsta@sent.at> Co-Authored-By: Gene Peters <gene@telligent-data.com>
* SettingsLayout: fix orderselsta2019-05-011-8/+8
|
* Merge pull request #2116luigi11112019-04-281-8/+0
|\ | | | | | | 7ab8b4f SettingsLayout: userInactivitySliderTimer is not defined (selsta)
| * SettingsLayout: userInactivitySliderTimer is not definedselsta2019-04-251-8/+0
| |
* | Dynamic height for the settings->walletxmrdsc2019-04-251-6/+5
|/
* Merge pull request #2086luigi11112019-04-251-1/+1
|\ | | | | | | 4b9da83 Change settings navbar text: Layout -> Interface (xmrdsc)
| * Change settings navbar text: Layout -> Interfacexmrdsc2019-04-251-1/+1
| |
* | Merge pull request #2069luigi11112019-04-256-154/+154
|\ \ | | | | | | | | | 62285b0 Remove scaleRatio (xmrdsc)
| * | Remove scaleRatiodsc2019-04-256-154/+154
| |/
* | Merge pull request #2058luigi11112019-04-251-10/+1
|\ \ | |/ |/| | | 247f129 Use Slider.onMoved for inactivity slider, remove Timer (xmrdsc)
| * Use Slider.onMoved for inactivity slider, remove Timerdsc2019-04-081-10/+1
| |
* | White themedsc2019-04-247-184/+243
| |
* | add missing TranslationManager.emptyStringselsta2019-04-161-1/+1
|/
* Merge pull request #2011luigi11112019-03-211-1/+2
|\ | | | | | | 3562ab1 settingsnode: fix trusted node flag (mmbyday)