Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-12 | When a transaction is clicked on overview page, focus it on history page | Wladimir J. van der Laan | |
2012-05-12 | Correct Date | Fordy | |
2012-05-12 | Correct Date | Fordy | |
2012-05-11 | add calls to qApp->setWindowIcon(), to remove the need to set window icons ↵ | Philip Kaufmann | |
for testnet with additional calls | |||
2012-05-10 | Merge pull request #1204 from Diapolo/messagepage_focus_placeholder | Wladimir J. van der Laan | |
GUI messagepage: add placeholder text to address field (like in sendcoins dialog)... | |||
2012-05-10 | Merge pull request #1090 from laanwj/2012_04_wraptooltips | Wladimir J. van der Laan | |
Allow Qt to wrap long tooltips (fixes #1063) | |||
2012-05-10 | Merge pull request #1238 from Diapolo/tray | Wladimir J. van der Laan | |
tray-icon - extend available options with Debug window | |||
2012-05-10 | add placeholder text to address field (like in sendcoins) and set focus to ↵ | Philip Kaufmann | |
address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog" | |||
2012-05-09 | Show testnet icon for tray-menu option Show/Hide / set tooltip for tray icon ↵ | Philip Kaufmann | |
to match non-testnet text (just [testnet] added) / remove obsolete title_testnet variable' | |||
2012-05-09 | add Debug window to tray-menu / switch sendCoinsAction and ↵ | Philip Kaufmann | |
receiveCoinsAction in tray to match button ordering in the client window | |||
2012-05-09 | harmonize the use of ellipsis ("...") to be used in menus, but not on ↵ | Philip Kaufmann | |
buttons / update some strings to be more informative | |||
2012-05-05 | Add UI RPC console / debug window | Wladimir J. van der Laan | |
2012-05-05 | Allow Qt to wrap long tooltips (fixes #1063) | Wladimir J. van der Laan | |
Implemented without having to touch any translation: by listening for QEvent::ToolTipChange events, then rewriting the tooltips to prefix `<qt/>` if it is not yet rich text. | |||
2012-04-16 | Merge pull request #1091 from Diapolo/GUI-BlockDL | Wladimir J. van der Laan | |
revert to default OS theme for progressbar (fix #1071) | |||
2012-04-13 | Merge pull request #1089 from laanwj/2012_04_translationupdate | Wladimir J. van der Laan | |
Update translations for bitcoin core | |||
2012-04-14 | Update translations for bitcoin core | Wladimir J. van der Laan | |
- Move scripts/qt to share/qt, to clean up toplevel directories - Update english ts file which is used to source messages for Transifex - In extract_strings_qt.py use a glob *.h *.cpp, this is safe now that the Wx UI files are removed | |||
2012-04-14 | Do not show green tick unless all known blocks are downloaded (fixes #921) | Wladimir J. van der Laan | |
2012-04-13 | revert to default OS theme for progressbar / fix small glitches in ↵ | Philip Kaufmann | |
bitcoingui.cpp | |||
2012-04-12 | Fix OSX build errors. | Gavin Andresen | |
2012-04-11 | Toggle main window hide on tray icon click | sje397 | |
- converted openBictoinAction to toggleHideAction - put GUIUtil functions into a namespace instead of a class - put window-related functions together in optionsdialog Reasoning: - toggle is more typical behaviour - it's more functional - better UX The typical issue with toggling visibility is that when a window is obscured by other windows but in the 'shown' state, hiding it isn't what you want. I've added an 'isObscured' function to GUIUtil that checks several pixels in the window to see if they are visible on the desktop so that an obscured but shown window can be raised. Conflicts: src/qt/guiutil.cpp src/qt/guiutil.h | |||
2012-04-06 | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr | |
2012-04-04 | Merge pull request #1019 from laanwj/2012_03_uirefactor | Pieter Wuille | |
Streamline UI ↔ Core interface | |||
2012-04-04 | Merge pull request #1025 from Diapolo/GUI-BlockDL | Wladimir J. van der Laan | |
modified block DL progressbar to be more informative and precise | |||
2012-04-04 | qtui.h/noui.h interface cleanup | Wladimir J. van der Laan | |
- rename wxMessageBox, remove redundant arguments to noui/qtui calls - also, add flag to force blocking, modal dialog box for disk space warning etc - clarify function naming - no more special MessageBox needed from AppInit2, as window object is created before calling AppInit2 | |||
2012-04-04 | Update UI through async calls MainFrameRepaint and AddressBookRepaint ↵ | Wladimir J. van der Laan | |
instead of a timer. - Overall, this is better design - This fixes problems with the address book UI not updating when the address book is changed through RPC - Move Statusbar change detection responsibility to ClientModel | |||
2012-04-03 | clarified comment why we use an own progressbar style / included "~" in the ↵ | Philip Kaufmann | |
tr() call | |||
2012-04-03 | changed percentage done in tooltip to float to be more precise / allowed ↵ | Philip Kaufmann | |
plurals in translation for "x block(s) remaining" | |||
2012-04-02 | Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_time | Gregory Maxwell | |
Increase time ago of last block for "up to date" status from 30 to 90 minutes | |||
2012-04-02 | polished code and fixed progress display (was very jerky at the end of a sync) | Philip Kaufmann | |
2012-04-02 | color update for progress bar | Philip Kaufmann | |
2012-04-02 | implemented OS independent progress bar style / moved one-time functions ↵ | Philip Kaufmann | |
used on the bar to a better code location | |||
2012-04-02 | changed progressbar text to "~n blocks remaining" | Philip Kaufmann | |
2012-04-02 | removed relative progressbar display and moved re-worked network detection ↵ | Philip Kaufmann | |
code to setNumBlocks() | |||
2012-04-02 | modified block DL progressbar to be dynamic and more precise | Philip Kaufmann | |
2012-04-02 | Increase time ago of last block for "up to date" status from 30 to 90 minutes | Wladimir J. van der Laan | |
It was too hyperactive. gmaxwell: I mean that right now when the block gap goes over an hour it starts showing synchronizing. Increasing that to 90 minutes or so would make it only happen about 6.4 times per year | |||
2012-03-29 | made tray icon tooltip translatable | Philip Kaufmann | |
2012-03-26 | make sure Window is shown when clicking bitcoin: Links to get user attention | Philip Kaufmann | |
2012-03-16 | Yet another attempt at implementing "minimize to tray" that works on all OSes | Wladimir J. van der Laan | |
2012-02-26 | Merge pull request #853 from laanwj/2012_02_altminimizetray | Wladimir J. van der Laan | |
Yet another alternative "minimize to tray" implementation Fixes problems with window positioning. | |||
2012-02-26 | Move 'Backup Wallet' to file menu | Pieter Wuille | |
2012-02-25 | In UI, handle cases in which the last received block was generated in the ↵ | Wladimir J. van der Laan | |
future (secs<0) Fixes #874. | |||
2012-02-19 | Hide tray icon in destructor, as deleting will let it linger until quit (on ↵ | Wladimir J. van der Laan | |
Ubuntu) | |||
2012-02-17 | Do show/showNormal only when needed. | Wladimir J. van der Laan | |
2012-02-17 | Merge pull request #854 from laanwj/2012_02_qtipc | Wladimir J. van der Laan | |
Restructure IPC URL handling (fixes #851) | |||
2012-02-17 | Hide window from taskbar when "minimize to tray" active by making window ↵ | Wladimir J. van der Laan | |
into Tool window | |||
2012-02-17 | Restructure IPC URL handling (fixes #851) | Wladimir J. van der Laan | |
2012-02-15 | Added 'Backup Wallet' menu option | sje397 | |
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/ - include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used - catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set) - include db.h in walletmodel.cpp for BackupWallet function - updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon | |||
2012-02-12 | Add export action to file menu (as long as we have a file menu, export ↵ | Wladimir J. van der Laan | |
certainly should be there) | |||
2012-02-11 | Fix Minimize to the tray instead of the taskbar | Janne Pulkkinen | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |