aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | add Debug window to tray-menu / switch sendCoinsAction and ↵Philip Kaufmann2012-05-091-1/+2
| | | | | | | | | | | | receiveCoinsAction in tray to match button ordering in the client window
* | | Show testnet icon for tray-menu option Show/Hide / set tooltip for tray icon ↵Philip Kaufmann2012-05-091-3/+3
|/ / | | | | | | to match non-testnet text (just [testnet] added) / remove obsolete title_testnet variable'
* | harmonize the use of ellipsis ("...") to be used in menus, but not on ↵Philip Kaufmann2012-05-091-5/+5
| | | | | | | | buttons / update some strings to be more informative
* | Add UI RPC console / debug windowWladimir J. van der Laan2012-05-051-1/+12
|/
* Merge pull request #1091 from Diapolo/GUI-BlockDLWladimir J. van der Laan2012-04-161-9/+6
|\ | | | | revert to default OS theme for progressbar (fix #1071)
| * revert to default OS theme for progressbar / fix small glitches in ↵Philip Kaufmann2012-04-131-9/+6
| | | | | | | | bitcoingui.cpp
* | Merge pull request #1089 from laanwj/2012_04_translationupdateWladimir J. van der Laan2012-04-131-1/+1
|\ \ | | | | | | Update translations for bitcoin core
| * | Update translations for bitcoin coreWladimir J. van der Laan2012-04-141-1/+1
| |/ | | | | | | | | | | - 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
* / Do not show green tick unless all known blocks are downloaded (fixes #921)Wladimir J. van der Laan2012-04-141-1/+1
|/
* Fix OSX build errors.Gavin Andresen2012-04-121-1/+1
|
* Toggle main window hide on tray icon clicksje3972012-04-111-5/+28
| | | | | | | | | | | | | | | | | | | | | | - 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
* Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-6/+6
|
* Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille2012-04-041-17/+9
|\ | | | | Streamline UI ↔ Core interface
| * qtui.h/noui.h interface cleanupWladimir J. van der Laan2012-04-041-4/+9
| | | | | | | | | | | | | | - 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
| * Update UI through async calls MainFrameRepaint and AddressBookRepaint ↵Wladimir J. van der Laan2012-04-041-13/+0
| | | | | | | | | | | | | | | | 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
* | Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan2012-04-041-10/+24
|\ \ | |/ |/| modified block DL progressbar to be more informative and precise
| * clarified comment why we use an own progressbar style / included "~" in the ↵Philip Kaufmann2012-04-031-1/+2
| | | | | | | | tr() call
| * changed percentage done in tooltip to float to be more precise / allowed ↵Philip Kaufmann2012-04-031-4/+4
| | | | | | | | plurals in translation for "x block(s) remaining"
| * polished code and fixed progress display (was very jerky at the end of a sync)Philip Kaufmann2012-04-021-11/+9
| |
| * color update for progress barPhilip Kaufmann2012-04-021-1/+1
| |
| * implemented OS independent progress bar style / moved one-time functions ↵Philip Kaufmann2012-04-021-7/+9
| | | | | | | | used on the bar to a better code location
| * changed progressbar text to "~n blocks remaining"Philip Kaufmann2012-04-021-5/+8
| |
| * removed relative progressbar display and moved re-worked network detection ↵Philip Kaufmann2012-04-021-22/+13
| | | | | | | | code to setNumBlocks()
| * modified block DL progressbar to be dynamic and more precisePhilip Kaufmann2012-04-021-8/+27
| |
* | Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_timeGregory Maxwell2012-04-021-1/+1
|\ \ | |/ |/| Increase time ago of last block for "up to date" status from 30 to 90 minutes
| * Increase time ago of last block for "up to date" status from 30 to 90 minutesWladimir J. van der Laan2012-04-021-1/+1
| | | | | | | | | | 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
* | made tray icon tooltip translatablePhilip Kaufmann2012-03-291-1/+1
|/
* make sure Window is shown when clicking bitcoin: Links to get user attentionPhilip Kaufmann2012-03-261-0/+5
|
* Yet another attempt at implementing "minimize to tray" that works on all OSesWladimir J. van der Laan2012-03-161-12/+5
|
* Merge pull request #853 from laanwj/2012_02_altminimizetrayWladimir J. van der Laan2012-02-261-25/+24
|\ | | | | | | | | Yet another alternative "minimize to tray" implementation Fixes problems with window positioning.
| * Do show/showNormal only when needed.Wladimir J. van der Laan2012-02-171-7/+15
| |
| * Hide window from taskbar when "minimize to tray" active by making window ↵Wladimir J. van der Laan2012-02-171-18/+9
| | | | | | | | into Tool window
* | Move 'Backup Wallet' to file menuPieter Wuille2012-02-261-2/+2
| |
* | In UI, handle cases in which the last received block was generated in the ↵Wladimir J. van der Laan2012-02-251-4/+11
| | | | | | | | | | | | future (secs<0) Fixes #874.
* | Hide tray icon in destructor, as deleting will let it linger until quit (on ↵Wladimir J. van der Laan2012-02-191-0/+2
| | | | | | | | Ubuntu)
* | Merge pull request #854 from laanwj/2012_02_qtipcWladimir J. van der Laan2012-02-171-3/+2
|\ \ | | | | | | Restructure IPC URL handling (fixes #851)
| * | Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan2012-02-171-3/+2
| |/
* / Added 'Backup Wallet' menu optionsje3972012-02-151-0/+17
|/ | | | | | | | - 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
* Add export action to file menu (as long as we have a file menu, export ↵Wladimir J. van der Laan2012-02-121-1/+2
| | | | certainly should be there)
* Fix Minimize to the tray instead of the taskbarJanne Pulkkinen2012-02-111-11/+23
|
* Update all copyrights to 2012Gavin Andresen2012-02-071-2/+2
|
* Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr2012-01-271-0/+47
|
* Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan2012-01-261-0/+7
|\
| * Add support for opening bitcoin: URIs directly.Matt Corallo2012-01-051-0/+7
| |
* | Revert to global progress indication (see #753)Wladimir J. van der Laan2012-01-171-3/+2
|/
* Comments updateWladimir J. van der Laan2011-12-231-1/+0
|
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+0
| | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+1
|
* Merge pull request #699 from laanwj/about_qtGavin Andresen2011-12-191-1/+7
|\ | | | | Add "About Qt" menu option to show built-in Qt About dialog
| * Add "About Qt" menu option to show built-in Qt About dialogWladimir J. van der Laan2011-12-131-1/+7
| | | | | | | | - Most Qt programs do this, and it can be useful to find out what version of Qt was built against.