Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Lethean VPN

We create Free OpenSource Software for the growing needs home user security.
Collective - Host: opensource - https://opencollective.com/lthn - Website: https://www.lt.hn - Code: https://github.com/letheanVPN

History: keep sorting on page change

github.com/letheanVPN/lethean-gui - c89c25c8edd35aec983202b287c02358708180fe authored about 8 years ago
Fix sum of selected transactions being slighty off

due to floating point operations

github.com/letheanVPN/lethean-gui - 69146567bff3b2a580f56162f4a3635355df902a authored about 8 years ago
History: default sorting by timestamp, descending

github.com/letheanVPN/lethean-gui - ff02cc082195536437f66c4d96b352cbe149fa49 authored about 8 years ago
rename tab Tx Key -> Verify payment

github.com/letheanVPN/lethean-gui - 637d75480cc3485893754f60399c9be8540a5df7 authored about 8 years ago
TxKey: layout width + typos

github.com/letheanVPN/lethean-gui - bb85cb4a9abb184bd71be53f9cc169177ffb353c authored about 8 years ago
createTransactionAsync(): removed reference to WalletManager

github.com/letheanVPN/lethean-gui - 66692be7cf048a89c0c36af2c36de09be6fa3698 authored about 8 years ago
asynchronous transaction + show splash

github.com/letheanVPN/lethean-gui - f8e2e5da3ca499e472c10c861af5e654b6cdfd61 authored about 8 years ago
added Wallet::createTransactionAsync()

github.com/letheanVPN/lethean-gui - 00ea5d6be958159ba3cecb058b56bc4e23fc571d authored about 8 years ago
wallet::createTransactionAsync pass variables to listener

github.com/letheanVPN/lethean-gui - 62060e183c634ab557a028a6e083d15f6f5a06d2 authored about 8 years ago
add default argument to store()

github.com/letheanVPN/lethean-gui - 4e61ebeedb466710c59c382aa348f54a08cb8bf5 authored about 8 years ago
remove unnecessary i/o

github.com/letheanVPN/lethean-gui - 7c9d2231cc08f644f4a4150f6cbde7c15f24c102 authored about 8 years ago
Update languages.xml

github.com/letheanVPN/lethean-gui - c3baf466c5ed088a9801c0ef2a07196ff30d053e authored about 8 years ago
Update monero-core_it.ts

github.com/letheanVPN/lethean-gui - c111f47b6fbc8eb06f47d1505aa2b71702a4fa63 authored about 8 years ago
sign/verify message/file

github.com/letheanVPN/lethean-gui - 472f55933266bc3d07940656156bdb529e43776f authored about 8 years ago
Fix small amounts from being conflated with zero

Something like 0.000000000012 was converted to 1.2e-11
by the conversion to double, and that was...

github.com/letheanVPN/lethean-gui - 12f2a2b6e089332cc46cb1d3c0f62ed734c527a8 authored about 8 years ago
Merge pull request #138

46d87f9 Adds openssl and boost lib includes for OSX build (maitscha)

github.com/letheanVPN/lethean-gui - 68736ab834533db50cb5eaebf9a751ad0f2fa5a6 authored about 8 years ago
Merge pull request #128

689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero)

github.com/letheanVPN/lethean-gui - ce386b99ad958ed787ac72ab46199b5fc8a4dc42 authored about 8 years ago
Merge pull request #127

bc4cf1e refresh history after daemon change (Jacob Brydolf)

github.com/letheanVPN/lethean-gui - 95fdc816bac0ccfde145230d63267efec34d1200 authored about 8 years ago
Merge pull request #125

5c330b0 remove PR #111 dependency (Jacob Brydolf)
af933da disconnect slots before reconnecting (...

github.com/letheanVPN/lethean-gui - 2bb20cd67e70abeffa4fea1b879c61502379c262 authored about 8 years ago
Merge pull request #122

42086b5 remove old reference to passwordDialog (Jacob Brydolf)
4a1e22a history: transaction deta...

github.com/letheanVPN/lethean-gui - 99dbbc469c8ac12148d0b6796bf9f658fc986d66 authored about 8 years ago
Merge pull request #117

142e348 Transfer: use the new error LineEdit property to highlight bad fields (moneromooo.monero...

github.com/letheanVPN/lethean-gui - 1e249c16244133a1461fd2b0260117dae4bc74af authored about 8 years ago
Merge pull request #115

d95e4a3 Write support for tx notes (moneromooo.monero)

github.com/letheanVPN/lethean-gui - 60b65b9bcc9d3445593a6eca435819144ee64021 authored about 8 years ago
Merge pull request #112

0731958 History: display the sum of selected transactions (moneromooo.monero)

github.com/letheanVPN/lethean-gui - dca51b97b70452f16ec962f0315f337c0e21d46c authored about 8 years ago
Merge pull request #111

06e94e2 Add a page for checking payments via the tx key (moneromooo.monero)

github.com/letheanVPN/lethean-gui - 10c8a2db03fbea06dbec9b4585da6c4a9498b886 authored about 8 years ago
Merge pull request #110

4f386e0 Fix erroneous DateTime & small README change (dEBRUYNE-1)

github.com/letheanVPN/lethean-gui - 88cb06dc8a21ec4f79debc6d44db34387b1ffbe4 authored about 8 years ago
Merge pull request #109

77c3763 Switch OK/Cancel button positions (taushet)

github.com/letheanVPN/lethean-gui - 3b1fe8d3ec855c4c73b2cf28409e896fecf51bab authored about 8 years ago
Merge pull request #108

c84ba7c history: support old payment ids and make fields selectable (Jacob Brydolf)

github.com/letheanVPN/lethean-gui - f34c47ec8d2af4431756b9fb4854006894ea3533 authored about 8 years ago
Adds openssl and boost lib includes for OSX build

This adds the paths to the openssl and boost
libraries (installed with brew) for the MacOS X
bui...

github.com/letheanVPN/lethean-gui - 46d87f9c91e335e8df70c7e3067a9dd15aea8641 authored about 8 years ago
Update languages.xml

github.com/letheanVPN/lethean-gui - 2f684e6734c581fbda071dba4280131e345ac6a5 authored about 8 years ago
Merge pull request #106

3b380e2 Allow user to set number of parallel jobs (moneromooo.monero)

github.com/letheanVPN/lethean-gui - 032e721532da56582da651762272352d338f73cc authored about 8 years ago
Other minor changes to it file

github.com/letheanVPN/lethean-gui - 5faaff639d81c7e90c9d2e38012f3f5b6e649ead authored about 8 years ago
Changes on italian translation file

Based on iDunk5400 review.

github.com/letheanVPN/lethean-gui - 9c09bab48933657f7db6a2c097bd27de50d40f46 authored about 8 years ago
Activation of the italian language

github.com/letheanVPN/lethean-gui - 928ab56327975aac1cb1a2f9545f278029c7a83c authored about 8 years ago
Some italian translations

github.com/letheanVPN/lethean-gui - 9721ed8d37d68748d826522f5ba1709eae3f1886 authored about 8 years ago
Wizard modification for italian translation

github.com/letheanVPN/lethean-gui - 71e0036fdff648043df9b8a27417957bf869867c authored about 8 years ago
remove PR #111 dependency

github.com/letheanVPN/lethean-gui - 5c330b071a4dd1b17917f6aa2031406f94fbf4a3 authored about 8 years ago
Report when the GUI is connected to a daemon with mismatched version

This will cause various errors confusing to the user, as they stem
for the daemon returning repl...

github.com/letheanVPN/lethean-gui - 689f0415e7e0d47b765b18d370fc6c2cf1edb990 authored about 8 years ago
refresh history after daemon change

github.com/letheanVPN/lethean-gui - bc4cf1eee98ea3024590d37045e4d077975c20cb authored about 8 years ago
disconnect slots before reconnecting

github.com/letheanVPN/lethean-gui - af933da0c921afe6479133f04f0f318526d5afda authored about 8 years ago
remove old reference to passwordDialog

github.com/letheanVPN/lethean-gui - 42086b574c8f4d0d7c7eda4fea92f580b98de7cf authored about 8 years ago
history: transaction details button + popup

github.com/letheanVPN/lethean-gui - 4a1e22aee7c976882a4a6a5a064f116053398df2 authored about 8 years ago
wallet api: added getTxKey()

github.com/letheanVPN/lethean-gui - cfa89295797fc10a7cecea32254789a69df4c9c9 authored about 8 years ago
added standardDialog component

github.com/letheanVPN/lethean-gui - d628795b8da5162f90c39fec826e0d788dbf186b authored about 8 years ago
History: display the sum of selected transactions

github.com/letheanVPN/lethean-gui - 07319582b99a794c1e1c8880afcfa9b9d420592b authored about 8 years ago
Add a page for checking payments via the tx key

github.com/letheanVPN/lethean-gui - 06e94e2fbe7a3b3e259876dd0b1d08ff42e01ab3 authored about 8 years ago
Transfer: use the new error LineEdit property to highlight bad fields

github.com/letheanVPN/lethean-gui - 142e34862618a587bd905a972310d22e57122a19 authored about 8 years ago
LineEdit: add an error property

This is then used to display a reddish background when it's true

github.com/letheanVPN/lethean-gui - b97d0a934d7399fe34648abb6cf1757b1b53276e authored about 8 years ago
Transfer: remove spammy debug traces

github.com/letheanVPN/lethean-gui - 5fb4e89531e7a7b86ba1bf6a173ebb8c91093278 authored about 8 years ago
Write support for tx notes

Support still needs adding for displaying them in the history,
but at least they're saved in the...

github.com/letheanVPN/lethean-gui - d95e4a37cf45a0e8cad77bcf421bf7b7fa7df22b authored about 8 years ago
Fix erroneous DateTime & small README change

github.com/letheanVPN/lethean-gui - 4f386e02697efe955a951d433936a672067e32c5 authored about 8 years ago
Switch OK/Cancel button positions

As per conventions, the 'OK' button should be rightmost.

github.com/letheanVPN/lethean-gui - 77c37633aa8a9ac7c9181f6ba90b351d4a9d4ef9 authored about 8 years ago
history: support old payment ids and make fields selectable

history: fix payment id width

github.com/letheanVPN/lethean-gui - c84ba7c4ce218be573ce5095211b021e9f090686 authored about 8 years ago
Allow user to set number of parallel jobs

github.com/letheanVPN/lethean-gui - 3b380e24b2ddf2bcc5febf3ebd65f84f3bf373c5 authored about 8 years ago
Merge pull request #105

b8203d7 Fixed markup errors and naming in Linux build instructions (Derek Zhang)

github.com/letheanVPN/lethean-gui - c9bb2f571895edb6a01ca5528c944d09bc222823 authored about 8 years ago
Merge pull request #104

f38c6f4 History: sort by date actually sorts by datetime (Ilya Kitaev)

github.com/letheanVPN/lethean-gui - f77033405c584b3836062ab435326a6fd1f743a4 authored about 8 years ago
Merge pull request #103

1036eef Removes the donation and mining texts from wizard's finish page (maitscha)
4097c71 Resty...

github.com/letheanVPN/lethean-gui - 925449ed889ce63185bc3b0b1fb56a377260826b authored about 8 years ago
Merge pull request #99

fa1e92c Disable transfer page if daemon isn't connected or fully synced (Jacob Brydolf)

github.com/letheanVPN/lethean-gui - 04325f4cd8e34f46cb20c038a0ec2f99aea907fd authored about 8 years ago
Merge pull request #97

d12436a use daemon target height in progress ui (Jacob Brydolf)
8079597 Cache daemon target heig...

github.com/letheanVPN/lethean-gui - cda769739e69080cd46f0f9269031dc12737a0b8 authored about 8 years ago
Merge pull request #95

550087f PasswordDialog: accept/reject with Enter/Esc, Tab navigation (Ilya Kitaev)
513f7eb Stand...

github.com/letheanVPN/lethean-gui - bfebc2e356e965134a6b87ec0a2294758ec02d00 authored about 8 years ago
Merge pull request #94

2a71bd6 Change default mixin to 4 & add mixin # to confirmation window (dEBRUYNE-1)

github.com/letheanVPN/lethean-gui - 56043ec483c1400961e752bdf27d85435ec48c7c authored about 8 years ago
Merge pull request #93

e6fe9d3 wizard: empty seed box on page load (Jacob Brydolf)
776a591 Wizard: Delete old wallet ob...

github.com/letheanVPN/lethean-gui - 6142afdb7b1bec2a8fc0642a36dc67da1da01d0a authored about 8 years ago
Fixed markup errors and naming in Linux build instructions

github.com/letheanVPN/lethean-gui - b8203d7070fb4afcae21b24b7706fdd0294c021c authored about 8 years ago
Removes the donation and mining texts from wizard's finish page

github.com/letheanVPN/lethean-gui - 1036eef0a3907fad191ed7a058ea76a5ff0511fa authored about 8 years ago
History: sort by date actually sorts by datetime

github.com/letheanVPN/lethean-gui - f38c6f4307600d4a17e3352e9f641f9af89ffeb7 authored about 8 years ago
Restyles the wizard's finish page

github.com/letheanVPN/lethean-gui - 4097c7157ee7a3cdc6861e58cb2555289e956922 authored about 8 years ago
PasswordDialog: accept/reject with Enter/Esc, Tab navigation

github.com/letheanVPN/lethean-gui - 550087f4a14df7e5b4ff6592be9e9cd64162b801 authored about 8 years ago
StandardButton: indicating "focused" state

github.com/letheanVPN/lethean-gui - 513f7ebc3aad72215a65568891487ea6198b6f0f authored about 8 years ago
Disable transfer page if daemon isn't connected or fully synced

fix whitespace

github.com/letheanVPN/lethean-gui - fa1e92c34c1cf8f44d518891c1d24a2986f04538 authored about 8 years ago
use daemon target height in progress ui

github.com/letheanVPN/lethean-gui - d12436a1d6238a8a49d5b1cf7d61ce14bc86b762 authored about 8 years ago
Cache daemon target height

github.com/letheanVPN/lethean-gui - 80795971fead497a49f1b5ee3c208750be01b554 authored about 8 years ago
Custom password dialog. fixes issue with standard dialog

github.com/letheanVPN/lethean-gui - 7973d0cbcc5646a401132aa320fe801c2e58e2b1 authored about 8 years ago
Change default mixin to 4 & add mixin # to confirmation window

github.com/letheanVPN/lethean-gui - 2a71bd6c115feab24933a627c5cbd1b8d7ff6c0e authored about 8 years ago
wizard: empty seed box on page load

github.com/letheanVPN/lethean-gui - e6fe9d3045100daa9c5b45507ba5c16ad2b54e27 authored about 8 years ago
Wizard: Delete old wallet object before creating new

github.com/letheanVPN/lethean-gui - 776a5911905d1c5edec020f814a4341c2db1b567 authored about 8 years ago
added debug message on wallet close

github.com/letheanVPN/lethean-gui - c873da75f25b2b756a21e7e1175223655ae27244 authored about 8 years ago
wizard: updated open from file icon

github.com/letheanVPN/lethean-gui - 9afa5d782dcf9d171c2ce98d7307d4fd2094015a authored about 8 years ago
wizard: warn user if wallet exists in path

github.com/letheanVPN/lethean-gui - d637b5883e666349f74040eb771ab15f0815a35c authored about 8 years ago
open last opened wallet on gui start.

github.com/letheanVPN/lethean-gui - e09ccd3c9a5c7bc99ee04d638f1c216af8ceb133 authored about 8 years ago
Capitalized Monero in default path

github.com/letheanVPN/lethean-gui - 1218bf322c362e0c01934d894285528800f1f1ab authored about 8 years ago
refresh transaction history on wallet change

github.com/letheanVPN/lethean-gui - 6b7adbce1b8f4fac94aa4db75b31cff3bba2d4a0 authored over 8 years ago
show wizard if password dialog is closed

github.com/letheanVPN/lethean-gui - fd67c61bf20a4e4a11a9199581a85a00877a780b authored over 8 years ago
new wallet default path + open wallet from file

github.com/letheanVPN/lethean-gui - 6818ecd163ee162106ea82411efa9a6b196c1ff7 authored over 8 years ago
wizard: default account name on recover page

github.com/letheanVPN/lethean-gui - 097449079d73a680ee5a1ddd7d8acbdf022b7882 authored over 8 years ago
wizardOptions: open from file button

github.com/letheanVPN/lethean-gui - 21414d75a48a7fbd275457cee8a87eae0c1f0e09 authored over 8 years ago
wizard: change default account name + validation nextButton

github.com/letheanVPN/lethean-gui - ec3d586fd0e695be92f6f784da317f7aefed8877 authored over 8 years ago
wizard: disable donation page

github.com/letheanVPN/lethean-gui - 469bb9f25f1e8b710f038fa2e5c082e21df810d1 authored over 8 years ago
wizard: open fallet from file

github.com/letheanVPN/lethean-gui - 1d0ddff0e1340b3576fcc504f980a24a29ccaa42 authored over 8 years ago
settings: close wallet button

github.com/letheanVPN/lethean-gui - 12332caa65a9ebdaa291d926a6e05e10e3ede4b6 authored over 8 years ago
wizard: skip language page if only 1 language is availible

github.com/letheanVPN/lethean-gui - 675e35d7179941931c15e06de3ad3f7df3877183 authored over 8 years ago
generate default account name from env username

github.com/letheanVPN/lethean-gui - b795c4b0d782b358f54ae8b3b3d86bb6c2f223de authored over 8 years ago
change default wallet path + remove auto create path on startup

github.com/letheanVPN/lethean-gui - a3c6c40832c259c7ec9ca6cfc406eea81b874bc7 authored over 8 years ago
Merge pull request #90

6aa5ced keep restoring state until first refresh is finished (Jacob Brydolf)

github.com/letheanVPN/lethean-gui - 6c6b10855f23195cb2b6bd2acd45995947592997 authored over 8 years ago
Merge pull request #89

05487fb disable desaturation - causes black screen on windows (Jacob Brydolf)

github.com/letheanVPN/lethean-gui - 9ae382d4a6a775e899eb5fb44a82e4adb237c0bc authored over 8 years ago
settings: remove daemon connection check

github.com/letheanVPN/lethean-gui - a34efeddcf12287ab7b4122983f502303dbe2288 authored over 8 years ago
Wizard: check pwd on page load

github.com/letheanVPN/lethean-gui - 49c022b64132e586a856914ff75f7f2e3ecb57e4 authored over 8 years ago
keep restoring state until first refresh is finished

github.com/letheanVPN/lethean-gui - 6aa5ced4f7fce89a5616a6b24315f172d712b683 authored over 8 years ago
disable desaturation - causes black screen on windows

github.com/letheanVPN/lethean-gui - 05487fb9468eef155c981cfd6f2ccd4c3351c8d5 authored over 8 years ago
Merge pull request #85

fe9d5d3 Update Transfer.qml (taushet)
b9187ad Update History.qml (taushet)

github.com/letheanVPN/lethean-gui - d22e02ac2a0b802f9cc57184b909d92349f810e0 authored over 8 years ago
Merge pull request #81

538710f build-win: mingw-x86: windeploy_helper.sh not needed anymore (Ilya Kitaev)
0a16d74 build...

github.com/letheanVPN/lethean-gui - 8ff3ab2dc5ab19f9af52d03ac42646addb2502e8 authored over 8 years ago
Merge pull request #78

5d498be removed extra line endings (Ilya Kitaev)
76c5c11 windows-build-x86: explained why stack ...

github.com/letheanVPN/lethean-gui - 63f24ff41031a7c0d62bb842d631f1226e47e394 authored over 8 years ago