<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel">
    <title>gmane.comp.sysutils.pim.taskcoach.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1335"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1334"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1333"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1332"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1331"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1330"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1329"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1328"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1327"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1315"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1335">
    <title>Re: Re: Help adding in a text box on the front menu</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1335</link>
    <description>&lt;pre&gt;2012/5/9 jdnguyen22 &amp;lt;jdnguyen22-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

Look at taskcoachlib/gui/uicommand.py. That module contains all "user
actions". Whenever a user clicks a button or selects a menu item, one
of these user interface (ui) commands is executed. E.g. TaskNew is
executed when the user selects the New-&amp;gt;Task menu item.
TaskMarkCompleted is executed when the user marks a task completed,
etc. I think you want to create a new uicommand, probably based on
TaskNew. The doCommand method of the TaskNewFromTextBox uicommand
would be invoked whenever the user hits Enter in your text box. The
doCommand method then would get the text from the text box, do some
parsing and create a new task.

Cheers, Frank


------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/jo&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-05-12T21:01:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1334">
    <title>Re: Help adding in a text box on the front menu</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1334</link>
    <description>&lt;pre&gt;

--- In taskcoach-dev-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org, Frank Niessink &amp;lt;frank&amp;lt; at &amp;gt;...&amp;gt; wrote:


Thanks for the hint. I did lots of reading and finally able to put a text box on the main page (not the main menu) and got it to work. But I have a follow up question. Lets say I want this text box to pass in the subject, description, and dates to make a new task. Is there a built in function that I can call to do this or how can I write a function to do this?



------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
  &lt;/pre&gt;</description>
    <dc:creator>jdnguyen22</dc:creator>
    <dc:date>2012-05-09T21:22:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1333">
    <title>Re: Help adding in a text box on the front menu</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1333</link>
    <description>&lt;pre&gt;Hi,

2012/5/9 jdnguyen22 &amp;lt;jdnguyen22-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

You should really learn python and wxPython a bit. Python is many
books and tutorials. Also, the wxPython demo is a good place to start.
See http://www.wxpython.org.

That being said, I don't understand what you mean with a text box on
the main menu. Menu's generally don't have text boxes. Did you mean
the toolbar? You can look at the source code for Task Coach and see
how we added other controls to the toolbar and then do something
similar with a wx.TextCtrl.

Cheers, Frank


------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-h&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-05-09T19:14:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1332">
    <title>Re: Rich Text for Description Field</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1332</link>
    <description>&lt;pre&gt;Hi Phil,

2012/5/9 Phil Hampson &amp;lt;phil-hampson-xnO1aEgoI3M&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


No problem. However, there's just two developers at the moment both with
full time job, so our time is quite limited.



This probably has to do with line ending being CRLF on Windows (Carriage
Return + Line Feed) and both of them being transformed into returns. I
don't have Outlook 98 so I can't test this. I don't recall seeing this with
newer versions of Outlook, but I'm not entirely sure.

Cheers, Frank
&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-05-09T19:11:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1331">
    <title>RE: Rich Text for Description Field</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1331</link>
    <description>&lt;pre&gt;Hi Frank

I guess I put this post in the wrong Group - should have put it in the
"taskcoach" - not "taskcoach-dev", which I now guess is for Developers.
I have only just joined and thought it would be useful to join both groups.
I am not a developer ( don't have the skills ) so my suggestion was really
for someone else to do
Sorry about that.

However, can I take this opportunity to report/question a peculiarity I have
come across when Importing my Tasks for Outlook98
The Import goes fine and the Description is fine, with of course the loss of
the RTF.
The line spacings are as they were in OL98
However, when I save the .TSK file then reopen it, all the line spacings in
the Description have doubled.
This only occurs the 1st time and not again with subsequent Save/Open
actions.
When I compare the size of the .TSK file on the 1st save &amp;amp; 2nd saves, the
2nd is slightly larger than the 1st due to the extra CRLFs
So, insertion of the blank lines happens when the .TSK file is Opened the
2nd time and not when it is S&lt;/pre&gt;</description>
    <dc:creator>Phil Hampson</dc:creator>
    <dc:date>2012-05-09T09:33:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1330">
    <title>Help adding in a text box on the front menu</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1330</link>
    <description>&lt;pre&gt;Hello!

I am new to Python and I decided to try a small project using TaskCoach. It involves adding a text box on the main menu and it would take in a sentence and parse through that sentence to make a new task with a given name, date, etc.

Can someone point me in the right direction on where to put this information and how to add this text box?



------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
&lt;/pre&gt;</description>
    <dc:creator>jdnguyen22</dc:creator>
    <dc:date>2012-05-09T08:04:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1329">
    <title>Re: Rich Text for Description Field</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1329</link>
    <description>&lt;pre&gt;Hi Phil,

2012/5/8 Phil &amp;lt;phil-hampson-xnO1aEgoI3M&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


Task Coach is open source, so go ahead and develop it :-) We would love
contributions like this.

Cheers, Frank
&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-05-08T20:18:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1328">
    <title>Rich Text for Description Field</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1328</link>
    <description>&lt;pre&gt;It would be really useful to have Rich Text available for the
Description Field
It would make it much easier to organize &amp;amp; view
I am migrating from my old Outlook 98 Task Manager and really miss this
feature

&lt;/pre&gt;</description>
    <dc:creator>Phil</dc:creator>
    <dc:date>2012-05-08T10:48:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1327">
    <title>Re: Languagetests take hours on buildbot?</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1327</link>
    <description>&lt;pre&gt;2012/4/29 Jérôme Laheurte &amp;lt;fraca7-GANU6spQydw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


 Thanks, great debugging.

Cheers, Frank
&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-04-29T12:57:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1326">
    <title>Re: Languagetests take hours on buildbot?</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1326</link>
    <description>&lt;pre&gt;
Le 29 avr. 2012 à 11:44, Jérôme Laheurte a écrit :


Mystery solved: accumulation of StreamHandlers in the scheduler, after r5282. I committed a fix. Dunno why unit tests weren't impacted.

Cheers
Jérôme

&lt;/pre&gt;</description>
    <dc:creator>Jérôme Laheurte</dc:creator>
    <dc:date>2012-04-29T10:28:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1325">
    <title>Re: Languagetests take hours on buildbot?</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1325</link>
    <description>&lt;pre&gt;
Le 29 avr. 2012 à 10:55, Jérôme Laheurte a écrit :


The 'fr' tests for instance take 10.545 seconds to run on my iMac (Python 2.7.2 32 bits) but 76.287 seconds on the PC (Python 2.6.6 64 bits). And it's not even a VM. There's something fishy.

Cheers
Jérôme


&lt;/pre&gt;</description>
    <dc:creator>Jérôme Laheurte</dc:creator>
    <dc:date>2012-04-29T09:44:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1324">
    <title>Re: Languagetests take hours on buildbot?</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1324</link>
    <description>&lt;pre&gt;
Le 28 avr. 2012 à 22:21, Frank Niessink a écrit :


The only explanation I see is that they actually take hours (I just launched them by hand to check). The buildbot kills the build if a step does not produce anything on stdout/stderr after a few minutes so they're not stalled.

Cheers
Jérôme

&lt;/pre&gt;</description>
    <dc:creator>Jérôme Laheurte</dc:creator>
    <dc:date>2012-04-29T08:55:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1323">
    <title>Languagetests take hours on buildbot?</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1323</link>
    <description>&lt;pre&gt;Hi Jérôme,

The languagetests on the ubuntu10-rel builslave take hours (6+),
what's going on?

Thanks, Frank


------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-04-28T20:21:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1322">
    <title>Re: Filter Tasks</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1322</link>
    <description>&lt;pre&gt;Hi Abinaya,

2012/4/13 abinayaveluchamy &amp;lt;abinayaveluchamy-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

Note that the class ViewFilter is a subclass of
domain.base.filter.Filter. There you can see that filter() is called
by reset() which is called whenever an item is added to or removed
from the collection that the filter is filtering.

Cheers, Frank


------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-04-13T20:05:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1321">
    <title>Filter Tasks</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1321</link>
    <description>&lt;pre&gt;Hi,

I need to know from where the parameter 'tasks' receive value in the following function

taskcoachlib-&amp;gt; domain-&amp;gt; task-&amp;gt; filter.py-&amp;gt; line 62-&amp;gt; def filter(self,tasks)

Thank you

Abinaya 



------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>abinayaveluchamy</dc:creator>
    <dc:date>2012-04-13T14:26:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1319">
    <title>Re: .pyc files in repository</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1319</link>
    <description>&lt;pre&gt;Thank you, Frank. This was a "contents" conflict -- modified (on my 
machine) vs. deleted (in Subversion). I see the deletion in the logs, 
too, so there should be no more conflicts for me. This might hit other 
users as well, but most probably only once.


Cheers

Kirill


On 03/21/2012 09:50 AM, Frank Niessink wrote:
&lt;/pre&gt;</description>
    <dc:creator>Kirill Müller</dc:creator>
    <dc:date>2012-03-21T08:53:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1318">
    <title>Re: .pyc files in repository</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1318</link>
    <description>&lt;pre&gt;2012/3/21 Kirill Müller &amp;lt;mail-LVFGjxIPRXgh/h+Pu0iI3rNAH6kLmebB&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

They got included by accident. I removed them from subversion again so
I'm surprised you get a conflict. I'll check tonight.

Cheers, Frank


------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-03-21T08:50:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1317">
    <title>.pyc files in repository</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1317</link>
    <description>&lt;pre&gt;Hi,

when updating to the current tip of Task Coach (in branch 
Release1_3_Branch), I got several conflicts due to .pyc files in 
taskcoach/taskcoachlib/thirdparty/apscheduler/ . Is it really a good 
idea to keep these files in the SVN?


Cheers

Kirill


------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>Kirill Müller</dc:creator>
    <dc:date>2012-03-21T08:26:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1316">
    <title>Help wanted</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1316</link>
    <description>&lt;pre&gt;Hi all,

It's only March and Task Coach has already been downloaded over 250K
times. That's cool, but it also generates quite some bug reports,
questions, etc. We could really use some help with bug fixing,
development, user support, etc. Is there anyone here that has a few
hours of spare time (per week/month) to spend on this noble cause?

Thanks, Frank


------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subje&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-03-12T22:30:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1315">
    <title>Re: Buildbot</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1315</link>
    <description>&lt;pre&gt;
Le 1 mars 2012 à 13:49, Frank Niessink a écrit :


Okay, it's up again (and backuped this time :) ). Last build failed on Debian because I forgot to install epydoc.

Cheers
Jérôme

&lt;/pre&gt;</description>
    <dc:creator>Jérôme Laheurte</dc:creator>
    <dc:date>2012-03-05T06:22:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1314">
    <title>Re: Buildbot</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.pim.taskcoach.devel/1314</link>
    <description>&lt;pre&gt;2012/3/1 Jérôme Laheurte &amp;lt;fraca7-GANU6spQydw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

The website is a bit low on information, indeed. I have only had an
automated email after my request for an account. No credentials
received yet...

Cheers, Frank


------------------------------------

Yahoo! Groups Links

&amp;lt;*&amp;gt; To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

&amp;lt;*&amp;gt; Your email settings:
    Individual Email | Traditional

&amp;lt;*&amp;gt; To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

&amp;lt;*&amp;gt; To change settings via email:
    taskcoach-dev-digest-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org 
    taskcoach-dev-fullfeatured-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe-hHKSG33TihhbjbujkaE4pw&amp;lt; at &amp;gt;public.gmane.org

&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


&lt;/pre&gt;</description>
    <dc:creator>Frank Niessink</dc:creator>
    <dc:date>2012-03-01T12:49:53</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.sysutils.pim.taskcoach.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.sysutils.pim.taskcoach.devel</link>
  </textinput>
</rdf:RDF>

