Ticket #111 (closed enhancement: fixed)

Opened 6 months ago

Last modified 6 months ago

Selections in browse mode

Reported by: glen.low@… Owned by:
Priority: low: annoyance, enhancement Milestone: 1.6 ipad release
Version: 1.5 Keywords:
Cc:

Description

Selections should be possible in browse mode.

The Browse/Edit switch should simply be the Scroll/Sketch switch, so that the essential functionality in either mode is the same, except that in Scroll mode, dragging causes scrolling and in Sketch mode, dragging causes sketching. Less mental state for the user to carry around about the difference in modes.

Change History

Changed 6 months ago by glenlow

  • status changed from new to closed
  • resolution set to fixed

(In [191]) Fixed new nodes created to the upper left of graph not reachable (drawing board now allows negative origin coordinates, fix #110). Selections are now work in browse mode (fix #111).

GKGraph creation is now autoreleased.

Draw classes now integrate in-place updating, layer creation and management, instead in GKDrawAdditions categories. Text layers now cache displayed content until memory warning.

Main views and their controllers now communicate with delegates instead of notifications. Graph view now integrates autoscroll control, selection and tracing, instead of a separate select view. Better MVC separation: graph view controller now updates graph when notified, instead of graph view doing updates directly; graph view now responsible for resizing to enclosing scroll view, instead of graph view controller.

Note: See TracTickets for help on using tickets.