[calligraplan] [Bug 302916] Print / Export looks extremely ugly for Task View

2016-09-16 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=302916

Dag Andersen  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/call
   ||igra/9a6b2ce59d85eda2b7736d
   ||4a0c807409d69142b2
 Resolution|--- |FIXED
   Version Fixed In||3.0

--- Comment #2 from Dag Andersen  ---
Git commit 9a6b2ce59d85eda2b7736d4a0c807409d69142b2 by Dag Andersen.
Committed on 16/09/2016 at 12:56.
Pushed by danders into branch 'master'.

Plan: Fix printing treeviews

Todo: Indent tree
FIXED-IN:3.0

M  +120  -19   plan/libs/ui/kptviewbase.cpp
M  +1-1plan/libs/ui/kptviewbase.h

http://commits.kde.org/calligra/9a6b2ce59d85eda2b7736d4a0c807409d69142b2

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdiagram] [Bug 313604] Show a line with the current time in the Gantt view

2016-09-14 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=313604

Dag Andersen  changed:

   What|Removed |Added

Version|Git |unspecified
  Component|general |KGantt
Product|calligraplan|kdiagram
   Assignee|dand...@get2net.dk  |kosse...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-09-14 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||3.0
 Status|REOPENED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 352226] Task settings dialogue box ok button disabled and won't enable

2016-09-13 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352226

Dag Andersen  changed:

   What|Removed |Added

   Version Fixed In||3.0
  Latest Commit||http://commits.kde.org/call
   ||igra/0c4e5dabee7252d95c79be
   ||7ec9c7d37861f28b57
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dag Andersen  ---
Git commit 0c4e5dabee7252d95c79be7ec9c7d37861f28b57 by Dag Andersen.
Committed on 13/09/2016 at 06:23.
Pushed by danders into branch 'master'.

Plan: Usability: Never block save, add Milestone option to task dialog
Related: bug 322661
FIXED_IN:3.0

M  +1-1plan/libs/ui/kptmainprojectpanel.cpp
M  +1-1plan/libs/ui/kptsummarytaskgeneralpanel.cpp
M  +18   -11   plan/libs/ui/kpttaskgeneralpanel.cpp
M  +79   -73   plan/libs/ui/kpttaskgeneralpanelbase.ui

http://commits.kde.org/calligra/0c4e5dabee7252d95c79be7ec9c7d37861f28b57

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 325263] Add support for exporting report definition files

2016-09-13 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325263

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||dand...@get2net.dk
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 322661] Task editor dialogue: Type does not include the option 'Milestone'. Also System date format should be followed i.e. option of dd/mm/yy

2016-09-13 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=322661

Dag Andersen  changed:

   What|Removed |Added

   Version Fixed In||3.0
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/call
   ||igra/0c4e5dabee7252d95c79be
   ||7ec9c7d37861f28b57

--- Comment #2 from Dag Andersen  ---
Git commit 0c4e5dabee7252d95c79be7ec9c7d37861f28b57 by Dag Andersen.
Committed on 13/09/2016 at 06:23.
Pushed by danders into branch 'master'.

Plan: Usability: Never block save, add Milestone option to task dialog
Related: bug 352226
FIXED_IN:3.0

M  +1-1plan/libs/ui/kptmainprojectpanel.cpp
M  +1-1plan/libs/ui/kptsummarytaskgeneralpanel.cpp
M  +18   -11   plan/libs/ui/kpttaskgeneralpanel.cpp
M  +79   -73   plan/libs/ui/kpttaskgeneralpanelbase.ui

http://commits.kde.org/calligra/0c4e5dabee7252d95c79be7ec9c7d37861f28b57

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 308857] Milestone Gantt: Tasks in random order, sorting not possible

2016-09-13 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=308857

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||3.0
  Latest Commit||http://commits.kde.org/call
   ||igra/3704bda8082adddb3c939e
   ||d24485ed0050ba22a0
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Dag Andersen  ---
Git commit 3704bda8082adddb3c939ed24485ed0050ba22a0 by Dag Andersen.
Committed on 12/09/2016 at 17:40.
Pushed by danders into branch 'master'.

Plan: Implement sort by wbs to sort by wbs structure and not by the wbs code
string

By string: 20 < 3 which is not the users expectation.
Also make the gantt milestone view sortable by the user.
FIXED_IN:3.0

M  +3-3plan/libs/kernel/kptnode.cpp
M  +2-2plan/libs/kernel/kptnode.h
M  +21   -11   plan/libs/kernel/kptproject.cpp
M  +1-1plan/libs/kernel/kptproject.h
M  +40   -3plan/libs/models/kptnodeitemmodel.cpp
M  +9-1plan/libs/models/kptnodeitemmodel.h
M  +7-1plan/libs/ui/kptganttview.cpp

http://commits.kde.org/calligra/3704bda8082adddb3c939ed24485ed0050ba22a0

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 342574] Can not edit a progresse entry of a task

2016-09-01 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342574

Dag Andersen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||dand...@get2net.dk
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Dag Andersen  ---
(In reply to donalt from comment #1)
> Following the steps mentioned in the original comment I can reproduce the
> bug using KDE 4.14.9 on Fedora 22 in Plan version 2.9.5.
> I also noticed that if I were to:
> 1. For a given task open it's progress dialogue and add an entry
> 2. Tick the started box then tick the finished box
> 3. Close the dialog 
> 4. Reopen the dialog, untick the finished box
> 5. I can not change the date, the completed percentage or the effort
> columns.[The bug mentioned above]
Yes, as you say have to close and open again.
> 6. Close the dialog
> 7. Open the dialog again I can change the completed percentage and the
> effort columns but not the date.
> The date can not be changed even if the started box is unticked

True, you have to remove the date entries manually first, but maybe they should
be removed automatically.

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 322661] Task editor dialogue: Type does not include the option 'Milestone'. Also System date format should be followed i.e. option of dd/mm/yy

2016-09-01 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=322661

Dag Andersen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Dag Andersen  ---
(In reply to MikeD from comment #0)
> see summary.
> The in line editor does include milestone, but the dialogue editor does not.
Good catch, change will come.
> System dater format should be followed for those of us that need to use
> dd/mm/yy format
Does here.
> Also noticed that late finish dates are generally BEFORE early finish dates
Hmmm, more info needed.
> 
> Otherwise so far: Nice package.
Thanks
> 
> 
> Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 356696] Not all tasks show up in Gantt chart

2016-09-01 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356696

Dag Andersen  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Dag Andersen  ---
Closer look: You have to also select the correct schedule to display.
You can select that at the bottom of the View Selector.

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 342576] Interaction between planing, progress, estimated completion time is undecipherable

2016-09-01 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342576

Dag Andersen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||dand...@get2net.dk
 Resolution|--- |FIXED

--- Comment #1 from Dag Andersen  ---
Yes, has been unmaintained for some time.
Checked the on concrete thing, changing task to "fixed time" (using Must Start
On).
This works for me, and I have never seen it not work.

One thing: you *have* to reschedule the project after making any change of this
type (like effort, resource allocations etc).

I'm closing this, as it is hard to use for anything concrete, hoping for more
specific reports :)

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 308857] Milestone Gantt: Tasks in random order, sorting not possible

2016-09-01 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=308857

Dag Andersen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Dag Andersen  ---
Not quite random, they *are* sorted by wbs code, but it is interpreted as text,
which is not so smart in this case.

-- 
You are receiving this mail because:
You are watching all bug changes.


[frameworks-kparts] [Bug 368088] New: Must use standard *ui.rc file in setupGUI() / createGUI()

2016-09-01 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368088

Bug ID: 368088
   Summary: Must use standard *ui.rc file in setupGUI() /
createGUI()
   Product: frameworks-kparts
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: dand...@get2net.dk
CC: kdelibs-b...@kde.org

When initiating a KParts::MainWindow according to api docs of
KParts::MainWindow and KXmlGuiWindow, states the following:
 * NOTE: when using KParts::MainWindow, remove this flag from the
 * setupGUI call, since you'll be using createGUI(part) instead.
 * @code
 * setupGUI(ToolBar | Keys | StatusBar | Save);
 * @endcode
 */
Create = 16,

Problem is, when you do that afaics, the xmlFile param in setupGUI()
is not used, so when you call KParts::MainWindow::createGUI(part), it will
search for the standard named .rc file.

Solution could be to:
* save xmlFile param from setupGUI() for later use in createGUI()
* add xmlFile param in KParts::MainWindow::createGUI()

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-08-30 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

--- Comment #5 from Dag Andersen  ---
Git commit b6bd4b9bfea7b414c4df549272f4cf4ec249b9f8 by Dag Andersen.
Committed on 30/08/2016 at 12:52.
Pushed by danders into branch 'master'.

Plan: Re-instate handling richtext (description) in reports

Partial solution, outputs text as plain text.

M  +1-1plan/libs/ui/CMakeLists.txt
A  +5-0plan/libs/ui/reports/items/CMakeLists.txt
A  +28   -0plan/libs/ui/reports/items/text/CMakeLists.txt
A  +183  -0   
plan/libs/ui/reports/items/text/PlanReportDesignerItemRichText.cpp
[License: LGPL (v2.1+)]
A  +53   -0plan/libs/ui/reports/items/text/PlanReportDesignerItemRichText.h
[License: LGPL (v2.1+)]
A  +330  -0plan/libs/ui/reports/items/text/PlanReportItemRichText.cpp
[License: LGPL (v2.1+)]
A  +85   -0plan/libs/ui/reports/items/text/PlanReportItemRichText.h
[License: LGPL (v2.1+)]
A  +71   -0plan/libs/ui/reports/items/text/PlanReportRichTextPlugin.cpp
[License: LGPL (v2.1+)]
A  +40   -0plan/libs/ui/reports/items/text/PlanReportRichTextPlugin.h
[License: LGPL (v2.1+)]
A  +205  -0plan/libs/ui/reports/items/text/PlanReportScriptRichText.cpp
[License: LGPL (v2.1+)]
A  +105  -0plan/libs/ui/reports/items/text/PlanReportScriptRichText.h
[License: LGPL (v2.1+)]
A  +28   -0plan/libs/ui/reports/items/text/richtext.json
M  +34   -24   plan/libs/ui/reports/reportview.cpp

http://commits.kde.org/calligra/b6bd4b9bfea7b414c4df549272f4cf4ec249b9f8

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 358674] Plan crashing when closing window

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358674

Dag Andersen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/call
   ||igra/2651c38a87304de98d05c1
   ||abc2aa85d227782a4d

--- Comment #1 from Dag Andersen  ---
Git commit 2651c38a87304de98d05c1abc2aa85d227782a4d by Dag Andersen.
Committed on 26/08/2016 at 11:11.
Pushed by danders into branch 'master'.

Plan: fix potentional crash in resource request debug statement

M  +11   -2plan/libs/kernel/kptresource.cpp

http://commits.kde.org/calligra/2651c38a87304de98d05c1abc2aa85d227782a4d

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 360632] Workflow Gantt chart starts at 2010

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360632

Dag Andersen  changed:

   What|Removed |Added

  Component|general |usability

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 360632] Workflow Gantt chart starts at 2010

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360632

Dag Andersen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||dand...@get2net.dk
 Ever confirmed|0   |1

--- Comment #1 from Dag Andersen  ---
Hmmm, possibly you opened the "Basic project" template?
This is a small project created in 2010.
Gantt chart only shows the range of the scheduled tasks so shows 2010.

To change things you can edit the start/finish times in the Main Project dialog
and reschedule.

I can see how this is confusing, so need to think about it.

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 363530] The scheduling range refuses to set my times

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363530

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||dand...@get2net.dk
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Dag Andersen  ---
Really needs more specifics.
Which views, dialogs do you see this, in what circumstances?

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 356696] Not all tasks show up in Gantt chart

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356696

Dag Andersen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||dand...@get2net.dk

--- Comment #2 from Dag Andersen  ---
Only scheduled tasks are shown in the gantt chart.
Unscheduled tasks don' have start/endtimes, but maybe add an option to show
them anyway.
We'll see for 3.1

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 313603] In the Gantt view, show task progress

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=313603

Dag Andersen  changed:

   What|Removed |Added

 CC||mat...@dnet.it

--- Comment #2 from Dag Andersen  ---
*** Bug 359901 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 359901] The gantt view should show progress graphically

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359901

Dag Andersen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||dand...@get2net.dk
 Resolution|--- |DUPLICATE

--- Comment #1 from Dag Andersen  ---


*** This bug has been marked as a duplicate of bug 313603 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 359537] Calligra Plan Crash every time when try to start a templet

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359537

Dag Andersen  changed:

   What|Removed |Added

 CC||cqu...@arcor.de

--- Comment #4 from Dag Andersen  ---
*** Bug 365677 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 365677] Calligra crashes trying to create a new plan from a template or openning existing projects

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365677

Dag Andersen  changed:

   What|Removed |Added

 CC||dand...@get2net.dk
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Dag Andersen  ---


*** This bug has been marked as a duplicate of bug 359537 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 364060] Plan crashes while starting for the first time after doing an update to the app

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364060

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dand...@get2net.dk

--- Comment #1 from Dag Andersen  ---


*** This bug has been marked as a duplicate of bug 359537 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 359537] Calligra Plan Crash every time when try to start a templet

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359537

Dag Andersen  changed:

   What|Removed |Added

 CC||a.nolt...@almano.de

--- Comment #3 from Dag Andersen  ---
*** Bug 364060 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

Dag Andersen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #4 from Dag Andersen  ---
Sorry, didn't check properly before answering.

Description is rich text, wether you intend it or not :)

The problem is that the report designers tools you normally use for outputting
text:
"Field" and "Text" does not support rich text.
I checked 2.9.7 now and find that the report engine as removed the tool that
*could* handle rich text (sigh) so atm there is no way to include description
in reports.

We are working on 3.0, but I think a fix has to wait for 3.1.

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-08-25 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||dand...@get2net.dk
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dag Andersen  ---
KReport field and text items does not know about rich text.
You can use the web item to display rich text-

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 320179] Scheduler doesn't take into account progresses on tasks

2016-08-25 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=320179

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dag Andersen  ---


*** This bug has been marked as a duplicate of bug 317022 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 317022] Scheduler doesn't take actual finish times into account

2016-08-25 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=317022

Dag Andersen  changed:

   What|Removed |Added

 CC||pe...@adrieng.fr

--- Comment #4 from Dag Andersen  ---
*** Bug 320179 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 317022] Scheduler doesn't take actual finish times into account

2016-08-25 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=317022

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Dag Andersen  ---
You can add a sub-schedule to your schedule and reschedule the project.
It will then take finished tasks and remaining effort into account when
scheduling.

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 346976] Plan crashed when creating a new one

2016-08-23 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346976

Dag Andersen  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/call
   ||igra/b25d46bf9fa6d5b9ff3411
   ||5edb4719592c191935
   Version Fixed In||2.9.12

--- Comment #1 from Dag Andersen  ---
Git commit b25d46bf9fa6d5b9ff34115edb4719592c191935 by Dag Andersen.
Committed on 23/08/2016 at 06:22.
Pushed by danders into branch 'calligra/2.9'.

Backport: Plan: Avoid crash in special cases

Sometimes (eg. when New is pressed) the Project can be deleted before models
and thus cause a crash.
Added a Project::aboutToBeDeleted signal so models can adjust.
FIXED_IN: 2.9.12

M  +1-0plan/libs/kernel/kptproject.cpp
M  +2-0plan/libs/kernel/kptproject.h
M  +2-0plan/libs/models/kptaccountsmodel.cpp
M  +4-0plan/libs/models/kptcalendarmodel.cpp
M  +5-0plan/libs/models/kptitemmodelbase.cpp
M  +1-0plan/libs/models/kptitemmodelbase.h
M  +2-0plan/libs/models/kptnodechartmodel.cpp
M  +4-0plan/libs/models/kptnodeitemmodel.cpp
M  +4-0plan/libs/models/kptpertcpmmodel.cpp
M  +2-0plan/libs/models/kptrelationmodel.cpp
M  +2-0plan/libs/models/kptresourceallocationmodel.cpp
M  +8-0plan/libs/models/kptresourceappointmentsmodel.cpp
M  +7-5plan/libs/models/kptresourcemodel.cpp
M  +13   -0plan/libs/models/kptschedulemodel.cpp
M  +2-0plan/libs/models/kptschedulemodel.h
M  +2-0plan/libs/models/kpttaskstatusmodel.cpp

http://commits.kde.org/calligra/b25d46bf9fa6d5b9ff34115edb4719592c191935

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 337014] Plan crashed after un-indenting a task

2016-08-23 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337014

--- Comment #3 from Dag Andersen  ---
Ken via KDE Bugzilla skrev den 2016-08-23 14:04:
> https://bugs.kde.org/show_bug.cgi?id=337014
> 
> --- Comment #2 from Ken  ---
> I stopped using the package so I can't really assist solving the issue.
Ok, cheers.

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 313603] In the Gantt view, show task progress

2016-08-23 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=313603

Dag Andersen  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Dag Andersen  ---
Try Gantt view->context menu>Configure view->Chart->Show Task progress

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 337014] Plan crashed after un-indenting a task

2016-08-23 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337014

Dag Andersen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||dand...@get2net.dk
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Dag Andersen  ---
I cannot duplicate this exactly. I found a crash when drag/drop a task so it
ends in the same position. The crash will occur the *next* time a drag/drop or
move is done.
Could this be the cause?

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 346976] Plan crashed when creating a new one

2016-08-23 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346976

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||dand...@get2net.dk

-- 
You are receiving this mail because:
You are watching all bug changes.


[calligraplan] [Bug 359537] Calligra Plan Crash every time when try to start a templet

2016-08-23 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359537

Dag Andersen  changed:

   What|Removed |Added

 CC||dand...@get2net.dk
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.