Planner-list Editing completion %

View: New views
7 Messages — Rating Filter:   Alert me  

Planner-list Editing completion %

by Rhian Geleick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Using the Task panel I can edit the completion percentage of each task, the Gantt panel visually updates each task to reflect its ammount of completion, this is all normal and as expected.
If I select a task from the Gantt panel and edit it then the maximum I can adjust the Completion to is 75% and even tasks I have set to 100% done on the tasks panel show as 75%, this is an inconsistency and I believe an error or it could be something specific to my installation, it was present on 0.13 and is still the same on 0.14.4 installed from binaries on Xubuntu jaunty.


_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list

Re: Planner-list Editing completion %

by Maurice van der Pot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Jun 26, 2009 at 09:51:46AM +0200, Rhian Geleick wrote:
> it was present on 0.13
> and is still the same on 0.14.4 installed from binaries on Xubuntu jaunty.

This is an interesting bit of information. Are you sure that it happened
with 0.13 as well? According to other reports it seems to have been
introduced from 0.14.3 to 0.14.4, but it does not happen on my Linux
system.

Maurice.

--
Maurice van der Pot

Gentoo Linux Developer   griffon26@...    http://www.gentoo.org
Gnome Planner Developer  griffon26@...  http://live.gnome.org/Planner



_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list

attachment0 (205 bytes) Download Attachment

Re: Planner-list Editing completion %

by Aecio F. Neto-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had reported this issue before already and I am using 0.14.3 installed from ubuntu pack and I have the issue as well yet.


On Sun, Jun 28, 2009 at 5:22 PM, Maurice van der Pot <griffon26@...> wrote:
On Fri, Jun 26, 2009 at 09:51:46AM +0200, Rhian Geleick wrote:
> it was present on 0.13
> and is still the same on 0.14.4 installed from binaries on Xubuntu jaunty.

This is an interesting bit of information. Are you sure that it happened
with 0.13 as well? According to other reports it seems to have been
introduced from 0.14.3 to 0.14.4, but it does not happen on my Linux
system.

Maurice.

--
Maurice van der Pot

Gentoo Linux Developer   griffon26@...    http://www.gentoo.org
Gnome Planner Developer  griffon26@...  http://live.gnome.org/Planner


_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list



_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list

Re: Planner-list Editing completion % [TEMP FIX]

by Maurice van der Pot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I recently upgraded part of my system and now I'm also seeing the
problem.

As a temporary fix for anyone who is running into this at the moment,
one can modify one line in the following file:

  <INSTALLDIR>/share/planner/glade/task-dialog.glade

Line 236 should be changed from:
  <property name="adjustment">0 0 100 10 25 25</property>
to
  <property name="adjustment">0 0 100 10 25 0</property>


Anyone using the priority field should also change line 257 from:
  <property name="adjustment">0 0 9999 1 10 10</property>
to
  <property name="adjustment">0 0 9999 1 10 0</property>



Regards,
Maurice.

--
Maurice van der Pot

Gentoo Linux Developer   griffon26@...    http://www.gentoo.org
Gnome Planner Developer  griffon26@...  http://live.gnome.org/Planner



_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list

attachment0 (205 bytes) Download Attachment

Re: Planner-list Editing completion % [TEMP FIX]

by Aecio F. Neto-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I worked for me.
This is a workaround or same fix would to be provided in a later release?


On Mon, Jun 29, 2009 at 4:50 PM, Maurice van der Pot <griffon26@...> wrote:
I recently upgraded part of my system and now I'm also seeing the
problem.

As a temporary fix for anyone who is running into this at the moment,
one can modify one line in the following file:

 <INSTALLDIR>/share/planner/glade/task-dialog.glade

Line 236 should be changed from:
 <property name="adjustment">0 0 100 10 25 25</property>
to
 <property name="adjustment">0 0 100 10 25 0</property>


Anyone using the priority field should also change line 257 from:
 <property name="adjustment">0 0 9999 1 10 10</property>
to
 <property name="adjustment">0 0 9999 1 10 0</property>



Regards,
Maurice.

--
Maurice van der Pot

Gentoo Linux Developer   griffon26@...    http://www.gentoo.org
Gnome Planner Developer  griffon26@...  http://live.gnome.org/Planner


_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list



_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list

Re: Planner-list Editing completion % [TEMP FIX]

by Maurice van der Pot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jun 29, 2009 at 11:12:29PM -0300, Aecio F. Neto wrote:
> I worked for me.
> This is a workaround or same fix would to be provided in a later release?

I think it will be the same, but I'll have to find the right
documentation to verify this is really all that has to be done.

Regards,
Maurice.

--
Maurice van der Pot

Gentoo Linux Developer   griffon26@...    http://www.gentoo.org
Gnome Planner Developer  griffon26@...  http://live.gnome.org/Planner



_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list

attachment0 (205 bytes) Download Attachment

Re: Planner-list Editing completion % [TEMP FIX]

by Aecio F. Neto-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you very much, Maurice.

Glad the issue is gone, really.
Nice work, pal.

Regards.

On Tue, Jun 30, 2009 at 12:40 PM, Maurice van der Pot <griffon26@...> wrote:
On Mon, Jun 29, 2009 at 11:12:29PM -0300, Aecio F. Neto wrote:
> I worked for me.
> This is a workaround or same fix would to be provided in a later release?

I think it will be the same, but I'll have to find the right
documentation to verify this is really all that has to be done.

Regards,
Maurice.

--
Maurice van der Pot

Gentoo Linux Developer   griffon26@...    http://www.gentoo.org
Gnome Planner Developer  griffon26@...  http://live.gnome.org/Planner


_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list



_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list