aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #4586tobtoht2026-05-054-6/+6
|\ | | | | | | 36fa29e build: prepare v0.18.5.0 (selsta)
| * build: prepare v0.18.5.0selsta2026-05-044-6/+6
| |
* | Merge pull request #4584tobtoht2026-05-011-12/+12
|\ \ | | | | | | | | | e98c30a p2pool v4.15 (SChernykh)
| * | p2pool v4.15SChernykh2026-05-011-12/+12
|/ /
* | Merge pull request #4582tobtoht2026-04-223-0/+84
|\ \ | | | | | | | | | de3fd18a merchant: add missing copyright info (jpk68)
| * | merchant: add missing copyright infojpk682026-04-223-0/+84
| |/
* | Merge pull request #4579tobtoht2026-04-221-11/+17
|\ \ | |/ |/| | | b31fae7 Transfer: disable offline tx creation with long payment id (selsta)
| * Transfer: disable offline tx creation with long payment idselsta2026-04-211-11/+17
|/
* Merge pull request #4577tobtoht2026-04-183-2/+13
|\ | | | | | | 23ec5eb qml: escape untrusted text in RichText views (selsta)
| * qml: escape untrusted text in RichText viewsselsta2026-04-173-2/+13
| |
* | Merge pull request #4576tobtoht2026-04-181-32/+14
|\ \ | |/ |/| | | c7bc8b4 main: use WalletManager URI parser in handler (selsta)
| * main: use WalletManager URI parser in handlerselsta2026-04-041-32/+14
|/
* Merge pull request #4575tobtoht2026-03-283-4/+13
|\ | | | | | | e2a8efc installer: move p2pool to LocalAppData (selsta)
| * installer: move p2pool to LocalAppDataselsta2026-03-213-4/+13
| |
* | Merge pull request #4572luigi11112026-03-022-3/+3
|\ \ | | | | | | | | | e4bd8c4 build: prepare v0.18.4.7 (selsta)
| * | build: prepare v0.18.4.7selsta2026-03-022-3/+3
| |/
* | Merge pull request #4571luigi11112026-03-021-3/+1
|\ \ | | | | | | | | | eb25d4c WizardController: set password before storing wallet (selsta)
| * | WizardController: set password before storing walletselsta2026-03-021-3/+1
| |/
* | Merge pull request #4570luigi11112026-03-021-12/+12
|\ \ | |/ |/| | | edb42af p2pool v4.14 (SChernykh)
| * p2pool v4.14SChernykh2026-03-011-12/+12
|/
* Merge pull request #4568luigi11112026-02-234-5/+5
|\ | | | | | | 8d68c12 build: prepare v0.18.4.6 (selsta)
| * build: prepare v0.18.4.6selsta2026-02-234-5/+5
|/
* Merge pull request #4565tobtoht2026-02-023-3/+3
|\ | | | | | | fe363d4 docker: update Qt to 5.15.18 (selsta)
| * docker: update Qt to 5.15.18selsta2026-01-313-3/+3
|/
* Merge pull request #4563tobtoht2026-01-291-0/+5
|\ | | | | | | | | c3eb3c6 cmake: drop comment (selsta) a255c5d Revert "cmake: drop unnecessary package" (selsta)
| * cmake: drop commentselsta2026-01-291-1/+0
| | | | | | | | Removing this code caused build failures with Qt 5.15.
| * Revert "cmake: drop unnecessary package"selsta2026-01-291-0/+6
|/ | | | This reverts commit 077ab3d58ef4339d1d67b047b8ed533d23801a00.
* Merge pull request #4558tobtoht2026-01-294-0/+17
|\ | | | | | | 80e209d filter: intercept quit event to avoid deadlock (selsta)
| * filter: intercept quit event to avoid deadlockselsta2026-01-204-0/+17
| |
* | Merge pull request #4556tobtoht2026-01-293-2/+17
|\ \ | | | | | | | | | 2ddb550 WizardController: set password for temp wallet (selsta)
| * | WizardController: set password for temp walletselsta2026-01-193-2/+17
| |/
* | Merge pull request #4554tobtoht2026-01-292-84/+84
|\ \ | | | | | | | | | | | | 7182eb6 utils: replace rand with QRandomGenerator (selsta) 077ab3d cmake: drop unnecessary package (selsta)
| * | utils: replace rand with QRandomGeneratorselsta2026-01-191-78/+84
| | | | | | | | | | | | | | | Also change how the list is allocated, does not really matter for this code but can't hurt.
| * | cmake: drop unnecessary packageselsta2026-01-191-6/+0
| |/
* | Merge pull request #4553tobtoht2026-01-292-2/+4
|\ \ | | | | | | | | | 053a6d4 cmake: set Qt 5.12 as minimum (selsta)
| * | cmake: set Qt 5.12 as minimumselsta2026-01-192-2/+4
| |/
* | Merge pull request #4552tobtoht2026-01-293-7/+6
|\ \ | | | | | | | | | | | | 765982c main: update blockchain size estimate (selsta) 172e346 DaemonManager: use accurate blockchain size estimate (selsta)
| * | main: update blockchain size estimateselsta2026-01-201-1/+1
| | |
| * | DaemonManager: use accurate blockchain size estimateselsta2026-01-203-6/+5
| |/
* | Merge pull request #4551tobtoht2026-01-292-1/+9
|\ \ | | | | | | | | | dfe7f30 cmake: warn if qmake has -qt5 suffix during deploy (selsta)
| * | cmake: warn if qmake has -qt5 suffix during deployselsta2026-01-152-1/+9
| |/ | | | | | | | | Also make sure that windeployqt only runs when make deploy is executed.
* | Merge pull request #4549tobtoht2026-01-171-3/+3
|\ \ | |/ |/| | | 2f3e9ab PasswordDialog: fix lack of focus on window change (selsta)
| * PasswordDialog: fix lack of focus on window changeselsta2026-01-141-3/+3
|/
* Merge pull request #4545luigi11112026-01-054-5/+5
|\ | | | | | | 7db5136 build: prepare v0.18.4.5 (selsta)
| * build: prepare v0.18.4.5selsta2026-01-054-5/+5
|/
* Merge pull request #4543tobtoht2025-12-291-12/+12
|\ | | | | | | 9384dc9 p2pool v4.13 (SChernykh)
| * p2pool v4.13SChernykh2025-12-181-12/+12
|/
* Merge pull request #4539tobtoht2025-12-093-0/+4
|\ | | | | | | c3b984e wallet: add new ledger nano gen5 (plowsof)
| * wallet: add new ledger nano gen5plowsof2025-12-033-0/+4
| |
* | Merge pull request #4537tobtoht2025-12-091-3/+0
|\ \ | |/ |/| | | ef40662 macOS: support dark mode again (selsta)