Age | Commit message (Collapse) | Author |
|
rather than hacking boost in gitian
|
|
|
|
- Show address receiving the generation, and include it in the correct "account"
- Multiple entries in listtransactions output if the coinbase has multiple outputs to us
|
|
Use the built-in icon that is also used in the dialog box itself.
|
|
|
|
- extend bitcoin-qt.rc to include meta information, which is displayed on
Windows, when looking in the executable properties and selecting
"Details"
- does currently NOT include version information, this is scheduled
for later releases
- for RC-file documentation see:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
|
|
small UX update for optionsdialog
|
|
Update English translation strings
|
|
This is the last time for 0.7.0. We should avoid message changes
until the release. Translators can use the remaining time to update their languages on
Transifex.
The other languages need to be merged from Transifex just before release.
|
|
Makes sense in case bitcoin URIs eventually allow invalid addresses
as a part of some larger future payment scheme.
|
|
|
|
|
|
fix further spelling errors / remove a tab in the source
|
|
Translations update 2012-08-01 (fetched from Transifex)
|
|
|
|
- add enableApplyButton() and disableApplyButton() to optionsdialog.{h/cpp}
- they are used to ensure the Ok button does not get disabled, when Apply needs to be disabled (standard UX should allow Ok always to dismiss the dialog and only disable it, when we have a faulty proxy IP)
- disable Apply after initially loading the settings, as nothing new needs to be saved
- remove orphan settings from optionsdialog.ui that are default anyway
|
|
|
|
|
|
Fix spelling and grammar errors
|
|
|
|
|
|
- ensure warnings always start with "Warning:" and that the first
character after ":" is written uppercase
- ensure the first sentence in warnings ends with an "!"
- remove unneeded spaces from Warning-strings
- add missing Warning-string translation
- remove a "\n" and replace with untranslatable "<br><br>"
|
|
small update for BitcoinGUI::setNumBlocks() function
|
|
GUI: optionsdialog cleanup
|
|
- No core strings changed since last time
- Re-add line numbers in .ts file as this is marginally easier for translators (see #1227)
|
|
fix typo "logfile" -> "log file"
|
|
Fix Typo
|
|
|
|
|
|
|
|
|
|
|
|
file COPYING.txt on Windows
|
|
- remove duplicate includes, that are already present in ui_optionsdialog.h
- change QIntValidator to not allow 0 as port-number
- re-order some function calls to match the Ui element order, for better readbility and to prepare for the addition of further IPv6 and Tor proxy options
- restat warning for the language selection is only shown, when the language was changed (not on simply activating the Ui element)
- split check for object == ui->proxyIp into seperate if-clause
- micro-optimize the code in the above mentioned if-clause
- unify used format for comments in the code
- introduce handleProxyIpValid() function, which handles UI elements and the
save button states for valid/invalid proxy IPs
|
|
|
|
|
|
- re-work code parts that check if we have a Statusbar warning
- use same variable names in the header
|
|
|
|
- add IMPLEMENT_RANDOMIZE_STACK for ipcThread()
- log / print boost interprocess exceptions
- use MAX_URI_LENGTH in guiconstants.h (also used in qrcodedialog.cpp)
- remove unneeded includes and ipcShutdown() from qtipcserver.cpp
- fix a small mem-leak by deleting mq before re-using it
- make ipcThread() and ipcThread2() static functions
- add some more comments
|
|
enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8
|
|
Signed-off-by: Giel van Schijndel <me@mortis.eu>
|
|
change Window title to "Bitcoin - Wallet" / misc related renames
|
|
fix a wrong string in signverifymessagedialog.ui
|
|
when on testnet, set testnet icon for about dialog
|
|
(UI) Persistently poll for balance change when number of blocks changed
|
|
- this helps user to not think our Client is called "Bitcoin Wallet"
- change "About Bitcoin-Qt" to "About Bitcoin"
- change "Bitcoin debug window" to "Bitcoin - Debug window"
- change "Client" in debug Window to "Bitcoin Core"
|
|
- add a comment
|
|
|
|
- cleanup optionsmodel before adding new proxy options
- place SOCKS version stuff below proxy port (IP, Port, SOCKS version)
- simplyfy some parts of the code (e.g. don't check IP and port, as this
is done in optionsdialog anyway, remove unneeded {} in switch/case)
- small cosmetic changes in the header for better readability
|
|
|