Pre-0.4.8 update
[novacoin.git] / src / qt / transactiontablemodel.cpp
2014-01-12 alexPre-0.4.8 update
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2012-11-10 Sunny KingPPCoin: Qt: display coinstake as single 'mint by stake...
2012-04-17 Pieter WuilleRemove headers.h
2012-04-15 Wladimir J. van... fix warnings: 'XX' defined as a struct here but previou...
2012-04-15 Wladimir J. van... fix warnings: 'XX' defined as a struct here but previou...
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-04 Philip Kaufmannremoved an ugly line break in a transaction tooltip...
2012-03-27 Philip Kaufmannremoved an ugly line break in a transaction tooltip...
2012-01-04 Wladimir J. van... Fix transaction type in UI: not all tx'es with "from...
2011-12-28 Wladimir J. van... Fix transaction type in UI: not all tx'es with "from...
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-08-08 Wladimir J. van... QtUI code cleanup / comment improvements
2011-08-07 Wladimir J. van... don't include <QDebug>
2011-08-06 Wladimir J. van... reorganize transaction model data function, and transac...
2011-08-05 Wladimir J. van... improve tooltip over transactions
2011-08-04 Wladimir J. van... Clarity: change definition of "confirmed" to "counts...
2011-08-03 Wladimir J. van... show last few transactions on overview page
2011-07-31 Wladimir J. van... show n/a for mined transactions (and send to self)...
2011-07-31 Wladimir J. van... address icons
2011-07-30 Wladimir J. van... Hide addresses in transaction overview by default,...
2011-07-29 Wladimir J. van... Full support for other units, add configuration option...
2011-07-25 Wladimir J. van... preparations for multiple unit (uBTC, mBTC, BTC) suppor...
2011-07-25 Wladimir J. van... put color constants in guiconstants.h
2011-07-08 Wladimir J. van... Add context menu on transaction list: copy label, copy...
2011-07-08 Wladimir J. van... Transaction list: less terse tooltip
2011-07-07 Wladimir J. van... "Status" doesn't fit into narrow first column in transa...
2011-07-07 Wladimir J. van... Qt handles the "..." for too long table rows. Remove...
2011-07-07 Wladimir J. van... Export functionality for transaction list
2011-07-07 Wladimir J. van... minor language/text updates
2011-07-07 Wladimir J. van... Improve view of generated transactions (show clock...
2011-07-02 Wladimir J. van... Send: dialog redesign (automatically look up label...
2011-07-01 Wladimir J. van... cleanup unused constants
2011-07-01 Wladimir J. van... reverse address and label (suggestion by Danube)
2011-06-29 Wladimir J. van... Implement filter row instead of tabs, allows for more...
2011-06-26 Wladimir J. van... Change transaction table:
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-24 Wladimir J. van... finish nl translation
2011-06-20 Wladimir J. van... number of confirmations is no longer magic value
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... better icons for confirmations
2011-06-15 Wladimir J. van... transaction status icons
2011-06-15 Wladimir J. van... icons test
2011-06-14 Wladimir J. van... Make status column narrow (icon only, details on tooltip)
2011-06-13 Wladimir J. van... Status column reorganization
2011-06-12 Wladimir J. van... remove wallet updating debug output
2011-06-11 Wladimir J. van... move back to original directory structure