Commit graph

  • d8dda9de84 Add OSX App bundle and correct build instructions to reflect reality. Doug Huff 2011-06-27 15:11:35 -05:00
  • 8baf865c94 Boost unit-testing framework. make -f makefile.{unix,osx,mingw} test_bitcoin to compile dumb, do-almost-nothing placeholder unit tests. Gavin Andresen 2011-06-27 14:05:02 -04:00
  • 7aff3d5852 add icons to "New..." and "Copy to clipboard" buttons Wladimir J. van der Laan 2011-06-26 23:09:41 +02:00
  • 34fa178243 Change transaction table: - Split "Description" column into "Type" and "Address", to make sorting easier (and facilitate filtering in the future) - Merged "credit" and "debit" columns into one "amount" column that can be black (positive) or red (negative) Wladimir J. van der Laan 2011-06-26 22:47:02 +02:00
  • e913574e02 rpc: don't send 403 when using SSL to prevent DoS Giel van Schijndel 2011-06-25 04:31:48 +02:00
  • c9e70d4c0a rpc server: send '403 Forbidden' to rejected clients Giel van Schijndel 2011-06-24 19:26:47 +02:00
  • e8ef3da713 update core to d0d80170a2 (CWallet class) Wladimir J. van der Laan 2011-06-26 19:23:24 +02:00
  • d0d80170a2 Merge pull request #347 from sipa/delkeyuser Pieter Wuille 2011-06-26 03:04:39 -07:00
  • d99f5a470c reduce spacing between "Add to address book as" and the text field Wladimir J. van der Laan 2011-06-26 12:01:25 +02:00
  • d3800d59d5 Fix segfault when creating new wallet Pieter Wuille 2011-06-26 02:37:52 +02:00
  • cae5264a4c fix typo in dutch translation Wladimir J. van der Laan 2011-06-25 23:27:19 +02:00
  • 42e950aa69 update dutch translation Wladimir J. van der Laan 2011-06-25 23:20:42 +02:00
  • 0030c1bd6c compile fixes by Unthinkingbit Wladimir J. van der Laan 2011-06-25 23:14:10 +02:00
  • a404b1512a Improve look/usablity of send coins dialog Wladimir J. van der Laan 2011-06-25 22:57:24 +02:00
  • 38deedc1b5 allow adding address to address book in send dialog Wladimir J. van der Laan 2011-06-25 19:32:36 +02:00
  • c88e14fe26 Call "initial download" "synchronizing with network" instead Wladimir J. van der Laan 2011-06-25 12:39:08 +02:00
  • 40951d81a7 finish nl translation Wladimir J. van der Laan 2011-06-24 21:45:33 +02:00
  • 6665c2431b use buttonbox for options dialog Wladimir J. van der Laan 2011-06-24 21:23:43 +02:00
  • c774b16976 Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoin Gavin Andresen 2011-06-24 11:17:22 -04:00
  • 77ba3ab99c Merge pull request #342 from jburkle/datadir_check Jeff Garzik 2011-06-23 21:43:30 -07:00
  • ed2c01405f Edited init.cpp to include a check that -datadir exists James Burkle 2011-06-23 23:43:26 -04:00
  • daaee738fc experiment with internationalization (nl), unbreak build (externui.h->qtui.h) Wladimir J. van der Laan 2011-06-23 22:35:30 +02:00
  • 47c6215c22 use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0 Wladimir J. van der Laan 2011-06-22 20:11:12 +02:00
  • 5f280ff557 clarify text Wladimir J. van der Laan 2011-06-21 20:39:37 +02:00
  • b9e80983a5 Allow changing default address (fixes issue #6) Wladimir J. van der Laan 2011-06-21 20:34:43 +02:00
  • f5927f5b32 highlight default address Wladimir J. van der Laan 2011-06-21 19:54:09 +02:00
  • c92fc340a2 when going to decimals field using ./, select it all, so that entry starts from scratch instead of appending to previous value Wladimir J. van der Laan 2011-06-21 19:14:35 +02:00
  • 50d08dc1e1 fix issue #7 Wladimir J. van der Laan 2011-06-21 15:33:10 +02:00
  • 54e903a543 Add comment to tooltip that only sending addresses can be deleted Wladimir J. van der Laan 2011-06-21 07:56:44 +02:00
  • 84114e341d Fix some padding and focus issues with the new BitcoinAmountWidget Wladimir J. van der Laan 2011-06-21 07:35:59 +02:00
  • f193c57a63 introduce bitcoin amount field with split amount/decimals, to protect against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0) Wladimir J. van der Laan 2011-06-20 21:31:42 +02:00
  • 18b99e3f69 number of confirmations is no longer magic value Wladimir J. van der Laan 2011-06-20 21:31:06 +02:00
  • 1179257bfd Merge pull request #334 from sipa/walletclass Pieter Wuille 2011-06-20 11:10:58 -07:00
  • 98705aa51c Bugfixes walletclass Pieter Wuille 2011-06-19 18:32:36 +02:00
  • 679592720a Merge pull request #5 from mjmvisser/master Wladimir J. van der Laan 2011-06-20 08:17:31 -07:00
  • 3c7ebaedcd fixes for mac build mark 2011-06-20 07:30:54 -04:00
  • 04e442070d Merge pull request #332 from shanew/master Jeff Garzik 2011-06-19 20:04:24 -07:00
  • 2207f5e201 Merge pull request #331 from TheBlueMatt/translatefix Jeff Garzik 2011-06-19 20:03:08 -07:00
  • 926e14b362 Fix missing includes needed for Boost 1.46. Shane Wegner 2011-06-19 15:12:31 -07:00
  • aa0c5e87e8 CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than false to fix warning. Jeff Garzik 2011-06-18 21:50:05 -04:00
  • a6b2115963 Merge pull request #288 from sipa/walletclass Pieter Wuille 2011-06-18 17:36:25 -07:00
  • 0f9ee792d9 initial block download spans total blocks minus threshold Wladimir J. van der Laan 2011-06-19 00:15:28 +02:00
  • eade213197 add GetTotalBlocksEstimate() function, move magic number to constant Wladimir J. van der Laan 2011-06-18 19:05:39 +02:00
  • 6cab66354d On initial block chain download, show a progress bar Wladimir J. van der Laan 2011-06-18 21:25:38 +02:00
  • 0eeb4f5d5b update bitcoin core from git (eeac8727bc) Wladimir J. van der Laan 2011-06-18 18:46:01 +02:00
  • 245ab4d0ac add configure and receive icon Wladimir J. van der Laan 2011-06-18 17:26:31 +02:00
  • 4acfe655d5 Update translations and remove obsolete translations. Matt Corallo 2011-06-18 14:06:24 +01:00
  • 45c4a0b354 Use explicit resource initialization, apparently needed on some platforms Wladimir J. van der Laan 2011-06-18 14:25:24 +02:00
  • 7df70c000a Prevent notification balloon-spam on initial block download, const-correctness in client model Wladimir J. van der Laan 2011-06-18 13:13:48 +02:00
  • 0f3981bea9 remove commented code, use // for one-line comments and comments inside functions Wladimir J. van der Laan 2011-06-18 11:53:25 +02:00
  • aa52972660 fix issue #3 (dark theme compat) Wladimir J. van der Laan 2011-06-17 22:44:15 +02:00
  • e4347a43b9 add license for md2k7's icons Wladimir J. van der Laan 2011-06-17 20:35:22 +02:00
  • 553af2f702 remove unused icons Wladimir J. van der Laan 2011-06-17 18:43:08 +02:00
  • e61cfaf5c1 add svg sources for icons Wladimir J. van der Laan 2011-06-17 18:25:29 +02:00
  • 89c94b5578 better icons for confirmations Wladimir J. van der Laan 2011-06-17 17:47:40 +02:00
  • eeac8727bc doc/release-process.txt: minor updates Jeff Garzik 2011-06-16 17:52:38 -04:00
  • 8c69f1fb25 show connection meter "full" only at 10+ connections Wladimir J. van der Laan 2011-06-16 09:08:57 +02:00
  • aec8763a8e add attribution for icons Wladimir J. van der Laan 2011-06-15 21:06:51 +02:00
  • 58557b5aff transaction status icons Wladimir J. van der Laan 2011-06-15 21:03:17 +02:00
  • cf450e1b4c icons test Wladimir J. van der Laan 2011-06-15 20:07:21 +02:00
  • 64c7ee7e6b CWallet class Pieter Wuille 2011-06-01 18:28:20 +02:00
  • e89b9f6a2a move wallet code to separate file Pieter Wuille 2011-06-01 18:27:05 +02:00
  • b1ef1b24ce add connection meter Wladimir J. van der Laan 2011-06-14 21:34:51 +02:00
  • a790ec5884 Make status column narrow (icon only, details on tooltip) Wladimir J. van der Laan 2011-06-14 21:06:00 +02:00
  • 19ea44208f Merge pull request #226 from jordanlewis/betterheaders Jeff Garzik 2011-06-14 02:05:57 -07:00
  • c02ec54269 FormatFullVersion: build fix related to recent translation improvement Jeff Garzik 2011-06-14 04:50:51 -04:00
  • 6f460bace6 Merge pull request #314 from codler/translate Jeff Garzik 2011-06-14 01:33:04 -07:00
  • 40dc7e6e1d Merge pull request #315 from codler/consistent-address Jeff Garzik 2011-06-14 01:32:40 -07:00
  • c60da7355e Consistent Bitcoin example address Han Lin Yap 2011-06-14 10:17:07 +02:00
  • 9399225b81 Update swedish translation Han Lin Yap 2011-06-14 09:07:30 +02:00
  • 5363cb05f6 Add berkelydb version warning Wladimir J. van der Laan 2011-06-14 08:13:29 +02:00
  • f15df6bb7a link to -lcrypto as well Wladimir J. van der Laan 2011-06-13 21:40:07 +02:00
  • 6315130e60 Internationalization -- conversion of strings from bitcoin core Wladimir J. van der Laan 2011-06-13 19:24:53 +02:00
  • 39cf857db9 Internationalization -- initial step, make _ return a std::string to prevent memory leaks Wladimir J. van der Laan 2011-06-13 16:56:37 +02:00
  • e83474f2eb Address book: select action (edit/select) based on context Wladimir J. van der Laan 2011-06-13 12:07:32 +02:00
  • 249300aebe Status column reorganization Wladimir J. van der Laan 2011-06-13 09:05:48 +02:00
  • 02d87b3aa3 Reset extraNonce only when prevBlock changes, so miners can continue updating the time on their work until it's stale Luke Dashjr 2011-06-12 20:16:54 -04:00
  • 92ab03afc8 new icons -- test Wladimir J. van der Laan 2011-06-12 19:22:06 +02:00
  • d066e25744 replace icons Wladimir J. van der Laan 2011-06-12 18:53:02 +02:00
  • 3ac5aa4a95 add svg version of icon, so that it can be scaled to bigger sizes later Wladimir J. van der Laan 2011-06-12 14:36:57 +02:00
  • ab2fe68fd8 prepare internationalization; rename project to bitcoin-qt Wladimir J. van der Laan 2011-06-12 14:32:36 +02:00
  • 18cf214528 update bitcoin core to git ce148944c7 Wladimir J. van der Laan 2011-06-12 12:27:01 +02:00
  • 0424613ba2 add the bitcoin (MIT?) license Wladimir J. van der Laan 2011-06-12 11:27:15 +02:00
  • c428d9e76a remove wallet updating debug output Wladimir J. van der Laan 2011-06-12 11:22:44 +02:00
  • 37f793c631 use stylized icon by bitboy Wladimir J. van der Laan 2011-06-12 11:16:08 +02:00
  • ce148944c7 Merge pull request #300 from sipa/connecttimeout Jeff Garzik 2011-06-11 16:17:13 -07:00
  • 76d660ebd3 Faster timeout when connecting Pieter Wuille 2011-06-06 20:35:01 +02:00
  • ca93cc563e Double check translation and improved a translation string Han Lin Yap 2011-06-12 00:18:34 +02:00
  • 0304f4a759 add build instructions to doc Wladimir J. van der Laan 2011-06-11 23:12:39 +02:00
  • ba4081c1fc move back to original directory structure Wladimir J. van der Laan 2011-06-11 22:11:58 +02:00
  • e051f1b510 Merge pull request #312 from codler/patch-1 Jeff Garzik 2011-06-11 09:58:02 -07:00
  • 5813089e0b Somewhat confident now, tested on GNOME+KDE, with all types of transactions. Next step is integration into bitcoin tree. Wladimir J. van der Laan 2011-06-11 12:48:31 +02:00
  • 5e1feddcb6 Add tooltips, make "amount" entry consistent in Options dialog Wladimir J. van der Laan 2011-06-11 12:46:09 +02:00
  • a299e551fe Remove unused variable Han Lin Yap 2011-06-11 03:21:32 -07:00
  • 18e39300e6 Merge pull request #311 from codler/master Jeff Garzik 2011-06-11 00:27:16 -07:00
  • b734954a63 Added Swedish translation Han Lin Yap 2011-06-11 08:52:07 +02:00
  • 4181184acf Merge branch 'master' of github.com:laanwj/bitcoin-qt Wladimir J. van der Laan 2011-06-10 22:39:47 +02:00
  • 725d460e4b show notification balloon on incoming transaction Wladimir J. van der Laan 2011-06-10 21:59:29 +02:00
  • a777f7b9b5 show transaction details on doubleclick Wladimir J. van der Laan 2011-06-10 20:49:50 +02:00
  • c30075142f address book edit: edit the right row Wladimir J. van der Laan 2011-06-10 20:06:59 +02:00