Skip to content
Snippets Groups Projects
  1. Jun 16, 2009
  2. Jun 15, 2009
  3. Jun 12, 2009
  4. Jun 02, 2009
    • dt's avatar
      Add a few options to the runconfigurations base environment · 48167ee5
      dt authored
      Note: This code should be shared between Qt4RunConfiguration,
      CMakeRunConfiguration and CustomRunExecutable. Also we are approaching
      other IDEs like configuraion options for setting the environment.
      Without having a good GUI for that. I'll probably be redesigning this
      for 1.3 or 1.4.
      48167ee5
  5. May 27, 2009
  6. May 13, 2009
  7. May 04, 2009
  8. Apr 28, 2009
  9. Apr 24, 2009
  10. Apr 22, 2009
  11. Apr 20, 2009
  12. Apr 15, 2009
  13. Apr 08, 2009
  14. 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
  15. Mar 26, 2009
  16. 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
  17. Mar 20, 2009
  18. Mar 19, 2009
  19. Mar 18, 2009
  20. Mar 11, 2009
  21. Feb 27, 2009
  22. Feb 25, 2009
  23. 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
  24. Jan 27, 2009
  25. Jan 20, 2009
  26. Jan 19, 2009
  27. Jan 14, 2009
  28. Jan 13, 2009
  29. Dec 17, 2008
  30. Dec 16, 2008
Loading