index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoingui.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use new message() function in BitcoinGUI
Philip Kaufmann
2012-12-03
1
-30
/
+30
*
Bitcoin-Qt: remove obsolete modal flag from GUI APIs
Philip Kaufmann
2012-12-03
1
-4
/
+4
*
split of createTrayIconMenu() from createTrayIcon() in BitcoinGUI
Philip Kaufmann
2012-11-27
1
-8
/
+21
*
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-11-26
1
-11
/
+47
*
Fix status text after reindex
Pieter Wuille
2012-11-10
1
-0
/
+2
*
Add -reindex, to perform in-place reindexing of block chain files
Pieter Wuille
2012-11-09
1
-4
/
+16
*
Merge pull request #1830 from Diapolo/trans_rem_spaces
Wladimir J. van der Laan
2012-11-04
1
-5
/
+3
|
\
|
*
fix some double-spaces in strings
Philip Kaufmann
2012-10-25
1
-5
/
+3
*
|
Bitcoin-Qt: use statustips in addition to tooltips
Philip Kaufmann
2012-10-31
1
-15
/
+43
|
/
*
Show warning when using prerelease version
Wladimir J. van der Laan
2012-10-25
1
-22
/
+9
*
Move external block import to separate thread
Pieter Wuille
2012-10-20
1
-2
/
+2
*
enhance Qt5 compatibility
Philip Kaufmann
2012-09-21
1
-10
/
+10
*
comment update: it's -> its
Wladimir J. van der Laan
2012-09-21
1
-1
/
+1
*
Qt: re-order GUI code
Philip Kaufmann
2012-08-29
1
-33
/
+26
*
remove FIRST_CLASS_MESSAGING support from the client
Philip Kaufmann
2012-08-29
1
-42
/
+0
*
Update string for Show/Hide in the tray
Philip Kaufmann
2012-08-29
1
-3
/
+2
*
Override progress bar on platforms with segmented progress bars
Wladimir J. van der Laan
2012-08-24
1
-0
/
+10
*
Add icon for "About Qt" in menu
Wladimir J. van der Laan
2012-08-23
1
-1
/
+1
*
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
1
-1
/
+1
*
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-2
/
+2
*
small update for BitcoinGUI::setNumBlocks() function
Philip Kaufmann
2012-07-17
1
-15
/
+14
*
Merge pull request #1592 from Diapolo/Qt_WindowTitle
Wladimir J. van der Laan
2012-07-14
1
-3
/
+2
|
\
|
*
change Window title to "Bitcoin - Wallet" / misc related renames
Philip Kaufmann
2012-07-13
1
-3
/
+2
*
|
when on testnet, set testnet icon for about dialog
Philip Kaufmann
2012-07-13
1
-0
/
+3
|
/
*
replace some ugly code in addressbookpage.cpp
Philip Kaufmann
2012-07-08
1
-0
/
+5
*
Merge pull request #1469 from Diapolo/signverifymessagedialog
Wladimir J. van der Laan
2012-07-07
1
-30
/
+56
|
\
|
*
GUI: merge sign/verify message into a single window with tabbed UI
Philip Kaufmann
2012-07-06
1
-30
/
+56
*
|
update QRCodeDialog
Philip Kaufmann
2012-07-06
1
-0
/
+2
|
/
*
Merge pull request #1459 from laanwj/2012_06_trayiconmenu
Wladimir J. van der Laan
2012-06-14
1
-5
/
+5
|
\
|
*
Reorganize tray icon menu into more logical order
Wladimir J. van der Laan
2012-06-14
1
-5
/
+5
*
|
URI-handling code update: added safety checks and tray-notifications
Philip Kaufmann
2012-06-14
1
-6
/
+17
|
/
*
merge toggleHidden() code into showNormalIfMinimized() to extend the function...
Philip Kaufmann
2012-06-12
1
-28
/
+22
*
change verifymessagepage behaviour to match RPC-call "verifymessage" (input a...
Philip Kaufmann
2012-06-01
1
-1
/
+1
*
Remove duplicate behavior on MacOSX
Wladimir J. van der Laan
2012-05-22
1
-1
/
+0
*
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
1
-5
/
+4
*
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
1
-4
/
+4
*
Merge pull request #1314 from Diapolo/Wallet_Transaction_state_Overviewpage
Wladimir J. van der Laan
2012-05-17
1
-0
/
+4
|
\
|
*
add 2 labels to the overviewpage that display Wallet and Transaction status (...
Philip Kaufmann
2012-05-17
1
-0
/
+4
*
|
Add icon for debug window
Wladimir J. van der Laan
2012-05-17
1
-1
/
+1
|
/
*
Merge pull request #906 from sje397/ValidateMessage
Wladimir J. van der Laan
2012-05-14
1
-0
/
+13
|
\
|
*
Add a menu option to verify a signed message
sje397
2012-05-12
1
-0
/
+13
*
|
When a transaction is clicked on overview page, focus it on history page
Wladimir J. van der Laan
2012-05-12
1
-0
/
+1
*
|
Correct Date
Fordy
2012-05-12
1
-1
/
+1
*
|
Correct Date
Fordy
2012-05-12
1
-1
/
+1
*
|
add calls to qApp->setWindowIcon(), to remove the need to set window icons fo...
Philip Kaufmann
2012-05-11
1
-0
/
+2
|
/
*
Merge pull request #1204 from Diapolo/messagepage_focus_placeholder
Wladimir J. van der Laan
2012-05-10
1
-8
/
+4
|
\
|
*
add placeholder text to address field (like in sendcoins) and set focus to ad...
Philip Kaufmann
2012-05-10
1
-8
/
+4
*
|
Merge pull request #1090 from laanwj/2012_04_wraptooltips
Wladimir J. van der Laan
2012-05-10
1
-3
/
+6
|
\
\
|
*
|
Allow Qt to wrap long tooltips (fixes #1063)
Wladimir J. van der Laan
2012-05-05
1
-3
/
+6
*
|
|
Merge pull request #1238 from Diapolo/tray
Wladimir J. van der Laan
2012-05-10
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
[prev]
[next]