Skip to content
Snippets Groups Projects
  1. Sep 10, 2013
  2. Sep 02, 2013
    • Christian Kandeler's avatar
      Remove superfluous include paths from project files. · 72d17382
      Christian Kandeler authored
      
      A lot of our build system files specify unneeded include
      paths. These roughly fall into the following categories:
          a) Paths that are already set in more general files
             such as qtcreator.pri.
          b) Paths that serve no purpose at all, possibly
             left over from earlier versions of the project.
          c) Paths that act as workarounds for wrong include
             statements of the form '#include "xyz.h"', where
             xyz.h is not in the same directory as the including
            file.
      This patch removes such path specifications and fixes the offending
      include statements from case c).
      Tested on Linux, Windows and OSX with qmake and qbs.
      
      Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
      72d17382
  3. Aug 30, 2013
  4. Aug 19, 2013
  5. Aug 16, 2013
  6. Jun 19, 2013
  7. Jun 07, 2013
  8. Jun 06, 2013
  9. Jun 05, 2013
  10. Jun 04, 2013
  11. Jun 03, 2013
  12. May 28, 2013
  13. May 26, 2013
  14. May 24, 2013
  15. May 23, 2013
  16. May 15, 2013
  17. May 07, 2013
  18. May 06, 2013
  19. Apr 30, 2013
  20. Apr 25, 2013
    • Kai Koehne's avatar
      Debugger: Change default gdb engine breakpoint "path usage" to "full" · cb857b47
      Kai Koehne authored
      
      Setting breakpoints by file name and line does not work robustly when
      using gdb, with neither the full path, nor with just the baseline. Since
      typically one of the options work, Creator offers a per-breakpoint choice
      of which approach to use. Traditionally, using the full path broke more
      often, so the default was "short". Lately (gdb 7.3+) using the full path
      seems to be more robust, so the default should be changed. Manual
      overriding to "short" is still possible.
      
      Change-Id: I9e857c86a63964bdacf9bebc5444ea752e5974f8
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
      cb857b47
  21. Apr 23, 2013
  22. Apr 19, 2013
  23. Apr 11, 2013
  24. Apr 10, 2013
  25. Apr 08, 2013
  26. Apr 02, 2013
  27. Mar 26, 2013
  28. Mar 22, 2013
  29. Mar 11, 2013
  30. Mar 08, 2013
Loading