Bitcoin UI improvements

2010 Feb 21 See all posts
Bitcoin UI improvements @ Satoshi Nakamoto
Author

Satoshi Nakamoto

Email

Site

https://satoshinakamoto.network

Satoshi Nakamoto
UI improvements
February 21, 2010, 09:48:01 PM

Uploaded some UI changes to SVN as version 0.2.5.

Instead of View->Show Generated, we now have tabs:

Makes it a lot easier to flip to received and check for payments.

Moved the "Your Addresses" book inside the main address book.  It was confusing having two address books.

I found the "To:" in "From: unknown, To: (one of your bitcoin addresses)" still confusing, so I changed it to "From: unknown, Received with:".  The bitcoin address is abbreviated so you can see the label that you set in the Receiving tab of the address book.

Fixed a few UI glitches from the upgrade to wxWidgets 2.9.0.

I haven't forgotten about you people who want non-UI, but I had to do some fun stuff before more build bashing.


Sabunir
February 21, 2010, 10:00:09 PM

These improvements sound good. Thank you for your continued development of the application. As a suggestion, you could consider shortening "From: unknown, Received with:" to "From: unknown, Paid to:"


giik
February 22, 2010, 08:04:42 PM

When you merged the "your addresses" and "the other addresses", how can you see the difference between them? Perhaps it is better to build version 0.2.5 myself, but does anyone have a guide to build it on Mac OS X 10.6?


Satoshi Nakamoto
February 23, 2010, 01:16:28 AM

There are now "Sending" and "Receiving" tabs in the Address Book.  Your addresses are referred to as "receiving addresses".

madhatter was working on building it on Mac.  He had errors probably caused by UTF-16 wxWidgets 2.8.  Should have better luck now with 2.9.0.  wxWidgets 2.9.0 is UTF-8 and wouldn't have that problem.

I think he had it working on FreeBSD, but he wanted a non-UI version.

I have the command line and JSON-RPC daemon version working now.  Will SVN it in a day or two.

I disabled gdm on my Ubuntu system so it boots into command line.  I hope I will be able to get it enabled again with rcconf.


sirius
February 23, 2010, 12:09:58 PM

In Ubuntu you can also switch to a non-graphical login screen by pressing ctrl + alt + F[1-8].


Xunie
February 23, 2010, 12:28:27 PM

And you can login to one of the TTY1-8 (what sirius-m was talking about) and execute /etc/init.d/gdm start and it will start gdm!


Satoshi Nakamoto
February 23, 2010, 04:53:27 PM

Quote from: Xunie on February 23, 2010, 12:28:27 PM

/etc/init.d/gdm start and it will start gdm!

Ah yes, there we go, back to normal again.

The ctrl+alt+F[1-8] thing never worked on this computer. The screen just goes haywire.