electrum-nvc.git
11 years agountested hotfix for copying data/ to system wide local data dir.
Amir Taaki [Mon, 20 Aug 2012 09:25:08 +0000]
untested hotfix for copying data/ to system wide local data dir.

11 years agobugfix: wrong indentation level for prompt_password.
Amir Taaki [Mon, 20 Aug 2012 09:12:16 +0000]
bugfix: wrong indentation level for prompt_password.

11 years agoMore Pythonics util.print_error
Amir Taaki [Sat, 18 Aug 2012 08:35:02 +0000]
More Pythonics util.print_error

11 years agomore print_errors() deleted
Jimbo77 [Mon, 20 Aug 2012 02:59:05 +0000]
more print_errors() deleted

11 years agocreated docstring for local_data_dir()
Jimbo77 [Mon, 20 Aug 2012 01:28:17 +0000]
created docstring for local_data_dir()

11 years agogetting rid of more unnecessary print_errors()
Jimbo77 [Mon, 20 Aug 2012 01:24:02 +0000]
getting rid of more unnecessary print_errors()

11 years agogetting rid of more unnecessary print_errors()
Jimbo77 [Mon, 20 Aug 2012 01:19:59 +0000]
getting rid of more unnecessary print_errors()

11 years agocreated docstring for set_path()
Jimbo77 [Mon, 20 Aug 2012 01:08:32 +0000]
created docstring for set_path()

11 years agoadded small comment for ast.literal_eval
Jimbo77 [Mon, 20 Aug 2012 00:49:51 +0000]
added small comment for ast.literal_eval

11 years agoadded docstring for the read() function
Jimbo77 [Mon, 20 Aug 2012 00:46:31 +0000]
added docstring for the read() function

11 years agogot rid of another unneeded print_error()
Jimbo77 [Mon, 20 Aug 2012 00:17:47 +0000]
got rid of another unneeded print_error()

11 years agogot rid of another unneeded print_error()
Jimbo77 [Mon, 20 Aug 2012 00:16:35 +0000]
got rid of another unneeded print_error()

11 years agochanged print_error() to sys.exit to reduce coupling
Jimbo77 [Mon, 20 Aug 2012 00:12:08 +0000]
changed print_error() to sys.exit to reduce coupling

11 years agogot rid of print_error() to reduce coupling
Jimbo77 [Sun, 19 Aug 2012 23:00:46 +0000]
got rid of print_error() to reduce coupling

11 years agoCreated appdata_dir() docstring
Jimbo77 [Sun, 19 Aug 2012 22:27:08 +0000]
Created appdata_dir() docstring

11 years agoCreated print_error docstring
Jimbo77 [Sun, 19 Aug 2012 22:21:20 +0000]
Created print_error docstring

11 years agoadded ImportError and replaced print_error() with sys.exit() to reduce coupling
Jimbo77 [Sun, 19 Aug 2012 22:10:17 +0000]
added ImportError and replaced print_error() with sys.exit() to reduce coupling

11 years agoalphabetically sort theme names in themes menu
Amir Taaki [Sat, 18 Aug 2012 07:53:34 +0000]
alphabetically sort theme names in themes menu

11 years agoAdded styling help text for themes.
Amir Taaki [Sat, 18 Aug 2012 07:44:46 +0000]
Added styling help text for themes.

11 years agobugfix: reset path after switching to new theme selection.
Amir Taaki [Sat, 18 Aug 2012 07:32:15 +0000]
bugfix: reset path after switching to new theme selection.

11 years agoDeleted unused icons for correct/incorrect address input (we use green/red colouring...
Amir Taaki [Sat, 18 Aug 2012 07:31:47 +0000]
Deleted unused icons for correct/incorrect address input (we use green/red colouring of the text now)

11 years agoAdded back dark theme.
Amir Taaki [Sat, 18 Aug 2012 07:31:32 +0000]
Added back dark theme.

11 years agoShow and change themes via GUI.
Amir Taaki [Sat, 18 Aug 2012 07:23:57 +0000]
Show and change themes via GUI.

11 years agoLoad theme in gui according to setting.
Amir Taaki [Sat, 18 Aug 2012 07:23:26 +0000]
Load theme in gui according to setting.

11 years agoUtils for dynamically loading themes.
Amir Taaki [Sat, 18 Aug 2012 07:21:58 +0000]
Utils for dynamically loading themes.

11 years agoStructured data/ with theme subdirectories.
Amir Taaki [Sat, 18 Aug 2012 06:17:35 +0000]
Structured data/ with theme subdirectories.

11 years agoAdd theme name to config file.
Amir Taaki [Sat, 18 Aug 2012 06:15:48 +0000]
Add theme name to config file.

11 years agoPrettified code for BrainWallet dialog.
Amir Taaki [Thu, 16 Aug 2012 22:31:46 +0000]
Prettified code for BrainWallet dialog.

11 years agoFix merge conflicts
Maran [Thu, 16 Aug 2012 21:36:41 +0000]
Fix merge conflicts

11 years agoMade the window a little prettier
Maran [Thu, 16 Aug 2012 20:11:25 +0000]
Made the window a little prettier

11 years agoChanging around where we issue the messages
Maran [Thu, 16 Aug 2012 09:28:20 +0000]
Changing around where we issue the messages

11 years agoAdded pretty errors when pyqt is not found or qt is not the right version
Maran [Wed, 15 Aug 2012 20:50:36 +0000]
Added pretty errors when pyqt is not found or qt is not the right version

11 years agoAdded donation address.
Amir Taaki [Tue, 14 Aug 2012 19:52:28 +0000]
Added donation address.

11 years agoput it back to == True (oops :p)
Amir Taaki [Mon, 13 Aug 2012 22:05:56 +0000]
put it back to == True (oops :p)

11 years agoFix send button not activating
Maran [Mon, 13 Aug 2012 21:55:37 +0000]
Fix send button not activating

11 years agoFix check_button_status. QVariant returned by property(...) will not return a python...
Amir Taaki [Mon, 13 Aug 2012 19:57:49 +0000]
Fix check_button_status. QVariant returned by property(...) will not return a python bool object, but it can evaluate.

11 years agofixed indentatioin to use 4 spaces, not 2
Amir Taaki [Mon, 13 Aug 2012 19:54:11 +0000]
fixed indentatioin to use 4 spaces, not 2

11 years agoMake seed dialog much simpler and easier to understand.
Amir Taaki [Mon, 13 Aug 2012 13:59:20 +0000]
Make seed dialog much simpler and easier to understand.

11 years ago"BrainWallet Info" menu item in lite mode.
Amir Taaki [Mon, 13 Aug 2012 13:42:38 +0000]
"BrainWallet Info" menu item in lite mode.

11 years agoPackaging history widget
Maran [Mon, 13 Aug 2012 08:53:11 +0000]
Packaging history widget

11 years agochanged electrum logo to noface.
Amir Taaki [Sun, 12 Aug 2012 22:37:13 +0000]
changed electrum logo to noface.

11 years agonoface logo.
Amir Taaki [Sun, 12 Aug 2012 22:34:29 +0000]
noface logo.

11 years agouse prettier form of connect (which has less code, and more clarity)
Amir Taaki [Sun, 12 Aug 2012 21:17:41 +0000]
use prettier form of connect (which has less code, and more clarity)

11 years agoMerged history from master
Maran [Sun, 12 Aug 2012 20:58:48 +0000]
Merged history from master

11 years agouse labels for to/from in lite history where available.
Amir Taaki [Sun, 12 Aug 2012 20:52:28 +0000]
use labels for to/from in lite history where available.

11 years agoopen electrum-desktop.com website instead of manual.
Amir Taaki [Sun, 12 Aug 2012 20:48:51 +0000]
open electrum-desktop.com website instead of manual.

11 years agoAdded report_bug and show_about hooks for menu.
Amir Taaki [Sun, 12 Aug 2012 20:31:04 +0000]
Added report_bug and show_about hooks for menu.

11 years agoalternating row colours for history.
Amir Taaki [Sun, 12 Aug 2012 20:28:26 +0000]
alternating row colours for history.

11 years agoAdd CSS styling to history view to make text lighter coloured.
Amir Taaki [Sun, 12 Aug 2012 20:23:26 +0000]
Add CSS styling to history view to make text lighter coloured.

11 years agoAdded history to lite view.
Amir Taaki [Sun, 12 Aug 2012 20:17:43 +0000]
Added history to lite view.

11 years agoMerge changes from master
Maran [Sun, 12 Aug 2012 19:44:27 +0000]
Merge changes from master

11 years agoRename main menu to 'Bitcoin' from 'Electrum'.
Amir Taaki [Sun, 12 Aug 2012 19:25:31 +0000]
Rename main menu to 'Bitcoin' from 'Electrum'.

11 years agoUpdated setup script
Maran [Sun, 12 Aug 2012 19:28:39 +0000]
Updated setup script

11 years agodisabled menu entries that dont work.
Amir Taaki [Sun, 12 Aug 2012 19:26:48 +0000]
disabled menu entries that dont work.

11 years agoRename main menu to 'Bitcoin' from 'Electrum'.
Amir Taaki [Sun, 12 Aug 2012 19:25:31 +0000]
Rename main menu to 'Bitcoin' from 'Electrum'.

11 years agoBump version to 1.0
Maran [Sun, 12 Aug 2012 19:21:37 +0000]
Bump version to 1.0

11 years agoCommented out some unfinished menu items
Maran [Sun, 12 Aug 2012 19:03:54 +0000]
Commented out some unfinished menu items

11 years agoMerge branch 'master' of https://github.com/spesmilo/electrum
Maran [Sun, 12 Aug 2012 18:48:09 +0000]
Merge branch 'master' of https://github.com/spesmilo/electrum

11 years agoUpdated domain in README
Maran [Sun, 12 Aug 2012 18:47:42 +0000]
Updated domain in README

11 years agoMerge branch 'master' of github.com:Spesmilo/Electrum
Amir Taaki [Fri, 3 Aug 2012 19:13:49 +0000]
Merge branch 'master' of github.com:Spesmilo/Electrum

11 years agoformatting fixes.
Amir Taaki [Fri, 3 Aug 2012 19:07:58 +0000]
formatting fixes.

11 years agoAdded check if video device is available
slush [Fri, 3 Aug 2012 14:05:47 +0000]
Added check if video device is available

11 years agoAdded package qrscanner
slush [Fri, 3 Aug 2012 14:04:36 +0000]
Added package qrscanner

11 years agoMerge branch 'master' of https://github.com/Spesmilo/Electrum
Maran [Thu, 2 Aug 2012 20:41:46 +0000]
Merge branch 'master' of https://github.com/Spesmilo/Electrum

11 years agoAdded instructions for brew based setup release
Maran [Thu, 2 Aug 2012 20:41:38 +0000]
Added instructions for brew based setup release

11 years agoadded tentative TODO list.
Amir Taaki [Thu, 2 Aug 2012 18:09:43 +0000]
added tentative TODO list.

11 years agofixed vertical align with send button and amount input box.
Amir Taaki [Thu, 2 Aug 2012 17:41:54 +0000]
fixed vertical align with send button and amount input box.

11 years agoMerge pull request #6 from ErebusBat/erebusbat
Maran H. [Thu, 2 Aug 2012 17:05:03 +0000]
Merge pull request #6 from ErebusBat/erebusbat

Erebusbat

11 years agoIgnore build outputs
ErebusBat [Thu, 2 Aug 2012 17:02:46 +0000]
Ignore build outputs

11 years agoAdd .gitignore
ErebusBat [Thu, 2 Aug 2012 16:46:42 +0000]
Add .gitignore
 - Ignore compiled python
 - Patch files
 - lib/icons_rc.py (generated)

11 years agoMerge branch 'cobleebuilder'
Maran [Thu, 2 Aug 2012 16:07:25 +0000]
Merge branch 'cobleebuilder'

11 years agoMerge branch 'new-layout' into cobleebuilder
Maran [Thu, 2 Aug 2012 14:41:20 +0000]
Merge branch 'new-layout' into cobleebuilder

11 years agoremove stretch between amount and send button.
Amir Taaki [Thu, 2 Aug 2012 14:30:44 +0000]
remove stretch between amount and send button.

11 years agoAdded menu entries.
Amir Taaki [Thu, 2 Aug 2012 14:20:21 +0000]
Added menu entries.

11 years agoMerge branch 'new-layout' into cobleebuilder
Maran [Thu, 2 Aug 2012 14:16:59 +0000]
Merge branch 'new-layout' into cobleebuilder

11 years agoAdded a search option if qt was not installed via port
Maran [Thu, 2 Aug 2012 14:06:17 +0000]
Added a search option if qt was not installed via port

11 years agoNew feature "Scan QR code" in sending dialog.
slush [Thu, 2 Aug 2012 13:18:31 +0000]
New feature "Scan QR code" in sending dialog.

11 years agoScanning and parsing QR codes using computer's camera.
slush [Thu, 2 Aug 2012 13:18:06 +0000]
Scanning and parsing QR codes using computer's camera.

11 years agoDont require private key on import, patch by ErebusBat
Maran [Wed, 1 Aug 2012 19:52:52 +0000]
Dont require private key on import, patch by ErebusBat

11 years agoDont confirm password from command line, patch by ErebusBat
Maran [Wed, 1 Aug 2012 19:51:40 +0000]
Dont confirm password from command line, patch by ErebusBat

11 years agoBring qr-code in full visiblity
Maran [Wed, 1 Aug 2012 19:22:07 +0000]
Bring qr-code in full visiblity

11 years agoMerge branch 'new-layout' into cobleebuilder
Maran [Wed, 1 Aug 2012 19:01:42 +0000]
Merge branch 'new-layout' into cobleebuilder

11 years agoFurther tweaks to the layout
Maran [Tue, 31 Jul 2012 19:38:34 +0000]
Further tweaks to the layout

11 years agoRenamed menu item
Maran [Tue, 31 Jul 2012 17:31:46 +0000]
Renamed menu item

11 years agoAdded the expand option to the settings menu
Maran [Tue, 31 Jul 2012 17:31:06 +0000]
Added the expand option to the settings menu

11 years agoTweaked style a bit
Maran [Tue, 31 Jul 2012 16:51:43 +0000]
Tweaked style a bit

11 years agoFixed merged conflicts from menu branch
Maran [Tue, 31 Jul 2012 16:20:54 +0000]
Fixed merged conflicts from menu branch

11 years agoRemoved the valid icon and make the text green or red instead
Maran [Tue, 31 Jul 2012 16:13:37 +0000]
Removed the valid icon and make the text green or red instead

11 years agoAdded menubar.
Amir Taaki [Tue, 31 Jul 2012 16:00:55 +0000]
Added menubar.

11 years agoReplaced left buttons with a menubar.
Amir Taaki [Mon, 30 Jul 2012 23:34:59 +0000]
Replaced left buttons with a menubar.

11 years agoRemoved lighter.css and moved it to the default layout
Maran [Tue, 24 Jul 2012 12:59:41 +0000]
Removed lighter.css and moved it to the default layout

11 years agoReworked the logic for the send button, you can only press it when the amount and...
Maran [Tue, 24 Jul 2012 12:58:10 +0000]
Reworked the logic for the send button, you can only press it when the amount and a valid address is given

11 years agoCleaned up the layout a bit more
Maran [Tue, 24 Jul 2012 12:19:51 +0000]
Cleaned up the layout a bit more

11 years agoAdded style sheet
Maran [Tue, 24 Jul 2012 11:35:51 +0000]
Added style sheet

11 years agoAdded lighter theme
Maran [Tue, 24 Jul 2012 11:31:47 +0000]
Added lighter theme

11 years agoupdated coblee description.
Amir Taaki [Mon, 23 Jul 2012 19:00:45 +0000]
updated coblee description.

11 years agoAdded Tachikoma and coblee.
Amir Taaki [Mon, 23 Jul 2012 18:59:11 +0000]
Added Tachikoma and coblee.

11 years agoMerge commit 'refs/merge-requests/11' of gitorious.org:electrum/electrum into cobleeb...
Maran [Mon, 23 Jul 2012 18:50:39 +0000]
Merge commit 'refs/merge-requests/11' of gitorious.org:electrum/electrum into cobleebuilder

11 years agoFix the recursion issue on OSX
Maran [Mon, 23 Jul 2012 18:43:31 +0000]
Fix the recursion issue on OSX

11 years agoFix comment.
coblee [Sun, 22 Jul 2012 23:21:31 +0000]
Fix comment.