Skip to content
Snippets Groups Projects
  1. Feb 25, 2009
  2. Feb 24, 2009
  3. Feb 19, 2009
    • dt's avatar
      Fixes: Make QtCreator fly even in face of perforce misconfiguration. · 469639fb
      dt authored
      Details:  If p4 is in path, but the server isn't configured correctly we
      were pretty slow, this fixes that by running p4 client -o after the
      settings have changed, if that doesn't return after 2 seconds, then we
      cache that as a invalid configuration.
      469639fb
  4. 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
  5. Feb 11, 2009
  6. Feb 04, 2009
  7. Jan 23, 2009
    • dt's avatar
    • dt's avatar
      Fixes: Add missing file. · 7f614f1a
      dt authored
      7f614f1a
    • dt's avatar
      Fixes: Progress to the cmake plugin · e8e2e4f4
      dt authored
      Details:  Add a dialog asking for command line options and build
      directory. This dialog pops up if you don't have a .user file. Note,
      though that it also pops up if there is already a in source build.
      (The build directory lineedit should be read only then.)
      The cmake button in that dialog and the output pane need more polish to
      make them better. With those changes you can now build and run marble
      from Qt Creator. (For marble you need to pass a few options to cmake.)
      
      Also add a configuration page to the Tools/Options dialog, where you can
      specify the cmake executable path.
      
      And add a class which runs cmake in the background to find out which
      version and wheter that cmake version has Qt Creator generator. (Which I
      did begin to write.)
      e8e2e4f4
  8. Jan 22, 2009
  9. Jan 21, 2009
  10. Jan 20, 2009
  11. Jan 19, 2009
  12. Jan 16, 2009
  13. Jan 15, 2009
  14. Jan 13, 2009
  15. Jan 12, 2009
  16. Dec 19, 2008
  17. Dec 18, 2008
  18. Dec 17, 2008
  19. Dec 16, 2008
  20. Dec 12, 2008
  21. Dec 09, 2008
    • hjk's avatar
      use QTC_ASSERT instead of Q_ASSERT · 4a552ead
      hjk authored
      4a552ead
    • dt's avatar
      Fixes: Add those files. · e99d8ce3
      dt authored
      Task:     -
      RevBy:    -
      AutoTest: -
      Details:  -
      e99d8ce3
    • dt's avatar
      Fixes: Whitespace to make hjk happy. · f293f4d7
      dt authored
      f293f4d7
    • dt's avatar
      Fixes: Some running support for cmake · 7d4dab15
      dt authored
      Task:     -
      RevBy:    -
      AutoTest: -
      Details:  Note: I need to refactor the code significantly, i'm more or
      less convinced that one build configuration per target is wrong.
      We probably want one build configuration per build directory and instead
      build all targets that we are interested then in the makestep.
      This means we won't have any cmake support for the beta.
      7d4dab15
Loading