aboutsummaryrefslogtreecommitdiff
path: root/components
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2377luigi11112019-09-146-129/+9
|\ | | | | | | 8dab075 repo: remove isMobile leftovers (selsta)
| * repo: remove isMobile leftoversselsta2019-09-066-129/+9
| |
* | Merge pull request #2376luigi11112019-09-141-0/+18
|\ \ | | | | | | | | | 5f81b57 TitleBar: show wallet name (selsta)
| * | TitleBar: show wallet nameselsta2019-09-051-0/+18
| |/
* / fontawesome: fix regular/solid font styleselsta2019-09-103-3/+9
|/
* TitleBar: change Light Theme icon from 'light bulb' to 'moon'xiphon2019-09-031-2/+2
|
* Merge pull request #2307luigi11112019-07-221-2/+0
|\ | | | | | | f20ab12 QML: fix various warnings (selsta)
| * QML: fix various warningsselsta2019-07-211-2/+0
| |
* | Changes Change wallet/Continue to Cancel/Oknotmike2019-07-181-2/+2
|/ | | | see #2290 #2204
* PasswordDialog: label improvementsselsta2019-07-161-4/+7
|
* Merge pull request #2240luigi11112019-07-153-650/+212
|\ | | | | | | 35a0f25 PasswordDialog: merge components and bug fixes (selsta)
| * PasswordDialog: merge components and bug fixesselsta2019-07-153-650/+212
| | | | | | | | | | | | | | | | | | | | | | 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.
* | NetworkStatusItem: simple mode has no node settings pageselsta2019-07-051-0/+2
|/
* Merge pull request #2230luigi11112019-06-211-1/+1
|\ | | | | | | 484d403 NetworkStatusItem: correctly display remote node status (selsta)
| * NetworkStatusItem: correctly display remote node statusselsta2019-06-211-1/+1
| |
* | repo: remove unused componentsxiphon2019-06-182-743/+0
|/
* Merge pull request #2144luigi11112019-05-031-0/+2
|\ | | | | | | 119d91a labelSubHeader: fix width bug (mmbyday)
| * labelSubHeader: fix width bugmmbyday2019-04-301-0/+2
| |
* | Merge pull request #2143luigi11112019-05-032-18/+0
|\ \ | | | | | | | | | b74aa1a dialogs: fix titlebar disabledness (mmbyday)
| * | dialogs: fix titlebar disablednessmmbyday2019-04-302-18/+0
| |/
* / Fix checking for gui updatesmmbyday2019-04-301-4/+6
|/
* Merge pull request #2134luigi11112019-04-301-193/+0
|\ | | | | | | e910e40 repo: cleanup unused files (selsta)
| * repo: cleanup unused filesselsta2019-04-301-193/+0
| |
* | Merge pull request #2127luigi11112019-04-303-55/+51
|\ \ | | | | | | | | | 131c427 passworddialog: replace eye with font awesome (mmbyday)
| * | passworddialog: replace eye with font awesomemmbyday2019-04-293-55/+51
| |/
* / macOS: enable fullscreen supportselsta2019-04-292-2/+0
|/
* components: remove show() from password dialogsselsta2019-04-253-7/+0
|
* Remove scaleRatiodsc2019-04-2531-291/+291
|
* Merge pull request #2111luigi11112019-04-253-0/+9
|\ | | | | | | 24e7307 components: hide password on dialog opening (selsta)
| * components: hide password on dialog openingselsta2019-04-243-0/+9
| |
* | Merge pull request #2107luigi11112019-04-252-2/+1
|\ \ | | | | | | | | | 04d0b14 InlineButton: fix warning and set font (selsta)
| * | InlineButton: fix warning and set fontselsta2019-04-232-2/+1
| |/
* / White themedsc2019-04-2446-576/+1991
|/
* qrcodescanner: update icon with font awesomemmbyday2019-04-222-6/+7
|
* Merge pull request #2088luigi11112019-04-167-16/+16
|\ | | | | | | 15a5f76 add missing TranslationManager.emptyString (selsta)
| * add missing TranslationManager.emptyStringselsta2019-04-167-16/+16
| |
* | Merge pull request #2079luigi11112019-04-162-743/+0
|\ \ | | | | | | | | | 5527507 repo: remove unused components/images (selsta)
| * | repo: remove unused components/imagesselsta2019-04-162-743/+0
| |/
* / PasswordDialog: don't always show()mmbyday2019-04-113-5/+2
|/
* History redesigndsc2019-04-084-346/+2
|
* AddressBook: redesignselsta2019-04-082-199/+6
|
* Merge pull request #2037luigi11112019-04-082-0/+328
|\ | | | | | | 1a2675b async device open and create from device, passphrase (ph4r05)
| * async device open and create from device, passphraseDusan Klinec2019-04-062-0/+328
| | | | | | | | | | | | - passphrase entry on host added, requires early listener setting monero pull #5355 - wallet open and create from device shows splash to indicate possible long process - create from device is async to support passphrase entry
* | PasswordDialog: add CAPSLOCK checkingmmbyday2019-04-021-5/+36
|/
* Merge pull request #2036luigi11112019-03-261-0/+1
|\ | | | | | | 51e48db addressbook description should not be richtext (xmrdsc)
| * addressbook description should not be richtextdsc2019-03-261-0/+1
| |
* | historytable: fix blockheight copyingmmbyday2019-03-121-2/+2
|/
* Merge pull request #1968luigi11112019-02-251-1/+0
|\ | | | | | | 6a7d42f LineEditMulti: fix binding loop (xiphon)
| * LineEditMulti: fix binding loopxiphon2019-02-251-1/+0
| |
* | Merge pull request #1952luigi11112019-02-241-7/+2
|\ \ | | | | | | | | | fd842bb StandardButton: fix button appearance on Qt 5.7 (xiphon)