<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/project-planner/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/project-planner/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 24 Jul 2007 18:38:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/project-planner/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Active Task Check Box</title><link>https://sourceforge.net/p/project-planner/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you set or unset the active flag for tasks, it seems that one has to move the task up or down that this information gets involved into calculation&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dietmar Schinnerl</dc:creator><pubDate>Tue, 24 Jul 2007 18:38:26 -0000</pubDate><guid>https://sourceforge.net865a50cf094f9584fce46aedfcc922a93b9e6441</guid></item><item><title>Warnings during compilation</title><link>https://sourceforge.net/p/project-planner/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There are a lot of warnings during compilation.&lt;br /&gt;
AutoProjectPlanner.cpp: In member function ‘bool AutoProjectPlanner::ProposeTimeLine(bool, int)’:&lt;br /&gt;
AutoProjectPlanner.cpp:100: warning: unused variable ‘a’&lt;br /&gt;
AutoProjectPlanner.cpp:129: warning: unused variable ‘test’&lt;br /&gt;
AutoProjectPlanner.cpp:242: warning: unused variable ‘a’&lt;br /&gt;
AutoProjectPlanner.cpp:243: warning: unused variable ‘b’&lt;br /&gt;
AutoProjectPlanner.cpp:300: warning: unused variable ‘a’&lt;br /&gt;
AutoProjectPlanner.cpp:301: warning: unused variable ‘b’&lt;br /&gt;
AutoProjectPlanner.cpp:121: warning: unused variable ‘finished’&lt;br /&gt;
AutoProjectPlanner.cpp: In member function ‘int AutoProjectPlanner::ChooseProject()’:&lt;/p&gt;
&lt;p&gt;And bedides #include &amp;lt;Task.h&amp;gt; is incorrect, it should be #include "Task.h"&lt;/p&gt;
&lt;p&gt;In order to compile under linux, the include files should be in the same case as in the filesystem,&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Artur</dc:creator><pubDate>Mon, 11 Jun 2007 11:57:58 -0000</pubDate><guid>https://sourceforge.net627d299a1c4119a3a8e778164d181a9862390dd3</guid></item><item><title>Compile error under</title><link>https://sourceforge.net/p/project-planner/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;TaskProjectModel.h:40: error: default argument for parameter of type ‘QModelIndex&amp;amp;’ has type ‘QModelIndex&lt;/p&gt;
&lt;p&gt;main.cpp:14:30: error: taskprojectmodel.h: No such file or directory&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 11 Jun 2007 11:22:06 -0000</pubDate><guid>https://sourceforge.netdb3644e793e23bda6deefafa5d43f28bc998ae0b</guid></item><item><title>Error for the input with finishwith task edit box</title><link>https://sourceforge.net/p/project-planner/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Finishwith task edit box is getting negative values which is wrong&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Artur</dc:creator><pubDate>Tue, 10 Apr 2007 14:22:28 -0000</pubDate><guid>https://sourceforge.net944cdf6ec5cded621a0279845aca97da4a3a0e31</guid></item><item><title>Logical Error in Definition</title><link>https://sourceforge.net/p/project-planner/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When there is a logical Error in definition, e.g. there are no workers assigned to a task the calculation CAN NOT come to an end ... but that there is an error and maybe what kind of error HAS TO BE displayed to the user. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dietmar Schinnerl</dc:creator><pubDate>Fri, 16 Mar 2007 11:32:12 -0000</pubDate><guid>https://sourceforge.net5f0f306bfcea5a5deff2d02b6f36177f49e7e565</guid></item><item><title>SetUnskilled worker error</title><link>https://sourceforge.net/p/project-planner/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After trying to delete skilled worker the SetUnskilled button is not doing anything&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Artur</dc:creator><pubDate>Thu, 08 Mar 2007 20:51:37 -0000</pubDate><guid>https://sourceforge.net6dd2b4b052f96e3bb6c87cf8836d4d3947780313</guid></item><item><title>GUI crashes when delete button clicked</title><link>https://sourceforge.net/p/project-planner/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When Delete button is clicked and no worker or task selected then GUI crashes&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Artur</dc:creator><pubDate>Wed, 07 Mar 2007 21:47:07 -0000</pubDate><guid>https://sourceforge.netc6d2cf08fdabcc8791422f8bc05207cca6ad305f</guid></item><item><title>Removing Workers - Skilled Workers Reassociation</title><link>https://sourceforge.net/p/project-planner/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When removing a worker from worker list, the skilled worker list has to be updated. Now it happens that if you have eg. 2 workers and you remove the first one in list, that the task refers which refered to the first (deleted) worker refers to second one after deletion. This behaviour can also result in a sw crash&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dietmar Schinnerl</dc:creator><pubDate>Sun, 04 Mar 2007 08:23:51 -0000</pubDate><guid>https://sourceforge.net9c1b2165193c617bcc73a79fed9d43eb2441cab2</guid></item><item><title>GrattProject issue</title><link>https://sourceforge.net/p/project-planner/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;AutoProjectPlanner is dumping when Export GrattProject button is clicked&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Artur</dc:creator><pubDate>Fri, 02 Mar 2007 09:56:36 -0000</pubDate><guid>https://sourceforge.netc4b1694c2b48118632fc02ad1667f2ae3c1eca4b</guid></item><item><title>Images not accessable from UNC path</title><link>https://sourceforge.net/p/project-planner/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When executing APP from a network folder (e.g. \\server\APP\), the images folder can not be accessed and application background is set to black.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dietmar Schinnerl</dc:creator><pubDate>Thu, 01 Mar 2007 19:33:56 -0000</pubDate><guid>https://sourceforge.net6eb81f4d77662a980611c29a385874f2fda32922</guid></item></channel></rss>