| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2680 | luigi1111 | 2019-12-23 | 3 | -0/+6 |
| |\ | | | | | | | 6d0593a build: fix build on Ubuntu 16.04 GCC 5.4 (missing includes) (xiphon) | ||||
| | * | build: fix build on Ubuntu 16.04 GCC 5.4 (missing includes) | xiphon | 2019-12-23 | 3 | -0/+6 |
| | | | |||||
| * | | Merge pull request #2679 | luigi1111 | 2019-12-23 | 1 | -6/+0 |
| |\ \ | | | | | | | | | | 13ea403 FutureScheduler: drop moveToThread, setParent might silently fail (xiphon) | ||||
| | * | | FutureScheduler: drop moveToThread, setParent might silently fail | xiphon | 2019-12-23 | 1 | -6/+0 |
| | |/ | |||||
| * | | Merge pull request #2670 | luigi1111 | 2019-12-21 | 1 | -5/+2 |
| |\ \ | | | | | | | | | | 1fef418 main: enable high DPI scaling (selsta) | ||||
| | * | | main: enable high DPI scaling | selsta | 2019-12-21 | 1 | -5/+2 |
| | |/ | |||||
| * | | Merge pull request #2648 | luigi1111 | 2019-12-21 | 1 | -4/+9 |
| |\ \ | | | | | | | | | | beeddea build: add application icon on Windows (xiphon) | ||||
| | * | | build: add application icon on Windows | xiphon | 2019-12-20 | 1 | -4/+9 |
| | |/ | |||||
| * | | Merge pull request #2645 | luigi1111 | 2019-12-21 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | 66f6b95 Account: update balance card label (selsta) | ||||
| | * | | Account: update balance card label | selsta | 2019-12-20 | 1 | -0/+1 |
| | |/ | |||||
| * / | misc: cleanup unused variables and comments | selsta | 2019-12-20 | 1 | -1/+0 |
| |/ | |||||
| * | Merge pull request #2630 | luigi1111 | 2019-12-19 | 1 | -1/+1 |
| |\ | | | | | | | 3ea329e FutureScheduler: fix possible race, connect before setFuture (xiphon) | ||||
| | * | FutureScheduler: fix possible race, connect before setFuture | xiphon | 2019-12-19 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2627 | luigi1111 | 2019-12-19 | 3 | -23/+39 |
| |\ \ | | | | | | | | | | 8c51172 Subaddress: fix use-after-free on accessing stale Wallet API data (xiphon) | ||||
| | * | | Subaddress: fix use-after-free on accessing stale Wallet API data | xiphon | 2019-12-17 | 3 | -23/+39 |
| | | | | |||||
| * | | | Merge pull request #2626 | luigi1111 | 2019-12-19 | 4 | -2/+14 |
| |\ \ \ | | | | | | | | | | | | | a83adb7 Transfer: improve warning flow (tobtoht) | ||||
| | * | | | Transfer: improve warning flow | thotbot | 2019-12-19 | 4 | -2/+14 |
| | |/ / | |||||
| * | | | Merge pull request #2623 | luigi1111 | 2019-12-19 | 4 | -28/+44 |
| |\ \ \ | | | | | | | | | | | | | | | | | c9900c0 SubaddressAccount: drop useless getAll 'update' default argument (xiphon) e0ab9aa SubaddressAccount: fix use-after-free bug (xiphon) | ||||
| | * | | | SubaddressAccount: fix use-after-free bug | xiphon | 2019-12-17 | 3 | -24/+44 |
| | | | | | |||||
| | * | | | SubaddressAccount: drop useless getAll 'update' default argument | xiphon | 2019-12-16 | 3 | -13/+9 |
| | |/ / | |||||
| * | | | Merge pull request #2614 | luigi1111 | 2019-12-19 | 5 | -125/+98 |
| |\ \ \ | | | | | | | | | | | | | 4e1f734 TransactionHistory: fix use-after-free bugs (xiphon) | ||||
| | * | | | TransactionHistory: fix use-after-free bugs | xiphon | 2019-12-16 | 5 | -125/+98 |
| | |/ / | |||||
| * | | | Merge pull request #2587 | luigi1111 | 2019-12-19 | 2 | -41/+55 |
| |\ \ \ | | | | | | | | | | | | | 1661c82 TransactionInfo: parse Wallet API provided data on initialization (xiphon) | ||||
| | * | | | TransactionInfo: parse Wallet API provided data on initialization | xiphon | 2019-12-12 | 2 | -41/+55 |
| | |/ / | |||||
| * | | | OSHelper: file preselection support (Windows and Mac) | xiphon | 2019-12-12 | 3 | -8/+55 |
| | | | | | | | | | | | | | Co-authored-by: selsta <selsta@sent.at> | ||||
| * | | | SettingsInfo: open containing folder on wallet log path click | xiphon | 2019-12-12 | 2 | -0/+17 |
| |/ / | |||||
| * | | cmake: use appropriate compiler flags | xiphon | 2019-12-09 | 2 | -3/+2 |
| | | | |||||
| * | | build: fix monero-wallet-gui.pro source paths, rm qml.qrc duplicate | xiphon | 2019-12-09 | 2 | -255/+4 |
| | | | |||||
| * | | Merge pull request #2404 | luigi1111 | 2019-12-09 | 24 | -0/+1848 |
| |\ \ | | | | | | | | | | 8dd2a20 e04db92 d06ae80 c83c74d 1723d04 52182ef 97a9ac9 2d23917 91aff7c (TheCharlatan) | ||||
| | * | | cmake: MinGW - set WIN32 executable property | xiphon | 2019-11-27 | 1 | -1/+7 |
| | | | | |||||
| | * | | cmake: fix MinGW static builds, add 'release-static-win64' target | xiphon | 2019-11-27 | 2 | -10/+51 |
| | | | | |||||
| | * | | cmake: put monero-gui executable into 'bin' directory | xiphon | 2019-11-27 | 1 | -0/+1 |
| | | | | |||||
| | * | | Add support for msys/mingw32 | TheCharlatan | 2019-11-27 | 1 | -31/+38 |
| | | | | |||||
| | * | | Migrate build system to cmake | TheCharlatan | 2019-11-27 | 24 | -0/+1793 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge pull request #2553 | luigi1111 | 2019-12-05 | 2 | -31/+45 |
| |\ \ \ | |_|/ |/| | | | | | 9d5eb00 TransactionHistory: guard tx info list against concurrent access (xiphon) | ||||
| | * | | TransactionHistory: guard tx info list against concurrent access | xiphon | 2019-12-04 | 2 | -31/+45 |
| | |/ | |||||
| * | | Merge pull request #2551 | luigi1111 | 2019-12-03 | 2 | -1/+10 |
| |\ \ | | | | | | | | | | 646d339 Wallet: persistent subaddress account selection (xiphon) | ||||
| | * | | Wallet: persistent subaddress account selection | xiphon | 2019-12-03 | 2 | -1/+10 |
| | |/ | |||||
| * / | DaemonManager: increase daemon start timeout to 120 seconds | xiphon | 2019-11-29 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #2411 | luigi1111 | 2019-10-14 | 1 | -1/+1 |
| |\ | | | | | | | 965081c DaemonManager: reset disconnectedEpoch on start, start timeout 60s (xiphon) | ||||
| | * | DaemonManager: reset disconnectedEpoch on start, start timeout 60s | xiphon | 2019-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | DaemonManager: implement async sendCommand | xiphon | 2019-10-07 | 2 | -13/+14 |
| |/ | |||||
| * | Merge pull request #2385 | luigi1111 | 2019-09-14 | 1 | -7/+2 |
| |\ | | | | | | | bc22de4 DaemonManager: use 'sync_info' to avoid bootstrap daemon requests (xiphon) | ||||
| | * | DaemonManager: use 'sync_info' to avoid bootstrap daemon requests | xiphon | 2019-09-09 | 1 | -7/+2 |
| | | | |||||
| * | | Merge pull request #2378 | luigi1111 | 2019-09-14 | 2 | -2/+4 |
| |\ \ | | | | | | | | | | 738e802 macOS/Windows: fix compiler warning (selsta) | ||||
| | * | | macOS/Windows: fix compiler warning | selsta | 2019-09-06 | 2 | -2/+4 |
| | | | | |||||
| * | | | SimpleMode: automatic public nodes discovering and switching | xiphon | 2019-09-09 | 2 | -5/+18 |
| |/ / | |||||
| * / | fix invalid include paths, compilation warnings, update README.md | xiphon | 2019-09-02 | 13 | -26/+26 |
| |/ | |||||
| * | Merge pull request #2353 | luigi1111 | 2019-08-27 | 2 | -0/+6 |
| |\ | | | | | | | 40bdf69 Ledger: improve hw wallet splash screen (selsta) | ||||
| | * | Ledger: improve hw wallet splash screen | selsta | 2019-08-17 | 2 | -0/+6 |
| | | | |||||
