16d5671943
If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was).
xanatos
2012-06-19 09:48:00 +03:00
896899e0d6
*Always* send a shutdown signal to enable custom shutdown actions
Giel van Schijndel
2012-06-17 16:21:09 +02:00
a54d2118be
Merge pull request #1434 from Diapolo/GUI_fix_displayunit
Wladimir J. van der Laan
2012-06-17 12:29:26 -07:00
8ce04527f9
Merge pull request #1451 from Diapolo/sendcoins
Wladimir J. van der Laan
2012-06-17 12:26:20 -07:00
6062de265a
Merge pull request #1461 from laanwj/2012_06_helpmessage
Wladimir J. van der Laan
2012-06-17 12:24:35 -07:00
3bbb49de55
Fix inverted logic for !Discover/!UPNP when !Listen.
Gregory Maxwell
2012-06-17 12:12:56 -04:00
e0873dafc5
add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit
Philip Kaufmann
2012-06-09 15:41:21 +02:00
07368a9e3c
Merge branch 'master' into async-ipv6-rpc
Giel van Schijndel
2012-06-17 14:30:37 +02:00
ad5f29b743
Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"
Matt Corallo
2012-06-10 02:04:15 +02:00
1d42878adbFix#956 the Boost 1.49 way.
Matt Corallo
2012-03-25 16:17:39 -04:00
39471861d5
Upgrade to Boost 1.49 on Win32
Matt Corallo
2012-06-10 01:50:54 +02:00
fab7858a35
Document how to build/run unit tests
Gavin Andresen
2012-06-14 20:44:04 -04:00
b5782531ad
set cursor for balance field to IBeamCursor (to show the user it IS selectable) and set autoDefault to false for the buttons that do not need this
Philip Kaufmann
2012-06-13 18:34:29 +02:00
7d1490576d
Merge pull request #1448 from Diapolo/2012-06-13_translation_updates
Wladimir J. van der Laan
2012-06-13 09:24:39 -07:00
1bdc992a59
Merge pull request #1449 from laanwj/2012_06_bitcoinstrings
Wladimir J. van der Laan
2012-06-13 09:23:10 -07:00
15094f7654
Update bitcoinstrings from core and English source translation file
Wladimir J. van der Laan
2012-06-13 18:17:28 +02:00
66654ab02e
update translation files (fetched from Transifex) and remove translation for fr_FR, which was removed / renamed on TX
Philip Kaufmann
2012-06-13 18:04:27 +02:00
44c89996c8
Merge pull request #1433 from Diapolo/tabbed_optionsdialog
Wladimir J. van der Laan
2012-06-13 07:37:24 -07:00
c4443c2be1
re-work optionsdialog to a tabbed UI based on an ui-file
Philip Kaufmann
2012-06-08 15:21:55 +02:00
c4879a0c2f
Merge pull request #1444 from laanwj/2012_06_opendebuglog
Wladimir J. van der Laan
2012-06-12 23:56:14 -07:00
609046df6a
Merge pull request #1445 from Diapolo/RPCCon_Button_noAutoDefault
Wladimir J. van der Laan
2012-06-12 23:08:31 -07:00
992a2e2e79
Update wiki changelog at doc/release-process.txt
Matt Corallo
2012-06-13 01:06:40 +02:00
d2e6dd6c99
merge toggleHidden() code into showNormalIfMinimized() to extend the functionality, but keep a simpler toggleHidden() for use in SLOT() macro
Philip Kaufmann
2012-06-05 07:23:26 +02:00
d4b2f3c45b
make buttons in debug window non autoDefault
Philip Kaufmann
2012-06-12 17:17:51 +02:00
9b1732baae
Cross-platform "Open debug logfile"
Wladimir J. van der Laan
2012-06-12 16:35:19 +02:00
12718ce767
Merge pull request #1440 from Diapolo/overviewpage_InitialBalance
Wladimir J. van der Laan
2012-06-12 04:19:49 -07:00
e5ad8de2d9
Merge pull request #1443 from laanwj/2012_06_addressbook_noautoselect
Wladimir J. van der Laan
2012-06-12 01:49:32 -07:00
2842fe4aa3
Do not select first address automatically in the address book
Wladimir J. van der Laan
2012-06-12 10:46:24 +02:00
b6ef8d5a40
Merge pull request #1412 from Diapolo/string_wait_mature
Wladimir J. van der Laan
2012-06-11 22:30:21 -07:00
9247134eab
introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits)
Philip Kaufmann
2012-06-11 07:40:14 +02:00
993928cfcc
Fix broken config files
Matt Corallo
2012-06-12 01:52:34 +02:00
59e0f445ce
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance
Philip Kaufmann
2012-06-11 22:40:06 +02:00
883a310904
Merge pull request #1435 from TheBlueMatt/mingwbuild
Jeff Garzik
2012-06-09 12:40:15 -07:00
b065976007
Fix Mingw64 build (missing headers according to M$ documentation)
Matt Corallo
2012-06-09 17:14:41 +02:00
40d23dafb7
update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration
Philip Kaufmann
2012-06-03 13:03:55 +02:00