Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-14 | embed bitcoin_testnet.ico in bitcoin-qt.exe (usable for shortcuts) | Philip Kaufmann | |
2013-04-11 | new testnet window .ico file | Jonas Schnelli | |
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
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 | 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> | |||
2013-04-09 | overhaul of the testnet icon (green color) and the toolbar icons | Jonas Schnelli | |
- redefined the green color - created new toolbar icons - updated the assets-attribution.txt Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-04-09 | Merge pull request #2469 from Diapolo/clientmodel-progress | Gavin Andresen | |
Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state | |||
2013-04-09 | Merge pull request #2474 from sipa/pre0.8.2 | Gavin Andresen | |
Switch version numbers to 0.8.1.99 | |||
2013-04-09 | Merge pull request #2478 from sipa/fullhash | Gavin Andresen | |
Always print full hashes (tx, block, inv) | |||
2013-04-09 | Merge pull request #2491 from Diapolo/assets-attribution | Gavin Andresen | |
small assets-attribution.txt updates | |||
2013-04-09 | Merge pull request #2461 from sipa/syncnode | Gavin Andresen | |
Make sure we always have a node to do IBD from | |||
2013-04-09 | small assets-attribution.txt updates | Philip Kaufmann | |
2013-04-08 | net.cpp: Do not change primary process name from (default) to "bitcoin-start" | Jeff Garzik | |
Discussed a bit on IRC. | |||
2013-04-08 | Merge pull request #2243 from luke-jr/bugfix_leveldb | Gavin Andresen | |
LevelDB build bugfix | |||
2013-04-08 | Merge pull request #2470 from Diapolo/progressbarlabel | Wladimir J. van der Laan | |
Bitcoin-Qt: update for BitcoinGUI::eventFilter() | |||
2013-04-08 | Merge pull request #2481 from laanwj/2013_04_cleanup | Wladimir J. van der Laan | |
qt: remove redundant wallet methods from bitcoingui | |||
2013-04-08 | Merge pull request #2477 from jonasschnelli/new_icons | Wladimir J. van der Laan | |
new icons for windows, linux, etc. | |||
2013-04-08 | Merge pull request #2419 from sipa/noreltime | Pieter Wuille | |
Drop release times for CNode | |||
2013-04-08 | Merge pull request #2272 from gavinandresen/getbalancefix | Gavin Andresen | |
Fix getbalance discrepency | |||
2013-04-08 | Merge pull request #2403 from gmaxwell/minfee-to-relayfee | Pieter Wuille | |
Make MIN_TX_FEE match MIN_RELAY_TX_FEE. | |||
2013-04-08 | new icons: overhaul oxygen icon (was to blurry) | Jonas Schnelli | |
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-04-08 | translations update 2013-04-08 | Philip Kaufmann | |
- updates for bitcoinstrings.cpp and bitcoin_en.ts - changes help text for -rpcthreads to match -par - fix a small glitch with -par to be "-par=<n>" | |||
2013-04-07 | Merge pull request #2282 from mb300sd/addressinlistunspent | Gregory Maxwell | |
Address in listunspent | |||
2013-04-07 | Add bytessent, bytesrecv and syncnode to getpeerinfo | Pieter Wuille | |
2013-04-07 | Make sure we always have a node to do IBD from | Pieter Wuille | |
This introduces the concept of the 'sync node', which is the one we asked for missing blocks. In case the sync node goes away, a new one will be selected. For now, the heuristic is very simple, but it can easily be extended later to add better policies. | |||
2013-04-07 | Merge pull request #2482 from Diapolo/TX-pull | Wladimir J. van der Laan | |
Translations update: pull from Transifex | |||
2013-04-07 | Translations update: pull from Transifex | Philip Kaufmann | |
- added languages in bitcoin.qrc: bs, ca, cy, eo, gu_IN, hi_IN, ja, la, lv_LV and th_TH (some translations files were already in src/qt/locale but not added in the .qrc file | |||
2013-04-07 | qt: remove redundant wallet methods from bitcoingui | Wladimir J. van der Laan | |
send encryptWallet/backupWallet/changePassphrase directly to walletFrame | |||
2013-04-07 | Always print full hashes (tx, block, inv) | Pieter Wuille | |
2013-04-06 | new windows and linux icons | Jonas Schnelli | |
- new windows .ico contains multiple resolutions up to 256px - new testnet (green) icon - new png icon for llinux, etc. - new doxygen icon - changed the assets-attribution.txt Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-04-06 | moved bitcoin.svg to correct folder (qt/res/src) | Jonas Schnelli | |
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-04-06 | Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state | Philip Kaufmann | |
- this allows our progressbarlabel to correctly update, when we finish a reindex or import, but do not get new blocks from other sources | |||
2013-04-06 | Switch version numbers to 0.8.1.99 | Pieter Wuille | |
2013-04-06 | Bitcoin-Qt: update for BitcoinGUI::eventFilter() | Philip Kaufmann | |
- this allows us to use the progressbar and the label independently (if needed) and still prevents setStatusTip() to use them, if one of the 2 is active | |||
2013-04-06 | Merge pull request #2459 from Diapolo/pro-file | Wladimir J. van der Laan | |
Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro | |||
2013-04-05 | Merge pull request #2456 from Diapolo/code-layout | Pieter Wuille | |
small indentation, space, formatting fixes (no code changes) | |||
2013-04-06 | small indentation, space, formatting fixes (no code changes) | Philip Kaufmann | |
2013-04-05 | Merge pull request #2443 from Diapolo/Qt_addrbook | Wladimir J. van der Laan | |
Bitcoin-Qt: updates to addressbookpage | |||
2013-04-05 | Merge pull request #2465 from jonasschnelli/master | Wladimir J. van der Laan | |
update assets-sttribution.txt (-psd file +svg file) | |||
2013-04-05 | Merge pull request #2460 from Diapolo/clientmodel | Pieter Wuille | |
Bitcoin-Qt: add Genesis blocks time for testnet | |||
2013-04-05 | Merge pull request #2464 from Diapolo/release-process | Pieter Wuille | |
small update to release-process.txt | |||
2013-04-05 | small update to release-process.txt | Philip Kaufmann | |
- expand the description for updating the translations - sort the paths/files, which need to have the version number updated, in alphabetical order - use a more current version number in git tag and git shortlog | |||
2013-04-05 | remove proprietary psd file mentioning from assets-sttribution.txt | Jonas Schnelli | |
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> | |||
2013-04-05 | Merge pull request #2442 from Diapolo/Qt_RPCCon | Wladimir J. van der Laan | |
Bitcoin-Qt: small RPCConsole cleanup | |||
2013-04-05 | Merge pull request #2444 from jonasschnelli/master | Wladimir J. van der Laan | |
new mac osx icon | |||
2013-04-04 | Bitcoin-Qt: add Genesis blocks time for testnet | Philip Kaufmann | |
- add the Genesis blocks time for the testnet in ClientModel::getLastBlockDate() | |||
2013-04-04 | Bitcoin-Qt: use $$TRANSLATIONS in bitcoin-qt.pro | Philip Kaufmann | |
- instead of parsing the project file by using $$_PRO_FILE_ just use $$TRANSLATIONS, which contains a list of all needed files, to build our *.qm translation files | |||
2013-04-04 | Merge pull request #2454 from TheBlueMatt/master | Wladimir J. van der Laan | |
Fix leveldb make flags in bitcoin-qt.pro |