Commit graph

69 commits

Author SHA1 Message Date
ummjackson be94b62b17 Toolbar icon fix for Windows (system tray) 2014-01-28 13:04:37 +11:00
Jackson Palmer 198f178f60 Dogecoin v1.5.0 2014-01-28 12:57:04 +11:00
Alan Westbrook 4f73f5194f Update plist for 1.5 release
versions are 1.5.0 and 1.5 for the description strings
2014-01-27 17:51:44 -08:00
ummjackson ad442d49ef Adding official DNS seed (seed.dogecoin.com) 2014-01-28 09:03:28 +11:00
ummjackson b84fa978ad Merge pull request #156 from vitaminmoo/contrib-to-dogecoin
Contrib to dogecoin
2014-01-27 13:53:43 -08:00
Alan Westbrook 9748bc3f52 Fix dogecoind build errors
* wildcard on mac makefile doesn’t work the way it works on other
platforms =P
 * Add missing json_spirit_value objects for all the platform makefiles
2014-01-27 13:39:05 -08:00
vitaminmoo 8e0bb733dc Back out pixmap path changes
dogecoin doesn't have custom linux icons (yet)
2014-01-27 10:29:29 -08:00
vitaminmoo 3c99a18a7d Replace bitcoin with dogecoin in debian files
- Primarily bitcoin Bitcoin and BITCOIN
- A few fixes (e.g. bitcoin.org -> dogecoin.com)
- Debian building not actually tested, I'm doing this to prep for RPMs
2014-01-27 10:06:28 -08:00
vitaminmoo a77b4d6ded Rename contrib files where appropriate 2014-01-27 09:58:37 -08:00
Alan Westbrook 5a22b46b1f Fix warnings in Mac build
Minor but annoying warnings from the mac build fixed.
 * Incorrect duplication of header causing moc build rule duplication
in generated makefile
 * you aren’t supposed to use char as an array type, probably because
it can be a signed type in some compilers. Negative array indexes are
problematic.
2014-01-27 01:11:38 -08:00
ummjackson 644dfd422e Update README.md 2014-01-27 16:25:27 +11:00
ummjackson 3826769143 Update README.md 2014-01-27 16:25:10 +11:00
Alan Westbrook 572eac9746 Fix warnings, update version
Fix a sprintf format warning without changing the actual functionality
Putting statics in headers is re-tard-ed (json_spirit_value)
This is alpha 3 of 1.5
2014-01-26 16:22:41 -08:00
ummjackson 810be7c61e Merge pull request #96 from ummjackson/Mac
Mac - fingers be crossed.
2014-01-26 16:05:55 -08:00
Alan Westbrook 6844db1741 Merge branch 'Mac'
Mac only specific changes.
2014-01-26 15:46:22 -08:00
Alan Westbrook a2f3242922 Merge branch 'master' into Mac
Latest master changes
2014-01-26 15:36:46 -08:00
Alan Westbrook 794627fdc6 Merge branch 'Mac'
Cherry pick the number display change
2014-01-26 15:33:56 -08:00
Alan Westbrook f071389397 Re-enable preceding + hidden feature
Not sure how this would be enabled, but make sure we don’t break it.
2014-01-26 15:25:26 -08:00
Alan Westbrook 776a33296d Balance shown with locale specific thousands and decimal separators
Balance shown with locale specific thousands and decimal separators
2014-01-26 15:05:30 -08:00
ummjackson 51a4b1b9f0 Merge pull request #93 from linuxman94/master
Fix build_detect_platform permissions
2014-01-26 14:02:32 -08:00
Evan Anderson 49b9694b8a Fix build_detect_platform permissions
build_detect_platform was missing the executable bit which caused make to fail.

Signed-off-by: Evan Anderson <evan1124@gmail.com>
2014-01-26 15:41:05 -05:00
Jackson Palmer 9a4b221f09 RPC security tweaks 2014-01-26 19:33:23 +11:00
ummjackson caebe98774 Merge pull request #92 from orezpraw/rpc
Check for weak RPC passwords.
2014-01-26 00:29:41 -08:00
ummjackson f1572f34d8 Update README.md 2014-01-26 18:56:13 +11:00
ummjackson fb193f5c21 Update README.md 2014-01-26 18:56:00 +11:00
Joshua Charles Campbell 7de7798ee0 Check for weak RPC passwords. 2014-01-25 23:40:59 -07:00
Alan Westbrook 91c8ddd99d Merge branch 'master' into Mac 2014-01-25 22:37:09 -08:00
Jackson Palmer 76a5ddbd06 Updates submitted from 1.4
All cosmetic
2014-01-26 17:29:14 +11:00
Alan Westbrook a7e6d40d77 fix merge issues
git hub is so fun!
2014-01-25 22:15:57 -08:00
Alan Westbrook 4957562dd6 Merge branch 'master' into Mac 2014-01-25 22:07:24 -08:00
Alan Westbrook 063b468578 Mac icons, again. 2014-01-25 22:06:39 -08:00
Alan Westbrook ee6965909e Merge branch 'master' into Mac
Conflicts not committed
	dogecoin-qt.pro
	src/makefile.osx
2014-01-25 21:46:49 -08:00
Jackson Palmer 5a97e1b03a Fixed example address across entire project 2014-01-26 16:19:32 +11:00
Alan Westbrook 0be55e35d1 home-brew and macports checking extravaganza
Update the pro file to check for port v brew
Fix the makefile.osx check bug
Some formatting fixes
2014-01-25 16:42:02 -08:00
Alan Westbrook 007f0f7f73 Better detection of homebrew
This should reduce false positives.
2014-01-25 16:30:31 -08:00
Alan Westbrook 1672c4a510 It's INCLUDE not HEADER
Dammit macros!
2014-01-25 16:23:09 -08:00
Alan Westbrook 4e4cf11179 Allow for m4d customization of directory locations
Yeah, all that.
2014-01-25 16:18:23 -08:00
Alan Westbrook 338a7b0001 "Detect" macports vs homebrew
Just looks for the /opt v /usr dir, probably not very fool proof
Prefers home-brew in case of conflict in detection.
2014-01-25 15:54:30 -08:00
Alan Westbrook f0e74cc464 Linux fix
Make sure to add the dylibs for not mac
2014-01-25 15:53:42 -08:00
Jackson Palmer 0621bb78c2 Revert 0163949..fc1a317
This rolls back to commit 016394940f.
2014-01-26 10:37:56 +11:00
Alan Westbrook fc1a317b65 mac build updates
uses home-brew instead of macports
uses static libs
set the defines before we call out to leveldb compile
make sure the leveldb script is executable
update the plist appropriately
use the correct MSG_NOSIGNAL value for Mac
update the app icons for mac including all the retina versions.
2014-01-24 20:44:28 -08:00
Alan Westbrook 8cc4b37302 Changes to get it working with the current osx platform
Fix some nomenclature in the Plist and set some flags for static builds
2014-01-23 13:42:18 -08:00
ummjackson 016394940f Updating favicon
Chatty shibe shrunk down looks ugly. Such sad.
2014-01-24 00:14:10 +11:00
ummjackson fc6090b7c0 Revert "Such icon updates."
This reverts commit f5c1284cca.
2014-01-23 23:49:19 +11:00
ummjackson f5c1284cca Such icon updates. 2014-01-23 22:51:52 +11:00
ummjackson 7ce5e22693 Fixing Makefile for LevelDB to compile 2014-01-23 19:43:44 +11:00
ummjackson 4d5e616b96 Bringing /src/ up to speed with 0.8.6.2 2014-01-23 19:30:28 +11:00
ummjackson b084dd0d67 Litecoin clean up + removed stray thumbs.db 2014-01-23 17:44:25 +11:00
ummjackson c8d231461a Updating PROTOCOL_VERSION for 1.5 2014-01-23 09:08:28 +11:00
ummjackson 207cfdb59b Version update II
Still need to figure out the git commit stamp / build time... doesn't
seem to be set on Windows build right now.
2014-01-22 23:59:41 +11:00