Wladimir J. van der Laan
30dc3c1b38
Merge pull request #6116
...
d1a3866
build: Cope with spaces in filenames when creating/applying OSX sigs (Cory Fields)
7cef321
[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app" (Jonas Schnelli)
2015-05-20 13:08:51 +02:00
Jonas Schnelli
7cef321e65
[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"
2015-05-19 11:03:49 +02:00
Wladimir J. van der Laan
be31ff7d8d
doc: Add historical release notes for 0.10.1 0.10.2 0.9.4
2015-05-18 20:48:09 +02:00
Jonas Schnelli
b448002772
[Docs] fix and improve REST documentation
...
- fix bad formatting of getutxos
- added getztxos example
- fix different command syntax
2015-05-18 16:52:01 +02:00
Shawn Wilkinson
3a6cc3cbb6
Missing from Documentation Index
2015-05-16 12:00:50 -04:00
Wladimir J. van der Laan
a538126a8c
Merge pull request #6110
...
ca5f688
[QT] don't colorize icons on win and mac (Jonas Schnelli)
7247d10
[QT] use alert icon with tooltip insted of "(out of sync)" text (Jonas Schnelli)
51c7c70
[QT] remove frame to avoid double-frame situation in sendcoinsentry.ui (Jonas Schnelli)
2a6b844
[QT] change transaction amount and height in overview page (Jonas Schnelli)
2015-05-14 13:50:46 +02:00
Jonas Schnelli
7247d103ff
[QT] use alert icon with tooltip insted of "(out of sync)" text
...
# Conflicts:
# src/qt/forms/overviewpage.ui
# src/qt/overviewpage.cpp
2015-05-12 20:46:12 +02:00
Wladimir J. van der Laan
1fd2d39529
Merge pull request #5420
...
6b4feb8
[QA] rest.py RPC test: change setgenerate() to generate() (Jonas Schnelli)
97ee866
[REST] getutxos REST command (based on Bip64) (Jonas Schnelli)
2015-05-06 16:50:05 +02:00
Wladimir J. van der Laan
00e76db8c2
Merge pull request #6085
...
b05a89b
Non-grammatical language improvements (Luke Dashjr)
7e6d23b
Bugfix: Grammar fixes (Corinne Dashjr)
2015-05-04 08:01:58 +02:00
Luke Dashjr
b05a89b2de
Non-grammatical language improvements
2015-05-02 15:23:59 +00:00
Corinne Dashjr
7e6d23b171
Bugfix: Grammar fixes
2015-05-01 11:21:27 +00:00
Jonas Schnelli
2ccfc6360d
[REST] update documentation
...
- add documentation for /rest/headers
- reformat sections
2015-04-23 14:49:40 +02:00
Jonas Schnelli
6b4feb89a8
[QA] rest.py RPC test: change setgenerate() to generate()
2015-04-21 20:33:02 +02:00
Jason Lewicki
468aa3bf0a
Re-wrote a passage of text that was difficult to understand.
2015-04-20 13:29:21 +02:00
paveljanik
abcec3082e
Update REST URL to match reality
2015-04-20 13:29:21 +02:00
Michael Ford
9bdd03fb40
Point to the Debian 7.8 installer
...
Link to 7.7 is broken.
2015-04-20 13:29:21 +02:00
sandakersmann
fa535f9a5b
Remove folder and images for bootstrap.md
2015-04-20 13:29:20 +02:00
David A. Harding
2dc679d22f
Docs: Use new Bitcoin.org download URLs
2015-04-03 07:51:31 +02:00
Wladimir J. van der Laan
15facb4aca
doc: add historical release notes for 0.10.0
2015-04-01 18:43:49 +02:00
joshr
723664b5db
startup script for centos, with documentation.
2015-03-03 11:23:54 -05:00
Pieter Wuille
b63ae56269
Add list of implemented BIPs
2015-02-16 12:24:37 -08:00
Wladimir J. van der Laan
a77021a763
doc: Add note-to-self about SHA256SUMS to release-process.md
2015-02-16 10:38:00 +01:00
Jonathan Brown
f9a8fc4b1a
Fix filename for testing QT.
2015-02-14 12:07:40 +07:00
Wladimir J. van der Laan
d48ce48093
Merge #5548 : [REST] add /rest/chaininfos
...
2c0f901
[REST] rest/chaininfos add documentation (Jonas Schnelli)
59582c8
[REST] add /rest/chaininfos (Jonas Schnelli)
2015-02-10 12:08:07 +01:00
bikinibabe
ee932025c1
Changed pronouns for correctness and inclusivity
2015-01-31 17:38:28 -05:00
UdjinM6
1fa89a54e8
fix _code_ snippet in gitian-building.md
...
Trivial typo-like fix
2015-01-31 17:38:28 -05:00
Pavel Janík
3800135ad3
Fix typo
2015-01-31 17:37:01 -05:00
Michael Ford
bfc29dcdc5
Improve gitian build guide
...
Point to the Debian 7.7 installer
Fix wording now that we only use a single image
Remove bitcoin checkout steps, they are covered in release-process
2015-01-31 17:36:45 -05:00
Michael Ford
86731603d4
Remove bootstrap.md
...
See #5455
2015-01-31 17:36:44 -05:00
Cory Fields
f0172bf91e
osx: bump build sdk to 10.9
2015-01-20 01:49:20 -05:00
Michael Ford
06b24240cd
Update OS X build instructions to use Qt 5
2015-01-14 20:47:33 +08:00
Luke Dashjr
7eeeac0ff5
Remove dead BitcoinUnits::id code and update assets-attribution for non-image unit selector
2015-01-03 15:43:04 +00:00
Wladimir J. van der Laan
7c2dea4e92
Merge pull request #5569
...
0d50c2f
dmg: fix deterministic dmg creation and docs (Cory Fields)
2015-01-02 17:12:58 +01:00
Wladimir J. van der Laan
e6df2bb48f
Remove redundant copyright notices from README files
...
The normative place for these for the entire project is COPYING,
and the main README already has a MIT license section.
2015-01-02 10:46:23 +01:00
Jeff Garzik
ccef2b5f26
Merge #5468 from
...
branch 'developer-notes_md' of git://github.com/fanquake/bitcoin into merge-5468
2014-12-31 07:42:24 -05:00
Wladimir J. van der Laan
83d6d59c2b
Merge pull request #5546
...
1f67084
[Docs] clean up assets-attributen.md (Jonas Schnelli)
2014-12-31 09:51:11 +01:00
Cory Fields
0d50c2fd81
dmg: fix deterministic dmg creation and docs
2014-12-30 02:47:38 -05:00
Jonas Schnelli
2c0f901ea9
[REST] rest/chaininfos add documentation
2014-12-29 20:27:46 +01:00
Julian Yap
244fdc7bee
Fix typo
2014-12-28 00:22:44 -10:00
Jonas Schnelli
1f670846f7
[Docs] clean up assets-attributen.md
...
- Make sure it represents the current state
2014-12-27 12:28:34 +01:00
Cory Fields
dd14a0e799
docs: update gitian building docs
2014-12-19 14:44:23 -05:00
Wladimir J. van der Laan
111a7d45f1
Merge pull request #5470
...
78253fc
Remove references to X11 licence (Michael Ford)
2014-12-19 19:23:23 +01:00
Wladimir J. van der Laan
87a5270d58
Merge pull request #5413
...
88eb44d
Revised translation process doc (Blake Jakopovic)
2014-12-19 17:55:46 +01:00
Michael Ford
3bf5f52808
Create developer-notes.md
...
Moves coding guidelines and development tips/tricks into a single file.
Also adds a section explaining pull request terminology.
2014-12-19 10:58:56 +08:00
Michael Ford
e85855fa55
Drop beta suffixes from readmes
2014-12-17 19:36:20 +08:00
Jonas Schnelli
54f2571a00
Qt: HiDPI (retina) support for splash screen
...
- remove splash screen images (reduce binary size)
- dynamicly draw splash screen with available icon.
- remove testnet icon
- dynamicly colorize testnet icon
2014-12-16 11:15:05 +01:00
Wladimir J. van der Laan
f3af0c898f
Merge pull request #5219
...
31aac02
Qt: new icons (Jonas Schnelli)
2014-12-16 11:04:24 +01:00
Michael Ford
78253fcbad
Remove references to X11 licence
2014-12-16 15:56:50 +08:00
Cory Fields
e27d7cb248
docs: release process fixups
...
Add instructions for manually fetching sources, as well as some misc. fixes.
2014-12-11 19:23:12 -05:00
Wladimir J. van der Laan
d7492304e9
Now that 0.10 has been branched, master is 0.10.99
2014-12-11 16:03:46 +01:00