| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate build system to cmake | TheCharlatan | 2019-11-27 | 1 | -435/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content in this commit is not split in order to preserve working compilation. Once this is added to master, the old build script will no longer work and all existing build toolings will require changes. Monero's cmake directory's files need to be copied to this project's cmake directory in order for the linking and function definitions to work correctly. Monero-gui has its own version check and generate file in order to not conflict with monero's destination version files. Most of the source files that are currently in monero-gui's root directory are now moved to subdirectories. This is done to preserve compilation order properly and to give some content structure. The original CMakeList file included all headers it found in subdirectories. Make sure that they are set manually to evade linking errors. The current build script always checks out latest master of the monero submodule. The submodule rules in the current CMakeLists.txt file do not enforce. An override to compile master nevertheless can still be given with `-D DEV_MODE`. To enable the linux X11 xcb linking the libraries had to be hardcoded. There does not seem to be good support for this in pkgconfig, or in existing cmake checks. | ||||
| * | workflows: check if QML loads successfully | selsta | 2019-11-20 | 1 | -0/+7 |
| | | |||||
| * | main: set TERM="goaway" | selsta | 2019-09-15 | 1 | -0/+3 |
| | | |||||
| * | macOS/Windows: fix compiler warning | selsta | 2019-09-06 | 1 | -0/+2 |
| | | |||||
| * | Detect tails, support data persistence | dsc | 2019-07-16 | 1 | -11/+30 |
| | | | | | | Co-authored-by: Thotbot <thotbot@protonmail.com> Co-authored-by: Selsta <selsta@sent.at> | ||||
| * | Replace Qt.labs.settings with MoneroSettings to allow for more customization | dsc | 2019-07-16 | 1 | -0/+4 |
| | | |||||
| * | Fiat API | dsc | 2019-05-06 | 1 | -0/+7 |
| | | | | | | Co-Authored-By: selsta <selsta@sent.at> Co-Authored-By: Gene Peters <gene@telligent-data.com> | ||||
| * | Merge pull request #2100 | luigi1111 | 2019-05-03 | 1 | -1/+6 |
| |\ | | | | | | | 171e1fc Fix checking for gui updates (mmbyday) | ||||
| | * | Fix checking for gui updates | mmbyday | 2019-04-30 | 1 | -1/+6 |
| | | | |||||
| * | | Scan keysfiles in wizard - open wallet | dsc | 2019-05-02 | 1 | -21/+32 |
| |/ | |||||
| * | Merge pull request #2128 | luigi1111 | 2019-04-30 | 1 | -1/+6 |
| |\ | | | | | | | 607b1f8 logging: initial log level set by ENV var (ph4r05) | ||||
| | * | logging: initial log level set by ENV var | Dusan Klinec | 2019-04-29 | 1 | -1/+6 |
| | | | |||||
| * | | IPC and custom protocol handler for monero:// | dsc | 2019-04-29 | 1 | -9/+32 |
| |/ | |||||
| * | Remove scaleRatio | dsc | 2019-04-25 | 1 | -5/+0 |
| | | |||||
| * | White theme | dsc | 2019-04-24 | 1 | -0/+10 |
| | | |||||
| * | 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 |
| | | |||||
