mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-04 12:28:35 +02:00
Custom Reports
- Integrated new View in place of Table for all custom reports. - Implemented legacy field mapping for columns and sort fields. - Implemented rc.indent.report. - Implemented rc.row.padding. - Implemented rc.column.padding. - Implemented rc.color.label. - Modified default rc.indent.annotation from 1 to 2. - Implemented urgency value caching. - Implemented View truncation by line and row. - Columns now know which report thy belong to, so they can use the rc.report.<report>.dateformat override. - Assorted bugs remain.
This commit is contained in:
parent
67a43d6099
commit
041bcfdf21
18 changed files with 346 additions and 798 deletions
|
@ -634,10 +634,9 @@ int handleInfo (std::string& outs)
|
|||
}
|
||||
|
||||
// Task::urgency
|
||||
// TODO Enable this later. This was for testing.
|
||||
//row = table.addRow ();
|
||||
//table.addCell (row, 0, "Urgency");
|
||||
//table.addCell (row, 1, task->urgency ());
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 0, "Urgency");
|
||||
table.addCell (row, 1, task->urgency ());
|
||||
|
||||
// Create a second table, containing undo log change details.
|
||||
Table journal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue