Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-11-03 | Fix all header defines | Pavel Janík | |
2014-08-11 | [Qt] Add column Watch-only to transactions list | Cozz Lovan | |
2014-05-17 | Implement SI-style (thin space) thoudands separator | Roy Badami | |
2014-04-25 | [Qt] Optionally add third party links to transaction context menu | Cozz Lovan | |
2014-03-27 | [Qt] fix style, formating, comment and indentation problems | Philip Kaufmann | |
- introduced by #3920 | |||
2014-03-21 | [QT] Fixes feel when resizing the last column on tables (issue #2862) | gubatron | |
Re-submitting this pull request with a single commit. This patch introduces a GUIUtil class that is used when setting up the 2 tables we have so far on the Qt-GUI. In the past you could only resize the last column, which has BTC amounts from the right border of the column header, something that was rather unnatural. If a new table were ever to be added to the interface, fixing the last columns resizing behavior is rather simple. Just look at how we initialize here a TableViewLastColumnResizingFixer object when setting up the table header's behavior, and then how we override the resize event of the component (can be the table, or the dialog) and we invoke columnResizingFixer->stretchColumnWidth(columnIndex); | |||
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-11-04 | qt: add license header to source files | Wladimir J. van der Laan | |
Closes #839 | |||
2013-10-30 | transactionview: add message() signal | Philip Kaufmann | |
- allow to use message() in transactionview by connecting to the message() signal in WalletView | |||
2013-03-21 | Adding 'copy txid' to qt tx overview context menu | Richard Schwab | |
2013-03-17 | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | |
- try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility | |||
2012-05-12 | When a transaction is clicked on overview page, focus it on history page | Wladimir J. van der Laan | |
2011-12-23 | Copy amount to clipboard (implements #657) | Wladimir J. van der Laan | |
- Also, unify similar code related to copying transaction fields to clipboard | |||
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-08-08 | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | |
2011-07-22 | Implement range... transaction filter | Wladimir J. van der Laan | |
2011-07-08 | Add context menu on transaction list: copy label, copy address, edit label, ↵ | Wladimir J. van der Laan | |
show details | |||
2011-07-07 | Export functionality for transaction list | Wladimir J. van der Laan | |
2011-07-01 | Add "last month" filter | Wladimir J. van der Laan | |
2011-06-30 | Fix detailed transaction information on doubleclick | Wladimir J. van der Laan | |
2011-06-29 | Implement filter row instead of tabs, allows for more expressive filters | Wladimir J. van der Laan | |