Skip to content
Snippets Groups Projects
  1. May 27, 2010
  2. May 26, 2010
  3. May 25, 2010
  4. May 24, 2010
  5. May 21, 2010
    • Robert Loehning's avatar
      Anticipatory code fix, will currently not affect behavior. · 91cd56e0
      Robert Loehning authored
      appendDataSilently() is only called from appendData() which is not
      silent anyway. The connect in GitClient::createCommand() is currently
      not executed.
      91cd56e0
    • Jens Bache-Wiig's avatar
      Fix issues with long project names in the minitargetselector · 61cf2d0a
      Jens Bache-Wiig authored
      It's impossible to use very long names and some clipping
      occurs due to incorrect size hints on QLabel.
      - Made the popup minimum width depend on the longest
      project name entered. (it will not shrink)
      - The build and run labels have increased minimum size hints.
      - Combobox tooltip will be set to the project name as to
        make it possible to expand long names.
      
      Task-number: QTCREATORBUG-1278
      RevBy: joao
      61cf2d0a
    • mae's avatar
      Fix critical vertical block selection issue · 076c0349
      mae authored
      Vertical block selections could be painted where there was no
      selection, or they could jump randomly to columns futher right.
      
      Reviewed-by: dt
      076c0349
    • kh1's avatar
      Make sure we can compile the debugging help for maemo. · e9d18415
      kh1 authored
      This boils down to the same problem as other calls to qmake, if we don't
      pass the target mode, qmake will prepend the current platform as target.
      Reviewed-by: dt
      e9d18415
Loading