electrum-nvc.git
11 years agoAdd release process for Mac OS X.
coblee [Sun, 22 Jul 2012 23:19:25 +0000]
Add release process for Mac OS X.

11 years agoAdded AcceptBit integration.
Amir Taaki [Wed, 18 Jul 2012 23:57:09 +0000]
Added AcceptBit integration.

11 years agobugfix: signmessage expects 2 arguments. check for them.
Amir Taaki [Tue, 17 Jul 2012 20:53:06 +0000]
bugfix: signmessage expects 2 arguments. check for them.

11 years agoshow help switches when using help command without subsequent command.
Amir Taaki [Tue, 17 Jul 2012 20:50:20 +0000]
show help switches when using help command without subsequent command.

11 years agoMore reasonable fee calculation.
Amir Taaki [Tue, 17 Jul 2012 19:25:34 +0000]
More reasonable fee calculation.

11 years agoUse path of executable for resolving data directory. Don't assume . is it.
Amir Taaki [Tue, 10 Jul 2012 16:49:40 +0000]
Use path of executable for resolving data directory. Don't assume . is it.

11 years agotry to detect data/style.css otherwise fallback to arch-indep data dir.
Amir Taaki [Sun, 8 Jul 2012 10:13:11 +0000]
try to detect data/style.css otherwise fallback to arch-indep data dir.

11 years agorestore current path after modifying it.
Amir Taaki [Sun, 8 Jul 2012 09:53:49 +0000]
restore current path after modifying it.

11 years agoAdded DragonFly to platform checks in appdata_dir() for mac.
Amir Taaki [Sun, 8 Jul 2012 09:45:04 +0000]
Added DragonFly to platform checks in appdata_dir() for mac.

11 years agoUse environment variable else fallback to system app path. This enables runtime
Amir Taaki [Sat, 7 Jul 2012 22:25:41 +0000]
Use environment variable else fallback to system app path. This enables runtime
switching between styles without modifying Electrum, and avoids potential
conflicts from implicit detection of a data/ subdirectory.

11 years agofix import
ThomasV [Sat, 7 Jul 2012 21:12:23 +0000]
fix import

11 years agoCorrected import paths for print_error.
Amir Taaki [Sat, 7 Jul 2012 18:53:54 +0000]
Corrected import paths for print_error.

11 years agosetWindowIcon() to electrum.png
Amir Taaki [Sat, 7 Jul 2012 18:23:48 +0000]
setWindowIcon() to electrum.png

11 years agoCTRL+Q / CTRL+W close window shortcuts.
Amir Taaki [Sat, 7 Jul 2012 17:58:29 +0000]
CTRL+Q / CTRL+W close window shortcuts.

11 years agoupdated authors file.
genjix [Sat, 7 Jul 2012 17:47:08 +0000]
updated authors file.

11 years agoquote_currency setting can be None on first time use. Remove assert.
genjix [Sat, 7 Jul 2012 17:00:07 +0000]
quote_currency setting can be None on first time use. Remove assert.

11 years agoCreate locale/ directory when making i18n files.
genjix [Sat, 7 Jul 2012 16:59:02 +0000]
Create locale/ directory when making i18n files.

11 years agoImplementing a better print_error routine
Julian Tosh [Sat, 7 Jul 2012 16:24:52 +0000]
Implementing a better print_error routine

11 years agoMerge branch 'master' of gitorious.org:electrum/electrum
Julian Tosh [Sat, 7 Jul 2012 13:41:16 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

11 years agoStandardizing message format and implementing stderr for errors
Julian Tosh [Sat, 7 Jul 2012 13:39:25 +0000]
Standardizing message format and implementing stderr for errors

11 years agoSave selected currency as config setting.
Amir Taaki [Sat, 7 Jul 2012 11:37:49 +0000]
Save selected currency as config setting.

11 years agoSelect unused addresses when copying receiving address. We don't use wallet.get_balan...
Amir Taaki [Sat, 7 Jul 2012 11:21:40 +0000]
Select unused addresses when copying receiving address. We don't use wallet.get_balance as that is deceptive (if you sent a tx to yourself or old used addresses can have a 0 balance) and get_history seems a bit much (to check the activity of an address, we'd have to filter many addresses). This is a nice reasonable compromise.

11 years agomodified password input routines to allow for input through stdin
Julian Tosh [Sat, 7 Jul 2012 04:45:57 +0000]
modified password input routines to allow for input through stdin

11 years agoTurn debugging off by default
Julian Tosh [Fri, 6 Jul 2012 23:57:13 +0000]
Turn debugging off by default

11 years agoAdding user enabled debug messages for server communications
Julian Tosh [Fri, 6 Jul 2012 20:36:13 +0000]
Adding user enabled debug messages for server communications

11 years agoAUTHORS file. encourages contributors through social proofing.
Amir Taaki [Fri, 6 Jul 2012 13:04:53 +0000]
AUTHORS file. encourages contributors through social proofing.

11 years agoDon't exit before wallet is saved
thomasv [Fri, 6 Jul 2012 12:43:36 +0000]
Don't exit before wallet is saved

11 years agoForce update for lite gui so update() gets called at least once (i.e if create/restor...
Amir Taaki [Thu, 5 Jul 2012 20:56:45 +0000]
Force update for lite gui so update() gets called at least once (i.e if create/restore wallet)

11 years agofirst check data/ else use system appdata/share directory.
Amir Taaki [Thu, 5 Jul 2012 19:43:32 +0000]
first check data/ else use system appdata/share directory.

11 years agostop ugly flash because qt gui is trying to show itself.
Amir Taaki [Thu, 5 Jul 2012 16:23:26 +0000]
stop ugly flash because qt gui is trying to show itself.

11 years agoDon't show fiat currency in titlebar (not enough space).
Amir Taaki [Thu, 5 Jul 2012 16:16:33 +0000]
Don't show fiat currency in titlebar (not enough space).

11 years agoUse leaveEvent instead of checking mouseMove position constantly.
Amir Taaki [Thu, 5 Jul 2012 16:08:14 +0000]
Use leaveEvent instead of checking mouseMove position constantly.

11 years agoset a window title for the popup and some other things.
Amir Taaki [Thu, 5 Jul 2012 15:52:33 +0000]
set a window title for the popup and some other things.

11 years agoFixed paths in stylesheet for resources.
Amir Taaki [Thu, 5 Jul 2012 15:44:58 +0000]
Fixed paths in stylesheet for resources.

11 years agoPopup for receiving Bitcoins.
Amir Taaki [Thu, 5 Jul 2012 15:33:26 +0000]
Popup for receiving Bitcoins.

11 years agoLoad resources across many platforms from the shared appdir
Amir Taaki [Wed, 4 Jul 2012 23:59:57 +0000]
Load resources across many platforms from the shared appdir

11 years agoinstall data files to arch dependent appdata directory.
Amir Taaki [Wed, 4 Jul 2012 23:41:07 +0000]
install data files to arch dependent appdata directory.

11 years agoadd multiargs support to get_resource_path
Amir Taaki [Wed, 4 Jul 2012 23:36:32 +0000]
add multiargs support to get_resource_path

11 years agoget_resource_path("foo.png") -> "/usr/share/electrum/foo.png"
Amir Taaki [Wed, 4 Jul 2012 23:25:05 +0000]
get_resource_path("foo.png") -> "/usr/share/electrum/foo.png"

11 years agoCopy Address -> Copy My Address
Amir Taaki [Wed, 4 Jul 2012 23:15:29 +0000]
Copy Address -> Copy My Address

11 years agocorrected instructions for generating icons data file.
Amir Taaki [Wed, 4 Jul 2012 21:31:20 +0000]
corrected instructions for generating icons data file.

11 years agorestore_or_create (just delegates to qt_gui - this needs cleanup & abstraction away)
Amir Taaki [Tue, 3 Jul 2012 23:10:04 +0000]
restore_or_create (just delegates to qt_gui - this needs cleanup & abstraction away)

11 years agobugfix for showing 0 BTC balance when Price has been discovered before wallet has...
Amir Taaki [Tue, 3 Jul 2012 22:58:49 +0000]
bugfix for showing 0 BTC balance when Price has been discovered before wallet has been loaded and server connect... so bail.

11 years agoadding gui_lite
ThomasV [Tue, 3 Jul 2012 22:35:33 +0000]
adding gui_lite

11 years agoversion 0.61
ThomasV [Tue, 3 Jul 2012 13:05:53 +0000]
version 0.61

11 years agoapp_menu has interact_button as its parent to stop its reference being dropped.
Amir Taaki [Tue, 3 Jul 2012 12:25:28 +0000]
app_menu has interact_button as its parent to stop its reference being dropped.

11 years agoMake lite gui the default.
Amir Taaki [Tue, 3 Jul 2012 00:21:36 +0000]
Make lite gui the default.

11 years agoDo slow price discovery in another thread to speed up startup time and responsiveness.
Amir Taaki [Mon, 2 Jul 2012 20:39:45 +0000]
Do slow price discovery in another thread to speed up startup time and responsiveness.

11 years agobitcoin URIs in lite mode.
Amir Taaki [Mon, 2 Jul 2012 20:11:13 +0000]
bitcoin URIs in lite mode.

11 years agocompletion support for destination addresses.
Amir Taaki [Mon, 2 Jul 2012 19:49:14 +0000]
completion support for destination addresses.

11 years agoDon't show ()s when showing just the fiat currency i.e don't do (10.00 EUR), do 10...
Amir Taaki [Mon, 2 Jul 2012 18:48:21 +0000]
Don't show ()s when showing just the fiat currency i.e don't do (10.00 EUR), do 10.00 EUR

11 years agoGo back to balance display when amount input is empty.
Amir Taaki [Mon, 2 Jul 2012 18:45:43 +0000]
Go back to balance display when amount input is empty.

11 years agoChange balance text to show conversion amount when text is entered into the amount...
Amir Taaki [Mon, 2 Jul 2012 18:14:10 +0000]
Change balance text to show conversion amount when text is entered into the amount field.

11 years agoDefer discovery of exchange rate until later to make program startup faster.
Amir Taaki [Sat, 30 Jun 2012 13:54:02 +0000]
Defer discovery of exchange rate until later to make program startup faster.

11 years agoshow the BTC value in other currency.
Amir Taaki [Sat, 30 Jun 2012 12:43:42 +0000]
show the BTC value in other currency.

11 years agoexchange rate discovery object.
Amir Taaki [Sat, 30 Jun 2012 11:47:08 +0000]
exchange rate discovery object.

11 years agolimit quote currency to 2 decimal places.
Amir Taaki [Sat, 30 Jun 2012 11:37:34 +0000]
limit quote currency to 2 decimal places.

11 years agoclicking balance switches between different currencies.
Amir Taaki [Sat, 30 Jun 2012 11:32:04 +0000]
clicking balance switches between different currencies.

11 years agohotfix for new wallet.register_callback compat
Amir Taaki [Sat, 30 Jun 2012 11:11:39 +0000]
hotfix for new wallet.register_callback compat

11 years agoPassword input dialog working.
Amir Taaki [Fri, 29 Jun 2012 19:23:05 +0000]
Password input dialog working.

11 years agoAdded send functionality. Still needs to have the password dialog, and final testing.
Amir Taaki [Fri, 29 Jun 2012 07:41:56 +0000]
Added send functionality. Still needs to have the password dialog, and final testing.

11 years agospawn both guis at start. clicking expand hides the simple one, shows the expert...
Amir Taaki [Fri, 29 Jun 2012 05:26:52 +0000]
spawn both guis at start. clicking expand hides the simple one, shows the expert one.

11 years agospawning electrum gui works if i hide widget and create it. better would be to create...
Amir Taaki [Fri, 29 Jun 2012 05:17:36 +0000]
spawning electrum gui works if i hide widget and create it. better would be to create both at the startup and hide the inactive one. they need a way to share the wallet though.

11 years agocreated expand stub. doesn't work trying to spawn electrum gui (segfault)
Amir Taaki [Fri, 29 Jun 2012 05:06:42 +0000]
created expand stub. doesn't work trying to spawn electrum gui (segfault)

11 years agoActions for app_menu (report bug, show about electrum, quit app)
Amir Taaki [Fri, 29 Jun 2012 04:57:16 +0000]
Actions for app_menu (report bug, show about electrum, quit app)

11 years agoUpdate balance under accounts selector.
Amir Taaki [Fri, 29 Jun 2012 01:17:31 +0000]
Update balance under accounts selector.

11 years agoSIGNALs should use the correct syntax for names of "foo()", not "foo"
Amir Taaki [Fri, 29 Jun 2012 00:35:26 +0000]
SIGNALs should use the correct syntax for names of "foo()", not "foo"

11 years agobugfix for "QObject: Cannot create children for a parent that is in a different thread."
Amir Taaki [Fri, 29 Jun 2012 00:33:21 +0000]
bugfix for "QObject: Cannot create children for a parent that is in a different thread."

11 years agoEnforce minimum width of address input so it's ~ same size as a bitcoin address.
Amir Taaki [Fri, 29 Jun 2012 00:11:29 +0000]
Enforce minimum width of address input so it's ~ same size as a bitcoin address.

11 years agobasic functionality:
Amir Taaki [Thu, 28 Jun 2012 23:56:27 +0000]
basic functionality:
- can type in address field which is validated
- amount field uses a validator
- copy bitcoin address for receiving funds
- send copied over (untested - needs work)

11 years agofix TextedLineEdit tabbing behaviour.
Amir Taaki [Thu, 28 Jun 2012 13:28:24 +0000]
fix TextedLineEdit tabbing behaviour.

11 years agoshow btc balance (no fiat balance yet)
Amir Taaki [Wed, 27 Jun 2012 21:06:00 +0000]
show btc balance (no fiat balance yet)

11 years agomoved lite gui into lib/ and added -g lite to ./electrum
Amir Taaki [Wed, 27 Jun 2012 20:24:58 +0000]
moved lite gui into lib/ and added -g lite to ./electrum

11 years agoMerge branch 'master' of gitorious.org:electrum/electrum
Amir Taaki [Wed, 27 Jun 2012 20:18:07 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

11 years agoGUI mockup for lite mode.
Amir Taaki [Wed, 27 Jun 2012 20:15:52 +0000]
GUI mockup for lite mode.

11 years agoDarwin font
thomasv [Mon, 25 Jun 2012 15:09:59 +0000]
Darwin font

11 years agodarwin
ThomasV [Mon, 25 Jun 2012 06:15:56 +0000]
darwin

11 years agolocalisation: fix messages
ThomasV [Sat, 23 Jun 2012 11:58:32 +0000]
localisation: fix messages

11 years agoformat messages for localization
ThomasV [Sat, 23 Jun 2012 11:30:58 +0000]
format messages for localization

11 years agoupdate MANIFEST.in and setup.py to get rid of warnings
ThomasV [Sat, 23 Jun 2012 10:52:44 +0000]
update MANIFEST.in and setup.py to get rid of warnings

11 years agoversion 0.60
ThomasV [Sat, 23 Jun 2012 10:33:22 +0000]
version 0.60

11 years agoMerge commit 'refs/merge-requests/12' of git://gitorious.org/electrum/electrum into...
ThomasV [Sat, 23 Jun 2012 10:17:14 +0000]
Merge commit 'refs/merge-requests/12' of git://gitorious.org/electrum/electrum into merge-requests/12

11 years agoMerge branch 'master' of gitorious.org:electrum/electrum
ThomasV [Sat, 23 Jun 2012 10:14:31 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

11 years agoMerge commit 'refs/merge-requests/11' of git://gitorious.org/electrum/electrum into...
ThomasV [Sat, 23 Jun 2012 10:13:34 +0000]
Merge commit 'refs/merge-requests/11' of git://gitorious.org/electrum/electrum into merge-requests/11b

11 years agoMerge branch 'master' of gitorious.org:electrum/electrum
ThomasV [Sat, 23 Jun 2012 10:03:02 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

11 years agofilter old servers
ThomasV [Sat, 23 Jun 2012 10:02:44 +0000]
filter old servers

11 years agoupdate list of default servers
ThomasV [Sat, 23 Jun 2012 09:59:42 +0000]
update list of default servers

11 years agoinit socket
ThomasV [Wed, 20 Jun 2012 13:32:16 +0000]
init socket

11 years agoFixed list index out of range when supplying no arguments to verifymessage
Maran [Mon, 18 Jun 2012 20:23:52 +0000]
Fixed list index out of range when supplying no arguments to verifymessage

11 years agoAdded some more information for certain help commands also rewrote some of them to...
Maran [Mon, 18 Jun 2012 20:19:47 +0000]
Added some more information for certain help commands also rewrote some of them to be more like the others

11 years agofix for change address
ThomasV [Sun, 17 Jun 2012 07:51:15 +0000]
fix for change address

11 years agoversion 0.59a
ThomasV [Sun, 17 Jun 2012 04:59:12 +0000]
version 0.59a

11 years agofix: confusion
ThomasV [Sun, 17 Jun 2012 04:58:36 +0000]
fix: confusion

11 years agoversion
ThomasV [Sat, 16 Jun 2012 17:40:31 +0000]
version

11 years agofix: nochange -> usechange
ThomasV [Sat, 16 Jun 2012 16:56:55 +0000]
fix: nochange -> usechange

11 years agomake use_change a stored preference
ThomasV [Sat, 16 Jun 2012 16:45:17 +0000]
make use_change a stored preference

11 years agorevert to previous; too much clutter
ThomasV [Sat, 16 Jun 2012 16:24:36 +0000]
revert to previous; too much clutter

11 years agorestore headers; needed for unicode
thomasv [Fri, 15 Jun 2012 12:01:22 +0000]
restore headers; needed for unicode

11 years agoremove unneeded call
thomasv [Fri, 15 Jun 2012 11:46:30 +0000]
remove unneeded call

11 years agocatch keyboard interrupt
ThomasV [Fri, 15 Jun 2012 06:29:52 +0000]
catch keyboard interrupt