Skip to content
Snippets Groups Projects
  1. May 13, 2009
  2. May 04, 2009
  3. Apr 28, 2009
  4. Apr 24, 2009
  5. Apr 22, 2009
  6. Apr 20, 2009
  7. Apr 15, 2009
  8. Apr 08, 2009
  9. Apr 06, 2009
    • dt's avatar
      Make .user files a little more robust to be used in different paths · 6a55ca97
      dt authored
      Save a relative path to the .pro file. This means RunConfigurations can
      now be shared between platforms.
      Note: BuildConfigurations have two problems: The qt version id and the
      shadow build option. If the user doesn't use those two, then he is fine.
      6a55ca97
  10. Mar 26, 2009
  11. Mar 25, 2009
    • 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
  12. Mar 20, 2009
  13. Mar 19, 2009
  14. Mar 18, 2009
  15. Mar 11, 2009
  16. Feb 27, 2009
  17. Feb 25, 2009
  18. 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
  19. Jan 27, 2009
  20. Jan 20, 2009
  21. Jan 19, 2009
  22. Jan 14, 2009
  23. Jan 13, 2009
  24. Dec 17, 2008
  25. Dec 16, 2008
  26. Dec 09, 2008
  27. Dec 02, 2008
Loading