aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix OSX build errors.Gavin Andresen2012-04-121-1/+1
* Toggle main window hide on tray icon clicksje3972012-04-111-5/+28
* 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
|\
| * qtui.h/noui.h interface cleanupWladimir J. van der Laan2012-04-041-4/+9
| * Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan2012-04-041-13/+0
* | Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan2012-04-041-10/+24
|\ \ | |/ |/|
| * clarified comment why we use an own progressbar style / included "~" in the t...Philip Kaufmann2012-04-031-1/+2
| * changed percentage done in tooltip to float to be more precise / allowed plur...Philip Kaufmann2012-04-031-4/+4
| * 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 used...Philip Kaufmann2012-04-021-7/+9
| * changed progressbar text to "~n blocks remaining"Philip Kaufmann2012-04-021-5/+8
| * removed relative progressbar display and moved re-worked network detection co...Philip Kaufmann2012-04-021-22/+13
| * 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 minutesWladimir J. van der Laan2012-04-021-1/+1
* | 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
|\
| * 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 into...Wladimir J. van der Laan2012-02-171-18/+9
* | 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 fut...Wladimir J. van der Laan2012-02-251-4/+11
* | Hide tray icon in destructor, as deleting will let it linger until quit (on U...Wladimir J. van der Laan2012-02-191-0/+2
* | Merge pull request #854 from laanwj/2012_02_qtipcWladimir J. van der Laan2012-02-171-3/+2
|\ \
| * | Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan2012-02-171-3/+2
| |/
* / Added 'Backup Wallet' menu optionsje3972012-02-151-0/+17
|/
* Add export action to file menu (as long as we have a file menu, export certai...Wladimir J. van der Laan2012-02-121-1/+2
* 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
* 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 dialogWladimir J. van der Laan2011-12-131-1/+7
* | Fix status bar not displaying Alerts.Matt Corallo2011-12-131-5/+35
|/
* Prevent window from being shown momentarily when using -minWladimir J. van der Laan2011-12-091-5/+5
* Add model null pointer check (solves issue #595 and https://github.com/laanwj...Wladimir J. van der Laan2011-11-131-3/+3
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-39/+56
* Add alt-1..alt-5 shortcut to switch between tabsWladimir J. van der Laan2011-10-091-0/+5
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-33/+103
* Make "Quit" menu sanerWladimir J. van der Laan2011-10-091-4/+2
* Removing the if statement entirely - not needed.Janne Pulkkinen2011-09-271-7/+0
* Send Coins page not cleared when changing tabs. Clear all button for clearing...Janne Pulkkinen2011-09-271-1/+3