index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
Age
Commit message (
Expand
)
Author
2012-04-15
Merge pull request #1104 from laanwj/2012_04_clang
Jeff Garzik
2012-04-15
Merge pull request #1097 from laanwj/2012_04_runawayexception
Wladimir J. van der Laan
2012-04-15
fix warnings: unused variable 'XX' [-Wunused-variable]
Wladimir J. van der Laan
2012-04-15
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]
Wladimir J. van der Laan
2012-04-15
fix warnings: 'XX' defined as a struct here but previously declared as a clas...
Wladimir J. van der Laan
2012-04-14
Bugfix: Check that QRcode_encodeString didn't return NULL (error)
Luke Dashjr
2012-04-14
Show a message box when runaway exception happens
Wladimir J. van der Laan
2012-04-13
Merge pull request #1089 from laanwj/2012_04_translationupdate
Wladimir J. van der Laan
2012-04-14
Update translations for bitcoin core
Wladimir J. van der Laan
2012-04-14
Do not show green tick unless all known blocks are downloaded (fixes #921)
Wladimir J. van der Laan
2012-04-13
Add missing tooltip and key shortcut in settings dialog (#1088 without line b...
Wladimir J. van der Laan
2012-04-12
make text in about box selectable (fixes #1055)
Wladimir J. van der Laan
2012-04-12
enable wordWrap on lblQRCode / small code comment change
Philip Kaufmann
2012-04-12
limit length of generated URI to 255 chars to prevent a DoS against the QR-Co...
Philip Kaufmann
2012-04-12
updated to reflect pull-request suggestions / renamed some GUI elements
Philip Kaufmann
2012-04-12
fixed amount part of URI in QR-Codes / removed (no label) string if we have N...
Philip Kaufmann
2012-04-12
Fix OSX build errors.
Gavin Andresen
2012-04-11
Merge pull request #855 from sje397/ToggleHide
Wladimir J. van der Laan
2012-04-11
by popular request, make 4th bar of connection icon green
Wladimir J. van der Laan
2012-04-10
Merge pull request #1054 from sipa/buildinfo
Pieter Wuille
2012-04-10
Build identification strings
Pieter Wuille
2012-04-11
Toggle main window hide on tray icon click
sje397
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-06
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Luke Dashjr
2012-04-06
Change sign message bitcoin address tooltip to "The address to sign the messa...
graingert
2012-04-05
removed an unused / obsolete tag from bitcoin.qrc
Philip Kaufmann
2012-04-04
Merge pull request #1019 from laanwj/2012_03_uirefactor
Pieter Wuille
2012-04-04
Merge pull request #1025 from Diapolo/GUI-BlockDL
Wladimir J. van der Laan
2012-04-04
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...
Wladimir J. van der Laan
2012-04-04
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
support RPC stop and encryptwallet with UI
Wladimir J. van der Laan
2012-04-04
remove dependency on serialize.h and util.h for SecureString
Wladimir J. van der Laan
2012-04-04
remove unused CalledSetStatusBar and UIThreadCall notifications
Wladimir J. van der Laan
2012-04-04
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
2012-04-04
Code deduplication: make function in GUIUtil to get connection type to call o...
Wladimir J. van der Laan
2012-04-04
move QT_PLUGINS stuff to qt main file, where it belongs
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
clarified comment why we use an own progressbar style / included "~" in the t...
Philip Kaufmann
2012-04-03
changed percentage done in tooltip to float to be more precise / allowed plur...
Philip Kaufmann
2012-04-02
Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_time
Gregory Maxwell
2012-04-02
polished code and fixed progress display (was very jerky at the end of a sync)
Philip Kaufmann
2012-04-02
color update for progress bar
Philip Kaufmann
2012-04-02
implemented OS independent progress bar style / moved one-time functions used...
Philip Kaufmann
2012-04-02
changed progressbar text to "~n blocks remaining"
Philip Kaufmann
2012-04-02
removed relative progressbar display and moved re-worked network detection co...
Philip Kaufmann
2012-04-02
modified block DL progressbar to be dynamic and more precise
Philip Kaufmann
2012-04-02
Increase time ago of last block for "up to date" status from 30 to 90 minutes
Wladimir J. van der Laan
2012-04-02
Merge pull request #998 from Diapolo/transactiontable
Pieter Wuille
2012-04-02
Merge pull request #1022 from Diapolo/fix#1020
Pieter Wuille
2012-04-02
Merge pull request #1006 from Diapolo/tr-tray
Pieter Wuille
[next]