| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | main: add compile time option to disable desktop entry dialog | selsta | 2021-12-17 | 1 | -0/+6 |
| | | |||||
| * | Merge pull request #3447 | luigi1111 | 2021-04-29 | 1 | -1/+1 |
| |\ | | | | | | | dac0c04 main: fix Monero GUI window centering (xiphon) | ||||
| | * | main: fix Monero GUI window centering | xiphon | 2021-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | macOS: add basic menubar support | selsta | 2021-04-18 | 1 | -0/+8 |
| |/ | |||||
| * | main: omit QML Screen type, use QGuiApplication::primaryScreen() instead | xiphon | 2021-04-15 | 1 | -3/+4 |
| | | |||||
| * | docker: build with QtQmlModels plugin | xiphon | 2021-04-06 | 1 | -0/+1 |
| | | |||||
| * | DaemonManager: refactoring - drop singleton usage | xiphon | 2021-01-14 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3262 | Alexander Blair | 2020-12-10 | 1 | -9/+1 |
| |\ | | | | | | | 486ba055 main: disable QML cache (xiphon) | ||||
| | * | main: disable QML cache | xiphon | 2020-12-09 | 1 | -9/+1 |
| | | | |||||
| * | | main: Linux - ask to create desktop entry on the first start | xiphon | 2020-11-30 | 1 | -5/+0 |
| |/ | |||||
| * | portable: use portable storage folder to store QML disk cache | xiphon | 2020-11-25 | 1 | -4/+14 |
| | | |||||
| * | docker: Linux - use Qt 5.15.2 | xiphon | 2020-11-12 | 1 | -0/+3 |
| | | |||||
| * | Revert "docker: Linux - use Qt 5.15.2" | selsta | 2020-11-09 | 1 | -4/+0 |
| | | | | | This reverts commit 1adf58793fec27346df8fc1e2e3954875fdc8a42. | ||||
| * | Merge pull request #3209 | Alexander Blair | 2020-11-06 | 1 | -1/+0 |
| |\ | | | | | | | 6f5bacab Logger: print to stdout till log file path gets initialized (xiphon) | ||||
| | * | Logger: print to stdout till log file path gets initialized | xiphon | 2020-11-04 | 1 | -1/+0 |
| | | | |||||
| * | | docker: Linux - use Qt 5.15.2 | xiphon | 2020-10-30 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #3194 | Alexander Blair | 2020-10-28 | 1 | -2/+2 |
| |\ | | | | | | | 9b18344d main: don't override user-provided QT_QPA_PLATFORM env variable (xiphon) | ||||
| | * | main: don't override user-provided QT_QPA_PLATFORM env variable | xiphon | 2020-10-28 | 1 | -2/+2 |
| | | | |||||
| * | | docker: fix Android build, update to Qt 5.15, README.md build steps | xiphon | 2020-10-26 | 1 | -2/+0 |
| |/ | | | | Co-authored-by: takel | ||||
| * | Logger: runtime log config, no logs till a user selects wallet mode | xiphon | 2020-10-08 | 1 | -8/+4 |
| | | |||||
| * | Merge pull request #3026 | luigi1111 | 2020-10-04 | 1 | -0/+6 |
| |\ | | | | | | | 4208b66 WizardModeSelection: optional 'Portable mode' feature support (xiphon) | ||||
| | * | WizardModeSelection: optional 'Portable mode' feature support | xiphon | 2020-09-22 | 1 | -0/+6 |
| | | | |||||
| * | | main: command line option for socks5 proxy | selsta | 2020-09-28 | 1 | -0/+4 |
| | | | |||||
| * | | Network: instantiable QML type, introduce proxyAddress property | xiphon | 2020-07-30 | 1 | -3/+1 |
| | | | | | | | | | | | # Conflicts: # main.qml | ||||
| * | | 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 |
| | | | |||||
| * | | always use native directory separators in paths | xiphon | 2020-04-24 | 1 | -1/+2 |
| |/ | |||||
| * | 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 | 1 | -0/+2 |
| |/ | |||||
| * | 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 |
| | | |||||
