Scott Willeke
8d31e614e8
Added automake to the macports depdency list as it was required to complete the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
11 years ago
Micha
f4e72bf8d2
Make gitian builds consistent across platforms
...
Change Linux deps to use a zip archive rather than a gzipped tarball to
match win32
Rename Linux descriptor to gitian-linux.yml to match win32
11 years ago
Wladimir J. van der Laan
4b4b578cb3
Merge pull request #3536
...
0425715
gitian: add explicit dependency build for linux (Wladimir J. van der Laan)
279af1a
build: use Ubuntu 12.04 for linux gitian build (Wladimir J. van der Laan)
11 years ago
Gavin Andresen
8c31f037b1
Merge pull request #3527 from laanwj/2014_01_gitian_win32_qt5
...
build: update win32 deps
11 years ago
Wladimir J. van der Laan
04257151b1
gitian: add explicit dependency build for linux
...
Create a dependency file per architecture:
- bitcoin-deps-linux32-gitian-r1.tar.gz
- bitcoin-deps-linux64-gitian-r1.tar.gz
11 years ago
Wladimir J. van der Laan
f4bb12eecc
doc: bump boost version in release-process
...
This was forgotten in #3501 .
11 years ago
Christopher Latham
69843c8b4e
Update build-unix.md
...
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
11 years ago
Christopher Latham
720731d281
Update configure.ac
...
Added ubuntu 13.10 and libboost1.54-all-dev incompatibility instruction to the existing no boost_sleep warning.
11 years ago
Wladimir J. van der Laan
f8b48ed297
Merge pull request #3426
...
16ec904
Don't create empty transactions when reading corrupted wallet (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
1aac1448de
Merge pull request #3538
...
81bad8b
[Qt] 2 minor translation changes (Philip Kaufmann)
11 years ago
Wladimir J. van der Laan
6b5fbc9073
Merge pull request #3541
...
c704532
[Qt] small paymentserver header cleanup (Philip Kaufmann)
11 years ago
Wladimir J. van der Laan
b0e8c4b0b9
Merge pull request #3540
...
57d8e3f
[Qt] add missing lock in walletmodel (Cozz Lovan)
11 years ago
Philip Kaufmann
c704532294
[Qt] small paymentserver header cleanup
11 years ago
Wladimir J. van der Laan
7fb5894b4c
Merge pull request #3537
...
8c20bbb
update copyright year to 2014 (Philip Kaufmann)
11 years ago
Philip Kaufmann
81bad8b386
[Qt] 2 minor translation changes
11 years ago
Cozz Lovan
57d8e3f88f
[Qt] add missing lock in walletmodel
11 years ago
Philip Kaufmann
8c20bbbed9
update copyright year to 2014
11 years ago
Wladimir J. van der Laan
279af1a2af
build: use Ubuntu 12.04 for linux gitian build
11 years ago
Wladimir J. van der Laan
b26de9d951
qt: Update remaining "The Bitcoin Core Developers"
11 years ago
Wladimir J. van der Laan
1e3abb4e3d
build: upgrade Qt used by windows build to 5.2.0
11 years ago
Wladimir J. van der Laan
2f158dfc93
build: Update the other win32 deps
...
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
11 years ago
Wladimir J. van der Laan
5bab55898d
qt: Update copyright year in about dialog to 2014
11 years ago
Wladimir J. van der Laan
dbafb99472
Merge pull request #3526
...
f10b2d7
qt: use series of pngs for spinner (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
e4f041bdd1
Merge pull request #3525
...
15570cc
src/leveldb/Makefile is ignored? (harry)
11 years ago
Gavin Andresen
266921e70f
Merge pull request #3516 from sipa/serorphans-head
...
Store orphan blocks in serialized form
11 years ago
Wladimir J. van der Laan
b1347d5565
Merge pull request #3532
...
f087ce8
qt: English translation update (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
f087ce8891
qt: English translation update
11 years ago
Wladimir J. van der Laan
c7930c859e
Merge pull request #3528
...
66a8829
qt: Minor message updates (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
f126973fd0
Merge pull request #3374
...
bd70562
[Qt] add messages when handling local payment request files (Philip Kaufmann)
11 years ago
Wladimir J. van der Laan
66a8829a33
qt: Minor message updates
...
Used sending/receiving addresses -> Sending/receiving addresses
Previously requested payments -> Requested payments (idea from @cozz in #3521 )
11 years ago
Wladimir J. van der Laan
f10b2d70d0
qt: use series of pngs for spinner
...
Use a series of .png frames for the spinner instead of a .mng.
`mng` is an obscure image format and is not built by default into Qt5.
This appears to improve the crispness of the spinner as well.
Does not noticably increase the size (still ~27k) and the code
is not more complicated either.
11 years ago
harry
15570cc9aa
src/leveldb/Makefile is ignored?
...
remove the "-" in leveldb-* to include src/leveldb/Makefile
11 years ago
Wladimir J. van der Laan
a7973c9b6b
Merge pull request #3524
...
67d60f7
build: fix MacOSX build after ec41342
(Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
67d60f7031
build: fix MacOSX build after ec41342
...
Fix regression introduced in ec41342
.
Also use a less ugly solution, by defining the value of
`MOC_DEFS` in the configure script instead of `Makefile.include`.
11 years ago
Jeff Garzik
be2fb2d603
Merge pull request #3518 from Michagogo/linearize-start-value
...
Tweak linearize.py to give more flexibility
11 years ago
Micha
7a29fb5940
Tweak linearize.py to give more flexibility
...
Add the ability to start at a non-zero height, and allow for appending to
an existing file.
11 years ago
Wladimir J. van der Laan
0e469b5167
Merge pull request #3513
...
d464edf
[Qt] fix alphabetical ordering in Makefile.am (Philip Kaufmann)
11 years ago
Wladimir J. van der Laan
0a4fefe18f
Merge pull request #3511
...
245a6ab
[Qt] guard bitcoin-config.h and remove dublicated help message code (Philip Kaufmann)
11 years ago
Wladimir J. van der Laan
b68c618c6d
Merge pull request #3507
...
9b146cd
GUI: Fix design in overview page (Cozz Lovan)
11 years ago
Philip Kaufmann
d464edfb8c
[Qt] fix alphabetical ordering in Makefile.am
...
- also change to 1 file per line for more stuff in Makefile.am
11 years ago
Pieter Wuille
da0fecffa7
Store orphan blocks in serialized form
11 years ago
Philip Kaufmann
04aa828728
[Qt] don't regenerate autostart link on every client startup
...
- allows users to add additional paramaters via the autostart link
- related to #2197
11 years ago
Philip Kaufmann
245a6ab1ae
[Qt] guard bitcoin-config.h and remove dublicated help message code
11 years ago
Pieter Wuille
dc64c3c374
Merge pull request #3510
...
c037531
small headers ordering cleanup (Philip Kaufmann)
11 years ago
Philip Kaufmann
c037531d69
small headers ordering cleanup
...
- keep headers in alphabetical order
- fix Makefile.am (2 files in 1 line - leftover)
- remove some spaces etc.
11 years ago
Cozz Lovan
9b146cd3ca
GUI: Fix design in overview page
11 years ago
Wladimir J. van der Laan
5a407bd095
makefile.am: split long lines into one file per line
...
This makes it easier to read diffs.
Cosmetic change to build system only.
11 years ago
Wladimir J. van der Laan
061aff4c46
Merge pull request #3392
...
b7f4b6d
GUI for --disable-wallet compiles and -disablewallet mode (Wladimir J. van der Laan)
ec41342
build: pass correct defs and include path to moc (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
b7f4b6d35d
GUI for --disable-wallet compiles and -disablewallet mode
...
There is not much in the GUI to be done without wallet,
though it's possible to change options, watch the sync process,
and use the debug console.
So embed the debug console in the main window.
11 years ago
Wladimir J. van der Laan
ec41342e3d
build: pass correct defs and include path to moc
...
To make sure the right slots are generated, MOC needs -DHAVE_CONFIG_H
and correct include path to include bitcoin-config.h.
11 years ago