Commit Graph

  • ab6c45372c Merge branch 'fix-help-translations' of https://github.com/tcatm/bitcoin Gavin Andresen 2011-12-16 16:37:24 -05:00
  • fdaf1dfd2e Add laanwj to gitian download scripts. Matt Corallo 2011-12-16 15:04:43 -05:00
  • 4051e79887 Update debian changelog to 0.5.1. Matt Corallo 2011-12-16 13:27:52 -05:00
  • 8896c2d9d6 Bump version 0.5.99 (prep for pulling for version 0.6) Gavin Andresen 2011-12-16 12:31:59 -05:00
  • 61a8c0569e Add sipa's new dnsseed. Matt Corallo 2011-12-16 11:30:36 -05:00
  • dbbf1d4a48 GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay Luke Dashjr 2011-10-03 12:55:47 -04:00
  • a880b29cab Bugfix: fForRelay should be false when deciding required fee to include in blocks Luke Dashjr 2011-12-14 01:03:55 -05:00
  • b12fc3e112 Merge pull request #700 from TheBlueMatt/qtalertfix Gavin Andresen 2011-12-13 12:56:26 -08:00
  • 7ca47cece7 Fix status bar not displaying Alerts. Matt Corallo 2011-12-13 14:00:21 -05:00
  • 01ea41b203 Add "About Qt" menu option to show built-in Qt About dialog Wladimir J. van der Laan 2011-12-13 17:30:13 +01:00
  • 857aa73783 Enable wordwrap for long message in passphrase dialog - Remove explicit resizing from constructor to prevent potential hang Wladimir J. van der Laan 2011-12-13 16:28:56 +01:00
  • 43421af2e4 move \\n outside _() in --help Nils Schneider 2011-12-13 06:46:37 +01:00
  • 5491c310a6 Merge commit '7298ebb' Gavin Andresen 2011-12-12 15:03:16 -05:00
  • 1d8b4cd544 added translations: pt_BR zh_CN Nils Schneider 2011-12-12 20:56:34 +01:00
  • 7ad4ca9c17 updated translations: es es_CL nb ru Nils Schneider 2011-12-12 20:53:18 +01:00
  • 93e92d3f44 Merge pull request #687 from TheBlueMatt/gitianssl Gavin Andresen 2011-12-12 11:33:17 -08:00
  • ca287d66f2 Merge pull request #694 from luke-jr/restore_old_miniupnp_compat Gavin Andresen 2011-12-12 11:32:48 -08:00
  • 94b97046fd Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6) Luke Dashjr 2011-12-10 11:52:50 -05:00
  • 189dbde982 Merge pull request #693 from laanwj/min_fix_tmpshow Wladimir J. van der Laan 2011-12-09 13:43:34 -08:00
  • 45198af2be Prevent window from being shown momentarily when using -min - In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor. - This change prevents this by connecting show() to the signal instead. Wladimir J. van der Laan 2011-12-09 22:35:57 +01:00
  • 4dba26620c When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main() Rune K Svendsen 2011-12-09 19:19:27 +01:00
  • a22535144c Re-enable RPCSSL in gitian builds. Matt Corallo 2011-12-07 10:26:55 -05:00
  • 8848a70ba1 Merge pull request #679 from laanwj/cmdline_minimize Gavin Andresen 2011-12-05 07:53:15 -08:00
  • f66eabd281 Merge pull request #682 from TheBlueMatt/gdicrypto Gavin Andresen 2011-12-05 07:53:00 -08:00
  • 7915370cb9 Implement -min option to start minimized Wladimir J. van der Laan 2011-12-03 17:57:30 +01:00
  • 3f9144d42c Move -lgdi32 after -lcrypto (fixes #681). Matt Corallo 2011-12-03 21:48:32 -05:00
  • 43ae68b5ef Merge pull request #654 from TheBlueMatt/dnsseed-thread Gavin Andresen 2011-12-02 07:09:41 -08:00
  • 1c4aab926e Retain only the most recent time samples Michael Hendricks 2011-11-29 20:15:59 -07:00
  • 5e1ddc4210 Only log time samples in debug mode Michael Hendricks 2011-11-29 19:06:10 -07:00
  • 173efb1865 Merge pull request #670 from gavinandresen/rpcauth_speedup Gavin Andresen 2011-12-01 13:01:59 -08:00
  • f81ce5bd6d Speed up RPC authentication (reworked pull from Joel Katz) Gavin Andresen 2011-12-01 09:07:02 -05:00
  • 43f20bb3c2 Merge pull request #534 from gavinandresen/DoSorphans Gavin Andresen 2011-12-01 12:42:02 -08:00
  • 10fd7f6689 Orphan block fill-up-memory attack prevention Gavin Andresen 2011-09-08 12:51:43 -04:00
  • eb5fff9e16 Moved checkpoints out of main, to prep for using them to help prevent DoS attacks Gavin Andresen 2011-09-08 16:50:58 -04:00
  • a7120a3647 Merge pull request #666 from nobled/secstrings Gavin Andresen 2011-11-30 17:30:54 -08:00
  • 0305f60cad Merge pull request #667 from laanwj/homeaddricons Gavin Andresen 2011-11-30 17:28:13 -08:00
  • e1b1055b46 Add missing command-line arguments to --help/-? output Gavin Andresen 2011-11-27 14:53:30 -05:00
  • 2bc6cecebb Move DNS Seed lookup to a new thread. Matt Corallo 2011-11-21 12:25:00 -05:00
  • 24911ac65d Make home and addressbook icon more consistent with other toolbar icons (make it blue and flip light source direction) Wladimir J. van der Laan 2011-11-26 09:55:12 +01:00
  • 94f778bdeb Implement an mlock()'d string class for storing passphrases Dylan Noblesmith 2011-11-26 06:02:04 +00:00
  • d8b8640863 allow for filtering addresses and labels by searching for the typed string anywhere, not just at the beginning (#641) Wladimir J. van der Laan 2011-11-24 20:20:01 +01:00
  • b790077c37 update translation: de Nils Schneider 2011-11-24 13:40:32 +01:00
  • 8787ee699c add translations: hu uk Nils Schneider 2011-11-24 13:36:30 +01:00
  • f4894d9793 Merge pull request #662 from paraipan/master Nils Schneider 2011-11-24 04:04:35 -08:00
  • e92e97f1ee Small fixes in both spanish translations Alex B 2011-11-24 12:32:19 +01:00
  • 50aa850fc8 update translations: da de nl ru zh_TW Nils Schneider 2011-11-22 13:01:07 +01:00
  • 4b53cff901 add italian translation Nils Schneider 2011-11-22 13:00:49 +01:00
  • 605ca141c7 Don't forget to bump release numbers in READMEs next time Gavin Andresen 2011-11-21 14:38:47 -05:00
  • 795faa595c Bump version numbers to 0.5.1 Gavin Andresen 2011-11-21 14:37:59 -05:00
  • 42eb76a054 Merge pull request #602 from wowus/master Gavin Andresen 2011-11-21 11:33:14 -08:00
  • 92979f8288 Merge pull request #634 from laanwj/doxygen Gavin Andresen 2011-11-21 11:31:57 -08:00
  • 0310cd6403 Merge pull request #632 from mndrix/deprecate-getblocknumber Gavin Andresen 2011-11-21 11:31:42 -08:00
  • 4ad4f66327 Merge pull request #652 from TheBlueMatt/master Gavin Andresen 2011-11-21 11:27:26 -08:00
  • e6389c3229 Update release process instructions Gavin Andresen 2011-11-21 14:13:22 -05:00
  • 67c454c67c Bump version to 0.5.1 Gavin Andresen 2011-11-21 13:38:09 -05:00
  • fe9032709c Merge pull request #653 from luke-jr/bugfix_transparent_tooltip Wladimir J. van der Laan 2011-11-21 09:20:34 -08:00
  • a3c675d1a3 Bugfix: only make QListView transparent, not its tooltips Luke Dashjr 2011-11-21 12:18:15 -05:00
  • 555d1cd02f Update contrib/debian/ for 0.5.0 release and fix copyright file. Matt Corallo 2011-11-21 11:33:34 -05:00
  • c968b684ee Merge pull request #646 from luke-jr/bugfix_MIT_icons Wladimir J. van der Laan 2011-11-21 01:07:24 -08:00
  • aa1ed9265f update debian copyright file for MIT icon relicensing Luke Dashjr 2011-11-20 16:32:16 -05:00
  • 459d3fb77b relicense my own images as MIT Wladimir J. van der Laan 2011-11-20 21:51:12 +01:00
  • f53c5ede73 close old db when rewriting Pieter Wuille 2011-11-20 17:12:00 +01:00
  • b2d3b2d65d Never remove database files on shutdown, it caused unreadable wallets on some testers' machines. Gavin Andresen 2011-11-20 10:39:01 -05:00
  • 1c15f88653 Only remove database log files on shutdown after wallet encryption/rewrite Gavin Andresen 2011-11-17 14:21:32 -05:00
  • 37971fcc76 Create new keypool for newly encrypted wallets. Gavin Andresen 2011-11-17 14:01:25 -05:00
  • 1b93ea0e31 Merge pull request #636 from gavinandresen/master Gavin Andresen 2011-11-15 13:48:12 -08:00
  • c4de918478 Tweak handling of boost filesystem versions Gavin Andresen 2011-11-15 14:28:51 -05:00
  • 8d0923109d Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite. Gavin Andresen 2011-11-15 14:30:15 -05:00
  • 709c1b267f Fix boost filesystem incompatibility problem Gavin Andresen 2011-11-15 09:47:29 -05:00
  • b6d11a3018 Merge pull request #635 from gavinandresen/encryptionbug Gavin Andresen 2011-11-15 06:38:43 -08:00
  • 4585f7e2c1 add message about restarting bitcoin after encrypting wallet succesfully Wladimir J. van der Laan 2011-11-11 22:20:57 +01:00
  • d764d9161e Obsolete keypool and make sure database removes log files on shutdown. Gavin Andresen 2011-11-10 21:12:46 -05:00
  • 9e9869d0fe Resilvering Pieter Wuille 2011-11-10 21:29:23 +01:00
  • e6a729d2d8 Merge pull request #631 from luke-jr/free_icons Gavin Andresen 2011-11-14 06:57:46 -08:00
  • 88a1b89452 Merge pull request #633 from laanwj/qtrpcconflict Gavin Andresen 2011-11-14 06:56:57 -08:00
  • af836ad588 Improve documentation for UI classes Wladimir J. van der Laan 2011-11-13 13:19:52 +01:00
  • 66112ed6e6 Example documented class Wladimir J. van der Laan 2011-11-13 11:12:33 +01:00
  • 15ceadf7a5 Add doxygen documentation configuration file Wladimir J. van der Laan 2011-11-12 12:44:16 +01:00
  • 405ce5a876 Add model null pointer check (solves issue #595 and https://github.com/laanwj/bitcoin-qt/issues/29) Wladimir J. van der Laan 2011-11-13 08:45:29 +01:00
  • 19197d5e29 Do not launch Shutdown in a new thread in case we are running the UI. Wladimir J. van der Laan 2011-11-12 13:50:25 +01:00
  • 29c8b9416d Deprecate RPC getblocknumber Michael Hendricks 2011-11-10 17:10:32 -07:00
  • 0fe19a3a2c Replace kfm_home with go-home for "overview" Luke Dashjr 2011-11-11 11:11:07 -05:00
  • d2e21a9d74 update doc/assets-attribution.txt Luke Dashjr 2011-11-10 16:27:24 -05:00
  • 6be6be2ed9 Tool/process for including correct qt translations in mac .App Gavin Andresen 2011-11-10 13:01:40 -05:00
  • 81dd7aa4c1 Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed Luke Dashjr 2011-11-10 12:59:01 -05:00
  • 5a7321562d Replace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van der Laan (who will hopefully relicense) Luke Dashjr 2011-11-10 12:48:31 -05:00
  • ba1fce94b5 Merge branch 'nullmodels' of https://github.com/laanwj/bitcoin Gavin Andresen 2011-11-10 10:30:24 -05:00
  • 5efee7da86 Release process doc fixes Gavin Andresen 2011-11-07 13:31:37 -05:00
  • 145b2d078e Merge pull request #608 from TheBlueMatt/debian-build Gavin Andresen 2011-11-10 07:27:46 -08:00
  • 3c0baa68fa Merge pull request #617 from tcatm/translations-readme Wladimir J. van der Laan 2011-11-08 23:40:36 -08:00
  • 90b5aadf56 Merge pull request #611 from sipa/docs Wladimir J. van der Laan 2011-11-08 23:39:41 -08:00
  • dead0ff8cd Add robustness against null models Wladimir J. van der Laan 2011-11-08 21:18:36 +01:00
  • 0fb0a38339 Merge pull request #618 from laanwj/issue615 Wladimir J. van der Laan 2011-11-08 11:01:56 -08:00
  • 9bc9593df5 Fix segmentation fault when editing address not in address book (issue #615) Wladimir J. van der Laan 2011-11-08 19:54:16 +01:00
  • 38f33ce4a3 Add debian build folder Matt Corallo 2011-10-25 16:48:36 -04:00
  • 2b814d6eb0 Re-add bitcoin(32&80).xpm Matt Corallo 2011-10-25 17:36:07 -04:00
  • 560078a768 add doc/translation_process.md Nils Schneider 2011-11-08 16:19:52 +01:00
  • e1739cbf38 merged translations from transifex: da de es es_CL nb nl ru zh_TW Nils Schneider 2011-11-08 14:51:28 +01:00
  • 09d7be3e63 Merge commit 'v0.5.0rc3' Pieter Wuille 2011-11-08 14:21:58 +01:00
  • 7e91dd27da Merge pull request #609 from iongchun/add-zhtw Wladimir J. van der Laan 2011-11-07 22:35:00 -08:00