Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-24 | Remove database/ after clean shutdown | Pieter Wuille | |
2013-04-24 | Try moving database/ away in case of failure | Pieter Wuille | |
2013-04-24 | remove duplicate bitdb.Open() code from init | Philip Kaufmann | |
- remove code from step 7, which we already have in step 5 of init | |||
2013-04-23 | Merge pull request #2526 from Diapolo/Qt_misc | Wladimir J. van der Laan | |
Bitcoin-Qt: misc small changes | |||
2013-04-23 | Merge pull request #2556 from APerson241/master | Wladimir J. van der Laan | |
Some small grammar fixes | |||
2013-04-23 | Update Tor.txt for grammar fixes | APerson241 | |
2013-04-22 | Merge pull request #2546 from fanquake/osx-instructions | Gavin Andresen | |
Update osx build instructions to ensure users are building with the correct version of OpenSSL when using HomeBrew | |||
2013-04-22 | Update osx build instructions to ensure users link to the correct version of ↵ | Michael Ford | |
OpenSSL | |||
2013-04-19 | Merge pull request #2540 from sipa/nodosnocan | Gavin Andresen | |
Do not invoke DoS for non-canonical sigs | |||
2013-04-18 | Do not invoke DoS for non-canonical sigs | Pieter Wuille | |
2013-04-18 | Merge pull request #2525 from laanwj/2013_04_metatypebool | Wladimir J. van der Laan | |
qt: register metatype for bool* | |||
2013-04-18 | Merge pull request #2501 from Diapolo/progress | Wladimir J. van der Laan | |
rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks() | |||
2013-04-18 | Merge pull request #2524 from jonasschnelli/new_splashscreen_fresh | Wladimir J. van der Laan | |
new splash screen | |||
2013-04-17 | Merge pull request #2536 from jcalvinowens/makefile-clarifying-comments | Gavin Andresen | |
Add comments to UNIX Makefile regarding USE_UPNP | |||
2013-04-17 | Merge pull request #2537 from jonasschnelli/toolbaricon_linux | Gavin Andresen | |
new toolbar icon for liunx/win fix #2518 | |||
2013-04-17 | new toolbar icon for liunx/win fix #2518 | Jonas Schnelli | |
On black toolbars, the new icon doesn't look very well. Now the toolbar icon has again a transparent "B" for better style on toolbars. Does not affect the mac client. Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-04-17 | new splash screen | Jonas Schnelli | |
why: - the current splash-screen has no referring to official images on - https://en.bitcoin.it/wiki/Promotional_graphics - the current splash screen only exists in a low res jpg - current splash screen looks dark and "hackish" - new splash screen should generate positive, "trust-emotions". - new splash screen gives the user infos about the running client. - new splash screen can handle long messages (in a lot of - languages the text is cropped in current release) - new size (x2) 400x312 - contains textual information about the client - textinfos are dynamicly written to the pixmap when -testnet is switch on, the splashscreen will show the bitcoin logo in testnet-color (as well as a text [testnet]) example: https://dl.dropbox.com/u/7383846/new_bitcoin_splash.png | |||
2013-04-17 | Add comments to UNIX Makefile regarding USE_UPNP | Calvin Owens | |
The tri-state nature of USE_UPNP isn't immediately obvious, so paste the explanation from doc/build-unix.txt as a comment in the makefile. | |||
2013-04-15 | Merge pull request #2519 from jonasschnelli/new_testnet_ico_file | Wladimir J. van der Laan | |
new testnet ico file | |||
2013-04-14 | Merge pull request #2520 from sipa/strictmempool | Gavin Andresen | |
Require strictly-standard encodings in mempool | |||
2013-04-14 | embed bitcoin_testnet.ico in bitcoin-qt.exe (usable for shortcuts) | Philip Kaufmann | |
2013-04-14 | Merge pull request #2527 from patbr0wn/master | Pieter Wuille | |
Fixed download error | |||
2013-04-14 | Made it point to 0.8.1 | Patrick Brown | |
2013-04-14 | overviewpage: make some code Qt5 compatible | Philip Kaufmann | |
- that changes will be fine for Qt4 also | |||
2013-04-14 | bitcoingui: remove 2 unneeded includes | Philip Kaufmann | |
2013-04-14 | bitcoin: use static QApplication:: instead of app. | Philip Kaufmann | |
2013-04-14 | aboutdialog: use just "The Bitcoin developers" as tr()-string | Philip Kaufmann | |
- this ensures our new splash screen and this will share a translatable string an remove the need for an additional translation | |||
2013-04-14 | qt: register metatype for bool* | Wladimir J. van der Laan | |
This allows the bool* type to be passed between threads. Should solve issue #2402. | |||
2013-04-14 | Require strictly-standard encodings in mempool | Pieter Wuille | |
2013-04-13 | Merge pull request #2492 from Diapolo/Qt_message | Wladimir J. van der Laan | |
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message() | |||
2013-04-13 | Merge pull request #2515 from laanwj/2013_04_move_exportbutton | Wladimir J. van der Laan | |
qt: move export button to tabs | |||
2013-04-12 | Merge pull request #2418 from sipa/uintwork | Gavin Andresen | |
Use a uint256 for bnChainWork | |||
2013-04-12 | qt: move export button to tabs | Wladimir J. van der Laan | |
Having the export button at the top was confusing people into thinking the entire wallet was exported. This commit moves the export button to the address book, receiving addresses and transaction tabs separately. | |||
2013-04-12 | Merge pull request #2513 from laanwj/2013_04_gui_remove_rpcconnect | Pieter Wuille | |
qt: don't show rpcconnect command line option in help | |||
2013-04-12 | Use a uint256 for bnChainWork | Pieter Wuille | |
Every block index entry currently requires a separately-allocated CBigNum. By replacing them with uint256, it's just 32 bytes extra in CBlockIndex itself. This should save us a few megabytes in RAM, and less allocation overhead. | |||
2013-04-11 | Merge pull request #2514 from TheBlueMatt/master | Gavin Andresen | |
Add test patches for pull-tester to contrib/ | |||
2013-04-11 | Add test patches for pull-tester to contrib/ | Matt Corallo | |
2013-04-11 | qt: don't show rpcconnect command line option in help | Wladimir J. van der Laan | |
GUI can't connect to RPC. Showing this option in the help confuses people, so remove it. | |||
2013-04-11 | Merge pull request #2503 from Diapolo/copyright-year | Wladimir J. van der Laan | |
new COPYRIGHT_YEAR macro in clientversion.h | |||
2013-04-11 | new testnet window .ico file | Jonas Schnelli | |
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-04-11 | Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message() | Philip Kaufmann | |
- don't display "Bitcoin - " when no title was supplied but just "Bitcoin" | |||
2013-04-11 | Merge remote-tracking branch 'jonasschnelli/new_icons' (#2497) | Wladimir J. van der Laan | |
Conflicts: doc/assets-attribution.txt | |||
2013-04-10 | Merge pull request #2487 from Diapolo/translations | Wladimir J. van der Laan | |
translations update 2013-04-08 | |||
2013-04-10 | fix bitcoin-qt.rc not showing up in Qt Creator | Philip Kaufmann | |
2013-04-10 | use the new COPYRIGHT_YEAR macro in bitcoin-qt.rc | Philip Kaufmann | |
- this reduces the places, where we need to change the year further | |||
2013-04-10 | move COPYRIGHT_YEAR to clientversion.h | Philip Kaufmann | |
- this allows usage of that information also in other places (e.g. splash screen) | |||
2013-04-10 | rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks() | Philip Kaufmann | |
- updates ClientModel::getBlockSource() to return all available states and sorts enum BlockSource in order of usage cases (none default, then reindex, import and network) - updates BitcoinGUI::setNumBlocks() to better use getBlockSource() and also adds a message, when we have NO block source available | |||
2013-04-10 | better quality windows .ICO icon file | Jonas Schnelli | |
- icon quality of the win icon of <256px resolutions are now much better Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-04-09 | Merge pull request #2498 from jonasschnelli/addressbookpage_mac_fix | Gavin Andresen | |
fix mac specific button modification on addressbookpage | |||
2013-04-09 | fix mac specific button modification on addressbookpage | Jonas Schnelli | |
- continue the mac behavior of clearing button icons (because it's unusual on mac apps) - fix: new button variable names, new buttons (verifyMessage, signMessage) Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> |