Merge pull request #853 from laanwj/2012_02_altminimizetray
[novacoin.git] / src / qt /
2012-02-27 Wladimir J. van... Merge pull request #853 from laanwj/2012_02_altminimizetray
2012-02-26 Pieter WuilleMove 'Backup Wallet' to file menu
2012-02-25 Wladimir J. van... Merge pull request #897 from laanwj/2012_02_fixnegativesecs
2012-02-25 Wladimir J. van... In UI, handle cases in which the last received block...
2012-02-25 Chris MooreAdd option "-splash" so we can disable the splash screen.
2012-02-22 Gavin AndresenMerge branch '201202_guiaddsuffix' of https://github...
2012-02-20 Wladimir J. van... Merge pull request #857 from laanwj/2012_02_fixhelpwindow
2012-02-20 Wladimir J. van... Merge pull request #858 from laanwj/2012_02_uisendlabelfix
2012-02-20 Luke DashjrSign message description changes discussed in #bitcoin-dev
2012-02-20 Pieter WuilleTypo fix
2012-02-19 Wladimir J. van... Hide tray icon in destructor, as deleting will let...
2012-02-18 Wladimir J. van... Merge pull request #859 from laanwj/2012_02_guilanguagearg
2012-02-17 Wladimir J. van... Do show/showNormal only when needed.
2012-02-17 Wladimir J. van... Merge pull request #854 from laanwj/2012_02_qtipc
2012-02-17 Wladimir J. van... Merge pull request #834 from sje397/BackupWallet
2012-02-17 Wladimir J. van... Allow setting UI language from commandline (implements...
2012-02-17 Wladimir J. van... Only fill in label from address book, if no label is...
2012-02-17 Wladimir J. van... On windows, show message box with help, as there is...
2012-02-17 Wladimir J. van... Hide window from taskbar when "minimize to tray" active...
2012-02-17 Wladimir J. van... Restructure IPC URL handling (fixes #851)
2012-02-15 Matt CoralloFix compilation warning.
2012-02-15 Wladimir J. van... fix default suffixes in save dialog in GNOME, make...
2012-02-15 Wladimir J. van... increase BitcoinAddressValidator::MaxAddressLength...
2012-02-15 sje397Added 'Backup Wallet' menu option
2012-02-15 Wladimir J. van... (trivial) regularize coding style
2012-02-12 Wladimir J. van... Merge pull request #807 from TheBlueMatt/bip21
2012-02-12 Wladimir J. van... Add export action to file menu (as long as we have...
2012-02-11 Janne PulkkinenFix Minimize to the tray instead of the taskbar
2012-02-10 Matt CoralloAdd Bitcoin-Qt test suite with some bitcoin: URL Tests...
2012-02-10 Matt CoralloAdd -req prefixes to comply with BIP21.
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-06 Gavin AndresenMerge branch 'decomposetransfix' of https://github...
2012-02-06 Wladimir J. van... Restructure credit transaction decomposition (solves...
2012-02-05 Nils Schneiderfetch translations from transifex
2012-02-05 Wladimir J. van... Change up/down increment in UI to 0.001 BTC (issue...
2012-02-01 Wladimir J. van... Remove loose amp; from Portugese translation (issue...
2012-01-27 Luke DashjrBitcoin-Qt signmessage GUI (pull request #582)
2012-01-26 Wladimir J. van... Merge pull request #593 (Full URL Support in bitcoin-qt)
2012-01-19 Gavin AndresenMerge branch 'tabs-to-space' of https://github.com...
2012-01-17 Wladimir J. van... Remove erroneous ":" in front of port in options dialog...
2012-01-17 Wladimir J. van... fix the build (port IP validation in options to network...
2012-01-17 Wladimir J. van... Revert to global progress indication (see #753)
2012-01-14 Janne Pulkkinen*Clear all has a tooltip now *About dialog updated
2012-01-14 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-10 Luke DashjrQt: Show transaction ID in details
2012-01-09 Gavin AndresenMerge pull request #746 from laanwj/tdesc_ro
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-06 Wladimir J. van... make transaction description read-only (UI fix)
2012-01-05 Matt CoralloAdd support for opening bitcoin: URIs directly.
2012-01-05 Matt CoralloAutomatically refocus on new SendCoinsEntrys and scroll...
2012-01-03 Gavin AndresenMerge pull request #731 from laanwj/txshowfix
2012-01-03 Wladimir J. van... Fix typo (#734)
2011-12-28 Wladimir J. van... Fix transaction type in UI: not all tx'es with "from...
2011-12-23 Wladimir J. van... Copy amount to clipboard (implements #657)
2011-12-23 Wladimir J. van... Add context menu for address book page (implements...
2011-12-23 Wladimir J. van... Move HtmlEscape (escape for qt rich text controls)...
2011-12-23 Wladimir J. van... Comments update
2011-12-23 Wladimir J. van... Merge pull request #629 from sje397/master
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenMerge pull request #717 from TheBlueMatt/installerqtupgrade
2011-12-20 Matt CoralloImplement "Start on window system startup" on Win32...
2011-12-20 sje397Added QRCode generation functions via libqrencode....
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Gavin AndresenMerge pull request #690 from runeksvendsen/qt-cmdline...
2011-12-19 Gavin AndresenMerge pull request #699 from laanwj/about_qt
2011-12-16 Gavin AndresenMove more newlines out of strings, and fix translations.
2011-12-13 Matt CoralloFix status bar not displaying Alerts.
2011-12-13 Wladimir J. van... Add "About Qt" menu option to show built-in Qt About...
2011-12-13 Wladimir J. van... Enable wordwrap for long message in passphrase dialog
2011-12-12 Gavin AndresenMerge commit '7298ebb'
2011-12-12 Nils Schneideradded translations: pt_BR zh_CN
2011-12-12 Nils Schneiderupdated translations: es es_CL nb ru
2011-12-09 Wladimir J. van... Prevent window from being shown momentarily when using...
2011-12-09 Rune K SvendsenWhen using Qt GUI, move parameter-parsing to start...
2011-12-05 Gavin AndresenMerge pull request #679 from laanwj/cmdline_minimize
2011-12-04 Wladimir J. van... Implement -min option to start minimized
2011-12-01 Gavin AndresenMerge pull request #666 from nobled/secstrings
2011-11-26 Wladimir J. van... Make home and addressbook icon more consistent with...
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-24 Wladimir J. van... allow for filtering addresses and labels by searching...
2011-11-24 Nils Schneiderupdate translation: de
2011-11-24 Nils Schneideradd translations: hu uk
2011-11-24 Alex BSmall fixes in both spanish translations
2011-11-22 Nils Schneiderupdate translations: da de nl ru zh_TW
2011-11-22 Nils Schneideradd italian translation
2011-11-21 Gavin AndresenMerge pull request #634 from laanwj/doxygen
2011-11-21 Luke DashjrBugfix: only make QListView transparent, not its tooltips
2011-11-15 Wladimir J. van... add message about restarting bitcoin after encrypting...
2011-11-14 Gavin AndresenMerge pull request #631 from luke-jr/free_icons
2011-11-13 Wladimir J. van... Improve documentation for UI classes
2011-11-13 Wladimir J. van... Example documented class
2011-11-13 Wladimir J. van... Add model null pointer check (solves issue #595 and...
2011-11-11 Luke DashjrReplace kfm_home with go-home for "overview"
2011-11-10 Luke DashjrReplace icons with Nuvola (LGPL 2.1): some (but not...
2011-11-10 Luke DashjrReplace icons with Nuvola (LGPL 2.1): all non-free...
2011-11-08 Wladimir J. van... Add robustness against null models
2011-11-08 Wladimir J. van... Fix segmentation fault when editing address not in...
2011-11-08 Nils Schneidermerged translations from transifex: da de es es_CL...
next