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
/
receiverequestdialog.cpp
Age
Commit message (
Expand
)
Author
2020-05-05
qt: Rename slot to updateDisplayUnit()
Hennadii Stepanov
2020-05-05
qt: Overhaul ReceiveRequestDialog
Hennadii Stepanov
2020-02-05
gui: Add close window shortcut
Miguel Herranz
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-19
refactor: Cleanup headers from walletmodel.h
Hennadii Stepanov
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-02
GUI: Move QRImageWidget to its own file-pair
Luke Dashjr
2019-05-01
GUI: Refactor actual QR code rendering into new QRImageWidget::setQR
Luke Dashjr
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-03-26
Qt: show wallet name in request dlg in case of multiwallet
Jonas Schnelli
2018-01-15
Use flexible font size for QRCode image address
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-23
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-06-13
Add address label to request payment QR Code (QT)
Francesco 'makevoid' Canessa
2016-01-05
Add missing copyright headers
MarcoFalke
2015-12-26
Replace some instances of formatWithUnit with formatHtmlWithUnit
fanquake
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-06-23
build: fix build weirdness after 54372482.
Cory Fields
2014-06-03
[Qt] style police and small addition in rpcconsole
Philip Kaufmann
2014-05-07
ui: Check for !pixmap() before trying to export QR code
Wladimir J. van der Laan
2013-11-19
qt: keep a list of requested payments
Wladimir J. van der Laan
2013-11-16
[Qt] use GUIUtil::setClipboard() where possible
Philip Kaufmann
2013-11-11
[Qt] remove GUIUtil::getSaveFileName() default arguments
Philip Kaufmann
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-10-25
[Qt] misc small fixes for #3099 (new receive flow)
Philip Kaufmann
2013-10-25
qt: general polish after adding new receive flow
Wladimir J. van der Laan
2013-10-23
qt: show payment information in one text area
Wladimir J. van der Laan
2013-10-23
qt: move bitcoin URI formatting to guiutil
Wladimir J. van der Laan
2013-10-23
qt: use SendCoinsRecipient for payment request information
Wladimir J. van der Laan
2013-10-23
qt: allow dragging, copying and saving QR code
Wladimir J. van der Laan
2013-10-23
qt: rework "receive coins" workflow
Wladimir J. van der Laan