| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bugfix: Fix a variety of misspellings | Luke Dashjr | 2012-08-01 | 1 | -2/+2 |
| * | small update for BitcoinGUI::setNumBlocks() function | Philip Kaufmann | 2012-07-17 | 1 | -1/+1 |
| * | replace some ugly code in addressbookpage.cpp | Philip Kaufmann | 2012-07-08 | 1 | -3/+5 |
| * | GUI: merge sign/verify message into a single window with tabbed UI | Philip Kaufmann | 2012-07-06 | 1 | -6/+6 |
| * | merge toggleHidden() code into showNormalIfMinimized() to extend the function... | Philip Kaufmann | 2012-06-12 | 1 | -3/+3 |
| * | Fine-grained UI updates | Wladimir J. van der Laan | 2012-05-20 | 1 | -1/+1 |
| * | Add a menu option to verify a signed message | sje397 | 2012-05-12 | 1 | -0/+3 |
| * | add placeholder text to address field (like in sendcoins) and set focus to ad... | Philip Kaufmann | 2012-05-10 | 1 | -3/+2 |
| * | Add UI RPC console / debug window | Wladimir J. van der Laan | 2012-05-05 | 1 | -0/+3 |
| * | Toggle main window hide on tray icon click | sje397 | 2012-04-11 | 1 | -1/+3 |
| * | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr | 2012-04-06 | 1 | -1/+1 |
| * | qtui.h/noui.h interface cleanup | Wladimir J. van der Laan | 2012-04-04 | 1 | -1/+1 |
| * | Update UI through async calls MainFrameRepaint and AddressBookRepaint instead... | Wladimir J. van der Laan | 2012-04-04 | 1 | -2/+0 |
| * | Merge pull request #853 from laanwj/2012_02_altminimizetray | Wladimir J. van der Laan | 2012-02-26 | 1 | -4/+3 |
| |\ |
|
| | * | Do show/showNormal only when needed. | Wladimir J. van der Laan | 2012-02-17 | 1 | -0/+3 |
| | * | Hide window from taskbar when "minimize to tray" active by making window into... | Wladimir J. van der Laan | 2012-02-17 | 1 | -4/+0 |
| * | | Added 'Backup Wallet' menu option | sje397 | 2012-02-15 | 1 | -0/+3 |
| |/ |
|
| * | Fix Minimize to the tray instead of the taskbar | Janne Pulkkinen | 2012-02-11 | 1 | -0/+4 |
| * | Bitcoin-Qt signmessage GUI (pull request #582) | Luke Dashjr | 2012-01-27 | 1 | -0/+6 |
| * | Add support for opening bitcoin: URIs directly. | Matt Corallo | 2012-01-05 | 1 | -0/+1 |
| * | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | 2011-12-21 | 1 | -1/+0 |
| * | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | 2011-12-20 | 1 | -0/+1 |
| * | Merge pull request #699 from laanwj/about_qt | Gavin Andresen | 2011-12-19 | 1 | -0/+1 |
| |\ |
|
| | * | Add "About Qt" menu option to show built-in Qt About dialog | Wladimir J. van der Laan | 2011-12-13 | 1 | -0/+1 |
| * | | Fix status bar not displaying Alerts. | Matt Corallo | 2011-12-13 | 1 | -0/+2 |
| |/ |
|
| * | Example documented class | Wladimir J. van der Laan | 2011-11-13 | 1 | -13/+43 |
| * | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | 2011-10-09 | 1 | -0/+7 |
| * | remove transparency effect and windows-specific code for now, it's not workin... | Wladimir J. van der Laan | 2011-09-11 | 1 | -2/+0 |
| * | Pull request #21: windows fixes/cleanup by Matoking | Janne Pulkkinen | 2011-09-07 | 1 | -0/+2 |
| * | (k)ubuntu 10.04+ notification support (based on @zwierzak his code) | Wladimir J. van der Laan | 2011-09-03 | 1 | -0/+2 |
| * | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | 2011-08-31 | 1 | -0/+5 |
| * | Wallet encryption part 1: show wallet encryption status | Wladimir J. van der Laan | 2011-08-23 | 1 | -0/+3 |
| * | Accept "bitcoin:" URL drops from browsers | Wladimir J. van der Laan | 2011-08-07 | 1 | -0/+3 |
| * | minimize amount of text in status bar; show only icons, if the user wants exp... | Wladimir J. van der Laan | 2011-08-04 | 1 | -2/+0 |
| * | show rotating spinner when block download out of date, tick otherwise | Wladimir J. van der Laan | 2011-07-17 | 1 | -0/+3 |
| * | Show unconfirmed balance on overview page | Wladimir J. van der Laan | 2011-07-11 | 1 | -2/+0 |
| * | add export functionality for address book / receiving addresses | Wladimir J. van der Laan | 2011-07-09 | 1 | -1/+0 |
| * | Add context menu on transaction list: copy label, copy address, edit label, s... | Wladimir J. van der Laan | 2011-07-08 | 1 | -1/+0 |
| * | convert to full tab-based ui | Wladimir J. van der Laan | 2011-07-07 | 1 | -13/+21 |
| * | Export functionality for transaction list | Wladimir J. van der Laan | 2011-07-07 | 1 | -0/+2 |
| * | Rename "History" tab to more logical "Transactions", move "Number of transact... | Wladimir J. van der Laan | 2011-07-07 | 1 | -1/+0 |
| * | tab reorg phase 1: split main gui into "overview" and "history" | Wladimir J. van der Laan | 2011-07-05 | 1 | -1/+11 |
| * | "Receive coins" instead of "Receiving addresses" | Wladimir J. van der Laan | 2011-07-02 | 1 | -4/+4 |
| * | Remove "default address" from main GUI screen, it only confuses people | Wladimir J. van der Laan | 2011-07-01 | 1 | -4/+0 |
| * | Split off WalletModel from ClientModel, to be able to support multi-wallets i... | Wladimir J. van der Laan | 2011-06-30 | 1 | -2/+5 |
| * | Implement filter row instead of tabs, allows for more expressive filters | Wladimir J. van der Laan | 2011-06-29 | 1 | -2/+2 |
| * | On initial block chain download, show a progress bar | Wladimir J. van der Laan | 2011-06-18 | 1 | -0/+3 |
| * | add connection meter | Wladimir J. van der Laan | 2011-06-14 | 1 | -0/+1 |
| * | move back to original directory structure | Wladimir J. van der Laan | 2011-06-11 | 1 | -0/+88 |