Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-05 | Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git | Gavin Andresen | |
2012-09-04 | Merge pull request #1738 from laanwj/2012_08_boostthread | Jeff Garzik | |
implement CreateThread with boost::thread | |||
2012-09-01 | RPC console: escaping within ' and " now handled differently | Wladimir J. van der Laan | |
Should now mimic bash quoting and escaping (see http://wiki.bash-hackers.org/syntax/quoting) exactly, leaving out argument expansion and obscure syntax like $''. | |||
2012-08-31 | In RPC console, attempt to format errors | Wladimir J. van der Laan | |
Try to display a nicer message instead of dumping raw JSON object when possible. If the error somehow doesn't have the required 'code' and 'message' fields, fall back to printing raw JSON object. | |||
2012-08-31 | Fix RPC console parser to handle escaped arguments more like bash | Wladimir J. van der Laan | |
- Fix issue #1750 | |||
2012-08-29 | Rename CreateThread to NewThread | Wladimir J. van der Laan | |
Prevent clash with win32 API symbol | |||
2012-08-29 | Update strings for 0.7.0rc2 | Wladimir J. van der Laan | |
2012-08-29 | Merge pull request #1617 from Diapolo/Show_Hide_string | Wladimir J. van der Laan | |
Update string for Show/Hide in the tray | |||
2012-08-29 | Merge pull request #1720 from Diapolo/Qt_about | Wladimir J. van der Laan | |
Qt: add copyrightLabel to aboutdialog.ui | |||
2012-08-29 | Update string for Show/Hide in the tray | Philip Kaufmann | |
- be clear we don't "Show/Hide Bitcoins", but just the client window - remove the tooltip for toggleHideAction as this is not shown anyway - update a comment to be more general | |||
2012-08-28 | Refactor: move alert code from main to alert.cpp/h | Gavin Andresen | |
2012-08-27 | Fix compiler warning on mac | Gavin Andresen | |
2012-08-27 | Merge branch 'bugfix_gitian' of git://github.com/luke-jr/bitcoin | Gavin Andresen | |
2012-08-27 | Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, ↵ | Luke Dashjr | |
rather than hacking boost in gitian | |||
2012-08-25 | Merge branch '2012_08_progressbarwin' of git://github.com/laanwj/bitcoin | Gavin Andresen | |
2012-08-25 | Update Czech translation from Transifex | Wladimir J. van der Laan | |
2012-08-24 | Abstract all IPC communication to qtipcserver | Luke Dashjr | |
2012-08-24 | Override progress bar on platforms with segmented progress bars | Wladimir J. van der Laan | |
Windows & WindowsXP style have a problem with displaying the block progress. Add a custom stylesheet as workaround, but only when one of those renderers is active, otherwise leave the theme alone (issue #1071). | |||
2012-08-24 | Qt: add copyrightLabel to aboutdialog.ui | Philip Kaufmann | |
- add a new label, which can be updated independently from the whole license information stuff - the benefit is, we don't need to re-translate that whole wall of text every year the copyright info changes - update to the same copyright string we use in the source and in the bitcoin-qt.exe meta-data information - removes an obsolete entry from the ui-file | |||
2012-08-23 | Treat generation (mined) transactions less different from receive transactions | Luke Dashjr | |
- 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 | |||
2012-08-23 | Add icon for "About Qt" in menu | Wladimir J. van der Laan | |
Use the built-in icon that is also used in the dialog box itself. | |||
2012-08-22 | Update translations from transifex | Wladimir J. van der Laan | |
2012-08-14 | Bitcoin-Qt (Windows only): extend Resource File | Philip Kaufmann | |
- 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 | |||
2012-08-13 | Merge pull request #1649 from Diapolo/optionsdialog | Wladimir J. van der Laan | |
small UX update for optionsdialog | |||
2012-08-09 | Merge pull request #1661 from laanwj/2012_08_stringsupdate | Wladimir J. van der Laan | |
Update English translation strings | |||
2012-08-07 | Update English translation strings | Wladimir J. van der Laan | |
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. | |||
2012-08-07 | Fix Qt test cases by moving address checks to parseBitcoinURI | Matt Corallo | |
Makes sense in case bitcoin URIs eventually allow invalid addresses as a part of some larger future payment scheme. | |||
2012-08-07 | Fix Win32 compiling of qt/test/uritests.cpp | Matt Corallo | |
2012-08-07 | Return !0 when qt tests fail. | Matt Corallo | |
2012-08-02 | Merge pull request #1650 from Diapolo/spelling_fixes | Jeff Garzik | |
fix further spelling errors / remove a tab in the source | |||
2012-08-02 | Merge pull request #1644 from Diapolo/update_translations | Wladimir J. van der Laan | |
Translations update 2012-08-01 (fetched from Transifex) | |||
2012-08-02 | fix further spelling errors / remove a tab in the source | Philip Kaufmann | |
2012-08-02 | small UX update for optionsdialog | Philip Kaufmann | |
- 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 | |||
2012-08-01 | only update cached values in ClientModel::updateTimer() when they are changed | Philip Kaufmann | |
2012-08-01 | Translations update 2012-08-01 (fetched from Transifex) | Philip Kaufmann | |
2012-08-01 | Merge pull request #1632 from luke-jr/spelling | Jeff Garzik | |
Fix spelling and grammar errors | |||
2012-08-01 | Bugfix: Correct English grammar regarding "'s" | Luke Dashjr | |
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr | |
2012-08-01 | Update Warning-strings to use a standard-format | Philip Kaufmann | |
- 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>" | |||
2012-07-27 | Merge pull request #1594 from Diapolo/GUI_testnet3_fix | Wladimir J. van der Laan | |
small update for BitcoinGUI::setNumBlocks() function | |||
2012-07-27 | Merge pull request #1571 from Diapolo/optionsdialog_cleanup | Wladimir J. van der Laan | |
GUI: optionsdialog cleanup | |||
2012-07-26 | Update translation messages | Wladimir J. van der Laan | |
- No core strings changed since last time - Re-add line numbers in .ts file as this is marginally easier for translators (see #1227) | |||
2012-07-25 | Merge pull request #1624 from Diapolo/fix_typo_log_file | Wladimir J. van der Laan | |
fix typo "logfile" -> "log file" | |||
2012-07-25 | Merge pull request #1630 from fanquake/master | Wladimir J. van der Laan | |
Fix Typo | |||
2012-07-26 | Typo | Michael Ford | |
2012-07-24 | Fix spelling of successfully | Stephane Glondu | |
2012-07-23 | fix typo "logfile" -> "log file" | Philip Kaufmann | |
2012-07-23 | Typo | fanquake | |
2012-07-23 | Fix Typo | fanquake | |
2012-07-22 | Replace all occurances of license.txt with COPYING, including naming the ↵ | Luke Dashjr | |
file COPYING.txt on Windows |