aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Migrate build system to cmakeTheCharlatan2019-11-271-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 successfullyselsta2019-11-201-0/+7
|
* main: set TERM="goaway"selsta2019-09-151-0/+3
|
* macOS/Windows: fix compiler warningselsta2019-09-061-0/+2
|
* Detect tails, support data persistencedsc2019-07-161-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 customizationdsc2019-07-161-0/+4
|
* Fiat APIdsc2019-05-061-0/+7
| | | | | Co-Authored-By: selsta <selsta@sent.at> Co-Authored-By: Gene Peters <gene@telligent-data.com>
* Merge pull request #2100luigi11112019-05-031-1/+6
|\ | | | | | | 171e1fc Fix checking for gui updates (mmbyday)
| * Fix checking for gui updatesmmbyday2019-04-301-1/+6
| |
* | Scan keysfiles in wizard - open walletdsc2019-05-021-21/+32
|/
* Merge pull request #2128luigi11112019-04-301-1/+6
|\ | | | | | | 607b1f8 logging: initial log level set by ENV var (ph4r05)
| * logging: initial log level set by ENV varDusan Klinec2019-04-291-1/+6
| |
* | IPC and custom protocol handler for monero://dsc2019-04-291-9/+32
|/
* Remove scaleRatiodsc2019-04-251-5/+0
|
* White themedsc2019-04-241-0/+10
|
* Add Font-Awesomedsc2019-02-011-0/+2
|
* Merge pull request #1920luigi11112019-02-011-1/+1
|\ | | | | | | da3eae2 Dynamic monerod --max-concurrency, max 6 (xmrdsc)
| * Dynamic monerod --max-concurrency, max 6dsc2019-01-301-1/+1
| |
* | add account supportselsta2019-01-221-0/+8
|/ | | | Co-authored-by: kenshi84 <kenshi84@protonmail.ch>
* CSV export functionality for transaction historydsc2019-01-211-0/+5
|
* Lock wallet on inactivitydsc2018-12-201-1/+1
|
* mining: display max cpu thread count and warn about impactmmbyday2018-12-171-0/+2
|
* Print the GUI version on application startupSander Ferdinand2018-10-161-3/+18
|
* revert 28fb9fa2be6232edbe0a419432e511bf13816fc5cryptochangements342018-07-091-1/+1
| | | Changing the application name caused wallets created prior to v0.12 to "forget" their config
* print logs on consolepazos2018-05-081-1/+1
|
* use qWarning/qCritical on QrCodeScanner info/errorspazos2018-05-081-2/+2
|
* don't use cmdline arguments as daemon argumentspazos2018-05-081-1/+1
|
* log qt/qml to easylogging, add --log-file cmdline optionpazos2018-05-081-9/+14
|
* consistency in if/else statements and MACROSpazos2018-04-251-10/+10
|
* force -platform xcb on linuxpazos2018-04-251-0/+4
|
* move screen defs earlier in main function & fix width and heightpazos2018-04-251-14/+14
|
* move monero stuff after app constructor + cmdline parserpazos2018-04-251-5/+6
|
* add minimal cmdline parserpazos2018-04-251-2/+8
|
* refactor platform dependant codepazos2018-04-251-20/+24
|
* Merge pull request #1311luigi11112018-04-221-1/+1
|\ | | | | | | 28fb9fa update ApplicationName to monero-gui
| * update ApplicationName to "monero-gui"cryptochangements342018-04-121-1/+1
| |
* | replace qDebug for qWarning, lean messagepazos2018-04-131-9/+3
|/
* Add Qt Runtime version to settings pageMartín Fdez2018-04-011-0/+2
|
* Merge pull request #1161luigi11112018-03-261-0/+3
|\ | | | | | | c8f0cf3 Stagenet
| * Stagenetstoffu2018-03-141-0/+3
| |
* | add window icon for linuxpazos2018-03-141-0/+5
|/
* Merge pull request #1153luigi11112018-03-131-1/+1
|\ | | | | | | c853888 WalletManager: add logging API from QML
| * WalletManager: add logging API from QMLmoneromooo-monero2018-03-041-1/+1
| | | | | | | | requires #3345
* | main: do not crash if we can't load some stuffmoneromooo.monero2018-03-031-0/+10
|/ | | | This happens with some Qt widgets/components aren't found
* 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-0/+8
|/
* Call Monero::Utils::onStartup in main.cpp (requires #2952)stoffu2017-12-191-0/+1
|
* replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compileUser2017-12-081-1/+1
|
* add scaleRatio property and isAndroidJaquee2017-11-011-0/+36
|