fb53186571
Merge pull request #2519 from jonasschnelli/new_testnet_ico_file
...
new testnet ico file
2013-04-15 10:35:27 -07:00
f95279ba79
fixes #2506 : mac binary with proper version and copyright meta-informations (Info.plist)
...
Due a bug in QT (https://bugreports.qt-project.org/browse/QTBUG-21267 ), the mac binary of the last release contains bulk meta informations.
The url-handler (bitcoin://) is also not working in current release
Should be fixed with this commit.
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch >
2013-04-15 16:15:11 +02:00
4d17a1b0c2
fix: GUI Disappearing #1522 (Mac OSX)
...
- this solution works stable on mac and ensures that the window get's reopened when the user clicks the dock icon .
- tested on 10.8 with Qt4.8.4 and Qt5.0.1
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch >
2013-04-15 12:02:01 +02:00
a3e7577a81
Merge pull request #2520 from sipa/strictmempool
...
Require strictly-standard encodings in mempool
2013-04-14 17:40:49 -07:00
a26811ebdf
embed bitcoin_testnet.ico in bitcoin-qt.exe (usable for shortcuts)
2013-04-14 21:49:07 +02:00
463a58ae75
Merge pull request #2527 from patbr0wn/master
...
Fixed download error
2013-04-14 12:00:50 -07:00
46bf40de3d
Made it point to 0.8.1
2013-04-14 14:50:39 -04:00
41fdc1cad1
overviewpage: make some code Qt5 compatible
...
- that changes will be fine for Qt4 also
2013-04-14 19:53:27 +02:00
d9d6c7d936
bitcoingui: remove 2 unneeded includes
2013-04-14 19:53:27 +02:00
e9abeac204
bitcoin: use static QApplication:: instead of app.
2013-04-14 19:53:19 +02:00
99ae01234d
aboutdialog: use just "The Bitcoin developers" as tr()-string
...
- this ensures our new splash screen and this will share a translatable
string an remove the need for an additional translation
2013-04-14 19:42:15 +02:00
e83a90f127
qt: register metatype for bool*
...
This allows the bool* type to be passed between threads. Should solve issue #2402 .
2013-04-14 18:50:40 +02:00
20d0810f30
Require strictly-standard encodings in mempool
2013-04-14 00:17:49 +02:00
ac89a1ebe7
Merge pull request #2492 from Diapolo/Qt_message
...
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
2013-04-13 05:40:30 -07:00
f81b67829d
Merge pull request #2515 from laanwj/2013_04_move_exportbutton
...
qt: move export button to tabs
2013-04-13 05:39:30 -07:00
1b4b463c01
Merge pull request #2418 from sipa/uintwork
...
Use a uint256 for bnChainWork
2013-04-12 10:27:56 -07:00
45155d3010
qt: move export button to tabs
...
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 13:13:32 +02:00
dce6f42477
Merge pull request #2513 from laanwj/2013_04_gui_remove_rpcconnect
...
qt: don't show rpcconnect command line option in help
2013-04-12 04:12:41 -07:00
1657c4bc49
Use a uint256 for bnChainWork
...
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-12 12:17:28 +02:00
2aa462ec30
Merge pull request #2514 from TheBlueMatt/master
...
Add test patches for pull-tester to contrib/
2013-04-11 18:22:14 -07:00
84db464b10
Add test patches for pull-tester to contrib/
2013-04-11 18:07:22 -04:00
212b42c623
qt: don't show rpcconnect command line option in help
...
GUI can't connect to RPC. Showing this option in the help confuses
people, so remove it.
2013-04-11 22:29:05 +02:00
3656a3c558
Merge pull request #2503 from Diapolo/copyright-year
...
new COPYRIGHT_YEAR macro in clientversion.h
2013-04-11 06:49:46 -07:00
5ab27b32a2
new testnet window .ico file
...
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch >
2013-04-11 15:17:00 +02:00
8d643c90a6
Bitcoin-Qt: remove " - " on empty title in BitcoinGUI::message()
...
- don't display "Bitcoin - " when no title was supplied but just "Bitcoin"
2013-04-11 08:32:55 +02:00
9a4eaf3cff
Merge remote-tracking branch 'jonasschnelli/new_icons' ( #2497 )
...
Conflicts:
doc/assets-attribution.txt
2013-04-11 06:57:27 +02:00
bb8bc860e3
Merge pull request #2487 from Diapolo/translations
...
translations update 2013-04-08
2013-04-10 13:00:56 -07:00
f6abdbca0b
fix bitcoin-qt.rc not showing up in Qt Creator
2013-04-10 17:19:28 +02:00
cdd4400889
use the new COPYRIGHT_YEAR macro in bitcoin-qt.rc
...
- this reduces the places, where we need to change the year further
2013-04-10 17:15:34 +02:00
ec3cac6631
move COPYRIGHT_YEAR to clientversion.h
...
- this allows usage of that information also in other places (e.g. splash
screen)
2013-04-10 16:53:36 +02:00
4881353efe
rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks()
...
- 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 15:53:40 +02:00
4c23743635
better quality windows .ICO icon file
...
- icon quality of the win icon of <256px resolutions are now much better
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch >
2013-04-10 14:40:51 +02:00
1258dde48d
Merge pull request #2498 from jonasschnelli/addressbookpage_mac_fix
...
fix mac specific button modification on addressbookpage
2013-04-09 13:29:27 -07:00
e0af1b3ed6
fix mac specific button modification on addressbookpage
...
- 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 21:11:16 +02:00
f9579c55b3
overhaul of the testnet icon (green color) and the toolbar icons
...
- 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 20:05:32 +02:00
c553fe8d43
Merge pull request #2469 from Diapolo/clientmodel-progress
...
Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state
2013-04-09 10:59:29 -07:00
54c0b3eac7
Merge pull request #2474 from sipa/pre0.8.2
...
Switch version numbers to 0.8.1.99
2013-04-09 10:57:59 -07:00
f158e363a4
Merge pull request #2478 from sipa/fullhash
...
Always print full hashes (tx, block, inv)
2013-04-09 10:57:16 -07:00
f439fe945d
Merge pull request #2491 from Diapolo/assets-attribution
...
small assets-attribution.txt updates
2013-04-09 10:55:32 -07:00
1fd3ed25be
Merge pull request #2461 from sipa/syncnode
...
Make sure we always have a node to do IBD from
2013-04-09 10:51:06 -07:00
4dc76ec137
small assets-attribution.txt updates
2013-04-09 09:04:43 +02:00
1483aac5f9
net.cpp: Do not change primary process name from (default) to "bitcoin-start"
...
Discussed a bit on IRC.
2013-04-08 22:02:57 -04:00
f49992d983
Merge pull request #2243 from luke-jr/bugfix_leveldb
...
LevelDB build bugfix
2013-04-08 18:03:03 -07:00
fb17911e9a
Merge pull request #2470 from Diapolo/progressbarlabel
...
Bitcoin-Qt: update for BitcoinGUI::eventFilter()
2013-04-08 11:27:02 -07:00
cf03a5ce8a
Merge pull request #2481 from laanwj/2013_04_cleanup
...
qt: remove redundant wallet methods from bitcoingui
2013-04-08 08:25:01 -07:00
70c71a6a2a
Merge pull request #2477 from jonasschnelli/new_icons
...
new icons for windows, linux, etc.
2013-04-08 08:24:38 -07:00
b7b774d82f
Merge pull request #2419 from sipa/noreltime
...
Drop release times for CNode
2013-04-08 08:21:06 -07:00
1829134afe
Merge pull request #2272 from gavinandresen/getbalancefix
...
Fix getbalance discrepency
2013-04-08 06:37:58 -07:00
1828133c62
Merge pull request #2403 from gmaxwell/minfee-to-relayfee
...
Make MIN_TX_FEE match MIN_RELAY_TX_FEE.
2013-04-08 01:50:21 -07:00
a653191f74
new icons: overhaul oxygen icon (was to blurry)
...
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch >
2013-04-08 10:37:19 +02:00