Skip to content
Snippets Groups Projects
  1. Mar 31, 2009
  2. Mar 27, 2009
  3. Mar 26, 2009
  4. Mar 25, 2009
    • dt's avatar
      Add a argument line edit for the cmake runconfiguration. · 5a97436c
      dt authored
      Even works.
      5a97436c
    • dt's avatar
      Also use the dumper library code from the cmake plugin. · 74974a5a
      dt authored
      Adds a little bit of code duplication, don't currently know how to best
      avoid it, so I'll leave that for now as is. To be tested once Andre
      pushes his stuff.
      74974a5a
    • dt's avatar
      Change the way the debugging library is build and found, yet again. · e21a74cb
      dt authored
      We used to build a helper library as part of the project. First with the
      qmake -after SOURCES= stuff and after until now with the
      gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
      into the qt version dialog. You build the debugger library once for
      each qt version and then it's there ready to be loaded into each
      project build against that qt version. Saves a lot of time.
      And makes it possible to also load that library into while debuggign a
      cmake project. (Need to hook that up now.)
      Unfourtanetly this breaks the custom dumpers if you use a custom run
      executable.
      e21a74cb
  5. Mar 20, 2009
  6. Mar 19, 2009
  7. Mar 18, 2009
  8. Mar 16, 2009
    • 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
  9. Mar 13, 2009
  10. Mar 12, 2009
  11. Mar 10, 2009
  12. Mar 09, 2009
    • dt's avatar
      Fixes: Add a smarter cmake open project wizard. · ef1693e9
      dt authored
      Details:  That fixes a few bugs, while still having a few missing
      things. Don't allow the user to set a shadow build directory, if there
      is already a in source build. Detect if a cbp file is already existing
      and recent enough, don't rerun cmake then. Ensure that the user runs
      cmake with the cbp generator on opening the project. Show the output of
      the cmake generator while running. Remove the unecessary cmake step.
      ef1693e9
  13. Mar 04, 2009
  14. Mar 03, 2009
  15. Feb 27, 2009
  16. Feb 25, 2009
  17. Feb 24, 2009
  18. 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
  19. 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
  20. Feb 11, 2009
  21. Feb 04, 2009
  22. 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
Loading