<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>basket.qrc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,6 @@
 
 include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${QIMAGEBLITZ_INCLUDES} ${GPGME_INCLUDES})
 
-
 ########### next target ###############
 
 set(basketcommon_LIB_SRCS
@@ -50,6 +49,8 @@ kde4_add_ui_files(basketcommon_LIB_SRCS passwordlayout.ui)
 
 QT4_ADD_DBUS_ADAPTOR(basketcommon_LIB_SRCS org.basket.BNPView.xml bnpview.h BNPView)
 
+QT4_ADD_RESOURCES(basketcommon_LIB_SRCS ../basket.qrc)
+
 kde4_add_library(basketcommon SHARED ${basketcommon_LIB_SRCS})
 
 target_link_libraries(basketcommon</diff>
      <filename>src/CMakeLists.txt</filename>
    </modified>
    <modified>
      <diff>@@ -48,7 +48,7 @@
 
 #include &lt;kshortcutwidget.h&gt;
 #include &lt;QFontComboBox&gt;
-#include &lt;Qt3Support&gt;
+//#include &lt;Qt3Support&gt;
 
 #include &quot;kicondialog.h&quot;
 #include &quot;tag.h&quot;
@@ -512,15 +512,16 @@ TagsEditDialog::TagsEditDialog(QWidget *parent, State *stateToEdit, bool addNewT
 	font.setFamily(&quot;monospace&quot;);
 	m_textEquivalent-&gt;setFont(font);
 
-	QPixmap textEquivalentPixmap(KGlobal::dirs()-&gt;findResource(&quot;data&quot;, &quot;basket/images/tag_export_help.png&quot;));
-	Q3MimeSourceFactory::defaultFactory()-&gt;setPixmap(&quot;__resource_help_tag_export.png&quot;, textEquivalentPixmap);
+	//QPixmap textEquivalentPixmap(KGlobal::dirs()-&gt;findResource(&quot;data&quot;, &quot;basket/images/tag_export_help.png&quot;));
+	//Q3MimeSourceFactory::defaultFactory()-&gt;setPixmap(&quot;__resource_help_tag_export.png&quot;, textEquivalentPixmap);
 	HelpLabel *textEquivalentHelp = new HelpLabel(
-		i18n(&quot;When does this apply?&quot;),
-		&quot;&lt;p&gt;&quot; + i18n(&quot;It does apply when you copy and paste, or drag and drop notes to a text editor.&quot;) + &quot;&lt;/p&gt;&quot; +
-		&quot;&lt;p&gt;&quot; + i18n(&quot;If filled, this property lets you paste this tag or this state as textual equivalent.&quot;) + &quot;&lt;br&gt;&quot; +
+		i18n(&quot;What is this for?&quot;),
+		&quot;&lt;p&gt;&quot; + i18n(&quot;When you copy and paste or drag and drop notes to a text editor, this text will be inserted as a textual equivalent of the tag.&quot;) + &quot;&lt;/p&gt;&quot; +
+//		&quot;&lt;p&gt;&quot; + i18n(&quot;If filled, this property lets you paste this tag or this state as textual equivalent.&quot;) + &quot;&lt;br&gt;&quot; +
 		i18n(&quot;For instance, a list of notes with the &lt;b&gt;To Do&lt;/b&gt; and &lt;b&gt;Done&lt;/b&gt; tags are exported as lines preceded by &lt;b&gt;[ ]&lt;/b&gt; or &lt;b&gt;[x]&lt;/b&gt;, &quot;
 		     &quot;representing an empty checkbox and a checked box.&quot;) + &quot;&lt;/p&gt;&quot; +
-		&quot;&lt;p align='center'&gt;&lt;img src=\&quot;__resource_help_tag_export.png\&quot;&gt;&lt;/p&gt;&quot;,
+		//&quot;&lt;p align='center'&gt;&lt;img src=\&quot;__resource_help_tag_export.png\&quot;&gt;&lt;/p&gt;&quot;,
+		&quot;&lt;p align='center'&gt;&lt;img src=\&quot;:images/tag_export_help.png\&quot;&gt;&lt;/p&gt;&quot;,
 		stateWidget);
 	QHBoxLayout *textEquivalentHelpLayout = new QHBoxLayout((QWidget*)0, /*border=*/0, spacingHint());
 	textEquivalentHelpLayout-&gt;addWidget(textEquivalentHelp);
@@ -528,12 +529,13 @@ TagsEditDialog::TagsEditDialog(QWidget *parent, State *stateToEdit, bool addNewT
 
 	m_onEveryLines = new QCheckBox(i18n(&quot;On ever&amp;y line&quot;), stateWidget);
 
-	QPixmap onEveryLinesPixmap(KGlobal::dirs()-&gt;findResource(&quot;data&quot;, &quot;basket/images/tag_export_on_every_lines_help.png&quot;));
-	Q3MimeSourceFactory::defaultFactory()-&gt;setPixmap(&quot;__resource_help_tag_export_on_every_lines.png&quot;, onEveryLinesPixmap);
+	//QPixmap onEveryLinesPixmap(KGlobal::dirs()-&gt;findResource(&quot;data&quot;, &quot;basket/images/tag_export_on_every_lines_help.png&quot;));
+	//Q3MimeSourceFactory::defaultFactory()-&gt;setPixmap(&quot;__resource_help_tag_export_on_every_lines.png&quot;, onEveryLinesPixmap);
 	HelpLabel *onEveryLinesHelp = new HelpLabel(
-		i18n(&quot;What does it mean?&quot;),
+		i18n(&quot;What does this mean?&quot;),
 		&quot;&lt;p&gt;&quot; + i18n(&quot;When a note has several lines, you can choose to export the tag or the state on the first line or on every line of the note.&quot;) + &quot;&lt;/p&gt;&quot; +
-		&quot;&lt;p align='center'&gt;&lt;img src=\&quot;__resource_help_tag_export_on_every_lines.png\&quot;&gt;&lt;/p&gt;&quot; +
+		//&quot;&lt;p align='center'&gt;&lt;img src=\&quot;__resource_help_tag_export_on_every_lines.png\&quot;&gt;&lt;/p&gt;&quot; +
+		&quot;&lt;p align='center'&gt;&lt;img src=\&quot;:images/tag_export_on_every_lines_help.png\&quot;&gt;&lt;/p&gt;&quot; +
 		&quot;&lt;p&gt;&quot; + i18n(&quot;In the example above, the tag of the top note is only exported on the first line, while the tag of the bottom note is exported on every line of the note.&quot;),
 		stateWidget);
 	QHBoxLayout *onEveryLinesHelpLayout = new QHBoxLayout((QWidget*)0, /*border=*/0, spacingHint());</diff>
      <filename>src/tagsedit.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>32e24af01f277c998e80322f9a5c694adb1942c3</id>
    </parent>
  </parents>
  <author>
    <name>Dr. Robert Marmorstein</name>
    <email>robert@narnia.homeunix.com</email>
  </author>
  <url>http://github.com/kelvie/basket/commit/cbc3b67df98fdfe56d8d2cc2e6e9b5c063e6fb70</url>
  <id>cbc3b67df98fdfe56d8d2cc2e6e9b5c063e6fb70</id>
  <committed-date>2008-08-09T21:20:46-07:00</committed-date>
  <authored-date>2008-08-04T10:01:56-07:00</authored-date>
  <message>Replaced ugly Q3MimeSourceFactory stuff with Qt4 resources.  This required some minor changes to the CMakeLists.txt file.
New resources can be added by simply modifying the &quot;basket.qrc&quot; file.</message>
  <tree>16ba0fce109a7bdb84f326926aa7fe7b072d3c37</tree>
  <committer>
    <name>Kelvie Wong</name>
    <email>kelvie@ieee.org</email>
  </committer>
</commit>
