aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
AgeCommit message (Expand)Author
2012-04-13Merge pull request #1089 from laanwj/2012_04_translationupdateWladimir J. van der Laan
2012-04-14Update translations for bitcoin coreWladimir J. van der Laan
2012-04-14Do not show green tick unless all known blocks are downloaded (fixes #921)Wladimir J. van der Laan
2012-04-12Fix OSX build errors.Gavin Andresen
2012-04-11Toggle main window hide on tray icon clicksje397
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-04Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille
2012-04-04Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan
2012-04-03clarified comment why we use an own progressbar style / included "~" in the t...Philip Kaufmann
2012-04-03changed percentage done in tooltip to float to be more precise / allowed plur...Philip Kaufmann
2012-04-02Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_timeGregory Maxwell
2012-04-02polished code and fixed progress display (was very jerky at the end of a sync)Philip Kaufmann
2012-04-02color update for progress barPhilip Kaufmann
2012-04-02implemented OS independent progress bar style / moved one-time functions used...Philip Kaufmann
2012-04-02changed progressbar text to "~n blocks remaining"Philip Kaufmann
2012-04-02removed relative progressbar display and moved re-worked network detection co...Philip Kaufmann
2012-04-02modified block DL progressbar to be dynamic and more precisePhilip Kaufmann
2012-04-02Increase time ago of last block for "up to date" status from 30 to 90 minutesWladimir J. van der Laan
2012-03-29made tray icon tooltip translatablePhilip Kaufmann
2012-03-26make sure Window is shown when clicking bitcoin: Links to get user attentionPhilip Kaufmann
2012-03-16Yet another attempt at implementing "minimize to tray" that works on all OSesWladimir J. van der Laan
2012-02-26Merge pull request #853 from laanwj/2012_02_altminimizetrayWladimir J. van der Laan
2012-02-26Move 'Backup Wallet' to file menuPieter Wuille
2012-02-25In UI, handle cases in which the last received block was generated in the fut...Wladimir J. van der Laan
2012-02-19Hide tray icon in destructor, as deleting will let it linger until quit (on U...Wladimir J. van der Laan
2012-02-17Do show/showNormal only when needed.Wladimir J. van der Laan
2012-02-17Merge pull request #854 from laanwj/2012_02_qtipcWladimir J. van der Laan
2012-02-17Hide window from taskbar when "minimize to tray" active by making window into...Wladimir J. van der Laan
2012-02-17Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan
2012-02-15Added 'Backup Wallet' menu optionsje397
2012-02-12Add export action to file menu (as long as we have a file menu, export certai...Wladimir J. van der Laan
2012-02-11Fix Minimize to the tray instead of the taskbarJanne Pulkkinen
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr
2012-01-26Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan
2012-01-17Revert to global progress indication (see #753)Wladimir J. van der Laan
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo
2011-12-23Comments updateWladimir J. van der Laan
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Merge pull request #699 from laanwj/about_qtGavin Andresen
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-13Add "About Qt" menu option to show built-in Qt About dialogWladimir J. van der Laan
2011-12-09Prevent window from being shown momentarily when using -minWladimir J. van der Laan
2011-11-13Add model null pointer check (solves issue #595 and https://github.com/laanwj...Wladimir J. van der Laan
2011-11-08Add robustness against null modelsWladimir J. van der Laan
2011-10-09Add alt-1..alt-5 shortcut to switch between tabsWladimir J. van der Laan
2011-10-09Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k