aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Show a message box when runaway exception happensWladimir J. van der Laan2012-04-141-2/+11
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more clear to users than when the program simply disappears (usually during initialization). It still logs the message to the console and debug log as well.
* | | | | | | | | | Merge pull request #1100 from luke-jr/qrcode_errchkJeff Garzik2012-04-151-0/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Bugfix: Check that QRcode_encodeString didn't return NULL (error)
| * | | | | | | | | Bugfix: Check that QRcode_encodeString didn't return NULL (error)Luke Dashjr2012-04-141-0/+5
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, any error will segfault Bitcoin-Qt
* | | | | | | | | Rename make_windows_icon.py to .sh as it is a shell script (fixes #1099)Wladimir J. van der Laan2012-04-141-0/+0
| | | | | | | | |
* | | | | | | | | Merge pull request #1093 from jgarzik/tx-optJeff Garzik2012-04-142-9/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Database micro-optimization for "tx" network message
| * | | | | | | | | Database micro-optimization for "tx" network messageJeff Garzik2012-04-132-9/+3
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Open database once per "tx" message, rather than multiple times, in the case of orphan transaction presence. As a side effect, a now-unused CTransaction::AcceptToMemoryPool() variant is removed.
* | | | | | | | | Merge pull request #1089 from laanwj/2012_04_translationupdateWladimir J. van der Laan2012-04-137-261/+452
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update translations for bitcoin core
| * | | | | | | | | Update translations for bitcoin coreWladimir J. van der Laan2012-04-147-261/+452
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move scripts/qt to share/qt, to clean up toplevel directories - Update english ts file which is used to source messages for Transifex - In extract_strings_qt.py use a glob *.h *.cpp, this is safe now that the Wx UI files are removed
* | | | | | | | | | Merge pull request #1096 from laanwj/2012_04_tickWladimir J. van der Laan2012-04-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Do not show green tick unless all known blocks are downloaded (fixes #921)
| * | | | | | | | | Do not show green tick unless all known blocks are downloaded (fixes #921)Wladimir J. van der Laan2012-04-141-1/+1
|/ / / / / / / / /
* / / / / / / / / Add missing tooltip and key shortcut in settings dialog (#1088 without line ↵Wladimir J. van der Laan2012-04-131-1/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | break part)
* | | | | | | | Merge pull request #1087 from sipa/fix_1086Gavin Andresen2012-04-121-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fix #1086: add /testnet to passed datadir
| * | | | | | | Fix #1086: add /testnet to passed datadirPieter Wuille2012-04-131-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #1041 from gavinandresen/listtransactionsfixGavin Andresen2012-04-121-15/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug fix listtransactions from/count handling.
| * | | | | | | | Bug fix listtransactions from/count handling.Gavin Andresen2012-04-041-15/+23
| | | | | | | | |
* | | | | | | | | make text in about box selectable (fixes #1055)Wladimir J. van der Laan2012-04-121-0/+9
| | | | | | | | |
* | | | | | | | | Merge pull request #1078 from Diapolo/QR-CodeWladimir J. van der Laan2012-04-124-49/+62
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QR-Code code update Fixes problems reported on forum: https://bitcointalk.org/index.php?topic=73695.msg839804#msg839804
| * | | | | | | | | enable wordWrap on lblQRCode / small code comment changePhilip Kaufmann2012-04-122-1/+4
| | | | | | | | | |
| * | | | | | | | | limit length of generated URI to 255 chars to prevent a DoS against the ↵Philip Kaufmann2012-04-121-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QR-Code dialog
| * | | | | | | | | updated to reflect pull-request suggestions / renamed some GUI elementsPhilip Kaufmann2012-04-124-28/+22
| | | | | | | | | |
| * | | | | | | | | fixed amount part of URI in QR-Codes / removed (no label) string if we have ↵Philip Kaufmann2012-04-122-19/+23
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | NO label / coding style updates / removed an unused variable
* | | / / / / / / Remove obsolete Win32 AffinityBugWorkaround()Jeff Garzik2012-04-122-22/+0
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference miner exists for testnet-in-a-box type situations, and as a reference. We don't care enough about highly optimized internal mining to keep workarounds like this.
* | | | | | | | Fix OSX build errors.Gavin Andresen2012-04-122-2/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #855 from sje397/ToggleHideWladimir J. van der Laan2012-04-115-43/+89
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Toggle UI hide
| * | | | | | | Toggle main window hide on tray icon clicksje3972012-04-115-43/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - converted openBictoinAction to toggleHideAction - put GUIUtil functions into a namespace instead of a class - put window-related functions together in optionsdialog Reasoning: - toggle is more typical behaviour - it's more functional - better UX The typical issue with toggling visibility is that when a window is obscured by other windows but in the 'shown' state, hiding it isn't what you want. I've added an 'isObscured' function to GUIUtil that checks several pixels in the window to see if they are visible on the desktop so that an obscured but shown window can be raised. Conflicts: src/qt/guiutil.cpp src/qt/guiutil.h
* | | | | | | | Merge pull request #1072 from sipa/boostpathsPieter Wuille2012-04-116-131/+95
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use filesystem::path instead of manual string tinkering
| * | | | | | | | Use filesystem::path instead of manual string tinkeringPieter Wuille2012-04-116-131/+95
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where possible, use boost::filesystem::path instead of std::string or char* for filenames. This avoids a lot of manual string tinkering, in favor of path::operator/. GetDataDir is also reworked significantly, it now only keeps two cached directory names (the network-specific data dir, and the root data dir), which are decided through a parameter instead of pre-initialized global variables. Finally, remove the "upgrade from 0.1.5" case where a debug.log in the current directory has to be removed.
* | | | | | | | Merge pull request #1083 from laanwj/2012_04_connectioniconWladimir J. van der Laan2012-04-111-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make 4th bar of connection icon green
| * | | | | | | | by popular request, make 4th bar of connection icon greenWladimir J. van der Laan2012-04-111-0/+0
| | | | | | | | |
* | | | | | | | | Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ↵Gavin Andresen2012-04-113-10/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | boost::system
* | | | | | | | Merge pull request #1077 from sipa/buildinfoGavin Andresen2012-04-114-14/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix build.h dependencies
| * | | | | | | | Fix build.h dependenciesPieter Wuille2012-04-114-14/+19
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Qt builds, the build.h file is moved to build/build.h. For regular builds, it is moved to obj/build.h. This allows the Qt build to be done in a different directory than the source, and without interfering with other builds.
* | | | | | | | Force regeneration of build.h in qmake buildsPieter Wuille2012-04-111-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #1054 from sipa/buildinfoPieter Wuille2012-04-1020-31/+193
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Build identification strings
| * | | | | | | | Build identification stringsPieter Wuille2012-04-1020-31/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism.
* | | | | | | | | Merge pull request #1046 from laanwj/2012_04_rpcporterrorWladimir J. van der Laan2012-04-101-3/+15
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Show error message instead of exception crash when unable to bind RPC port
| * | | | | | | | Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan2012-04-061-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #875
* | | | | | | | | Merge pull request #1070 from cardpuncher/patch-1Pieter Wuille2012-04-101-0/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Trivial: added comment lines in French & Turkish
| * | | | | | | | | Added comment lines in French & Turkish which basically mean "Bitcoin, ↵cardpuncher2012-04-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtual P2P cryptocurrency".
* | | | | | | | | | Merge pull request #1052 from sipa/scopedlocksPieter Wuille2012-04-0919-204/+300
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Use scoped locks instead of CRITICAL_BLOCK
| * | | | | | | | | Do not report spurious deadlocks caused by TRY_LOCKPieter Wuille2012-04-092-7/+7
| | | | | | | | | |
| * | | | | | | | | Support for parametrized locks in deadlock detectorPieter Wuille2012-04-091-9/+9
| | | | | | | | | |
| * | | | | | | | | Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-0919-190/+286
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'filesystem' of https://github.com/Diapolo/bitcoinGavin Andresen2012-04-093-28/+39
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fixed small error in bitcoinrpc.cppPhilip Kaufmann2012-04-061-2/+2
| | | | | | | | |
| * | | | | | | | updated util.cpp to use make_preferred()Philip Kaufmann2012-04-061-9/+14
| | | | | | | | |
| * | | | | | | | updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion ↵Philip Kaufmann2012-04-061-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of boost/filesystem.hpp
| * | | | | | | | updated db.cpp to use make_preferred()Philip Kaufmann2012-04-061-6/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #987 from luke-jr/ipc_name_fixGregory Maxwell2012-04-0615-84/+87
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Cleanup: Replace "URL" with "URI" where we aren't actually working with URLs
| * | | | | | | | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-0615-84/+87
|/ / / / / / / /