Skip to content
Snippets Groups Projects
  1. Mar 14, 2012
  2. Mar 13, 2012
  3. Mar 05, 2012
  4. Mar 02, 2012
  5. Jan 30, 2012
  6. Jan 24, 2012
  7. Jan 18, 2012
  8. Jan 17, 2012
  9. Jan 13, 2012
  10. Jan 12, 2012
  11. Jan 05, 2012
  12. Dec 27, 2011
  13. Dec 22, 2011
  14. Dec 20, 2011
  15. Dec 12, 2011
  16. Dec 09, 2011
  17. Dec 08, 2011
  18. Oct 19, 2011
  19. Aug 29, 2011
  20. May 09, 2011
  21. May 06, 2011
  22. Apr 29, 2011
  23. Feb 21, 2011
  24. Feb 18, 2011
  25. Nov 25, 2010
  26. Nov 03, 2010
  27. Nov 02, 2010
  28. Oct 15, 2010
  29. Aug 27, 2010
    • Tobias Hunger's avatar
      Add a task list generator example · 49a650fb
      Tobias Hunger authored
       * Add a small script that will generate a tasklist by running
         "git diff origin/master" and doing some simple checks on the
         newly added line.
      
         I run this script like that in the top level Qt creator
         source directory:
         while true; do scripts/mytasks.pl > qtcreator.tasks ; sleep 600 ; done
      
         This updates the tasklist every 10min. Qt Creator will detect the change
         and reload the list.
      49a650fb
  30. Jun 23, 2010
  31. Jun 21, 2010
  32. May 04, 2010
  33. Mar 05, 2010
  34. Jan 29, 2010
  35. Jan 07, 2010
    • Tobias Hunger's avatar
      Add scripts to check/fix copyright headers. · 469e1d09
      Tobias Hunger authored
       * Add a script that will report files without copyright headers.
         (see hasCopyright.sh for sample usage).
       * Add a script that will add a header to files.
         (see fixCopyright.sh for sample usage).
      
      Reviewed-by: Roberto Raggi
      469e1d09
Loading