aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mytasks.pl
Commit message (Collapse)AuthorAgeFilesLines
* Set execute permission on all scripts.Friedemann Kleint2016-04-071-0/+0
| | | | | Change-Id: I406665390406dca324c2c98dda37540b22a065df Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Update License according to aggrement with Free Qt FoundationTobias Hunger2016-01-191-0/+25
| | | | | | | | | * Make sure all scripts come with a license * Update the license in the scripts * Add scripts to help with license changes Change-Id: I38a25aa1287ee8a75e0f0307d1b30320d781ad1f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Cleanup whitespaceOrgad Shaneh2014-05-161-2/+2
| | | | | | | Mostly trailing whitespace Change-Id: Ic324d20e8159c9d255895248ce04f25c692daf46 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Make mytasks script take a origin to diff againstTobias Hunger2012-04-241-1/+2
| | | | | Change-Id: I8640b0852e96b21518fde36d0e0eb24ae473b6f9 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Fix executable bit of scripts/mytasksTobias Hunger2012-04-201-0/+0
| | | | | Change-Id: I4db30800eb0c15f4b7a10ff93a3baf27f6a2110d Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Update mytasks to new coding styleTobias Hunger2012-04-171-7/+15
| | | | | | | Fix some false positives while at it. Change-Id: I253a2931f866ba192cbc398b784ef851f35ccfb1 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Fix git branch retrieval in mytasks.pl scriptTobias Hunger2012-04-161-2/+2
| | | | | Change-Id: I86ddcff32e697d7bf02217a05e9f5a4e13cc1015 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Script: Improve mytasks.pl scriptTobias Hunger2010-10-151-8/+51
| | | | | * Make it handle branches other than master * Make it warn about whitespace related issues.
* Add a task list generator exampleTobias Hunger2010-08-271-0/+65
* 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.