aboutsummaryrefslogtreecommitdiff
path: root/main.qml
Commit message (Collapse)AuthorAgeFilesLines
...
* | History: Show num of confirmations + unconfirmed paymentsJaquee2017-01-141-0/+11
| | | | | | | | history: refresh on new block
* | Merge pull request #375Riccardo Spagni2017-01-081-0/+7
|\ \ | | | | | | | | | 192bfc7 Add "(syncing)" after balance when syncing (moneromooo.monero)
| * | Add "(syncing)" after balance when syncingmoneromooo.monero2016-12-311-0/+7
| |/ | | | | | | Should cut down on people wondering why their balance is wrong
* / settings: log level selectorJaquee2016-12-311-1/+4
|/
* daemon startup flagsJaquee2016-12-211-2/+4
|
* Merge pull request #309Riccardo Spagni2016-12-201-7/+34
|\ | | | | | | | | 2d763c9 Remove from the ctrl-tab cycling the hidden panels (Dashboard, Mining) (Clement) 3705d79 Add missing shortcuts. Improve coherency of shortcuts. (Clement)
| * Remove from the ctrl-tab cycling the hidden panels (Dashboard, Mining)Clement2016-12-181-1/+19
| |
| * Add missing shortcuts. Improve coherency of shortcuts.Clement2016-12-181-7/+16
| |
* | Settings hide/show window after changing decorations typemoneromooo.monero2016-12-161-0/+17
| |
* | Make the custom decorations optionalmoneromooo.monero2016-12-161-3/+40
|/ | | | | | 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 :)
* fixed borked walletJaquee2016-12-161-15/+14
|
* Updated wallet close behaviourJaquee2016-12-151-12/+15
|
* Addressbook: New tooltip implementation (old didn't work on ubuntu)Jaquee2016-12-151-0/+32
|
* Merge pull request #279Riccardo Spagni2016-12-141-10/+5
|\ | | | | | | 705bc83 move refresh progress to leftpanel (Jaquee)
| * move refresh progress to leftpanelJaquee2016-12-141-10/+5
| |
* | Merge pull request #265Riccardo Spagni2016-12-141-0/+2
|\ \ | | | | | | | | | 7aef277 remove basic layout button on wizard page (moneromooo.monero)
| * | remove basic layout button on wizard pagemoneromooo.monero2016-12-101-0/+2
| |/
* | async close: make sure curretWallet isn't used after shutdown startedJaquee2016-12-141-0/+5
| |
* | code clean up and wallet close consistencyJaquee2016-12-131-59/+18
|/
* Merge pull request #225Riccardo Spagni2016-12-081-42/+5
|\ | | | | | | 4e20ad8 Remove useless black bar buttons (moneromooo.monero)
| * Remove useless black bar buttonsmoneromooo.monero2016-11-291-42/+5
| | | | | | | | | | | | | | | | | | 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/+2
|\ \ | | | | | | | | | | | | | | | 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)
| * | libwalletqt: add a few daemon read access routinesmoneromooo.monero2016-11-291-0/+2
| |/
* | Merge pull request #217Riccardo Spagni2016-12-081-14/+56
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3752ec7 send page: check daemon status after every refresh (Jaquee) 01549a3 walletManager: coding conventions (Jaquee) 0ae3d67 daemon console -> log + adjusted height (Jaquee) 0e8cd14 Wallet: add m_initialized (Jaquee) c7232e1 set wallet connection status before querying sync status (Jaquee) 3f8e05d Wallet: Cache connection status query (Jaquee) 36a6b89 connect onWalletConnectionStatusChanged() (Jaquee) 93a8200 Transfer: new connectionStatus handling + show status msg (Jaquee) 76e6ae8 remove reference to old pw-dialog (Jaquee) 18b7a67 Wallet: add connectionStatusChanged signal (Jaquee) d9f4ab4 daemonManager: wait for daemon stop on app close (Jaquee) f62bb68 daemonManagerDialog: use new ConnectionStatus enum (Jaquee) dd01f59 hide daemon sync progress after disconnecting wallet (Jaquee) 8d19a03 DaemonManager: add stateChanged() (Jaquee) 760e01b daemonManagerDialog: show processdialog when starting (Jaquee) bb881d9 show processingSplash when starting/stopping daemon (Jaquee) 8361dda resolve rebase conflict (Jaquee) 8dfa79e Shutdown daemon and close wallet properly on app exit (Jaquee) 7876957 DaemonManager::closing() (Jacob Brydolf) 065b060 main: debug messages (Jacob Brydolf) b4eb489 DaemonManager: forward command line arguments to monerod (Jacob Brydolf) 752ff26 forward command line arguments to DaemonManager (Jaquee) 7840dab DaemonManager: console debug output (Jacob Brydolf) 14a5bd5 settings: added daemon console (Jacob Brydolf) b53ef00 history tx details: resized popup (Jacob Brydolf) b4f29b2 StandardDialog: changed default sizes (Jacob Brydolf) 5855700 daemonManagerDialog: added starting signal (Jacob Brydolf) 3a43154 DaemonManager: added console updated signals (Jacob Brydolf) 3df9e44 DaemonManager: windows support (Jacob Brydolf) 5da9f8f standardDialog: close window before continue (Jacob Brydolf) 5a110f4 replace message dialog with custom dialog (Jacob Brydolf) d465780 resized standard dialog (Jacob Brydolf) 482bd30 settings: enable/disable daemon start/stop buttons (Jacob Brydolf) 4e7de8c proper daemon shutdown on app exit (Jaquee) 48471f3 onDaemonStarted/stopped signals/slots (Jaquee) de635cb pw dialog: close popup before continue (Jacob Brydolf) 86772be added standardDialog component (Jacob Brydolf) ae977af settings: add daemon manager (Jacob Brydolf) 2775124 small error in daemon manager dialog (Jacob Brydolf) 82c39e0 WalletManager: include dependencies (Jaquee) 1c6884e Show daemon manager dialog if daemon isnt started (Jacob Brydolf) 9fbfbc4 daemonManager: embed as context property (Jaquee) 4cdc258 WalletManager: basic functionality (Jacob Brydolf)
| * | send page: check daemon status after every refreshJaquee2016-11-271-0/+1
| | |
| * | set wallet connection status before querying sync statusJaquee2016-11-261-4/+5
| | |
| * | connect onWalletConnectionStatusChanged()Jaquee2016-11-261-0/+7
| | |
| * | daemonManagerDialog: use new ConnectionStatus enumJaquee2016-11-261-1/+1
| | |
| * | show processingSplash when starting/stopping daemonJaquee2016-11-261-0/+9
| | |
| * | Shutdown daemon and close wallet properly on app exitJaquee2016-11-261-7/+8
| | |
| * | replace message dialog with custom dialogJacob Brydolf2016-11-261-4/+4
| | |
| * | proper daemon shutdown on app exitJaquee2016-11-261-0/+2
| | |
| * | onDaemonStarted/stopped signals/slotsJaquee2016-11-261-13/+18
| | |
| * | Show daemon manager dialog if daemon isnt startedJacob Brydolf2016-11-261-0/+16
| |/
* | Merge pull request #209Riccardo Spagni2016-12-081-2/+2
|\ \ | | | | | | | | | b5a993b Print wallet filename in password dialog where approrpiate (moneromooo.monero)
| * | Print wallet filename in password dialog where approrpiatemoneromooo.monero2016-11-261-2/+2
| |/
* / adjust appwindow min height to fit contentJaquee2016-11-251-3/+3
|/
* Merge pull request #194Riccardo Spagni2016-11-241-0/+2
|\ | | | | | | f8fabbe reset restore height counter when switching wallets (Jaquee)
| * reset restore height counter when switching walletsJaquee2016-11-231-0/+2
| |
* | Merge pull request #193Riccardo Spagni2016-11-241-4/+5
|\ \ | | | | | | | | | | | | cca825b fix height after switching layout mode (Jacob Brydolf) f1157f8 adjust height for small screens + fix window positioning (Jacob Brydolf)
| * | fix height after switching layout modeJacob Brydolf2016-11-211-1/+1
| | |
| * | adjust height for small screens + fix window positioningJacob Brydolf2016-11-211-3/+4
| |/
* | Merge pull request #190Riccardo Spagni2016-11-241-0/+1
|\ \ | | | | | | | | | 5250b91 store wallet after sending (Jacob Brydolf)
| * | store wallet after sendingJacob Brydolf2016-11-191-0/+1
| |/
* | Merge pull request #185Riccardo Spagni2016-11-241-2/+8
|\ \ | | | | | | | | | 708eb43 Fix crash on exit if cancelling open and exiting (moneromooo.monero)
| * | Fix crash on exit if cancelling open and exitingmoneromooo.monero2016-11-181-2/+8
| |/
* / Fix mixin being wrong in sweep all transactionsmoneromooo.monero2016-11-181-1/+1
|/
* Merge pull request #171Riccardo Spagni2016-11-171-1/+4
|\ | | | | | | ae44eec Title-bar: auto-hide disabled (Ilya Kitaev)
| * Title-bar: auto-hide disabledIlya Kitaev2016-11-161-1/+4
| |
* | Merge pull request #163Riccardo Spagni2016-11-171-1/+1
|\ \ | | | | | | | | | | | | efb3c75 splash: add option to close popup (Jacob Brydolf) faeb9bb progress splash: ensure correct message is shown (Jacob Brydolf)