Commit graph

47 commits

Author SHA1 Message Date
ummjackson 15021faf2b Merge pull request #348 from ihavenoface/master-1.6
Clean up about image.
2014-03-19 17:48:54 -04:00
Alan Westbrook b14d83aabd Custom shibeface
You can now place a dogecoin.png in the config dir, and it will show up
on the overview page.
2014-03-19 01:29:04 -07:00
Alan Westbrook 66b11b1bc9 Qt 5+ - Make Last column resizable (Qt looks terrible doing this)
The last column was fixed, probably because Qt does not react well to
having the last column resizable. Oh well.
2014-03-19 01:04:16 -07:00
Alan Westbrook 2a25b98ea4 Fix for Menu problem in #226
Qt’s menu imll appears to be buggy, it will disappear, and then show up
forever after switching back to the app. This deletes the menu when
it’s not in use in order to solve the problem.
2014-03-19 01:04:16 -07:00
Keng-Yu Lin e47ff1ecec update the Traditional Chinese translation
update some obvious untranslated phrases (e.g. Litecoin->Dogecoin).

Reviewed by a native speaker.
2014-03-18 01:11:56 +08:00
noface 5e09381a36 Lower height. 2014-03-16 13:59:56 +01:00
noface 029c013f7b Clean up about image. 2014-03-16 11:17:52 +01:00
langerhans a48ea9b4b1 Wallet bg version bump 2014-03-12 22:25:47 +01:00
Jannis Froese 00d3ca408d minor translation error 2014-03-08 02:27:08 +01:00
Jannis Froese 3a4ec23d0a completed German translation
Translation for Coin Control taken from Bitcoin, remaining translations
filled in by myself as native German speaker
2014-03-08 02:13:47 +01:00
langerhans ae38c015da Merge pull request #292 from leofidus/translation-fixes2
Fixed a bunch of mismatched translation strings and mentions of Litecoin
2014-03-01 15:19:52 +01:00
Jannis Froese 7580efe5a3 Fixed a bunch of mismatched translation strings and mentions of Litecoin 2014-03-01 01:10:38 +01:00
Jannis Froese 142ed7b9ab corrected documentation of coin majurity time
Conflicts:
	src/qt/locale/bitcoin_zh_CN.ts
2014-02-28 18:09:27 +01:00
Jannis Froese 86489b7544 fixed example address to match translation files 2014-02-24 02:50:33 +01:00
Ross Nicoll 123ad1dea5 Re-added shortcut key for sending Dogecoin from address tab, in French language
locale. Previous shortcut key ('c') clashed with an existing shortcut and
was unusable.
2014-02-23 14:47:37 +00:00
Ross Nicoll 063e9c6304 Corrected reference to "Bitcoin" in French translation; now says "Dogecoin" 2014-02-22 17:41:04 +00:00
gabriele renzi 356de7cd84 fix typos and bad translations
I feel the translation fileds should be shared betweenm the various *coin forks :(
2014-02-18 14:55:24 +01:00
Ryan Romanchuk 4f5fe71204 much 狗狗币. to the moon. 2014-02-18 01:37:31 -08:00
Thiago Pradi 3de64800b1 Finishing Pt-br translation 2014-02-12 23:33:22 -02:00
Jackson Palmer d30bf07be3 let user select wallet file with -wallet=foo.dat
Ported from: https://github.com/bitcoin/bitcoin/pull/1889/commits
2014-02-07 22:42:24 +11:00
Alan Westbrook 1a1f3cb7e8 QUrl predec
This actually should not have worked for me. Oh Qt.
2014-02-07 00:12:55 -08:00
Alan Westbrook f62bb24297 Fix some URI handling weirdness in Qt
remove whack paths like file:dogecoin:
change out dogecoin:/D for dogecoin:D
Add a local URI handler so it doesn’t have to go through the system if
we try a local url.
2014-02-06 22:23:46 -08:00
Alan Westbrook d9e0af564d Mac splash no longer tries to own the desktop
Reset the window flags to the minimum necessary on Mac.
2014-02-02 17:53:50 -08:00
Alan Westbrook 18ccdab281 Fix Transaction to string conversion and add shortcut for dogechain
There was literally no reason to add -000 to transaction string
conversion. The idx itself is used for sorting internally
Add a menu item to load up a transaction in Dogechain.info
2014-02-02 15:57:59 -08:00
Alan Westbrook 9dd5cdf841 URL handling
Well, carp. Both Qt and the code base were quite broken for this. I
implemented workarounds and fixes such that things that weren’t broken
before should stay working, for example, if qt4 worked for a lot of
this, it still would, and if Qt on Windows / Linux worked for this
before, it shall still work for it.
2014-02-02 05:51:50 -08:00
Alan Westbrook 87f599d648 Debug logging changes
Don’t write out logs by default unless you are using -server or -daemon
flags
Write debug logs out if you specify the -debuglog flag
Do not write debug logs out if you specify -nodebuglog
Write debug logs out if you specify -debug (overrides all other options)
2014-01-30 01:28:46 -08:00
Zbigniew Siciarz d6bb7c994d Small improvements in Polish translation. 2014-01-30 03:08:18 +01:00
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 794627fdc6 Merge branch 'Mac'
Cherry pick the number display change
2014-01-26 15:33:56 -08:00
Jackson Palmer 76a5ddbd06 Updates submitted from 1.4
All cosmetic
2014-01-26 17:29:14 +11:00
Jackson Palmer 5a97e1b03a Fixed example address across entire project 2014-01-26 16:19:32 +11: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
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 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
Jackson Palmer 23af359aff Update splash(es) 2014-01-21 23:13:16 +11:00
S3x0r 7460dcade3 added cr to file info 2014-01-21 00:22:55 +01:00
S3x0r 6d79d85daa changed pic from litecoin to doge / smaller / 2014-01-20 20:34:32 +01:00
S3x0r 5d2ff1a8bb changed some text from lite to doge 2014-01-20 01:20:49 +01:00
S3x0r a8dc721d60 thumbs remove and new logo about 2014-01-20 00:13:02 +01:00
Jackson Palmer a1a15464d6 Such tab group label updates
Wow...
2014-01-19 19:26:01 +11:00
Jackson Palmer 26b154ca9d 1.5 Graphic 2014-01-19 16:07:25 +11:00
Jackson Palmer 68b0507f00 Initial commit
Successfully building on Ubuntu + Windows.
2014-01-19 15:41:55 +11:00