https://bugs.kde.org/show_bug.cgi?id=412341
Dag Andersen <dand...@get2net.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/cal | |ligraplan/e971c63a7f405f86a | |ba88044ceade28f15532c9f Status|REPORTED |RESOLVED Version Fixed In| |3.1.89 --- Comment #1 from Dag Andersen <dand...@get2net.dk> --- Git commit e971c63a7f405f86aba88044ceade28f15532c9f by Dag Andersen. Committed on 03/10/2019 at 11:03. Pushed by danders into branch 'master'. Fix Bug 412341 - add option to specify dependencies manually Adds a dedicated dialog to task editor and dependency editor. Makes it possible to add predeccessors to the selected task. Typical use case: 1) Add a task 2) Open the dependency dialog 3) Add the dependency/dependencies (or just accept to connect to previous task) By default a dependency on the previous task is presented. The task dropdown list is sorted with prevoious tasks first. FIXED-IN: 3.1.89 M +3 -0 src/libs/ui/CMakeLists.txt M +4 -0 src/libs/ui/DependencyEditorUi.rc A +374 -0 src/libs/ui/RelationEditorDialog.cpp [License: LGPL (v2+)] A +116 -0 src/libs/ui/RelationEditorDialog.h [License: LGPL (v2+)] A +161 -0 src/libs/ui/RelationEditorDialog.ui M +4 -0 src/libs/ui/TaskEditorUi.rc M +27 -0 src/libs/ui/kptdependencyeditor.cpp M +2 -0 src/libs/ui/kptdependencyeditor.h M +25 -0 src/libs/ui/kpttaskeditor.cpp M +2 -0 src/libs/ui/kpttaskeditor.h https://commits.kde.org/calligraplan/e971c63a7f405f86aba88044ceade28f15532c9f -- You are receiving this mail because: You are watching all bug changes.