electrum-nvc.git
2012-07-22 cobleeAdd release process for Mac OS X.
2012-07-18 Amir TaakiAdded AcceptBit integration.
2012-07-17 Amir Taakibugfix: signmessage expects 2 arguments. check for...
2012-07-17 Amir Taakishow help switches when using help command without...
2012-07-17 Amir TaakiMore reasonable fee calculation.
2012-07-10 Amir TaakiUse path of executable for resolving data directory...
2012-07-08 Amir Taakitry to detect data/style.css otherwise fallback to...
2012-07-08 Amir Taakirestore current path after modifying it.
2012-07-08 Amir TaakiAdded DragonFly to platform checks in appdata_dir(...
2012-07-07 Amir TaakiUse environment variable else fallback to system app...
2012-07-07 ThomasVfix import
2012-07-07 Amir TaakiCorrected import paths for print_error.
2012-07-07 Amir TaakisetWindowIcon() to electrum.png
2012-07-07 Amir TaakiCTRL+Q / CTRL+W close window shortcuts.
2012-07-07 genjixupdated authors file.
2012-07-07 genjixquote_currency setting can be None on first time use...
2012-07-07 genjixCreate locale/ directory when making i18n files.
2012-07-07 Julian ToshImplementing a better print_error routine
2012-07-07 Julian ToshMerge branch 'master' of gitorious.org:electrum/electrum
2012-07-07 Julian ToshStandardizing message format and implementing stderr...
2012-07-07 Amir TaakiSave selected currency as config setting.
2012-07-07 Amir TaakiSelect unused addresses when copying receiving address...
2012-07-07 Julian Toshmodified password input routines to allow for input...
2012-07-06 Julian ToshTurn debugging off by default
2012-07-06 Julian ToshAdding user enabled debug messages for server communica...
2012-07-06 Amir TaakiAUTHORS file. encourages contributors through social...
2012-07-06 thomasvDon't exit before wallet is saved
2012-07-05 Amir TaakiForce update for lite gui so update() gets called at...
2012-07-05 Amir Taakifirst check data/ else use system appdata/share directory.
2012-07-05 Amir Taakistop ugly flash because qt gui is trying to show itself.
2012-07-05 Amir TaakiDon't show fiat currency in titlebar (not enough space).
2012-07-05 Amir TaakiUse leaveEvent instead of checking mouseMove position...
2012-07-05 Amir Taakiset a window title for the popup and some other things.
2012-07-05 Amir TaakiFixed paths in stylesheet for resources.
2012-07-05 Amir TaakiPopup for receiving Bitcoins.
2012-07-04 Amir TaakiLoad resources across many platforms from the shared...
2012-07-04 Amir Taakiinstall data files to arch dependent appdata directory.
2012-07-04 Amir Taakiadd multiargs support to get_resource_path
2012-07-04 Amir Taakiget_resource_path("foo.png") -> "/usr/share/electrum...
2012-07-04 Amir TaakiCopy Address -> Copy My Address
2012-07-04 Amir Taakicorrected instructions for generating icons data file.
2012-07-03 Amir Taakirestore_or_create (just delegates to qt_gui - this...
2012-07-03 Amir Taakibugfix for showing 0 BTC balance when Price has been...
2012-07-03 ThomasVadding gui_lite
2012-07-03 ThomasVversion 0.61
2012-07-03 Amir Taakiapp_menu has interact_button as its parent to stop...
2012-07-03 Amir TaakiMake lite gui the default.
2012-07-02 Amir TaakiDo slow price discovery in another thread to speed...
2012-07-02 Amir Taakibitcoin URIs in lite mode.
2012-07-02 Amir Taakicompletion support for destination addresses.
2012-07-02 Amir TaakiDon't show ()s when showing just the fiat currency...
2012-07-02 Amir TaakiGo back to balance display when amount input is empty.
2012-07-02 Amir TaakiChange balance text to show conversion amount when...
2012-06-30 Amir TaakiDefer discovery of exchange rate until later to make...
2012-06-30 Amir Taakishow the BTC value in other currency.
2012-06-30 Amir Taakiexchange rate discovery object.
2012-06-30 Amir Taakilimit quote currency to 2 decimal places.
2012-06-30 Amir Taakiclicking balance switches between different currencies.
2012-06-30 Amir Taakihotfix for new wallet.register_callback compat
2012-06-29 Amir TaakiPassword input dialog working.
2012-06-29 Amir TaakiAdded send functionality. Still needs to have the passw...
2012-06-29 Amir Taakispawn both guis at start. clicking expand hides the...
2012-06-29 Amir Taakispawning electrum gui works if i hide widget and create...
2012-06-29 Amir Taakicreated expand stub. doesn't work trying to spawn elect...
2012-06-29 Amir TaakiActions for app_menu (report bug, show about electrum...
2012-06-29 Amir TaakiUpdate balance under accounts selector.
2012-06-29 Amir TaakiSIGNALs should use the correct syntax for names of...
2012-06-29 Amir Taakibugfix for "QObject: Cannot create children for a paren...
2012-06-29 Amir TaakiEnforce minimum width of address input so it's ~ same...
2012-06-28 Amir Taakibasic functionality:
2012-06-28 Amir Taakifix TextedLineEdit tabbing behaviour.
2012-06-27 Amir Taakishow btc balance (no fiat balance yet)
2012-06-27 Amir Taakimoved lite gui into lib/ and added -g lite to ./electrum
2012-06-27 Amir TaakiMerge branch 'master' of gitorious.org:electrum/electrum
2012-06-27 Amir TaakiGUI mockup for lite mode.
2012-06-25 thomasvDarwin font
2012-06-25 ThomasVdarwin
2012-06-23 ThomasVlocalisation: fix messages
2012-06-23 ThomasVformat messages for localization
2012-06-23 ThomasVupdate MANIFEST.in and setup.py to get rid of warnings
2012-06-23 ThomasVversion 0.60
2012-06-23 ThomasVMerge commit 'refs/merge-requests/12' of git://gitoriou...
2012-06-23 ThomasVMerge branch 'master' of gitorious.org:electrum/electrum
2012-06-23 ThomasVMerge commit 'refs/merge-requests/11' of git://gitoriou...
2012-06-23 ThomasVMerge branch 'master' of gitorious.org:electrum/electrum
2012-06-23 ThomasVfilter old servers
2012-06-23 ThomasVupdate list of default servers
2012-06-20 ThomasVinit socket
2012-06-18 MaranFixed list index out of range when supplying no argumen...
2012-06-18 MaranAdded some more information for certain help commands...
2012-06-17 ThomasVfix for change address
2012-06-17 ThomasVversion 0.59a
2012-06-17 ThomasVfix: confusion
2012-06-16 ThomasVversion
2012-06-16 ThomasVfix: nochange -> usechange
2012-06-16 ThomasVmake use_change a stored preference
2012-06-16 ThomasVrevert to previous; too much clutter
2012-06-15 thomasvrestore headers; needed for unicode
2012-06-15 thomasvremove unneeded call
2012-06-15 ThomasVcatch keyboard interrupt
next