aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Android dockerfile: add zmq dependencyMoroccanMalinois2017-12-241-11/+10
|
* Android: Disable password strength meterMoroccanMalinois2017-12-244-3/+17
|
* Merge pull request #1018luigi11112017-12-191-2/+8
|\ | | | | | | 4617a09 show only valid qr codes with valid payment ids
| * show only valid qr codes with valid payment idsUser2017-12-131-2/+8
| | | | | | | | | | | | | | | | | | | | fix broken amount field remove unnecessary braces remove bad pid string and whitespace changes remove payment id check in qr generation
* | Merge pull request #1023luigi11112017-12-181-1/+1
|\ \ | | | | | | | | | 745b40a Readme.md: Forgot one heading...
| * | Readme.md: Forgot one heading...xmr-eric2017-12-141-1/+1
| | |
* | | Merge pull request #1010luigi11112017-12-171-1/+1
|\ \ \ | | | | | | | | | | | | 4299c79 Fixing Dutch translation spelling mistake
| * | | Fixing Dutch translation spelling mistakeRobert Fridzema2017-12-111-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Dutch explanation: https://www.beterspellen.nl/website/index.php?pag=106 has to do with noun and adjective words. Fixing Dutch translation spelling mistake
* | | Merge pull request #964luigi11112017-12-175-1/+2152
|\ \ \ | | | | | | | | | | | | c09041f First Danish translation of the Monero GUI
| * | | First Danish translation of the Monero GUIcryptobench2017-12-115-1/+2152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added danish Added danish translation Added linkup to Danish flag </languages> corrected to new line Accidently put it behind danish translation, so it wouldn't keep formatting. Removed blank lines + changed wallet-lan to English Uploaded Danish flag Delete dk.png not ideal size Uploaded denmark.png 100x100 Fixed a typo </message> wasnt closed Removed some spaces Fixed punctuations. edit punctuation after github's bug Fixed typo
* | | | Merge pull request #1014luigi11112017-12-171-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | b73bcdf Receive page: QR code bug fix for invalid payment ids
| * | | | Receive page: QR code bug fix for invalid payment idsTim L2017-12-131-2/+2
| | |/ / | |/| |
* | | | Merge pull request #1001luigi11112017-12-171-13/+19
|\ \ \ \ | | | | | | | | | | | | | | | c8dd663 hide balance in receive tab
| * | | | hide balance in receive tabUser2017-12-131-13/+19
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add updateBalance on advanced click remove state variable and hide balance when advanced clicked remove advanced state from left panel add qsTr to make HIDDEN translateable
* | | | Merge pull request #996luigi11112017-12-172-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | a116427 History: Properly label failed transactions
| * | | | History: Properly label failed transactionsTim L2017-12-072-0/+4
| | | | |
* | | | | Merge pull request #989luigi11112017-12-171-11/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | bdffc7d Transfer: remove pre-v5 priority list (followup for #824)
| * | | | | Transfer: remove pre-v5 priority list (followup for #824)stoffu2017-12-121-11/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #967luigi11112017-12-174-9/+47
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | 5cda1f5 Spend proof
| * | | | Spend proofstoffu2017-11-304-9/+47
| | |/ / | |/| |
* | | | Merge pull request #972luigi11112017-12-111-513/+781
|\ \ \ \ | |_|/ / |/| | | | | | | 3757dc2 Esperanto fixes
| * | | Esperanto fixesJonathan Cross2017-12-011-513/+781
| |/ /
* | | Merge pull request #1000luigi11112017-12-1013-12/+12
|\ \ \ | | | | | | | | | | | | 77bcdf9 replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile
| * | | replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compileUser2017-12-0813-12/+12
| |/ /
* | | Merge pull request #976luigi11112017-12-101-2/+14
|\ \ \ | | | | | | | | | | | | 1f51d4b Left panel: add view only wallet label
| * | | Left panel: add view only wallet labelTim L2017-12-071-2/+14
| |/ /
* | | Merge pull request #1007luigi11112017-12-101-2/+2
|\ \ \ | | | | | | | | | | | | 65a3474 change countdown to start connecting to local daemon from 5 to 10 seconds
| * | | change countdown to start connecting to local daemon from 5 to 10 secondserciccione2017-12-091-2/+2
| |/ /
* | | Merge pull request #997luigi11112017-12-101-0/+1
|\ \ \ | | | | | | | | | | | | c118724 Password input: reset on failed input
| * | | Password input: reset on failed inputTim L2017-12-071-0/+1
| |/ /
* | | Merge pull request #991luigi11112017-12-101-18/+18
|\ \ \ | | | | | | | | | | | | c5d28ba Switch Core with GUI in README.md, fix headings
| * | | Switch Core with GUI in README.md, fix headingsxmr-eric2017-12-081-18/+18
| |/ / | | | | | | | | | | | | | | | Recently the GUI repo had its name changed from monero-core to monero-gui. This PR updates the build instructions and elsewhere with the new repo name and link. This PR also seeks to put the heading capitalization policy inline with the main Monero readme. Capitalizing every single word in a heading begins to feel redundant and cumbersome when headings become long (and many are indeed quite long). A much better practice is capitalizing just the initial word. See: https://github.com/monero-project/monero/pull/2881
* | | Merge pull request #963luigi11112017-12-101-3/+11
|\ \ \ | |/ / |/| | | | | | | | aacf181 Add zeroMQ to installation instructions
| * | Add zeroMQ to installation instructionsAnton Krylov2017-11-241-3/+11
| |/
* | Merge pull request #966luigi11112017-11-294-17/+24
|\ \ | | | | | | | | | d8f3a52 Bugfix with tx proof + update
| * | Bugfix with tx proof + updatestoffu2017-11-264-17/+24
| | |
* | | Merge pull request #888luigi11112017-11-281-67/+68
|\ \ \ | | | | | | | | | | | | 4f0fee1 update translation: typo fix and changes
| * | | update translation: typo fix and changeslancillotto2017-11-241-67/+68
| | | |
* | | | Merge pull request #968luigi11112017-11-271-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | 8e1f1db Rename tx privacy Normal setting to Default
| * | | Rename tx privacy "Normal" setting to "Default"xmr-eric2017-11-201-1/+1
| |/ / | | | | | | With this PR, both tx priority and tx privacy settings will have similar terminology.
* | | Merge pull request #954luigi11112017-11-222-6/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 476b727 Smoother and faster animations for the menu buttons 1ada4f8 Decreasing menu button height c349b5d Add easing to page switching animation - OutCubic
| * | | Add easing to page switching animation - OutCubicSander Ferdinand2017-11-121-0/+2
| | | |
| * | | Decreasing menu button heightSander Ferdinand2017-11-121-4/+4
| | | |
| * | | Smoother and faster animations for the menu buttonsSander Ferdinand2017-11-121-2/+2
| | | |
* | | | Merge pull request #794luigi11112017-11-221-214/+229
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e90c3d update of the esperanto translation 78e3cd4 fix conflicts and rebase 4066cb2 Merge branch 'patch-1' into fix c712444 c712444
| * \ \ \ Merge pull request #1 from erciccione/fixKeksoj2017-09-1552-7245/+7297
| |\ \ \ \ | | | | | | | | | | | | Fix conflicts and rebase.
| | * \ \ \ Merge branch 'patch-1' into fixerciccione2017-09-151-1/+0
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | update of the esperanto translationKeksoj2017-07-131-579/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the esperanto version entirely, with lots of small corrections. Deleted the "vanished" items. No more "unfinished" items. Glad to help.
| | * | | | fix conflicts and rebaseerciccione2017-09-151-214/+230
| | | | | |
* | | | | | Merge pull request #919luigi11112017-11-221-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 794c146 Changed 'apt-get' to 'apt'