1. 31 Oct, 2013 3 commits
  2. 30 Oct, 2013 9 commits
  3. 29 Oct, 2013 3 commits
  4. 28 Oct, 2013 13 commits
  5. 27 Oct, 2013 10 commits
  6. 26 Oct, 2013 2 commits
    • Philip Kaufmann's avatar
      [Qt] additional small fixes for #3099 (new receive flow) · 505ef5c5
      Philip Kaufmann authored
      - remove 2 unneeded windowTitle attributes, which bloat our translations
      - cleanup some unneeded .cpp/.h includes and class usages
      - use a more generic string for clearing sendcoinsdialog and
        requestpaymentdialog
      - edit 2 strings in BitcoinGUI and replace "edit" with "show" as this
        seems more clear in the context where it is used
      505ef5c5
    • Pieter Wuille's avatar
      Remove redundant insert method in serialize. · 85c6e390
      Pieter Wuille authored
      This seems to cause problems on recent clang, and looks totally
      redundant and unused.
      
      The const_iterator version is identical to the vector::const_iterator
      one (which is a typedef thereof). Marking it private (instead of
      removing) compiles fine, so this version is effectively unused even.
      85c6e390