<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/help/special.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@
    &lt;rect&gt;
     &lt;x&gt;0&lt;/x&gt;
     &lt;y&gt;0&lt;/y&gt;
-    &lt;width&gt;800&lt;/width&gt;
+    &lt;width&gt;900&lt;/width&gt;
     &lt;height&gt;600&lt;/height&gt;
    &lt;/rect&gt;
   &lt;/property&gt;
@@ -17,13 +17,13 @@
   &lt;/property&gt;
   &lt;property name=&quot;minimumSize&quot; &gt;
    &lt;size&gt;
-    &lt;width&gt;800&lt;/width&gt;
+    &lt;width&gt;900&lt;/width&gt;
     &lt;height&gt;600&lt;/height&gt;
    &lt;/size&gt;
   &lt;/property&gt;
   &lt;property name=&quot;maximumSize&quot; &gt;
    &lt;size&gt;
-    &lt;width&gt;800&lt;/width&gt;
+    &lt;width&gt;900&lt;/width&gt;
     &lt;height&gt;600&lt;/height&gt;
    &lt;/size&gt;
   &lt;/property&gt;
@@ -35,7 +35,7 @@
     &lt;widget class=&quot;QListWidget&quot; name=&quot;helpList&quot; &gt;
      &lt;property name=&quot;maximumSize&quot; &gt;
       &lt;size&gt;
-       &lt;width&gt;100&lt;/width&gt;
+       &lt;width&gt;140&lt;/width&gt;
        &lt;height&gt;16777215&lt;/height&gt;
       &lt;/size&gt;
      &lt;/property&gt;</diff>
      <filename>src/help.ui</filename>
    </modified>
    <modified>
      <diff>@@ -28,6 +28,6 @@
   &lt;/ul&gt;
 
   &lt;h3&gt;Filtro Especial:&lt;/h3&gt;
-  &lt;p&gt;Seleciona-se na imagem do espectro de fourier os pontos onde haver&#225; o corte, simplesmente clicando e arrastando o mouse pela imagem (desenhando quadril&#225;teros).&lt;/p&gt;
+  &lt;p&gt;Seleciona-se na imagem do espectro de fourier os pontos onde haver&#225; o corte, simplesmente clicando e arrastando o mouse pela imagem (desenhando quadril&#225;teros).&lt;br /&gt;&lt;img src=&quot;qrc:/images/special.png&quot; /&gt;&lt;/p&gt;
 &lt;/body&gt;
-&lt;/html&gt;
\ No newline at end of file
+&lt;/html&gt;</diff>
      <filename>src/help/filters.html</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,7 @@
         &lt;file&gt;usage.png&lt;/file&gt;
         &lt;file&gt;impl.png&lt;/file&gt;
         &lt;file&gt;simple_filter.png&lt;/file&gt;
+        &lt;file&gt;special.png&lt;/file&gt;
         &lt;file&gt;bw_baixa.png&lt;/file&gt;
         &lt;file&gt;bw_alta.png&lt;/file&gt;
         &lt;file&gt;spectrum.png&lt;/file&gt;</diff>
      <filename>src/help/help.qrc</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>src/help/spectrum.png</filename>
    </modified>
    <modified>
      <diff>@@ -1,20 +1,3 @@
-&lt;!--
- * This file is part of Blind Camaleon.
- *
- * Blind Camaleon is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * Blind Camaleon is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with Blind Camaleon.  If not, see &lt;http://www.gnu.org/licenses/lgpl-3.0.txt&gt;.
---&gt;
-
 &lt;ui version=&quot;4.0&quot; &gt;
  &lt;class&gt;PIDMainWindow&lt;/class&gt;
  &lt;widget class=&quot;QMainWindow&quot; name=&quot;PIDMainWindow&quot; &gt;
@@ -76,7 +59,7 @@
    &lt;/widget&gt;
    &lt;widget class=&quot;QMenu&quot; name=&quot;menuFilters&quot; &gt;
     &lt;property name=&quot;title&quot; &gt;
-     &lt;string&gt;Filters&lt;/string&gt;
+     &lt;string&gt;Fil&amp;amp;ters&lt;/string&gt;
     &lt;/property&gt;
     &lt;widget class=&quot;QMenu&quot; name=&quot;menuButterworth&quot; &gt;
      &lt;property name=&quot;title&quot; &gt;
@@ -85,10 +68,16 @@
      &lt;addaction name=&quot;menuButterworthAlta&quot; /&gt;
      &lt;addaction name=&quot;menuButterworthBaixa&quot; /&gt;
     &lt;/widget&gt;
-    &lt;addaction name=&quot;menuFiltersAltaIdeal&quot; /&gt;
-    &lt;addaction name=&quot;menuFiltersBaixaIdeal&quot; /&gt;
-    &lt;addaction name=&quot;menuFiltersIdeal&quot; /&gt;
+    &lt;widget class=&quot;QMenu&quot; name=&quot;menuIdeal&quot; &gt;
+     &lt;property name=&quot;title&quot; &gt;
+      &lt;string&gt;Ideal&lt;/string&gt;
+     &lt;/property&gt;
+     &lt;addaction name=&quot;menuFiltersAltaIdeal&quot; /&gt;
+     &lt;addaction name=&quot;menuFiltersBaixaIdeal&quot; /&gt;
+    &lt;/widget&gt;
     &lt;addaction name=&quot;menuButterworth&quot; /&gt;
+    &lt;addaction name=&quot;menuIdeal&quot; /&gt;
+    &lt;addaction name=&quot;menuFiltersIdeal&quot; /&gt;
    &lt;/widget&gt;
    &lt;addaction name=&quot;menuFile&quot; /&gt;
    &lt;addaction name=&quot;menuTools&quot; /&gt;
@@ -170,7 +159,7 @@
   &lt;/action&gt;
   &lt;action name=&quot;menuFiltersIdeal&quot; &gt;
    &lt;property name=&quot;text&quot; &gt;
-    &lt;string&gt;Ideal&lt;/string&gt;
+    &lt;string&gt;Especial&lt;/string&gt;
    &lt;/property&gt;
    &lt;property name=&quot;shortcut&quot; &gt;
     &lt;string&gt;Ctrl+I&lt;/string&gt;</diff>
      <filename>src/main.ui</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a617b6f3da54f267e2c65fe0b8579c4c6ef857b9</id>
    </parent>
  </parents>
  <author>
    <name>Carlos J&#250;nior</name>
    <email>carlos@milk-it.net</email>
  </author>
  <url>http://github.com/xjunior/blind-chameleon/commit/fc5fc39c8a8f08a5bcb271d3bab3e46758c12813</url>
  <id>fc5fc39c8a8f08a5bcb271d3bab3e46758c12813</id>
  <committed-date>2008-06-06T23:55:05-07:00</committed-date>
  <authored-date>2008-06-06T23:55:05-07:00</authored-date>
  <message>Corrections on spectrum; Adding special filter to help; Changing spectrum image on help; Removing the wrongly added menu in main.ui;</message>
  <tree>0ccce718fb2b72db6c22eb574ed08a953d076970</tree>
  <committer>
    <name>Carlos J&#250;nior</name>
    <email>carlos@milk-it.net</email>
  </committer>
</commit>
