aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2012-02-19Hide tray icon in destructor, as deleting will let it linger until quit (on U...Wladimir J. van der Laan
2012-02-18Merge pull request #859 from laanwj/2012_02_guilanguageargWladimir J. van der Laan
2012-02-17Merge pull request #854 from laanwj/2012_02_qtipcWladimir J. van der Laan
2012-02-17Merge pull request #834 from sje397/BackupWalletWladimir J. van der Laan
2012-02-17Allow setting UI language from commandline (implements #678)Wladimir J. van der Laan
2012-02-17Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan
2012-02-15Fix compilation warning.Matt Corallo
2012-02-15increase BitcoinAddressValidator::MaxAddressLength from 34 to 35Wladimir J. van der Laan
2012-02-15Added 'Backup Wallet' menu optionsje397
2012-02-12Merge pull request #807 from TheBlueMatt/bip21Wladimir J. van der Laan
2012-02-12Add export action to file menu (as long as we have a file menu, export certai...Wladimir J. van der Laan
2012-02-11Fix Minimize to the tray instead of the taskbarJanne Pulkkinen
2012-02-10Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.Matt Corallo
2012-02-10Add -req prefixes to comply with BIP21.Matt Corallo
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
2012-02-05fetch translations from transifexNils Schneider
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 netw...Wladimir J. van der Laan
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
2012-01-06Network stack refactorPieter Wuille
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
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 necessar...Wladimir J. van der Laan
2011-12-23Copy amount to clipboard (implements #657)Wladimir J. van der Laan
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
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-20Merge pull request #717 from TheBlueMatt/installerqtupgradeGavin Andresen
2011-12-20Implement "Start on window system startup" on Win32 + Linux.Matt Corallo
2011-12-20Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje397
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