Commit Graph

1161 Commits

Author SHA1 Message Date
Amir Taaki 6b75c5f3fa Added donation address. 2012-08-14 20:53:02 +01:00
Amir Taaki 4b1feddcbd put it back to == True (oops :p) 2012-08-13 23:05:56 +01:00
Maran 7d7a32e1ad Fix send button not activating 2012-08-13 23:55:37 +02:00
Amir Taaki 75f8878562 Fix check_button_status. QVariant returned by property(...) will not return a python bool object, but it can evaluate. 2012-08-13 20:57:49 +01:00
Amir Taaki 2993f2313f fixed indentatioin to use 4 spaces, not 2 2012-08-13 20:54:11 +01:00
Amir Taaki 6f3271f565 Make seed dialog much simpler and easier to understand. 2012-08-13 14:59:20 +01:00
Amir Taaki 62aa814101 "BrainWallet Info" menu item in lite mode. 2012-08-13 14:42:38 +01:00
Maran 894ea725e9 Packaging history widget 2012-08-13 10:53:11 +02:00
Amir Taaki 3ee35acc27 changed electrum logo to noface. 2012-08-12 23:37:13 +01:00
Amir Taaki a452b9d1a6 noface logo. 2012-08-12 23:34:29 +01:00
Amir Taaki c684e4762e use prettier form of connect (which has less code, and more clarity) 2012-08-12 22:17:41 +01:00
Maran 0363f21c32 Merged history from master 2012-08-12 22:58:48 +02:00
Amir Taaki c506139e68 use labels for to/from in lite history where available. 2012-08-12 21:52:28 +01:00
Amir Taaki a61d1ad44b open electrum-desktop.com website instead of manual. 2012-08-12 21:48:51 +01:00
Amir Taaki 5ff2c45a56 Added report_bug and show_about hooks for menu. 2012-08-12 21:31:04 +01:00
Amir Taaki 46419a0457 alternating row colours for history. 2012-08-12 21:28:26 +01:00
Amir Taaki 5c43cee3f3 Add CSS styling to history view to make text lighter coloured. 2012-08-12 21:23:26 +01:00
Amir Taaki b952a96b41 Added history to lite view. 2012-08-12 21:17:43 +01:00
Maran 21eeb7690c Merge changes from master 2012-08-12 21:44:27 +02:00
Amir Taaki 1a26fa87d3 Rename main menu to 'Bitcoin' from 'Electrum'. 2012-08-12 20:35:55 +01:00
Maran deae28809e Updated setup script 2012-08-12 21:28:39 +02:00
Amir Taaki bc64b2ae09 disabled menu entries that dont work. 2012-08-12 20:26:48 +01:00
Amir Taaki 3aa19aace6 Rename main menu to 'Bitcoin' from 'Electrum'. 2012-08-12 20:25:31 +01:00
Maran c1abb8ea05 Bump version to 1.0 2012-08-12 21:21:37 +02:00
Maran 18eaec6fa2 Commented out some unfinished menu items 2012-08-12 21:03:54 +02:00
Maran cba55d5dec Merge branch 'master' of https://github.com/spesmilo/electrum 2012-08-12 20:48:09 +02:00
Maran 3c24c7d426 Updated domain in README 2012-08-12 20:47:42 +02:00
Amir Taaki da5571a870 Merge branch 'master' of github.com:Spesmilo/Electrum 2012-08-03 16:13:49 -03:00
Amir Taaki 99f71a188f formatting fixes. 2012-08-03 16:07:58 -03:00
slush 2791ecc167 Added check if video device is available 2012-08-03 16:05:47 +02:00
slush 380242f0e5 Added package qrscanner 2012-08-03 16:04:36 +02:00
Maran 840b51be4e Merge branch 'master' of https://github.com/Spesmilo/Electrum 2012-08-02 22:41:46 +02:00
Maran 4c2135f58d Added instructions for brew based setup release 2012-08-02 22:41:38 +02:00
Amir Taaki db08073f85 added tentative TODO list. 2012-08-02 15:09:43 -03:00
Amir Taaki 2a1f51c627 fixed vertical align with send button and amount input box. 2012-08-02 14:41:54 -03:00
Maran H. 344d5ed183 Merge pull request #6 from ErebusBat/erebusbat
Erebusbat
2012-08-02 10:05:03 -07:00
ErebusBat 211fbe8ec3 Ignore build outputs 2012-08-02 11:02:46 -06:00
ErebusBat 90f9ae8753 Add .gitignore
- Ignore compiled python
 - Patch files
 - lib/icons_rc.py (generated)
2012-08-02 10:46:42 -06:00
Maran 608d4cad74 Merge branch 'cobleebuilder' 2012-08-02 18:07:25 +02:00
Maran 33d63c4b81 Merge branch 'new-layout' into cobleebuilder 2012-08-02 16:41:20 +02:00
Amir Taaki c4fe8d1376 remove stretch between amount and send button. 2012-08-02 11:30:44 -03:00
Amir Taaki 128f887ce9 Added menu entries. 2012-08-02 11:20:21 -03:00
Maran 0835dfb6d0 Merge branch 'new-layout' into cobleebuilder 2012-08-02 16:16:59 +02:00
Maran f1e83e6693 Added a search option if qt was not installed via port 2012-08-02 16:06:17 +02:00
slush 4e54081c5c New feature "Scan QR code" in sending dialog. 2012-08-02 15:18:31 +02:00
slush b21ebc0da4 Scanning and parsing QR codes using computer's camera. 2012-08-02 15:18:06 +02:00
Maran 09c8e956e1 Dont require private key on import, patch by ErebusBat 2012-08-01 21:52:52 +02:00
Maran d803e3ab30 Dont confirm password from command line, patch by ErebusBat 2012-08-01 21:51:40 +02:00
Maran 850d3580ae Bring qr-code in full visiblity 2012-08-01 21:22:07 +02:00
Maran 3e6342cae7 Merge branch 'new-layout' into cobleebuilder 2012-08-01 21:01:42 +02:00