"Receive coins" instead of "Receiving addresses"
[novacoin.git] / src /
2011-07-02 Wladimir J. van... "Receive coins" instead of "Receiving addresses"
2011-07-02 Wladimir J. van... Placeholder text can only be used for Qt 4.7+
2011-07-01 Wladimir J. van... Remove "default address" from main GUI screen, it only...
2011-07-01 Wladimir J. van... Add "last month" filter
2011-07-01 Wladimir J. van... make amount column wider, so that more decimals fit in
2011-07-01 Wladimir J. van... cleanup unused constants
2011-07-01 Wladimir J. van... reverse address and label (suggestion by Danube)
2011-07-01 Wladimir J. van... General cleanups
2011-06-30 Wladimir J. van... Fix detailed transaction information on doubleclick
2011-06-30 Wladimir J. van... Address book: show unlabeled addresses as (no label)
2011-06-30 Wladimir J. van... fix sorting in address table dialog
2011-06-30 Wladimir J. van... add icons to address book dialog buttons
2011-06-30 Wladimir J. van... Add "receiving addresses" to toolbar
2011-06-30 Wladimir J. van... Make it very clear when on testnet (green icon, add...
2011-06-30 Wladimir J. van... Split off WalletModel from ClientModel, to be able...
2011-06-30 Wladimir J. van... show an error if amount is not valid (either the amount...
2011-06-30 Wladimir J. van... Make it more clear what the "New" button does
2011-06-29 Wladimir J. van... Implement filter row instead of tabs, allows for more...
2011-06-29 Wladimir J. van... add "BTC" to balance for clarity
2011-06-28 Wladimir J. van... use 256x256 window icon, to prevent uglyness on OSes...
2011-06-26 Wladimir J. van... add icons to "New..." and "Copy to clipboard" buttons
2011-06-26 Wladimir J. van... Change transaction table:
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-26 Wladimir J. van... reduce spacing between "Add to address book as" and...
2011-06-25 Wladimir J. van... fix typo in dutch translation
2011-06-25 Wladimir J. van... update dutch translation
2011-06-25 Wladimir J. van... compile fixes by Unthinkingbit
2011-06-25 Wladimir J. van... Improve look/usablity of send coins dialog
2011-06-25 Wladimir J. van... allow adding address to address book in send dialog
2011-06-25 Wladimir J. van... Call "initial download" "synchronizing with network...
2011-06-24 Wladimir J. van... finish nl translation
2011-06-24 Wladimir J. van... use buttonbox for options dialog
2011-06-23 Wladimir J. van... experiment with internationalization (nl), unbreak...
2011-06-22 Wladimir J. van... use #ifdef QT_UI to distinguish Qt UI instead of hardco...
2011-06-21 Wladimir J. van... clarify text
2011-06-21 Wladimir J. van... Allow changing default address (fixes issue #6)
2011-06-21 Wladimir J. van... highlight default address
2011-06-21 Wladimir J. van... when going to decimals field using ./, select it all...
2011-06-21 Wladimir J. van... fix issue #7
2011-06-21 Wladimir J. van... Add comment to tooltip that only sending addresses...
2011-06-21 Wladimir J. van... Fix some padding and focus issues with the new BitcoinA...
2011-06-20 Wladimir J. van... introduce bitcoin amount field with split amount/decima...
2011-06-20 Wladimir J. van... number of confirmations is no longer magic value
2011-06-20 markfixes for mac build
2011-06-18 Wladimir J. van... initial block download spans total blocks minus threshold
2011-06-18 Wladimir J. van... On initial block chain download, show a progress bar
2011-06-18 Wladimir J. van... update bitcoin core from git (eeac8727bc0a951631bd)
2011-06-18 Wladimir J. van... add configure and receive icon
2011-06-18 Wladimir J. van... Use explicit resource initialization, apparently needed...
2011-06-18 Wladimir J. van... Prevent notification balloon-spam on initial block...
2011-06-18 Wladimir J. van... remove commented code, use // for one-line comments...
2011-06-17 Wladimir J. van... fix issue #3 (dark theme compat)
2011-06-17 Wladimir J. van... remove unused icons
2011-06-17 Wladimir J. van... add svg sources for icons
2011-06-17 Wladimir J. van... better icons for confirmations
2011-06-16 Wladimir J. van... show connection meter "full" only at 10+ connections
2011-06-15 Wladimir J. van... transaction status icons
2011-06-15 Wladimir J. van... icons test
2011-06-14 Wladimir J. van... add connection meter
2011-06-14 Wladimir J. van... Make status column narrow (icon only, details on tooltip)
2011-06-13 Wladimir J. van... Internationalization -- conversion of strings from...
2011-06-13 Wladimir J. van... Internationalization -- initial step, make _ return...
2011-06-13 Wladimir J. van... Address book: select action (edit/select) based on...
2011-06-13 Wladimir J. van... Status column reorganization
2011-06-12 Wladimir J. van... new icons -- test
2011-06-12 Wladimir J. van... replace icons
2011-06-12 Wladimir J. van... add svg version of icon, so that it can be scaled to...
2011-06-12 Wladimir J. van... update bitcoin core to git ce148944c776ae8e91cc058f44dd...
2011-06-12 Wladimir J. van... remove wallet updating debug output
2011-06-12 Wladimir J. van... use stylized icon by bitboy
2011-06-11 Wladimir J. van... move back to original directory structure