use bitcoinrpc for "make local"
[bitcoin:spesmilo.git] / main.py
2011-04-30 Luke Dashjrshow current balance in system tray tooltop
2011-04-27 Luke DashjrOnly add fallback font, if default is certainly missing...
2011-04-22 Luke DashjrBugfix: yay, a new kind of "connection refused" error :/
2011-04-22 Luke Dashjrremove WebKit imports that go unused
2011-04-22 Luke DashjrWhen using an internal core, send URIs over IPC if...
2011-04-21 Luke DashjrAccept --bitcoind ... parameter to pass arguments to...
2011-04-21 Luke Dashjrblackhole stderr when running in Windows without a...
2011-04-21 Luke Dashjrcleanly assume a socket.error when trying to stop ...
2011-04-21 Luke Dashjrreplace os.system with subprocess.Popen so we can self...
2011-04-21 Luke Dashjrpy2exe-based script to build a "dist" dir of files...
2011-04-19 Luke DashjrBugfix: Make settings the current window when not yet...
2011-04-19 Luke DashjrBugfix: Delete old TrayIcon when we're about to create...
2011-04-17 Luke Dashjrappend tonal font to default font list, for platforms...
2011-04-17 Luke DashjrWorkaround PySide/Windows bug (it's prepending args...
2011-04-13 Luke Dashjrmore strings to localize
2011-04-09 Luke Dashjradd strings missing from i18n
2011-04-09 Luke DashjrBugfix: first-run argument inconsistency
2011-04-06 Luke DashjrBugfix: Fix bitcoin: URIs
2011-04-05 Luke Dashjrlocalize --help
2011-04-05 Luke DashjrBugfix: multiple bugs related to internal core use...
2011-04-05 Luke DashjrAllow reconfiguration when connection fails
2011-04-05 Luke DashjrMerge branch 'install'
2011-04-04 Luke Dashjrerror on bad authentication, rather than hang on stdio
2011-04-04 Luke Dashjrworkaround annoying KDE bug
2011-04-04 Luke Dashjrensure refresh_transactions doesn't hold up GUI
2011-04-04 Luke Dashjrsupport --caption
2011-04-04 Luke Dashjrdefault --icon to None
2011-04-04 Luke Dashjrinstall and use theme icons
2011-04-04 Luke Dashjrmake main.py executable
2011-04-04 Luke Dashjroptparse-based command line options, including URI...
2011-03-31 Luke DashjrAdd interactive debug mode (main.py --debug)
2011-03-25 Luke DashjrGPLv3 copying terms; genjix has assigned copyright...
2011-03-22 Luke DashjrAllow configuring language via settings.py
2011-02-18 Luke DashjrMerge branch 'master' of https://github.com/genjix...
2011-02-16 Luke Dashjrprompt for core settings at first run
2011-02-16 Luke DashjrDon't stop the bitcoind unless it's internal
2011-02-16 Luke Dashjrinitial settings dialog
2011-02-16 Luke Dashjrskip wait if we can connect immediately
2011-02-14 genjixadded title to connecting message + error when core...
2011-02-14 genjixfirst commit