Age | Commit message (Collapse) | Author |
|
4bee715 [Qt] very minor style cleanups (Philip Kaufmann)
|
|
22a5120 [Qt] Show and store message of normal bitcoin:URI (Cozz Lovan)
|
|
- rebuilt some ui file layout to remove unreal values from the files
- remove an unneeded attribute from an ui file
- add / remove some spaces in files
|
|
1ba3560 [Qt] let OptionsModel::getProxySettings() directly query proxy (Philip Kaufmann)
|
|
4d90102 [Qt] Add sorting feature to the requested payments table (Cozz Lovan)
8476d5d [Qt] Permanently store requested payments in wallet (Cozz Lovan)
b10e147 wallet: add interface for storing generic data on destinations (Wladimir J. van der Laan)
|
|
1f12844 Fix importprivkey / rescan (Cozz Lovan)
|
|
|
|
|
|
7b50bb2 [Qt] add utilitydialog.cpp/h and helpmessage class (Philip Kaufmann)
|
|
2041365 Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for (Luke Dashjr)
e18e100 configure: Minor grammatical changes to be more clear (Luke Dashjr)
a9dbcf0 configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli and --with[out]-daemon to support more build configurations (Luke Dashjr)
f472990 Bugfix: Correct captitalisation of Qt (Luke Dashjr)
f930341 configure: Internal changes to make building bitcoind and bitcoin-cli optional (Luke Dashjr)
4a290b5 Cleanup LevelDB library dependencies (Luke Dashjr)
9b4e03b Bugfix: Undefine _FORTIFY_SOURCE before redefining it, to avoid warnings on compilers that define it by default (Luke Dashjr)
123e4f8 Bugfix: configure: Allow user-provided CXXFLAGS to override default optimisation, debug, and warning flags (Luke Dashjr)
|
|
|
|
|
|
|
|
|
|
|
|
and --with[out]-daemon to support more build configurations
|
|
|
|
|
|
From a cursory glance, it looks like block 279,000 meets the criteria for
a checkpoint block, and it's also what the bootstrap.dat torrent is at. This closes #3530.
|
|
|
|
|
|
- adds a nice and well formated dialog, which displays our -? help message
(all options/paramaters)
- moves aboutdialog.cpp/h to the new utilitydialog
- move GUI shutdown window to utilitydialog
|
|
|
|
7e08e29 better std::exception logging for block/undo files (Philip Kaufmann)
|
|
- as a proxy set via GUI can be overridden via -proxy, directly query the
core to get active proxy
- give a warning, if active proxy is not SOCKS5 (needs to be SOCKS5 for
the Qt networking code to work)
- also remove an obsolete connect() call from optionsdialog.cpp and a
reference to Bitcoin-Qt (now just GUI)
|
|
04aa828 [Qt] don't regenerate autostart link on every client startup (Philip Kaufmann)
|
|
build: update win32 deps
|
|
16ec904 Don't create empty transactions when reading corrupted wallet (Wladimir J. van der Laan)
|
|
81bad8b [Qt] 2 minor translation changes (Philip Kaufmann)
|
|
c704532 [Qt] small paymentserver header cleanup (Philip Kaufmann)
|
|
57d8e3f [Qt] add missing lock in walletmodel (Cozz Lovan)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
f10b2d7 qt: use series of pngs for spinner (Wladimir J. van der Laan)
|
|
Store orphan blocks in serialized form
|
|
|
|
66a8829 qt: Minor message updates (Wladimir J. van der Laan)
|
|
bd70562 [Qt] add messages when handling local payment request files (Philip Kaufmann)
|
|
Used sending/receiving addresses -> Sending/receiving addresses
Previously requested payments -> Requested payments (idea from @cozz in #3521)
|
|
Use a series of .png frames for the spinner instead of a .mng.
`mng` is an obscure image format and is not built by default into Qt5.
This appears to improve the crispness of the spinner as well.
Does not noticably increase the size (still ~27k) and the code
is not more complicated either.
|
|
Fix regression introduced in ec41342.
Also use a less ugly solution, by defining the value of
`MOC_DEFS` in the configure script instead of `Makefile.include`.
|
|
d464edf [Qt] fix alphabetical ordering in Makefile.am (Philip Kaufmann)
|
|
245a6ab [Qt] guard bitcoin-config.h and remove dublicated help message code (Philip Kaufmann)
|
|
9b146cd GUI: Fix design in overview page (Cozz Lovan)
|
|
- also change to 1 file per line for more stuff in Makefile.am
|
|
|