| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | oshelper: always convert to canonical path in openContainingFolder | xiphon | 2020-08-06 | 1 | -4/+5 | |
| |/ / | ||||||
| * | | WalletManager: instantiable QML type | xiphon | 2020-07-29 | 1 | -7/+1 | |
| | | | ||||||
| * | | Merge pull request #3007 | luigi1111 | 2020-07-29 | 1 | -8/+1 | |
| |\ \ | | | | | | | | | | 13ee9b1 KeysFiles: fix WalletKeysFilesModel, should be instantiable QML type (xiphon) | |||||
| | * | | KeysFiles: fix WalletKeysFilesModel, should be instantiable QML type | xiphon | 2020-07-14 | 1 | -8/+1 | |
| | |/ | ||||||
| * / | version: use MONERO_VERSION_FULL const as monero core version | xiphon | 2020-07-15 | 1 | -0/+5 | |
| |/ | ||||||
| * | Merge pull request #3006 | luigi1111 | 2020-07-14 | 1 | -1/+1 | |
| |\ | | | | | | | dec5dcf KeysFiles: don't use WalletManager in findWallets (xiphon) | |||||
| | * | KeysFiles: don't use WalletManager in findWallets | xiphon | 2020-07-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | cmake: translations deps handling, build translations as a library | xiphon | 2020-07-09 | 1 | -0/+2 | |
| |/ | ||||||
| * | Merge pull request #2974 | luigi1111 | 2020-07-08 | 1 | -0/+2 | |
| |\ | | | | | | | 7677103 docker: implement Docker Linux 'release-static' build (xiphon) | |||||
| | * | docker: implement Docker Linux 'release-static' build | xiphon | 2020-07-02 | 1 | -0/+2 | |
| | | | ||||||
| * | | main: disable NetworkAccessBlockingFactory.h if Qt < 5.12 | selsta | 2020-06-30 | 1 | -0/+2 | |
| | | | | | | | | | | | Due to a potential Qt bug qrc:///lang/languages.xml gets blocked resulting in broken translations. | |||||
| * | | Merge pull request #2964 | luigi1111 | 2020-06-24 | 1 | -3/+2 | |
| |\| | | | | | | | e1e862b cmake: implement Linux 'release-static' build target (xiphon) | |||||
| | * | cmake: implement Linux 'release-static' build target | xiphon | 2020-06-21 | 1 | -3/+2 | |
| | | | ||||||
| * | | Merge pull request #2909 | luigi1111 | 2020-06-24 | 1 | -0/+2 | |
| |\ \ | |/ |/| | | | 66e7696 QML: disable networking (selsta) | |||||
| | * | QML: disable networking | selsta | 2020-05-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | OpenGL: Windows - fall back to software renderer if OpenGL < 2.1 | xiphon | 2020-05-20 | 1 | -0/+15 | |
| |/ | ||||||
| * | Merge pull request #2855 | luigi1111 | 2020-04-28 | 1 | -0/+3 | |
| |\ | | | | | | | b022735 main: add --disable-check-updates flag (selsta) | |||||
| | * | main: add --disable-check-updates flag | selsta | 2020-04-26 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge pull request #2854 | luigi1111 | 2020-04-28 | 1 | -1/+2 | |
| |\ \ | | | | | | | | | | a99eef6 always use native directory separators in paths (xiphon) | |||||
| | * | | always use native directory separators in paths | xiphon | 2020-04-24 | 1 | -1/+2 | |
| | |/ | ||||||
| * / | checkUpates: installer support (Win), use GUI buildTag and version | xiphon | 2020-04-23 | 2 | -0/+50 | |
| |/ | ||||||
| * | Merge pull request #2824 | luigi1111 | 2020-04-13 | 1 | -0/+35 | |
| |\ | | | | | | | 5f27a45 '--verify-update', shasum support, OpenPGP signatures verification (xiphon) | |||||
| | * | '--verify-update', shasum support, OpenPGP signatures verification | xiphon | 2020-04-12 | 1 | -0/+35 | |
| | | | ||||||
| * | | UpdateDialog: implement update download functionality | xiphon | 2020-04-06 | 3 | -0/+17 | |
| |/ | ||||||
| * | network: provide common HTTP GET functionality with js callbacks | xiphon | 2020-03-31 | 1 | -3/+3 | |
| | | ||||||
| * | qt: drop Qt Network and Qt OpenSSL deps, use epee library instead | xiphon | 2020-03-09 | 1 | -3/+1 | |
| | | ||||||
| * | fix multiple minor issues (c-style casts, default branch, etc.) | xiphon | 2020-02-28 | 1 | -4/+3 | |
| | | ||||||
| * | build: fix all warnings, treat warnings as errors | xiphon | 2020-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | main: enable high DPI scaling | selsta | 2019-12-21 | 1 | -5/+2 | |
| | | ||||||
| * | OSHelper: file preselection support (Windows and Mac) | xiphon | 2019-12-12 | 1 | -8/+46 | |
| | | | | | 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 | 1 | -1/+0 | |
| | | ||||||
| * | build: fix monero-wallet-gui.pro source paths, rm qml.qrc duplicate | xiphon | 2019-12-09 | 2 | -255/+4 | |
| | | ||||||
| * | cmake: fix MinGW static builds, add 'release-static-win64' target | xiphon | 2019-11-27 | 1 | -0/+48 | |
| | | ||||||
| * | Migrate build system to cmake | TheCharlatan | 2019-11-27 | 14 | -0/+1456 | |
| 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. | ||||||
