Commit graph

1439 commits

Author SHA1 Message Date
Philip Kaufmann c5c5ddce02 remove SOCKS4 support from core and GUI
- now we support SOCKS5 only
2015-06-27 13:45:18 +00:00
Abderraouf Adjal 438c40dcf9 optionsmodel.cpp; Use HTTPS with dogechain.info 2014-11-17 23:02:33 +01:00
nameEO 5f6b382db2 Update bitcoin_ko_KR.ts
1. Fix some mistakes(typo, omission, spacing).
2. Re-adjust sentences to proper form.
3. Replace translation of certain words to better one.
4, Update legacy translations of upstream.
-----------------------------------------------------------------------------
I commit this first, and will commit another updates after 'translation resources' updates.

thanks.
2014-10-25 19:44:10 +09:00
langerhans ea2f35aace Merge pull request #726 from Andymeows/1.8.1-dev
Add a warning message about printing paper wallets while online
2014-10-05 18:11:35 +02:00
Andymeows a1257a223f When printing paper wallets, add a warning message about security if connected to any peers.
Regenerate addresses at the end of the loop so that the shown wallet is the first to print.
Elaborating on the message after paper wallets are printed about ensuring print quality.
2014-10-04 21:13:26 -05:00
Ross Nicoll 66ba4b436a
Switched to older QT API calls to that paper wallet printing is compatible with Qt 4.6.4. 2014-10-04 20:49:47 +01:00
langerhans 649b819fe9 Merge pull request #716 from patricklodder/1.8.1-dev-lang-cleanup
Locale cleanup
2014-09-25 21:58:38 +02:00
langerhans 921685ceab Merge pull request #715 from patricklodder/1.8.1-dev-nl-update
NL translation update
2014-09-25 21:54:56 +02:00
Patrick Lodder 331609fe3e Clean up all locale .ts files
Used the new update-translations.py script to clean up all
locale files. Unlike bitcoin/bitcoin, we're keeping the
unfinished translation tags in place as long as we have
manual translations (whereas bitcoin uses transifex)
2014-09-25 00:43:39 +02:00
Patrick Lodder d00af20df5 Fix translation sprintf and qt string formats
Some translations had non-matching formats, the update-translations
script would normally remove those and set it to "unfinished".
However, since those are fairly trivial to fix, those have been
manually corrected before doing a cleanup run with the update script.
2014-09-25 00:43:39 +02:00
Patrick Lodder 25573eb06b locale fix: DogecoinS -> DOGECOINS
Fix wrong capitalization in wallet encryption warning message:

"If you encrypt your wallet and lose your passphrase, you will
LOSE ALL OF YOUR DOGECOINS"
2014-09-25 00:18:43 +02:00
Patrick Lodder e37485b5af NL translation update 2014-09-24 23:22:09 +02:00
Patrick Lodder c6e0ab9a40 change "Bitcoin" into "Dogecoin" in *.ts after translation sync
with bitcoin/bitcoin
2014-09-20 16:03:52 +02:00
Patrick Lodder fae9b5b3ce Revert cyrillic in bitcoin_de_AT.ts 2014-09-20 16:03:31 +02:00
Wladimir J. van der Laan 02b9c56da5 qt: Language update for 0.9.3
cherry-picked from: bitcoin #e6abbce

NOTE: bitcoin_ko_KR.ts only contained translations that were
overwriting custom dogecoin-specific translations done by
@nameEO, those have been skipped.
2014-09-14 23:44:43 +02:00
Andymeows c71d666465 :Changing the amount input from text to a double. This will facilitate loading address with fractional dogecoins. 2014-09-08 00:14:28 -05:00
Andymeows b2e4d66dca Adding an early return for values that indicate 0 DOGE to send to the paper wallets.
Add the ability to send fractional amounts to paper wallets
2014-09-07 01:00:34 -05:00
Andy Mornes 621e99b702 Removing duplicate verticallabel.cpp from Makefile.am
Adding constants in place of raw numbers
Adding early exits from for loops
2014-09-04 23:01:26 -04:00
Andymeows 4655221935 Adding a missing backslash 2014-09-01 02:29:38 -04:00
Andy Mornes 2c16a446d7 Wrapping a string for translation 2014-09-01 02:20:50 -04:00
Andy Mornes e6d2af98a6 Fixing whitespace 2014-09-01 00:16:42 -04:00
Andymeows be602d7ce4 Demoting QRImageWidget to simpler QLabels.
Disabling wallet interaction when the wallet isn't enabled
2014-09-01 00:13:59 -04:00
Andymeows b56c5b6ff5 Separating the code utilizing the QR Code library and making it conditional 2014-08-31 23:43:47 -04:00
Andymeows c95c948239 Adjusting the page coordinates to prevent cutoffs 2014-08-31 23:43:47 -04:00
Andymeows 8a6b2b5cf7 Changing font size units from points to pixels
Looping during the quantity selection to allow for it to be adjusted if an error occurs.
Adding a shoutout to Anacoluthia for the paper wallet art.
2014-08-31 23:43:47 -04:00
Andymeows 275d79b4a0 Fixing the paths 2014-08-31 23:43:47 -04:00
Andymeows 71f7f33e3c Setting default font information
Issue a compressed private key to match the derived address.
Readjust the font size to fit the paper wallet height to avoid cut-off data.
Set some defaults for page size and orientation.
Abstracted some of the pagesPerWallet variables.
2014-08-31 23:43:47 -04:00
Andymeows 0ef3273efa Adding the new libraries to support printing in Windows 2014-08-31 23:43:47 -04:00
Andymeows 69c706c341 Fixing a potentially problematic path 2014-08-31 23:43:46 -04:00
Andymeows 19589bdc1a Adding compatibility for QT4 again 2014-08-31 23:43:46 -04:00
Andymeows 9c2c0d53bb Updating reference to QPrintDialog for qt5 2014-08-31 23:43:46 -04:00
Andymeows 80351c9b39 Updating QPrintPreviewDialog for qt5 2014-08-31 23:43:46 -04:00
Andymeows 7b686ec702 Adding an explicit reference to QT5's QPrinter
http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5
2014-08-31 23:43:46 -04:00
Andymeows b4b8b2b19f Added paper_wallet.png 2014-08-31 23:43:45 -04:00
Andymeows c553abb9d8 Removing debug messages and reverting a debug conditional 2014-08-31 23:43:45 -04:00
Andymeows d4919f016f Fixing the variable name for amountInput 2014-08-31 23:43:45 -04:00
Andymeows 7b49342605 Adding print icon to resource files.
Added public key display.
Added dropdown to print multiple paper wallets over multiple pages.
Rewired the menu button to gain access to the walletmodel object.
2014-08-31 23:43:45 -04:00
Andymeows 44228bbc26 Adding a print button, icon, and capability of printing multiple wallets per page 2014-08-31 23:43:45 -04:00
Andymeows 0829467f76 Adding basic paper wallet generation with a reload button 2014-08-31 23:43:45 -04:00
Andymeows 6cf01f410f Adding the image template for the paper wallet 2014-08-31 23:43:45 -04:00
langerhans 73f1cd9b39 Revert dogecoinstrings.cpp 2014-08-30 16:28:26 +02:00
langerhans 00e2a042b8 Some more bit->doge 2014-08-30 16:28:14 +02:00
langerhans be545caef3 Merge pull request #680 from nameEO/1.8.1-dev
[resubmit] Translation fixs.
2014-08-30 16:18:29 +02:00
nameEO 74dca3a65b l10n Update and add strings against bitcoin_en.ts 2014-08-29 18:47:32 +09:00
nameEO d0aedc4f81 Update bitcoingui.cpp 2014-08-29 16:12:32 +09:00
nameEO 4c15d98b2c Update optionsdialog.ui 2014-08-29 16:11:42 +09:00
nameEO 4cd7dc847c Update coincontroldialog.ui 2014-08-29 16:10:28 +09:00
nameEO 4f29c9d5e2 Update addressbookpage.cpp 2014-08-29 16:08:31 +09:00
Julian Haight 8ef2ee1f0c qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fallback'
Passes tests:

```
$ ./bitcoin-qt 'bitcoin:?r=http://www.example.com/'
.. fixed the original problem - this launches mainnet.

$ ./bitcoin-qt 'bitcoin:mngeNQbTKnmaMbx8EXCYdwUbnt9JJD52cC'
.. launches testnet

$ ./bitcoin-qt -testnet 'bitcoin:1NXXeQRyMFFFRfyUix2o7mk1vhvk2Nxp78'
.. sanity check - launches mainnet.
```

Fixes #4355. Closes #4411.

Rebased-From: dd49e92
2014-08-28 21:16:53 +01:00
langerhans 8f365e9bb8 New icons with 7 images 2014-08-23 19:24:35 +02:00