Skip to content
Snippets Groups Projects
  1. Jun 02, 2009
  2. May 27, 2009
  3. Apr 28, 2009
  4. Apr 24, 2009
  5. Apr 20, 2009
  6. Apr 06, 2009
  7. 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
  8. Mar 18, 2009
  9. 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
  10. Feb 27, 2009
  11. Feb 25, 2009
  12. Jan 13, 2009
  13. Dec 17, 2008
  14. Dec 16, 2008
  15. Dec 09, 2008
Loading