mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Columns - mask, imask, parent
- Implemented column objects for the mask, imask and parent attributes. Why not.
This commit is contained in:
parent
cdda791c84
commit
6140f4af9d
9 changed files with 424 additions and 8 deletions
|
@ -13,6 +13,9 @@ set (columns_SRCS Column.cpp Column.h
|
|||
ColEnd.cpp ColEnd.h
|
||||
ColEntry.cpp ColEntry.h
|
||||
ColID.cpp ColID.h
|
||||
ColIMask.cpp ColIMask.h
|
||||
ColMask.cpp ColMask.h
|
||||
ColParent.cpp ColParent.h
|
||||
ColPriority.cpp ColPriority.h
|
||||
ColProject.cpp ColProject.h
|
||||
ColRecur.cpp ColRecur.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue