aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
Commit message (Collapse)AuthorAgeFilesLines
...
* New history page, including the mobile version.Sander Ferdinand2018-03-291-1/+2
|
* Finishing up on the settings page for now and modified some QML componentsSander Ferdinand2018-03-291-1/+1
|
* MiddlePanel background gradientSander Ferdinand2018-03-291-1/+7
|
* Added some styles, changed some margins, testing with the new LineEditSander Ferdinand2018-03-291-3/+3
|
* Removing borders; changing left-border colorSander Ferdinand2018-03-291-18/+2
|
* Add a shared ringdb management page - rings and blackballed outputsmoneromooo-monero2018-03-261-0/+5
|
* Merge pull request #1065luigi11112018-01-261-1/+1
|\ | | | | | | fdd528b Update copyright for 2018
| * Update copyright for 2018xmr-eric2018-01-081-1/+1
| |
* | Subaddresses minimal version: supports default account onlykenshi842018-01-131-1/+1
|/
* Merge pull request #966luigi11112017-11-291-2/+2
|\ | | | | | | d8f3a52 Bugfix with tx proof + update
| * Bugfix with tx proof + updatestoffu2017-11-261-2/+2
| |
* | Merge pull request #954luigi11112017-11-221-0/+2
|\ \ | |/ |/| | | | | | | | | | | 476b727 Smoother and faster animations for the menu buttons 1ada4f8 Decreasing menu button height c349b5d Add easing to page switching animation - OutCubic
| * Add easing to page switching animation - OutCubicSander Ferdinand2017-11-121-0/+2
| |
* | Tx proofstoffu2017-11-201-1/+2
|/
* Keys page height fixJaquee2017-11-031-1/+1
|
* android fix: release focus after scrollingJaquee2017-11-031-0/+5
|
* MiddlePanel scalingJaquee2017-11-031-3/+4
|
* Add Keys pageJaquee2017-11-031-31/+5
|
* fix clipped heightJaquee2017-08-211-1/+1
|
* fix windows crash on startupJaquee2017-06-221-3/+4
| | | | requires #2101
* ios build settingsJaquee2017-05-051-125/+45
|
* MiddlePanel.qmlxmr-eric2017-03-191-4/+0
|
* Fixes missing translationsRoy Jacobs2017-03-081-2/+4
|
* Merge pull request #368Riccardo Spagni2017-01-141-1/+2
|\ | | | | | | | | 94e8f3a Add mining screen (moneromooo.monero) 1cd7dd6 StandardDropdown: fix for empty model (moneromooo.monero)
| * Add mining screenmoneromooo.monero2016-12-301-1/+2
| | | | | | | | We want to make it easy for people to mine
* | Add "(syncing)" after balance when syncingmoneromooo.monero2016-12-311-2/+3
|/ | | | Should cut down on people wondering why their balance is wrong
* Make the custom decorations optionalmoneromooo.monero2016-12-161-2/+2
| | | | | | A number of people actually like those, so be nice to them. The size change icons still don't work, but that's not my problem :)
* AddressBook: basic functionsJaquee2016-12-141-1/+8
|
* fix basic layoutJaquee2016-12-091-1/+1
|
* Merge pull request #238Riccardo Spagni2016-12-091-1/+20
|\ | | | | | | | | 17add2d middlePanel: fix anchor error (Jaquee) 3d16f73 tabs: page transition left to right (Jaquee)
| * middlePanel: fix anchor errorJaquee2016-12-041-1/+1
| |
| * tabs: page transition left to rightJaquee2016-12-041-0/+19
| |
* | Merge pull request #225Riccardo Spagni2016-12-081-2/+3
|\ \ | | | | | | | | | 4e20ad8 Remove useless black bar buttons (moneromooo.monero)
| * | Remove useless black bar buttonsmoneromooo.monero2016-11-291-2/+3
| |/ | | | | | | | | | | | | | | | | Except the yellow layout change one, which is actually useful The size change buttons don't work. Also tweak the WM hints to make sure there's a close button displayed on all platforms.
* | Merge pull request #224Riccardo Spagni2016-12-081-0/+7
|\ \ | | | | | | | | | | | | | | | ab61910 Receive: tx scanner for payments matching setup (moneromooo.monero) 87d0751 libwalletqt: add a few daemon read access routines (moneromooo.monero) af4e49c MiddlePanel: add an optional onPageClosed callback (moneromooo.monero)
| * | MiddlePanel: add an optional onPageClosed callbackmoneromooo.monero2016-11-261-0/+7
| |/ | | | | | | to match onPageCompleted
* / Transfer: new connectionStatus handling + show status msgJaquee2016-11-261-11/+5
|/
* MiddlePanel: fix null pointer dereference for history modelmoneromooo.monero2016-11-181-1/+1
|
* Add a button to sweep unmixable outputsmoneromooo.monero2016-11-121-0/+5
|
* Merge pull request #133Riccardo Spagni2016-11-111-0/+4
|\ | | | | | | 472f559 sign/verify message/file (moneromooo.monero)
| * sign/verify message/filemoneromooo.monero2016-11-091-0/+4
| |
* | Fix small amounts from being conflated with zeromoneromooo.monero2016-11-091-1/+1
|/ | | | | | Something like 0.000000000012 was converted to 1.2e-11 by the conversion to double, and that was rejected by the Cryptonote parser.
* Merge pull request #115Riccardo Spagni2016-11-091-2/+2
|\ | | | | | | d95e4a3 Write support for tx notes (moneromooo.monero)
| * Write support for tx notesmoneromooo.monero2016-11-051-2/+2
| | | | | | | | | | Support still needs adding for displaying them in the history, but at least they're saved in the cache now, and not ignored.
* | Add a page for checking payments via the tx keymoneromooo.monero2016-11-061-0/+5
|/
* Disable transfer page if daemon isn't connected or fully syncedJacob Brydolf2016-11-021-8/+10
| | | | fix whitespace
* disable desaturation - causes black screen on windowsJacob Brydolf2016-10-271-5/+5
|
* Fix Windows MSYS2 buildIlya Kitaev2016-10-111-3/+5
|
* Settings page: layout items verticallyIlya Kitaev2016-10-101-29/+28
|
* Basic mode: updating balance properlyIlya Kitaev2016-10-101-5/+9
|