Skip to content
Snippets Groups Projects
  1. Mar 17, 2009
  2. Mar 16, 2009
    • dt's avatar
      Fixes: Add a makeCommand() virtual function to ToolChain · 84ce2e5b
      dt authored
      Details:  Move that code from qt4project to a common class.
      84ce2e5b
    • dt's avatar
      More progress on the CMake plugin · 00951b6b
      dt authored
      Made the cmake plugin even more usable by implementing:
      Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty
      project reported on irc.)
      Pop up a wizard if the .cbp file is older then the CMakeLists.txt file,
      thus reparsing the file. (Note: There is a bug that we need to actually
      also check the last modified of all included files.)
      Reparse the cbp file to add new RunConfigurations / delete no longer
      existing RunConfigurations and update those that have changed.-
      Show a nicer title in the Projects/RunConfiguration pane
      00951b6b
    • Thorbjørn Lindeijer's avatar
  3. Mar 12, 2009
    • con's avatar
      Fixes: subdir.file not supported · 444a0b0e
      con authored
      Task:     247566
      RevBy:    dt
      444a0b0e
    • dt's avatar
      Fixes: Crash on importing a project · d83e0e74
      dt authored
      Task:     Reported on irc by roberto
      Details:  Initialize the rootProjectNode after the qt4Project is in a
      more useable state. Could be that this is now initialized too late. But
      that's to be seen.
      d83e0e74
  4. Mar 11, 2009
  5. Mar 04, 2009
  6. Feb 27, 2009
  7. Feb 26, 2009
  8. Feb 25, 2009
  9. Feb 24, 2009
  10. Feb 17, 2009
  11. Feb 16, 2009
    • dt's avatar
      Fixes: Move Buildparser to the projectexplorer, use in cmakeplugin · c6a02170
      dt authored
      Details:  This enables us to parse the build errors correctly.
                The makesteps of the qt4project and cmakeproject have some
                code dupliaction, which could be refactored. And the code
                to find out the correct build parser could probably also
                be done better, but we are now parsing the build output for
                cmake.
      c6a02170
  12. Feb 13, 2009
  13. Feb 12, 2009
  14. Feb 11, 2009
  15. Feb 06, 2009
  16. Feb 05, 2009
  17. Feb 04, 2009
  18. Feb 02, 2009
  19. Jan 29, 2009
    • dt's avatar
      Fixes: Set cumulative mode to false for figuring out the executable · da901f4a
      dt authored
      Task:     242513
      Details:  That should fix several parsing problems for .pro files with
      scopes. Enable it, see how many bug reports we get, for stuff we
      accidentaly parsed correctly. Shouldn't be many. So we parse the
      follwing now correctly:
      unix {
          TEMP=unix
      }
      win32 {
          TEMP=win32
      }
      DESTDIR=$$TEMP
      da901f4a
    • con's avatar
      Fixes: - UI consistency · b655c31b
      con authored
      Details:  - Seems that we use colons in forms.
      b655c31b
  20. Jan 28, 2009
    • dt's avatar
      Fixes: On session restore, start less indexers. · d2682828
      dt authored
      Details:  This should improve performance a bit. Instead of starting on indexer per .pro file, schedule and compress updates of ui files. And don't update if we have a full project code model update scheduled anyway. Which helps the startup case.
      d2682828
  21. Jan 27, 2009
Loading