| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Font-Awesome | dsc | 2019-02-01 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #1920 | luigi1111 | 2019-02-01 | 1 | -1/+1 |
| |\ | | | | | | | da3eae2 Dynamic monerod --max-concurrency, max 6 (xmrdsc) | ||||
| | * | Dynamic monerod --max-concurrency, max 6 | dsc | 2019-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | add account support | selsta | 2019-01-22 | 1 | -0/+8 |
| |/ | | | | Co-authored-by: kenshi84 <kenshi84@protonmail.ch> | ||||
| * | CSV export functionality for transaction history | dsc | 2019-01-21 | 1 | -0/+5 |
| | | |||||
| * | Lock wallet on inactivity | dsc | 2018-12-20 | 1 | -1/+1 |
| | | |||||
| * | mining: display max cpu thread count and warn about impact | mmbyday | 2018-12-17 | 1 | -0/+2 |
| | | |||||
| * | Print the GUI version on application startup | Sander Ferdinand | 2018-10-16 | 1 | -3/+18 |
| | | |||||
| * | revert 28fb9fa2be6232edbe0a419432e511bf13816fc5 | cryptochangements34 | 2018-07-09 | 1 | -1/+1 |
| | | | | Changing the application name caused wallets created prior to v0.12 to "forget" their config | ||||
| * | print logs on console | pazos | 2018-05-08 | 1 | -1/+1 |
| | | |||||
| * | use qWarning/qCritical on QrCodeScanner info/errors | pazos | 2018-05-08 | 1 | -2/+2 |
| | | |||||
| * | don't use cmdline arguments as daemon arguments | pazos | 2018-05-08 | 1 | -1/+1 |
| | | |||||
| * | log qt/qml to easylogging, add --log-file cmdline option | pazos | 2018-05-08 | 1 | -9/+14 |
| | | |||||
| * | consistency in if/else statements and MACROS | pazos | 2018-04-25 | 1 | -10/+10 |
| | | |||||
| * | force -platform xcb on linux | pazos | 2018-04-25 | 1 | -0/+4 |
| | | |||||
| * | move screen defs earlier in main function & fix width and height | pazos | 2018-04-25 | 1 | -14/+14 |
| | | |||||
| * | move monero stuff after app constructor + cmdline parser | pazos | 2018-04-25 | 1 | -5/+6 |
| | | |||||
| * | add minimal cmdline parser | pazos | 2018-04-25 | 1 | -2/+8 |
| | | |||||
| * | refactor platform dependant code | pazos | 2018-04-25 | 1 | -20/+24 |
| | | |||||
| * | Merge pull request #1311 | luigi1111 | 2018-04-22 | 1 | -1/+1 |
| |\ | | | | | | | 28fb9fa update ApplicationName to monero-gui | ||||
| | * | update ApplicationName to "monero-gui" | cryptochangements34 | 2018-04-12 | 1 | -1/+1 |
| | | | |||||
| * | | replace qDebug for qWarning, lean message | pazos | 2018-04-13 | 1 | -9/+3 |
| |/ | |||||
| * | Add Qt Runtime version to settings page | MartÃn Fdez | 2018-04-01 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #1161 | luigi1111 | 2018-03-26 | 1 | -0/+3 |
| |\ | | | | | | | c8f0cf3 Stagenet | ||||
| | * | Stagenet | stoffu | 2018-03-14 | 1 | -0/+3 |
| | | | |||||
| * | | add window icon for linux | pazos | 2018-03-14 | 1 | -0/+5 |
| |/ | |||||
| * | Merge pull request #1153 | luigi1111 | 2018-03-13 | 1 | -1/+1 |
| |\ | | | | | | | c853888 WalletManager: add logging API from QML | ||||
| | * | WalletManager: add logging API from QML | moneromooo-monero | 2018-03-04 | 1 | -1/+1 |
| | | | | | | | | | requires #3345 | ||||
| * | | main: do not crash if we can't load some stuff | moneromooo.monero | 2018-03-03 | 1 | -0/+10 |
| |/ | | | | This happens with some Qt widgets/components aren't found | ||||
| * | Merge pull request #1065 | luigi1111 | 2018-01-26 | 1 | -1/+1 |
| |\ | | | | | | | fdd528b Update copyright for 2018 | ||||
| | * | Update copyright for 2018 | xmr-eric | 2018-01-08 | 1 | -1/+1 |
| | | | |||||
| * | | Subaddresses minimal version: supports default account only | kenshi84 | 2018-01-13 | 1 | -0/+8 |
| |/ | |||||
| * | Call Monero::Utils::onStartup in main.cpp (requires #2952) | stoffu | 2017-12-19 | 1 | -0/+1 |
| | | |||||
| * | replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile | User | 2017-12-08 | 1 | -1/+1 |
| | | |||||
| * | add scaleRatio property and isAndroid | Jaquee | 2017-11-01 | 1 | -0/+36 |
| | | |||||
| * | fix windows crash on startup | Jaquee | 2017-06-22 | 1 | -1/+1 |
| | | | | | requires #2101 | ||||
| * | Disable high dpi auto scaling | Jaquee | 2017-03-30 | 1 | -5/+5 |
| | | |||||
| * | Make QtMultimedia dependency optional | MoroccanMalinois | 2017-03-27 | 1 | -7/+20 |
| | | |||||
| * | Merge pull request #519 | Riccardo Spagni | 2017-03-03 | 1 | -0/+5 |
| |\ | | | | | | | 223f09d preparations for background mining requires #1827 (Jaquee) | ||||
| | * | preparations for background mining | Jaquee | 2017-03-03 | 1 | -0/+5 |
| | | | | | | | | | requires #1827 | ||||
| * | | confirm daemon running on exit | Jaquee | 2017-03-03 | 1 | -2/+4 |
| |/ | |||||
| * | Merge pull request #523 | Riccardo Spagni | 2017-03-03 | 1 | -4/+4 |
| |\ | | | | | | | 8c17a8c fix build with scanner (MoroccanMalinois) | ||||
| | * | fix build with scanner | MoroccanMalinois | 2017-03-03 | 1 | -4/+4 |
| | | | |||||
| * | | only enable high dpi scaling on qt >= 5.6 | Jaquee | 2017-03-02 | 1 | -2/+5 |
| | | | |||||
| * | | Fix high DPI scaling | Jaquee | 2017-03-01 | 1 | -0/+4 |
| |/ | | | | not android | ||||
| * | remove undefined variable error | Jaquee | 2017-02-25 | 1 | -9/+9 |
| | | |||||
| * | start daemon automatically and detached | Jaquee | 2017-02-23 | 1 | -1/+1 |
| | | |||||
| * | send all debug output to easylogger | Jaquee | 2017-02-16 | 1 | -0/+9 |
| | | |||||
| * | IOS specific settings | Jaquee | 2017-02-05 | 1 | -5/+18 |
| | | |||||
| * | add qrcode scanner | MoroccanMalinois | 2017-01-31 | 1 | -0/+13 |
| | | |||||
