244 Commits (55fe4de96056cf7b6bdf708a2912927dc9857207)

Author SHA1 Message Date
Philip Kaufmann e72c6a1830 revert to default OS theme for progressbar / fix small glitches in bitcoingui.cpp 13 years ago
Gavin Andresen 940e22fd81 Fix OSX build errors. 13 years ago
sje397 86d5634941 Toggle main window hide on tray icon click 13 years ago
Luke Dashjr fa2544e79f Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 13 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 13 years ago
Wladimir J. van der Laan 98e6175874 Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer. 13 years ago
Philip Kaufmann 853a4a81b3 clarified comment why we use an own progressbar style / included "~" in the tr() call 13 years ago
Philip Kaufmann ec9a4904f3 changed percentage done in tooltip to float to be more precise / allowed plurals in translation for "x block(s) remaining" 13 years ago
Philip Kaufmann a7a69cd07a polished code and fixed progress display (was very jerky at the end of a sync) 13 years ago
Philip Kaufmann e9de46c436 color update for progress bar 13 years ago
Philip Kaufmann c7c0c93172 implemented OS independent progress bar style / moved one-time functions used on the bar to a better code location 13 years ago
Philip Kaufmann 5519660a0d changed progressbar text to "~n blocks remaining" 13 years ago
Philip Kaufmann 068ed1e838 removed relative progressbar display and moved re-worked network detection code to setNumBlocks() 13 years ago
Philip Kaufmann 9ceae8acea modified block DL progressbar to be dynamic and more precise 13 years ago
Wladimir J. van der Laan 2675fe6218 Increase time ago of last block for "up to date" status from 30 to 90 minutes 13 years ago
Philip Kaufmann 3d1d5fafc1 made tray icon tooltip translatable 13 years ago
Philip Kaufmann 4004b9a40b make sure Window is shown when clicking bitcoin: Links to get user attention 13 years ago
Wladimir J. van der Laan 08ed96d856 Yet another attempt at implementing "minimize to tray" that works on all OSes 13 years ago
Pieter Wuille 88c41c43ea Move 'Backup Wallet' to file menu 13 years ago
Wladimir J. van der Laan 71ba9abba6 In UI, handle cases in which the last received block was generated in the future (secs<0) 13 years ago
Wladimir J. van der Laan 27a0ed8a0a Hide tray icon in destructor, as deleting will let it linger until quit (on Ubuntu) 13 years ago
Wladimir J. van der Laan 17690ea5a7 Do show/showNormal only when needed. 13 years ago
Wladimir J. van der Laan 83d1d1a906 Hide window from taskbar when "minimize to tray" active by making window into Tool window 13 years ago
Wladimir J. van der Laan 23b3cf9d10 Restructure IPC URL handling (fixes #851) 13 years ago
sje397 4efbda3f25 Added 'Backup Wallet' menu option 13 years ago
Wladimir J. van der Laan d27b4576f3 Add export action to file menu (as long as we have a file menu, export certainly should be there) 13 years ago
Janne Pulkkinen 6af93ee2ea Fix Minimize to the tray instead of the taskbar 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Luke Dashjr 2bc4fd609c Bitcoin-Qt signmessage GUI (pull request #582) 13 years ago
Wladimir J. van der Laan b2a967cd0b Revert to global progress indication (see #753) 13 years ago
Matt Corallo 7d145a0f59 Add support for opening bitcoin: URIs directly. 13 years ago
Wladimir J. van der Laan c75abc9f7e Comments update 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Matt Corallo 7ca47cece7 Fix status bar not displaying Alerts. 13 years ago
Wladimir J. van der Laan 01ea41b203 Add "About Qt" menu option to show built-in Qt About dialog 13 years ago
Wladimir J. van der Laan 45198af2be Prevent window from being shown momentarily when using -min 13 years ago
Wladimir J. van der Laan 405ce5a876 Add model null pointer check (solves issue #595 and https://github.com/laanwj/bitcoin-qt/issues/29) 13 years ago
Wladimir J. van der Laan dead0ff8cd Add robustness against null models 13 years ago
Wladimir J. van der Laan d85f245800 Add alt-1..alt-5 shortcut to switch between tabs 13 years ago
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 13 years ago
Wladimir J. van der Laan d934e7e3dd Make "Quit" menu saner 13 years ago
Janne Pulkkinen a1ef0d19b1 Removing the if statement entirely - not needed. 13 years ago
Janne Pulkkinen 609acbf43d Send Coins page not cleared when changing tabs. Clear all button for clearing the entries 13 years ago
Wladimir J. van der Laan 83312d7c6c remove transparency effect and windows-specific code for now, it's not working as supposed 13 years ago
Wladimir J. van der Laan d33cc2b5e3 clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks as initial value for number of peer blocks 13 years ago
Janne Pulkkinen 78b3bf56f7 The synchronization progress bar now compares the amount of total blocks to amount of blocks downloaded at application start-up. Could be probably implemented better. 13 years ago
Wladimir J. van der Laan f077d1ad62 fix the build (moved code use 'this' instead of 'window') 13 years ago
Janne Pulkkinen 94723e27ad Pull request #21: windows fixes/cleanup by Matoking 13 years ago
Wladimir J. van der Laan cf9195c808 (k)ubuntu 10.04+ notification support (based on @zwierzak his code) 13 years ago