Age | Commit message (Collapse) | Author |
|
- Fixed detection of dynamic libraries on Mac OS X (*.dylib)
See http://savannah.gnu.org/patch/?7719 for further details.
|
|
- Fixed cut-and-paste error.
- See http://savannah.gnu.org/patch/?7576 for further details.
- Use 'ls -r' rather than non-portable tool 'tac'.
- Simplify filepattern in ls expression so dylib (on OSX) are also detected.
|
|
- Add aarch64 to the list of lib64 architectures
|
|
0689f46 Coincontrol cleanup (e.g. add missing license) (Philip Kaufmann)
|
|
Add additional data update to release-process.md
|
|
0e165b9 doc: small doxygen update (Wladimir J. van der Laan)
|
|
- add missing license headers
- make compatible with Qt5
- enforce header cleanup style
- small code style cleanups
- rename Coin Control dialog into Coin Control Address Selection
- use default font for the windows labels (no monospace)
|
|
This adds https://github.com/bitcoin/bitcoin.org/pull/270 to the to-do
list for each release, avoiding future situations like
https://bitcointalk.org/index.php?topic=336042.0.
|
|
I was merging change this every time before generation of
the doxygen developer docs (https://dev.visucore.com/bitcoin/doxygen/)
but there's no reason why it can't just be merged upstream.
|
|
79fac3f [Qt] use GUIUtil::setClipboard() where possible (Philip Kaufmann)
|
|
|
|
6a86c24 Coin Control Features (Cozz Lovan)
8dfd8c6 pass nBytes as parameter to GetMinFee(..) (Cozz Lovan)
|
|
309f796 [Qt] make most Windows appear centered on main GUI (Philip Kaufmann)
|
|
fabba0e orphan spaces cleanup ;-) (Philip Kaufmann)
|
|
|
|
qt: language update from transifex
|
|
qt: align amounts on overview page to the right
|
|
- remove default value for parent variable in dialogs, which should appear
centered over main GUI and pass appropriate value
- add some addition NULL pointer checks
|
|
Adds three new languages:
- de_AT: German (Austria)
- gl: Galician
- sl_SI: Slovenian (Slovenia)
Updates many others.
Thanks to the translators contributing on Transifex!
|
|
|
|
|
|
This is more consistent with other places in the GUI.
|
|
Don't require lupdate to build with Qt. Like xgettext it is only
needed to update translations, not for normal builds.
This fixes the gitian build (broken by fcfbf547d).
|
|
Use C99 printf statements in mingw
|
|
Clean up RPC help messages (rebased)
|
|
|
|
Otherwise, format specifiers such as %llu will not work on XP or
earlier.
This bug was introduced with 51ed9ec9.
http://sourceforge.net/apps/trac/mingw-w64/wiki/gnu%20printf
|
|
Based on the proposal, update the help message of rpc methods
- strings arguments are in double quotes rather than square brackets
- numeric arguments have no quotes (and no default value)
- optional parameters are surrounded by round brackets
- json arguments are strings but don't use double quotes
Added 3 sections for the details
- Arguments: lists each argument, it's type, required or not, a default, and a description
- Result: The method result, with json format if applicable, type, and a description
- Examples: examples calls using bitcoin-cli and curl for json rpc call
Problems
- maybe this is too verbose
- lines might be too long
- description are not good or complete
- examples may be too much
|
|
Introduce disable-wallet / no-wallet mode (rebased)
|
|
|
|
|
|
qt: make URI scheme comparison case insensitive
|
|
Fixes ancient issue #1460.
|
|
|
|
[Qt] remove GUIUtil::getSaveFileName() default arguments
|
|
misc small changes to polish after include cleanup
|
|
Silence useless warning in src/json/json_spirit_writer_template.h to mak...
|
|
- harmonize function with GUIUtil::getOpenFileName()
- also make PNG Image singular (grammar)
|
|
|
|
[Qt] paymentserver: start netManager in uiReady()
|
|
Squash README
|
|
qt: add Open URI dialog
|
|
|
|
Fixed. Split off build, and bootstrap link.
|
|
- remove explicit init of netManager as this is done in the constructor
anyway
- move initNetManager() call to uiReady(), which removes an assert() and
allows us to use message() in initNetManager() (currently unused but
could be necessary because of proxy related messages)
- make initNetManager() private
- update paymentservertests.cpp
|
|
A plain DOS window doesn't have the right path settings, whereas
the MSYS shell window does.
|
|
Autoconf improvements
|
|
not met
|
|
Update build docs that refer to old makefile.* files.
|
|
|