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