Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-15 | Merge pull request #3258 | Wladimir J. van der Laan | |
fabba0e orphan spaces cleanup ;-) (Philip Kaufmann) | |||
2013-11-15 | orphan spaces cleanup ;-) | Philip Kaufmann | |
2013-11-14 | Merge pull request #3252 from laanwj/2013_11_transifex_pull | Wladimir J. van der Laan | |
qt: language update from transifex | |||
2013-11-14 | Merge pull request #3248 from laanwj/2013_11_overviewpage_align | Wladimir J. van der Laan | |
qt: align amounts on overview page to the right | |||
2013-11-14 | qt: language update from transifex | Wladimir J. van der Laan | |
Adds three new languages: - de_AT: German (Austria) - gl: Galician - sl_SI: Slovenian (Slovenia) Updates many others. Thanks to the translators contributing on Transifex! | |||
2013-11-14 | qt: align amounts on overview page to the right | Wladimir J. van der Laan | |
This is more consistent with other places in the GUI. | |||
2013-11-14 | configure: lupdate is not needed for Qt build | Wladimir J. van der Laan | |
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). | |||
2013-11-13 | Merge pull request #3244 from laanwj/2013_11_mingw_c99_printf | Wladimir J. van der Laan | |
Use C99 printf statements in mingw | |||
2013-11-13 | Merge pull request #3246 from laanwj/2013_11_rpc_help | Wladimir J. van der Laan | |
Clean up RPC help messages (rebased) | |||
2013-11-13 | tests: add testcases for strprintf | Wladimir J. van der Laan | |
2013-11-13 | Use C99 printf statements in mingw | Wladimir J. van der Laan | |
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 | |||
2013-11-13 | Issue #1865 - Clean up RPC help messages | sje | |
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 | |||
2013-11-13 | Merge pull request #3240 from laanwj/2013_11_rebase_no_wallet | Wladimir J. van der Laan | |
Introduce disable-wallet / no-wallet mode (rebased) | |||
2013-11-13 | qt: GUI support for -disablewallet mode | Wladimir J. van der Laan | |
2013-11-13 | Add -disablewallet option, to disable wallet support (and BDB) | Jeff Garzik | |
2013-11-12 | Merge pull request #3241 from laanwj/2013_11_uri_scheme_case_insensitive | Wladimir J. van der Laan | |
qt: make URI scheme comparison case insensitive | |||
2013-11-12 | qt: make URI scheme comparison case insensitive | Wladimir J. van der Laan | |
Fixes ancient issue #1460. | |||
2013-11-12 | init.cpp: cosmetic indent changes, preparing for no-wallet mode | Jeff Garzik | |
2013-11-12 | Merge pull request #3238 from Diapolo/guiutil | Wladimir J. van der Laan | |
[Qt] remove GUIUtil::getSaveFileName() default arguments | |||
2013-11-12 | Merge pull request #3235 from Diapolo/misc | Wladimir J. van der Laan | |
misc small changes to polish after include cleanup | |||
2013-11-11 | Merge pull request #2980 from wtogami/silenceunusedwarning | Gavin Andresen | |
Silence useless warning in src/json/json_spirit_writer_template.h to mak... | |||
2013-11-11 | [Qt] remove GUIUtil::getSaveFileName() default arguments | Philip Kaufmann | |
- harmonize function with GUIUtil::getOpenFileName() - also make PNG Image singular (grammar) | |||
2013-11-11 | misc small changes to polish after include cleanup | Philip Kaufmann | |
2013-11-11 | Merge pull request #3187 from Diapolo/netManager | Wladimir J. van der Laan | |
[Qt] paymentserver: start netManager in uiReady() | |||
2013-11-11 | Merge pull request #3138 from super3/master | Wladimir J. van der Laan | |
Squash README | |||
2013-11-11 | Merge pull request #3215 from laanwj/2013_11_openuridialog | Wladimir J. van der Laan | |
qt: add Open URI dialog | |||
2013-11-11 | qt: add Open URI dialog | Wladimir J. van der Laan | |
2013-11-11 | Space saving in /doc README. | super3 | |
Fixed. Split off build, and bootstrap link. | |||
2013-11-11 | [Qt] paymentserver: start netManager in uiReady() | Philip Kaufmann | |
- 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 | |||
2013-11-11 | doc: replace DOS with MSYS shell to be more consistent | Wladimir J. van der Laan | |
A plain DOS window doesn't have the right path settings, whereas the MSYS shell window does. | |||
2013-11-11 | Merge pull request #3233 from laanwj/2013_11_autoconf | Wladimir J. van der Laan | |
Autoconf improvements | |||
2013-11-11 | configure: Automatically disable bitcoin-qt by default, if dependencies are ↵ | Luke Dashjr | |
not met | |||
2013-11-11 | Merge pull request #3231 from brandondahler/doc-autotool-update | Wladimir J. van der Laan | |
Update build docs that refer to old makefile.* files. | |||
2013-11-11 | configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common | Luke Dashjr | |
2013-11-11 | Merge pull request #3232 from laanwj/2013_11_ubuntu1310 | Wladimir J. van der Laan | |
doc: add note about building on Ubuntu 13.10 | |||
2013-11-11 | doc: add note about building on Ubuntu 13.10 | Wladimir J. van der Laan | |
Also mention `autoconf` as required package. | |||
2013-11-10 | Update build docs that refer to old makefile.* files. | Brandon Dahler | |
Also update pull-tester's error message. | |||
2013-11-10 | Merge pull request #3199 from sipa/mempoolmove | Gavin Andresen | |
Cleanup refactoring of coins/mempool | |||
2013-11-10 | Merge pull request #3185 from gavinandresen/reject | Gavin Andresen | |
Reject p2p message | |||
2013-11-11 | Bump protocol version to 70002 | Gavin Andresen | |
2013-11-11 | Test alerts high at high PROTOCOL_VERSIONs | Gavin Andresen | |
I regenerated the alert test data; now alerts are tested against a protocol version way above the current protocol version. So we won't have to regenerate them every time we bump PROTOCOL_VERSION in the future. | |||
2013-11-11 | New reject p2p message | Gavin Andresen | |
2013-11-11 | Refactor: pull alert string sanitization into util | Gavin Andresen | |
2013-11-11 | Improve logging of failed connections | Gavin Andresen | |
2013-11-11 | Fix struct/class declaration mismatches | Gavin Andresen | |
2013-11-10 | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille | |
2013-11-10 | Make CCoinsView use block hashes instead of indices | Pieter Wuille | |
2013-11-10 | Merge pull request #2767 | Pieter Wuille | |
51ed9ec Cleanup code using forward declarations. (Brandon Dahler) | |||
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-11-09 | Merge pull request #3211 | Pieter Wuille | |
b64187d Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. (Brandon Dahler) |