Skip to content
Snippets Groups Projects
  1. Sep 21, 2010
  2. Sep 20, 2010
  3. Sep 02, 2010
  4. Sep 01, 2010
  5. Aug 27, 2010
  6. Aug 26, 2010
  7. Aug 25, 2010
    • dt's avatar
      Fix context menu for the QML virtual folder. · ece749c3
      dt authored
      That is: a) Figure out a suitable default location for Add New on a
      virtual folder.
      b) If that default location is deployed, don't show a Add Existing Files
      option, since that is confusing.
      ece749c3
    • dt's avatar
      Fix File/New in the deployment folders. · e5f8a31b
      dt authored
      
      That is tell the user that those files need not be added to any project,
      and show "<Implicitly Add>" for them on the last wizard page.
      This fixes Add/New for the QML/OTHER_FILES folder structure, except for
      the virtual folder itself.
      
      Reviewed-By: default avatarJarek Kobus <jaroslaw.kobus@nokia.com>
      e5f8a31b
  8. Aug 17, 2010
    • dt's avatar
      Fix DESTDIR=. case · 46b414f5
      dt authored
      Qmake treats "." special, we need to do the same
      46b414f5
  9. Aug 16, 2010
  10. Aug 12, 2010
  11. Aug 11, 2010
  12. Jul 27, 2010
    • dt's avatar
      Fix DESTDIR=. case · f3de5fb6
      dt authored
      Qmake treats "." special, we need to do the same
      f3de5fb6
  13. Jul 09, 2010
  14. Jul 07, 2010
  15. Jul 06, 2010
  16. Jun 24, 2010
  17. Jun 18, 2010
  18. Jun 16, 2010
  19. Jun 09, 2010
  20. Jun 08, 2010
  21. Jun 04, 2010
  22. May 20, 2010
  23. May 18, 2010
  24. May 12, 2010
    • dt's avatar
      File renaming · 9bc9fe73
      dt authored
      Reviewed-By: con
      Reviewed-By: Friedemann Kleint
      
      We now support renaming files. The version control system tries first to
      rename, if that doesn't support or can't rename the file we do a normal
      rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not.
      (perforce untested)). We correctly notify all editors of the renamed
      file and tell the project manager to rename the file in the project.
      
      Note: Only the qt4projectmanager knows how to rename files.
      
      Note: renaming folders, moving files to different folders, renaming
      .pro/.pri files is not supported. Those things can be later added after
      this has proven to work correctly in the simple case.
      
      Also we don't do any actions based on the renaming like renaming
      classes, changing include guards or #include lines.
      9bc9fe73
  25. May 07, 2010
  26. Apr 14, 2010
Loading