119 Commits (b39f1424ec434ba0977e71db4e22dbc59dd0216c)

Author SHA1 Message Date
thomasv 8fd1dbadf6 use https for aliases 12 years ago
bkkcoins 09c90c0971 Revert "Revert "Added proxy options to network dialog"" 12 years ago
bkkcoins 6e0b3620d2 Revert "Added proxy options to network dialog" 12 years ago
bkkcoins 83bb644135 Added proxy options to network dialog 12 years ago
Maran 6da25727f8 Refactored user_dir to utils and replaced it in wallet and config 12 years ago
Amir Taaki ca4473c620 If wallet does not exist, then it does not even attempt to read the config (read returns on IOError exception). Ergo a new wallet will not ever set the theme name and it will stay as None. We change this to a sensible default so new wallets have a themed GUI. 12 years ago
Amir Taaki 6dfb9e12c7 Fixed bug where switching servers causes assert failure. 12 years ago
Amir Taaki 26c0b786e9 RAII open of wallet file. 12 years ago
Amir Taaki 3d836ebc38 Revert "Don't need two try/catch statments if nothing happens when exception is caught" 12 years ago
Amir Taaki 5c4be3196a Better looking set_path(wallet_path) method. Flattened function that's easier to read. 12 years ago
Amir Taaki 58e6050f52 Better looking set_path(wallet_path) method. Flattened function that's easier to read. 12 years ago
Jimbo77 25ad5fcd06 got rid of print_error 12 years ago
Jimbo77 a6239764d2 small cosmetic change 12 years ago
Jimbo77 34a3eea0bf changed imports to fit pep8 styleguide 12 years ago
Jimbo77 2de8df6758 getting rid of another BaseExceptions 12 years ago
Jimbo77 e12699ae75 getting rid of more BaseExceptions 12 years ago
Jimbo77 cdc16acabb changed to more descriptive exception 12 years ago
Jimbo77 6b86942ccb Don't need two try/catch statments if nothing happens when exception is caught 12 years ago
Jimbo77 719b9d7d33 Small cosmetic fix 12 years ago
Jimbo77 407070bba0 Didn't need a seperate variable just for string 12 years ago
Jimbo77 cb67ec4454 changed to more descriptive exception 12 years ago
Jimbo77 1429ef71e1 getting rid of more unnecessary print_errors() 12 years ago
Jimbo77 89109541bd created docstring for set_path() 12 years ago
Jimbo77 f0fb3ec0e1 added small comment for ast.literal_eval 12 years ago
Jimbo77 a85901b4b2 added docstring for the read() function 12 years ago
Amir Taaki ef9a3abe31 Add theme name to config file. 12 years ago
Amir Taaki c506139e68 use labels for to/from in lite history where available. 12 years ago
Amir Taaki b952a96b41 Added history to lite view. 12 years ago
ThomasV 80d6c3ccb8 fix import 12 years ago
Julian Tosh 4e5dfbeade Implementing a better print_error routine 12 years ago
Julian Tosh a3830e5903 Standardizing message format and implementing stderr for errors 12 years ago
Amir Taaki 2984c3dd95 Save selected currency as config setting. 12 years ago
Julian Tosh b615fe0c8c modified password input routines to allow for input through stdin 12 years ago
Julian Tosh b8c1c0c317 Turn debugging off by default 12 years ago
Julian Tosh 22fcb9e521 Adding user enabled debug messages for server communications 12 years ago
Amir Taaki ba6e9417ed spawn both guis at start. clicking expand hides the simple one, shows the expert one. 12 years ago
ThomasV 37af22cc6f fix for change address 13 years ago
ThomasV c6c577dcfd fix: confusion 13 years ago
ThomasV 4343967ee0 make use_change a stored preference 13 years ago
ThomasV b39289c4df patch by Soultaker; fix old_to_new 13 years ago
thomasv e631e9c89c nanotube's patch for compressed keys 13 years ago
ThomasV 3fedcc8824 create default label only if the output is not mine 13 years ago
ThomasV 7cfb78cdc6 handle URI labels 13 years ago
thomasv 3ae348791f set wallet file permissions 13 years ago
thomasv 6f0dcd091f force synchronization by poking the interface 13 years ago
thomasv e0372fc3a6 fix: the gap limit is one value higher than the gap 13 years ago
thomasv 6b0499bcbc allow user to change gap limit 13 years ago
thomasv 594b7f0265 add expert mode to preferences 13 years ago
thomasv 9625ef1ea9 define method get_address_flags 13 years ago
thomasv 7e0dba3e82 unfreeze before prioritize 13 years ago