Skip to content
Snippets Groups Projects
  1. Aug 11, 2010
  2. Jul 27, 2010
    • dt's avatar
      Fix DESTDIR=. case · f3de5fb6
      dt authored
      Qmake treats "." special, we need to do the same
      f3de5fb6
  3. Jul 09, 2010
  4. Jul 07, 2010
  5. Jul 06, 2010
  6. Jun 24, 2010
  7. Jun 18, 2010
  8. Jun 16, 2010
  9. Jun 09, 2010
  10. Jun 08, 2010
  11. Jun 04, 2010
  12. May 20, 2010
  13. May 18, 2010
  14. 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
  15. May 07, 2010
  16. Apr 14, 2010
  17. Apr 13, 2010
    • dt's avatar
      Fix ui completion for new projects · c58469ce
      dt authored
      The UI_DIR and MOC_DIR weren't added to the includepath for new
      projects, since at the time of parsing the directories don't exist yet.
      
      We now always add UI_DIR and MOC_DIR to the include path, without caring
      whether they exist.
      
      Task-Nr:  QTCREATORBUG-1064
      Reviewed-By: ossi
      c58469ce
  18. Mar 29, 2010
  19. Mar 22, 2010
  20. Mar 17, 2010
  21. Mar 15, 2010
    • dt's avatar
      Add new on virtual folders adds to the wrong path. · 6ecd9cc5
      dt authored
      The solution ain't great. Essentially we need to fix that path() needs
      to be unique and a 1:1 mapping to the file system by introducing a
      separate method for the first usage.
      
      Task-Nr: QTCREATORBUG-828
      Reviewed-By: con
      6ecd9cc5
  22. Mar 12, 2010
  23. Mar 11, 2010
  24. Mar 10, 2010
    • dt's avatar
      Use exact and aysnc .pro file evaluate · ab8fc52d
      dt authored
      This is a big change touching almost all of our .pro file parsing.
      With this patch we only evaluate once exact for all needs and once
      greedy for the filelist. That is the qt runconfigurations don't have own
      evaluaters but reuse the project wide exact evaluation.
      
      We reevaluate if the user changes the build directory, the qmake
      buildconfiguration or the qmake arguments. That is if you open src.pro
      (or projects.pro) of qt with a shadow build you still don't get all the
      files, but after correcting the build directory, we reevaluate the .pro
      files and find all files. So for a suitable definition of fixed, that
      bug is now fixed.
      
      We now get the exact defines of all .pro files instead of all defines for all
      buildconfigurations. We still don't distinguish in which
      .pro file a DEFINE is set. So the code model now knows about all the
      defines set for the given configuration but not for which files it is
      actually set. Also that includes all DEFINES set in .qmake.cache or the
      mkspecs. This means all defines from .pro files should now work.
      
      The intial loading is still synchronous. I haven't looked into it to
      deeply, but it seems possible to make it also async.There are probably a
      few issues which need to be solved fist.
      
      Also due to the asynchronous nature of the code, the executable is
      updated a few seconds after actually changing the build configuration
      ab8fc52d
  25. Mar 05, 2010
  26. Feb 26, 2010
  27. Feb 24, 2010
Loading