gettd - adding sample filter for new UI
authorvictorp@symbian.org
Thu, 03 Sep 2009 11:39:00 +0100
changeset 43 d3a9ef1a3041
parent 42 ac3a70c9f81c
child 44 ddf62a543fb6
gettd - adding sample filter for new UI
tdroadmap_merger/filters/newui_filter
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tdroadmap_merger/filters/newui_filter	Thu Sep 03 11:39:00 2009 +0100
@@ -0,0 +1,9 @@
+mv newui.txt old_newui.txt
+grep -i qt $1 >> newui.txt
+grep -i direct.*ui $1 >>newui.txt
+grep -i orbit $1 >>newui.txt
+grep -i touch $1 >>newui.txt
+sort -u newui.txt > tmp1.txt
+mv tmp1.txt newui.txt
+diff old_newui.txt newui.txt
+diff old_newui.txt newui.txt | grep '[<|>]' > diff_newui.txt