Skip to content
Snippets Groups Projects
  1. Jan 25, 2010
  2. Jan 21, 2010
  3. Jan 20, 2010
  4. Jan 15, 2010
  5. Jan 14, 2010
    • con's avatar
      Opening binary files leaves empty entries in open editors window · cd8bc8a2
      con authored
      Leading to a crash when selecting the empty entry.
      The patch fixes a big memory leak with bin editors (neither the widget
      nor the IFile instance was deleted, the latter leading to the empty
      entry in the open editors window), and also puts a saveguard in the open
      editors window, so that empty entries are not shown any more.
      
      Task-number: QTCREATORBUG-571
      Reviewed-by: Thorbjørn
      cd8bc8a2
    • dt's avatar
      Fix for wrong version in gdb substitute for qt path · 1da2e9e8
      dt authored
      Reviewed-By: thorbjorn
      1da2e9e8
  6. Jan 13, 2010
  7. Jan 12, 2010
  8. Jan 11, 2010
    • Thorbjørn Lindeijer's avatar
      Fixed logic for whether to skip or insert a closing brace · 79bf4183
      Thorbjørn Lindeijer authored
      Due to wrongly checking whether findPreviousBlockOpenParenthesis and
      findNextBlockOpenParenthesis actually found anything, the wrong range
      was counted when a code block start or end was not found.
      
      Reviewed-by: mae
      79bf4183
    • Thorbjørn Lindeijer's avatar
      Fixed crash when leaving session with invalid bookmarks or breakpoints · 2b46f828
      Thorbjørn Lindeijer authored
      When the bookmark could not be added to the editor due to being on a
      non-existing line, it would not be cleaned up properly when the editor
      was closed, resulting in a crash when it later tried to remove itself
      from the no longer existing editor.
      
      In addition to fixing the crash, bookmarks that are not on valid lines
      are now automatically removed when you try to navigate to them.
      
      Task-number: QTCREATORBUG-545
      Reviewed-by: mae
      2b46f828
  9. Jan 08, 2010
  10. Jan 07, 2010
  11. Jan 06, 2010
Loading