aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Collapse)Author
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-02-06Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoinGavin Andresen
2012-02-06Restructure credit transaction decomposition (solves issue #689)Wladimir J. van der Laan
When a transaction has multiple outputs that go to the wallet, list these as multiple transactions in the UI. This is also applied to generated (coinbase) transactions. Also makes the code shorter and easier to understand.
2012-02-05fetch translations from transifexNils Schneider
* fixes issue #742 * new translations: cs_CZ fa fi fr_FR hr pl ro_RO sv tr
2012-02-05Change up/down increment in UI to 0.001 BTC (issue #760)Wladimir J. van der Laan
2012-02-01Remove loose amp; from Portugese translation (issue #701)Wladimir J. van der Laan
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr
2012-01-26Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan
2012-01-19Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoinGavin Andresen
2012-01-17Remove erroneous ":" in front of port in options dialog (introduced with ↵Wladimir J. van der Laan
network refactor)
2012-01-17fix the build (port IP validation in options to network refactoring)Wladimir J. van der Laan
2012-01-17Revert to global progress indication (see #753)Wladimir J. van der Laan
2012-01-14*Clear all has a tooltip now *About dialog updatedJanne Pulkkinen
2012-01-14Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson
2012-01-10Qt: Show transaction ID in detailsLuke Dashjr
2012-01-09Merge pull request #746 from laanwj/tdesc_roGavin Andresen
make transaction description read-only (UI fix)
2012-01-06Network stack refactorPieter Wuille
This introduces CNetAddr and CService, respectively wrapping an (IPv6) IP address and an IP+port combination. This functionality used to be part of CAddress, which also contains network flags and connection attempt information. These extra fields are however not always necessary. These classes, along with logic for creating connections and doing name lookups, are moved to netbase.{h,cpp}, which does not depend on headers.h. Furthermore, CNetAddr is mostly IPv6-ready, though IPv6 functionality is not yet enabled for the application itself.
2012-01-06make transaction description read-only (UI fix)Wladimir J. van der Laan
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo
2012-01-05Automatically refocus on new SendCoinsEntrys and scroll to them.Matt Corallo
2012-01-03Merge pull request #731 from laanwj/txshowfixGavin Andresen
Fix transaction type in UI
2012-01-03Fix typo (#734)Wladimir J. van der Laan
2011-12-28Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵Wladimir J. van der Laan
necessarily IP tx'es - Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther", (IP tx'es are so rare they can be put together with funky EV_EVAL scripts)
2011-12-23Copy amount to clipboard (implements #657)Wladimir J. van der Laan
- Also, unify similar code related to copying transaction fields to clipboard
2011-12-23Add context menu for address book page (implements part 1 of issue #648)Wladimir J. van der Laan
2011-12-23Move HtmlEscape (escape for qt rich text controls) to qt gui utilitiesWladimir J. van der Laan
2011-12-23Comments updateWladimir J. van der Laan
2011-12-23Merge pull request #629 from sje397/masterWladimir J. van der Laan
QR Code generation via libqrencode
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ↵Gavin Andresen
keystore if they care)
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-20Merge pull request #717 from TheBlueMatt/installerqtupgradeGavin Andresen
Implement "Start on window system startup" on Win32 + Linux.
2011-12-20Implement "Start on window system startup" on Win32 + Linux.Matt Corallo
2011-12-20Added QRCode generation functions via libqrencode. Switch on with ↵sje397
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsingGavin Andresen
When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()
2011-12-19Merge pull request #699 from laanwj/about_qtGavin Andresen
Add "About Qt" menu option to show built-in Qt About dialog
2011-12-16Move more newlines out of strings, and fix translations.Gavin Andresen
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-13Add "About Qt" menu option to show built-in Qt About dialogWladimir J. van der Laan
- Most Qt programs do this, and it can be useful to find out what version of Qt was built against.
2011-12-13Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan
- Remove explicit resizing from constructor to prevent potential hang
2011-12-12Merge commit '7298ebb'v0.5.1rc1Gavin Andresen
2011-12-12added translations: pt_BR zh_CNNils Schneider
2011-12-12updated translations: es es_CL nb ruNils Schneider
2011-12-09Prevent window from being shown momentarily when using -minWladimir J. van der Laan
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor. - This change prevents this by connecting show() to the signal instead.
2011-12-09When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()Rune K Svendsen
2011-12-05Merge pull request #679 from laanwj/cmdline_minimizeGavin Andresen
Implement -min option to start minimized
2011-12-04Implement -min option to start minimizedWladimir J. van der Laan
2011-11-30Merge pull request #666 from nobled/secstringsGavin Andresen
Implement an mlock()'d string class for storing passphrases
2011-11-26Make home and addressbook icon more consistent with other toolbar icons ↵Wladimir J. van der Laan
(make it blue and flip light source direction)