6191 Commits

Author SHA1 Message Date
Whit J
4cf85edc99 Add .pgp file 2014-10-10 16:49:58 -07:00
Ross Nicoll
4c5276d4ad Merge pull request #693 from Andymeows/1.8.1-dev
Adding paper wallet printing support
2014-09-10 22:42:17 +01: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
e5f90f9c9b Updating the library name of QWindowsPrinterSupport 2014-08-31 23:43:46 -04:00
Andymeows
b8e2a6bee4 Adding QWindowsPrinterSupport to be linked in statically 2014-08-31 23:43:46 -04:00
Andymeows
eb292f3873 Adding qminimal to the build 2014-08-31 23:43:46 -04:00
Andymeows
30407c2bf9 Replacing missing configuration 2014-08-31 23:43:46 -04:00
Andymeows
e6bf6284bb Adding more Qt5PrintSupport checks 2014-08-31 23:43:46 -04:00
Andymeows
69c706c341 Fixing a potentially problematic path 2014-08-31 23:43:46 -04:00
Andymeows
edc6fed349 Adding Qt5PrintSupport as a dependency 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
224d785fff Attempting to get print support in 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
ec6887b845 Adding a Compress method to the CPubKey class to mirror the Decompress method 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
2547b4e4d9 Merge pull request #678 from rnicoll/1.8.1-dev-dependencies2
gitian: Bump miniupnp version to 1.9.20140701
2014-08-31 18:35:18 +02:00
langerhans
0e179344a9 Merge pull request #674 from rnicoll/1.8.1-dev-networking
Apply network related changes from 0.9.3
2014-08-31 18:34:12 +02:00
langerhans
32903a04f9 Merge pull request #690 from whitj00/patch-3
ExtractAddress() -> ExtractDestination()
2014-08-31 18:33:25 +02:00
langerhans
ba4e0d315c Merge pull request #689 from whitj00/patch-4
New issue Don't reveal whether password is <20 or >20 characters in RPC
2014-08-31 18:33:13 +02:00
Ross Nicoll
0431ed5881 Merge pull request #688 from langerhans/1.8.1-translation2
Bit -> Doge
2014-08-30 16:51:38 +01: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
7cf4e7e97d Merge pull request #684 from rnicoll/1.8.1-dev-available-coins
AvailableCoins() now acquires cs_main lock
2014-08-30 16:20:38 +02:00
langerhans
5f411199d0 Merge pull request #683 from rnicoll/1.8.1-dev-build2
Fix build autoconf rules for boost and fdelt_chk
2014-08-30 16:20:19 +02:00
langerhans
509ca52e21 Merge pull request #682 from rnicoll/1.8.1-dev-debian
Update Debian packaging description for new dogecoin-cli
2014-08-30 16:19:01 +02:00
langerhans
26f8bc3d2b Merge pull request #681 from rnicoll/1.8.1-dev-getblock-segfault
"getblock" RPC call now handles load failure
2014-08-30 16:18:43 +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
langerhans
e309eb486c Merge pull request #679 from rnicoll/1.8.1-dev-base58
base58: add paranoid return value checks
2014-08-30 16:16:09 +02:00
langerhans
a6c04763a7 Merge pull request #677 from rnicoll/1.8.1-dev-uri
Fix handling of dogecoin: URI with no address
2014-08-30 16:13:41 +02:00
langerhans
48eee89cdf Merge pull request #676 from rnicoll/1.8.1-dev-redeem
Redeem script changes from Bitcoin Core 0.9.3
2014-08-30 16:13:00 +02:00