aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* fix windows crash on startupJaquee2017-06-221-1/+1
| | | | requires #2101
* Disable high dpi auto scalingJaquee2017-03-301-5/+5
|
* Make QtMultimedia dependency optionalMoroccanMalinois2017-03-271-7/+20
|
* Merge pull request #519Riccardo Spagni2017-03-031-0/+5
|\ | | | | | | 223f09d preparations for background mining requires #1827 (Jaquee)
| * preparations for background miningJaquee2017-03-031-0/+5
| | | | | | | | requires #1827
* | confirm daemon running on exitJaquee2017-03-031-2/+4
|/
* Merge pull request #523Riccardo Spagni2017-03-031-4/+4
|\ | | | | | | 8c17a8c fix build with scanner (MoroccanMalinois)
| * fix build with scannerMoroccanMalinois2017-03-031-4/+4
| |
* | only enable high dpi scaling on qt >= 5.6Jaquee2017-03-021-2/+5
| |
* | Fix high DPI scalingJaquee2017-03-011-0/+4
|/ | | | not android
* remove undefined variable errorJaquee2017-02-251-9/+9
|
* start daemon automatically and detachedJaquee2017-02-231-1/+1
|
* send all debug output to easyloggerJaquee2017-02-161-0/+9
|
* IOS specific settingsJaquee2017-02-051-5/+18
|
* add qrcode scannerMoroccanMalinois2017-01-311-0/+13
|
* GUI cold signingJaquee2017-01-151-0/+4
|
* AddressBook: basic functionsJaquee2016-12-141-1/+10
|
* Change organisation name to monero-projecttaushet2016-12-111-1/+1
| | | It seemed that there was agreement in discussion of #205 that the hyphenated 'monero-project' was to be preferred over camelcase or spacing.
* Merge pull request #226Riccardo Spagni2016-12-091-1/+3
|\ | | | | | | | | abd5c68 Windows: don't allow non-ascii characters in path (Jaquee) 1a610db add isWindows property (Jaquee)
| * add isWindows propertyJaquee2016-11-291-1/+3
| |
* | walletManager: coding conventionsJaquee2016-11-271-4/+2
| | | | | | | | Signed-off-by: Jaquee <jaquee.monero@gmail.com>
* | resolve rebase conflictJaquee2016-11-261-3/+0
| |
* | Shutdown daemon and close wallet properly on app exitJaquee2016-11-261-0/+8
| |
* | main: debug messagesJacob Brydolf2016-11-261-0/+2
| |
* | forward command line arguments to DaemonManagerJaquee2016-11-261-3/+1
| |
* | daemonManager: embed as context propertyJaquee2016-11-261-0/+5
|/
* Add QR code display on the receive pagemoneromooo.monero2016-11-201-0/+2
| | | | | | | This embeds MIT licenced code from Project Nayuki: https://www.nayuki.io/page/qr-code-generator-library The C++ part of the code is embedded in src/QR-Code-generator. See src/QR-Code-generator/Readme.markdown for more info.
* Capitalized Monero in default pathJacob Brydolf2016-10-301-1/+1
|
* generate default account name from env usernameJacob Brydolf2016-10-291-0/+11
|
* change default wallet path + remove auto create path on startupJacob Brydolf2016-10-291-3/+1
|
* History: filter by amountIlya Kitaev2016-10-101-0/+3
|
* TransactionHistory sortingIlya Kitaev2016-10-101-7/+11
|
* Transaction history is not crashing and refreshing properlyIlya Kitaev2016-10-101-1/+5
|
* Simple transaction historyIlya Kitaev2016-10-101-0/+3
|
* added TransactionHistoryModel; renamingsIlya Kitaev2016-10-101-5/+8
|
* Wallet::daemonBlockChainHeight(); BC sync progress in GUIIlya Kitaev2016-09-261-1/+1
|
* Wizard: setup testnet/daemon addressIlya Kitaev2016-09-231-1/+1
|
* Transfer page: validate amountIlya Kitaev2016-08-231-1/+1
|
* Display "processing.." splashscreen while wallet initializingIlya Kitaev2016-08-231-0/+3
|
* extra debug loggingIlya Kitaev2016-08-231-0/+2
|
* Translations are separate qm filesIlya Kitaev2016-07-271-0/+3
|
* TranslationManager, Russian translation exampleIlya Kitaev2016-07-191-0/+11
|
* Async API integration in progressIlya Kitaev2016-07-131-0/+1
|
* Send money: confirmation popups addedIlya Kitaev2016-06-281-0/+1
|
* basic "send money" functionality implemented in GUIIlya Kitaev2016-06-161-0/+3
|
* Persistent storage for common settings. closes #10Ilya Kitaev2016-06-151-0/+5
|
* "new wallet" and "recovery wallet" flows are implemented using libwalletIlya Kitaev2016-06-141-1/+1
| | | | api
* new wallet wizard: wallet created in temporary directory and moved toIlya Kitaev2016-06-101-0/+6
| | | | the destination at the final step
* Start in normal mode if wallet exists. Resolves #9Ilya Kitaev2016-06-071-2/+2
|
* libwallet integrationIlya Kitaev2016-06-031-1/+2
|