1. 21 Mar, 2014 4 commits
    • Wladimir J. van der Laan's avatar
      Merge pull request #3892 · 162c33d2
      Wladimir J. van der Laan authored
      b8edf6c0 Qt: Fix ESC in disablewallet mode (Wladimir J. van der Laan)
      162c33d2
    • Wladimir J. van der Laan's avatar
      Merge pull request #3906 · 33207fc8
      Wladimir J. van der Laan authored
      7211bceb Consistent use of 'sudo' in unix build doc (Mikael Wikman)
      33207fc8
    • Wladimir J. van der Laan's avatar
      Merge pull request #3920 · 733a7992
      Wladimir J. van der Laan authored
      8c29273f [QT] Fixes feel when resizing the last column on tables (issue #2862) (gubatron)
      733a7992
    • gubatron's avatar
      [QT] Fixes feel when resizing the last column on tables (issue #2862) · 8c29273f
      gubatron authored
      Re-submitting this pull request with a single commit.
      
      This patch introduces a GUIUtil class that is used when setting up the 2 tables we have so far on the Qt-GUI.
      In the past you could only resize the last column, which has BTC amounts from the right border of the column header, something that was rather unnatural.
      
      If a new table were ever to be added to the interface, fixing the last columns resizing behavior is rather simple. Just look at how we initialize here a TableViewLastColumnResizingFixer object when setting up the table header's behavior, and then how we override the resize event of the component (can be the table, or the dialog) and we invoke columnResizingFixer->stretchColumnWidth(columnIndex);
      8c29273f
  2. 20 Mar, 2014 8 commits
  3. 19 Mar, 2014 4 commits
  4. 18 Mar, 2014 5 commits
  5. 17 Mar, 2014 2 commits
  6. 16 Mar, 2014 3 commits
  7. 15 Mar, 2014 6 commits
  8. 14 Mar, 2014 6 commits
  9. 13 Mar, 2014 2 commits