Commit graph

6202 commits

Author SHA1 Message Date
Wladimir J. van der Laan 455b9e380c build: Remove message about Ubuntu 13.10 when no boost sleep implementation found
It's only confusing people into thinking that they should mess with
boost versions, which should not be necessary to get bitcoind to work.

If there is a bug in the build system with autodetecting boost it needs
to be solved not worked around.

Rebased-From: 539abc4729
2014-09-20 10:05:46 +01:00
Wladimir J. van der Laan bd169ec117 doc: Remove outdated information about boost versions
Bitcoin core should work with any remotely recent boost version
if a proper build environment is present. Remove a confusing comment
from the build documentation.

Rebased-From: bd45b1a

Conflicts:
	doc/build-unix.md
2014-09-20 10:05:26 +01:00
langerhans 720b7eb818 Merge pull request #696 from whitj00/patch-5
Remove pyminer (SHA-Only)
2014-09-18 17:37:58 +02:00
langerhans 576928108a Merge pull request #695 from michilumin/1.8.1-dev-string-length
1.8.1 dev string length
2014-09-18 17:36:24 +02: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
Whit J 31466c7923 Update README.md 2014-09-02 21:03:12 -07:00
Whit J 07b92057ba Delete README.md 2014-09-02 21:02:45 -07:00
Whit J 3662dbdc4c Delete example-config.cfg 2014-09-02 21:02:27 -07:00
Whit J c25ce7e69b Delete pyminer.py 2014-09-02 21:02:21 -07:00
Whit J 3410a03276 Bit -> Dogecoin
Seems simple
2014-09-02 20:23:05 -07: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