| Summary: | Assign multiple tasks to same resource | ||
|---|---|---|---|
| Product: | [Applications] calligraplan | Reporter: | Florian <floeschie> |
| Component: | usability | Assignee: | Dag Andersen <dag.andersen> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | adrian |
| Priority: | NOR | ||
| Version First Reported In: | 2.5.4 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/calligra/e2d74804406872872b910f46511a0cf9b26ae530 | Version Fixed/Implemented In: | 3.0.89 |
| Sentry Crash Report: | |||
|
Description
Florian
2012-11-30 15:59:20 UTC
Git commit e2d74804406872872b910f46511a0cf9b26ae530 by Dag Andersen. Committed on 27/06/2017 at 12:08. Pushed by danders into branch 'master'. Plan: Assign multiple tasks to same resource FIXED_IN: 3.0.89 FEATURE M +2 -0 plan/libs/ui/CMakeLists.txt A +164 -0 plan/libs/ui/ResourceAllocationView.cpp [License: LGPL (v2+)] A +64 -0 plan/libs/ui/ResourceAllocationView.h [License: LGPL (v2+)] M +52 -45 plan/libs/ui/kpttaskeditor.cpp https://commits.kde.org/calligra/e2d74804406872872b910f46511a0cf9b26ae530 Git commit 93b30b92afcdaf05195bd0f2d32538edb8e2210b by Dag Andersen. Committed on 03/10/2017 at 13:06. Pushed by danders into branch 'master'. Plan: Add dialog to be able to edit multiple tasks at once Atm only resource allocations can be edited. M +3 -0 plan/libs/ui/CMakeLists.txt A +78 -0 plan/libs/ui/TasksEditController.cpp [License: LGPL (v2+)] C +34 -15 plan/libs/ui/TasksEditController.h [from: plan/libs/ui/kptrequestresourcespanel.h - 051% similarity] A +98 -0 plan/libs/ui/TasksEditDialog.cpp [License: LGPL (v2+)] A +74 -0 plan/libs/ui/TasksEditDialog.h [License: LGPL (v2+)] M +56 -9 plan/libs/ui/kptrequestresourcespanel.cpp M +6 -1 plan/libs/ui/kptrequestresourcespanel.h M +63 -18 plan/libs/ui/kpttaskeditor.cpp M +2 -1 plan/libs/ui/kpttaskeditor.h M +4 -4 plan/libs/ui/kptviewbase.cpp M +2 -2 plan/libs/ui/kptviewbase.h https://commits.kde.org/calligra/93b30b92afcdaf05195bd0f2d32538edb8e2210b |