Skip to content
Snippets Groups Projects
  1. Jun 15, 2010
  2. Jun 14, 2010
  3. Jun 01, 2010
  4. May 11, 2010
  5. May 07, 2010
  6. Apr 26, 2010
  7. Apr 23, 2010
  8. Apr 13, 2010
    • mae's avatar
      Fix find scope expanding · d633ec20
      mae authored
      We now use two cursors, with the first one being positioned at the
      character before the find scope starts. This makes it possible
      to extend the scope when typing at the beginning or the end of
      it. This is more what the user expects. The effect is noticable
      with find&replace of words at the beginning or end of the scope.
      d633ec20
  9. Apr 12, 2010
  10. Apr 08, 2010
  11. Mar 29, 2010
  12. Mar 10, 2010
  13. Mar 05, 2010
  14. Feb 26, 2010
    • Lasse Holmstedt's avatar
      Design mode integration · df7a19de
      Lasse Holmstedt authored
      Moved Qt Designer to open from Design Mode. Also, Design mode is now global,
      and created in coreplugin. Other plugins can register themselves to it.
      df7a19de
  15. Feb 19, 2010
    • Thorbjørn Lindeijer's avatar
      Dropping files into the editor shouldn't insert file:///... · 6d9e3c8a
      Thorbjørn Lindeijer authored
      On some desktop environments, dragging and dropping a file gives us
      the url to the file in multiple mime types, including text/plain. This
      causes the url to be inserted as text by default.
      
      Work around this issue by explicitly ignoring drop events for the text
      editor when they also come with urls.
      
      Task-number: QTCREATORBUG-728
      Reviewed-by: Friedemann Kleint
      6d9e3c8a
  16. Feb 08, 2010
  17. Feb 03, 2010
  18. Feb 01, 2010
  19. Jan 21, 2010
  20. Jan 19, 2010
  21. Jan 12, 2010
  22. Jan 11, 2010
  23. 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
  24. Jan 06, 2010
  25. Dec 09, 2009
  26. Dec 08, 2009
  27. Dec 03, 2009
    • 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
  28. Dec 01, 2009
  29. Nov 30, 2009
  30. Nov 26, 2009
  31. Nov 25, 2009
  32. Nov 18, 2009
Loading