You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.6 KiB

  1. For accessing the timeline view, you have to click on the button with the clock
  2. icon in the view switcher. The first time you access to it, the timeline window
  3. is zoomed to fit all the current elements, the same as when you perform a
  4. search, filter or group by operation.
  5. You can use the mouse scroll to zoom in or out in the timeline, and click on
  6. any free area and drag for panning the view in that direction.
  7. The records of your model will be shown as rectangles whose widths are the
  8. duration of the event according our definition. You can select them clicking
  9. on this rectangle. You can also use Ctrl or Shift keys for adding discrete
  10. or range selections. Selected records are hightlighted with a different color
  11. (but the difference will be more noticeable depending on the background color).
  12. Once selected, you can drag and move the selected records across the timeline.
  13. When a record is selected, a red cross button appears on the upper left corner
  14. that allows to remove that record. This doesn't work for multiple records
  15. although they were selected.
  16. Records are grouped in different blocks depending on the group by criteria
  17. selected (if none is specified, then the default group by is applied).
  18. Dragging a record from one block to another change the corresponding field to
  19. the value that represents the block. You can also click on the group name to
  20. edit the involved record directly.
  21. Double-click on the record to edit it. Double-click in open area to create a
  22. new record with the group and start date linked to the area you clicked in.
  23. By holding the Ctrl key and dragging left to right, you can create a new record
  24. with the dragged start and end date.