11353b0c57
update bitcoin_en.ts (translation master file) to match current master branch as of 2012-05-09
Philip Kaufmann
2012-05-09 12:38:51 +02:00
3e468840bd
util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSpecialFolderPath(), set fCreate default to true and remove the fallback (not Win >= Vista compatible anyway) / remove namespace fs stuff where only used once / misc small changes'
Philip Kaufmann
2012-04-22 16:22:45 +02:00
e17018adcd
Merge pull request #1211 from Diapolo/harmonize_ellipsis
Wladimir J. van der Laan
2012-05-09 00:14:30 -07:00
3b6ed2294b
fix an incorrect if-clause in net.cpp
Philip Kaufmann
2012-05-08 23:02:48 +02:00
50a3855082
harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative
Philip Kaufmann
2012-05-06 16:24:15 +02:00
9e11cb53dd
Merge pull request #1215 from laanwj/2012_05_nogridtables
Wladimir J. van der Laan
2012-05-08 23:34:10 -07:00
5ac114c756
Make it possible to set user interface language from options dialog
Wladimir J. van der Laan
2012-05-08 23:03:41 +02:00
6ddf861078
Organize optionsdialog (split off Window and Network page)
Wladimir J. van der Laan
2012-05-07 21:49:22 +02:00
6bdb06a7b1
Merge pull request #1221 from Diapolo/optionsdialog
Wladimir J. van der Laan
2012-05-08 22:44:04 -07:00
2ea78ec7fd
Fix DEBUG_LOCKCONTENTION
Matt Corallo
2012-05-09 01:40:33 -04:00
09570add5f
remove 2 ugly spaces from a string used in translations
Philip Kaufmann
2012-05-08 09:31:25 +02:00
f621326c24
Clean up warnings
Pieter Wuille
2012-05-09 03:48:14 +02:00
781fc2c8c0
Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS
Jeff Garzik
2012-05-08 21:18:35 -04:00
1302257e5d
makefile.unix: add -Wall to default CXXFLAGS
Jeff Garzik
2012-05-08 21:02:28 -04:00
96c5269511
RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alives
David Joel Schwartz
2012-04-24 01:10:02 -04:00
e9205293bd
Support multi-threaded JSON-RPC
David Joel Schwartz
2012-04-14 20:35:58 -04:00
203f9e6c00
Merge branch 'tmp-ipv6' into merge-ipv6
Jeff Garzik
2012-05-08 19:43:17 -04:00
52d4975825
passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()'
Philip Kaufmann
2012-05-05 18:24:23 +02:00
4295311da3
move many overviewpage settings from code to ui XML-file / removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway / set mouse cursor to IBeam for selectable labels
Philip Kaufmann
2012-05-06 16:57:12 +02:00
0e69fc6e84
Merge pull request #1209 from laanwj/2012_05_hideonshutdown
Wladimir J. van der Laan
2012-05-05 23:30:55 -07:00
46f552a9fe
Hide UI immediately after leaving the main loop.
Wladimir J. van der Laan
2012-05-06 08:14:19 +02:00
29a86a1735
Add extra asserts to addrman
Pieter Wuille
2012-05-05 21:30:38 +02:00
82e6b92b0a
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead
Luke Dashjr
2012-05-05 02:41:43 +00:00
46c08874aa
Merge pull request #1201 from Diapolo/about-dialog
Wladimir J. van der Laan
2012-05-05 04:22:04 -07:00
7b74bd4928
changed cursor for selectable text on the about dialog to IBeamCursor and removed an unused tag
Philip Kaufmann
2012-05-05 11:30:40 +02:00
dd62ca1b29
Merge pull request #1202 from Diapolo/messagepage
Wladimir J. van der Laan
2012-05-05 03:31:11 -07:00
d7d7d81a6a
change text on message.ui from "Copy to Clipboard" to "Copy Signature" and add an Alt-Shortcut to "Clear &All"
Philip Kaufmann
2012-05-05 11:39:07 +02:00
6ad47ddf40
Merge pull request #1203 from Diapolo/qrcodedialog
Wladimir J. van der Laan
2012-05-05 02:59:44 -07:00
092522af6c
renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window size to the minimum values Qt Creator allows me to set
Philip Kaufmann
2012-05-05 11:43:54 +02:00
bdef43dde7
Merge pull request #1200 from laanwj/2012_05_moveicon
Wladimir J. van der Laan
2012-05-05 02:34:36 -07:00
e400258bf0
simplified qrcode icon that scales gracefully to 16x16
Wladimir J. van der Laan
2012-05-05 10:46:19 +02:00
460c51fdad
Add UI RPC console / debug window
Wladimir J. van der Laan
2012-04-09 21:07:25 +02:00
3793fa09ff
Allow Qt to wrap long tooltips (fixes#1063)
Wladimir J. van der Laan
2012-04-13 17:10:50 +02:00
c8a3917089
signmessage: auto-select signature when field is focused/clicked
Wladimir J. van der Laan
2012-05-05 09:44:15 +02:00
4c9183e8bb
Merge pull request #1166 from Diapolo/signmessage_clear
Wladimir J. van der Laan
2012-05-05 00:43:27 -07:00
6672400206
Merge pull request #1175 from Diapolo/translators
Wladimir J. van der Laan
2012-05-05 00:11:37 -07:00
1f6f261ace
Merge pull request #1187 from TheBlueMatt/win32_ie
Wladimir J. van der Laan
2012-05-05 00:02:10 -07:00
393a0edc51
Merge pull request #1194 from Diapolo/sendcoins_placeholdertext
Wladimir J. van der Laan
2012-05-05 00:01:35 -07:00
e23a121afe
remove obsolete BackupWallet() entry in wallet.h
Philip Kaufmann
2012-05-03 11:30:52 +02:00
65c2ad687f
add a clear all button to the sign message page
Philip Kaufmann
2012-04-30 01:11:53 +02:00
234db30d66
Update to require IE 5.1 as it is required on mingw64.
Matt Corallo
2012-05-02 20:21:43 -04:00
e099e1568a
Merge pull request #1179 from Diapolo/project-file
Wladimir J. van der Laan
2012-05-01 23:57:02 -07:00
ca97bde8ff
Merge pull request #1171 from Diapolo/fix_compiler_warn
Jeff Garzik
2012-05-01 15:02:41 -07:00
024fa1cb44
EvalScript(): cast to avoid signed/unsigned warning
Jeff Garzik
2012-05-01 17:57:12 -04:00
061a001590
ThreadSocketHandler2(): cast to avoid signed/unsigned warning
Jeff Garzik
2012-05-01 17:54:52 -04:00
10ab9c2f42
OpenBlockFile(): cast to eliminate signed/unsigned comparison warning
Jeff Garzik
2012-05-01 17:50:33 -04:00
24de922636
CDiskTxPos, CInPoint, COutPoint: cast null value (-1) to unsigned int to eliminate signed/unsigned comparison warnings
Jeff Garzik
2012-05-01 17:49:17 -04:00
8a6329a7ac
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
Philip Kaufmann
2012-05-01 22:26:33 +02:00
50d710496d
Merge pull request #1176 from Diapolo/project-file
Wladimir J. van der Laan
2012-05-01 12:38:56 -07:00
e19ccfa657
Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestring
Jeff Garzik
2012-05-01 10:05:00 -07:00
6d25b0e99a
Merge pull request #1172 from Diapolo/serialize_h_rem_typedef
Wladimir J. van der Laan
2012-05-01 09:52:38 -07:00
3ee5f8aac3
remove duplicate definition of SecureString in util.h
Wladimir J. van der Laan
2012-05-01 18:49:50 +02:00
68103043ce
fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice
Philip Kaufmann
2012-05-01 18:45:10 +02:00
aab1f950aa
small translation-file handling / loading changes and re-work comments to be clearer
Philip Kaufmann
2012-05-01 17:54:07 +02:00
bd51e8ef8a
Merge pull request #1173 from Diapolo/init_cpp_comment_upd
Jeff Garzik
2012-05-01 08:29:10 -07:00
1c94f88d5e
fix compiler warning "suggest parentheses around assignment used as truth value [-Wparentheses]" in util.cpp
Philip Kaufmann
2012-05-01 01:46:03 +02:00
f8e4d43be7
fix compiler warning "suggest explicit braces to avoid ambiguous "else" [-Wparentheses]" in net.cpp
Philip Kaufmann
2012-05-01 01:44:59 +02:00
00d971e1e7
remove references to bitcoin-wx from comment in init.cpp
Philip Kaufmann
2012-05-01 01:59:54 +02:00
810b4fad7d
remove unused typedef in serialize.h
Philip Kaufmann
2012-05-01 01:56:47 +02:00
be8651dde7
Check earlier for blocks with duplicate transactions. Fixes#1167
Gavin Andresen
2012-04-29 20:56:55 -04:00