Skip to content
Snippets Groups Projects
  1. Feb 18, 2011
  2. Nov 25, 2010
  3. Nov 03, 2010
  4. Nov 02, 2010
  5. Oct 15, 2010
  6. 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
  7. Jun 23, 2010
  8. Jun 21, 2010
  9. May 04, 2010
  10. Mar 05, 2010
  11. Jan 29, 2010
  12. 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
  13. Oct 02, 2009
  14. Jun 02, 2009
  15. Apr 08, 2009
  16. Feb 24, 2009
  17. Feb 23, 2009
  18. Feb 13, 2009
  19. Jan 23, 2009
  20. Jan 22, 2009
  21. Jan 15, 2009
  22. Jan 09, 2009
  23. Dec 18, 2008
  24. Dec 12, 2008
Loading