Skip to content
Snippets Groups Projects
  1. Jan 21, 2010
  2. Jan 20, 2010
  3. Jan 19, 2010
  4. Jan 15, 2010
  5. Jan 13, 2010
  6. Jan 12, 2010
  7. Jan 11, 2010
  8. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
    • con's avatar
      Version bump. · 2e495e70
      con authored
      2e495e70
  9. Jan 06, 2010
  10. Jan 05, 2010
  11. Dec 21, 2009
    • con's avatar
      Implement string based search & replace in multiple files. · 1a95f6f2
      con authored
      This uses the same UI as "Rename Symbol".
      Moves the actual rename implementation to a static method in
      BaseFileFind and uses it for rename symbol and search & replace.
      Moves the signal notification for the code model from VCSManager to
      the more general FileManager.
      Note that as for rename symbol, there's no undo yet.
      
      Task-number: QTCREATORBUG-73
      1a95f6f2
  12. Dec 17, 2009
  13. Dec 16, 2009
    • mae's avatar
      Fix ambiguous shortcut problems · 3bb71243
      mae authored
      The dummy shortcut eater did not always work, we sometimes do have
      mutual exclusive shortcuts in the same context.
      
      The current solution is simpler: ignore text input when the control modifier
      is used. This seems to be in line with other toolkits and applications.
      
      Done with: thorbjorn
      3bb71243
  14. Dec 15, 2009
    • Christian Kamm's avatar
      Fix a bug with selection paths in the editor overlay. · d282ee9b
      Christian Kamm authored
      If the first or last line in a selection ended up with nothing to
      highlight after whitespaces were trimmed, they'd use a codepath that
      only works correctly for inner 'empty' lines.
      
      Instead we now make sure the beginning and end of a selection are always
      highlighted.
      d282ee9b
  15. Dec 14, 2009
  16. Dec 09, 2009
  17. Dec 08, 2009
  18. Dec 04, 2009
  19. Dec 03, 2009
    • mae's avatar
    • mae's avatar
      refactor rename selections · 480c9a5b
      mae authored
      the new approach makes it possible to use more edit features
      inside the rename selection like cut/copy/paste. Furthermore
      it compresses rename operations better on the undo stack.
      480c9a5b
    • Thorbjørn Lindeijer's avatar
      Fixed problem with indentation when auto-indent is turned off · 67bbce79
      Thorbjørn Lindeijer authored
      When auto-indent is turned off, Qt Creator uses a simplistic approach of
      copying the indentation string from the previous line. This was broken
      when the cursor was positioned inside the indentation, since this caused
      part of the indentation to go to the next line, which was then prepended
      with the copied indentation, in effect increasing the indentation for
      each new line.
      
      The solution here was to copy the indentation from the previous block
      only after inserting the new block, which causes the indentation of the
      previous line to be cut off by exactly the right amount to keep the
      indentation constant.
      
      Task-number: QTCREATORBUG-396
      Reviewed-by: mae
      67bbce79
  20. Dec 02, 2009
    • mae's avatar
      off by one · aeb3e92f
      mae authored
      done with thorbjorn
      aeb3e92f
Loading