Update to 0.3.0 (New upstream + new RPC calls)
[novacoin.git] / src / qt /
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2013-02-10 BalthazarInitial commit of NovaCoin changes
2013-02-10 rootsome files removal
2012-11-10 Sunny KingPPCoin: Qt: display coinstake as single 'mint by stake...
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-06-14 Philip KaufmannDon't call exit() in Shutdown() for Bitcoin-Qt (fixes...
2012-06-14 Philip Kaufmannchange initial Balance on overviewpage from "123.456...
2012-06-14 Philip Kaufmannremoved ability to translate "0 BTC" and "123.456 BTC...
2012-06-14 Wladimir J. van... Do not select first address automatically in the addres...
2012-06-06 Luke DashjrBugfix: Allow tray icon to linger until Bitcoin-Qt...
2012-05-22 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-22 Wladimir J. van... Remove duplicate behavior on MacOSX
2012-05-22 Wladimir J. van... Filter out whitespace and zero-width non-breaking space...
2012-05-15 Philip Kaufmannremove string "TextLabel" from warningLabel, as this...
2012-05-15 Wladimir J. van... Properly escape " in strings when exporting CSV
2012-05-15 FordyCorrect Date
2012-05-15 FordyCorrect Date
2012-05-15 Philip Kaufmannremove 2 ugly spaces from a string used in translations
2012-05-15 Luke DashjrBitcoin-Qt: Remove redundant tooltip on optional transa...
2012-05-07 Luke DashjrUpdate/fix translations
2012-05-07 Luke DashjrUpdate/fix translations
2012-05-07 Luke DashjrMerge commit '293f264' into 0.6.0.x
2012-05-06 Philip Kaufmannfix #952 by checking if we have a new address or an...
2012-05-06 Philip Kaufmannfix #952 by checking if we have a new address or an...
2012-05-06 Wladimir J. van... Hide UI immediately after leaving the main loop.
2012-05-06 Wladimir J. van... Hide UI immediately after leaving the main loop.
2012-05-06 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-06 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-05 Philip Kaufmannremove HTML code around "Wallet" (displayed on overview...
2012-04-30 Philip Kaufmannchange button tooltip on sign message page for copy...
2012-04-29 Wladimir J. van... Merge pull request #1139 from Diapolo/messagepage
2012-04-29 Wladimir J. van... Fix critical UI performance issue (#1154)
2012-04-25 Pieter WuilleMake lsn_reset ("detach databases") optional and off...
2012-04-22 Philip Kaufmannchange button tooltip on sign message page for copy...
2012-04-22 Pieter WuilleMake GetDataDir return absolute paths
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-21 Wladimir J. van... Remove no-longer used UI hints in bitcoin core
2012-04-18 Pieter WuilleAdd missing breaks in optionmodel's switch case
2012-04-17 Pieter WuilleAdd missing breaks in optionmodel's switch case
2012-04-17 Wladimir J. van... Add forgotten initializer
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-17 Wladimir J. van... Remove unused and unreachable code
2012-04-17 Wladimir J. van... Add forgotten initializer
2012-04-16 Wladimir J. van... Set label when selecting an address that already has...
2012-04-16 Wladimir J. van... Merge pull request #1092 from laanwj/2012_04_sendcoins_...
2012-04-16 Wladimir J. van... Merge pull request #1091 from Diapolo/GUI-BlockDL
2012-04-16 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-16 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Wladimir J. van... fix warnings: enumeration values 'XX' not handled in...
2012-04-15 Wladimir J. van... fix warnings: 'XX' defined as a struct here but previou...
2012-04-15 Jeff GarzikMerge pull request #1104 from laanwj/2012_04_clang
2012-04-15 Wladimir J. van... Show a message box when runaway exception happens
2012-04-15 Luke DashjrBugfix: nTotalBlocks wasn't in 0.5.0, so need to replac...
2012-04-15 Luke DashjrBugfix: Check that QRcode_encodeString didn't return...
2012-04-15 Wladimir J. van... Merge pull request #1097 from laanwj/2012_04_runawayexc...
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Wladimir J. van... fix warnings: enumeration values 'XX' not handled in...
2012-04-15 Wladimir J. van... fix warnings: 'XX' defined as a struct here but previou...
2012-04-15 Luke DashjrBugfix: Check that QRcode_encodeString didn't return...
2012-04-14 Wladimir J. van... Do not show green tick unless all known blocks are...
2012-04-14 Wladimir J. van... Add missing tooltip and key shortcut in settings dialog...
2012-04-14 Luke DashjrDisplay an error, rather than crashing, if encoding...
2012-04-14 Philip Kaufmannremoved (no label) string if we have NO label
2012-04-14 Wladimir J. van... Show a message box when runaway exception happens
2012-04-14 Wladimir J. van... Merge pull request #1089 from laanwj/2012_04_translatio...
2012-04-14 Wladimir J. van... Update translations for bitcoin core
2012-04-14 Wladimir J. van... Do not show green tick unless all known blocks are...
2012-04-13 Wladimir J. van... Set label when selecting an address that already has...
2012-04-13 Philip Kaufmannrevert to default OS theme for progressbar / fix small...
2012-04-13 Wladimir J. van... Add missing tooltip and key shortcut in settings dialog...
2012-04-12 Wladimir J. van... make text in about box selectable (fixes #1055)
2012-04-12 Philip Kaufmannenable wordWrap on lblQRCode / small code comment change
2012-04-12 Philip Kaufmannlimit length of generated URI to 255 chars to prevent...
2012-04-12 Philip Kaufmannupdated to reflect pull-request suggestions / renamed...
2012-04-12 Philip Kaufmannfixed amount part of URI in QR-Codes / removed (no...
2012-04-12 Gavin AndresenFix OSX build errors.
2012-04-12 Wladimir J. van... Merge pull request #855 from sje397/ToggleHide
2012-04-11 Wladimir J. van... Show error message instead of exception crash when...
2012-04-11 Wladimir J. van... by popular request, make 4th bar of connection icon...
2012-04-10 Pieter WuilleMerge pull request #1054 from sipa/buildinfo
2012-04-10 Pieter WuilleBuild identification strings
2012-04-10 sje397Toggle main window hide on tray icon click
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-06 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-06 Luke DashjrBugfix: Windows lacks sleep(), so need to use Sleep...
2012-04-06 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-06 p2kProper support for Growl 1.3 notifications
2012-04-06 Luke DashjrBugfix: Replace "URL" with "URI" where we aren't actual...
2012-04-06 Luke DashjrBugfix: Replace "URL" with "URI" where we aren't actual...
2012-04-06 Luke DashjrBugfix: Replace "URL" with "URI" where we aren't actual...
2012-04-06 graingertChange sign message bitcoin address tooltip to "The...
next