Modify

Opened 11 years ago

Last modified 11 years ago

#8782 new enhancement

Possibility to disable core functions

Reported by: skyper Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: disable core function Cc:

Description (last modified by skyper)

comment:23 on #7328 by akks:

By the way, disabling core actions, mapmodes, or toggle dialogs can be implemented easily. No one ever asked to do it) Do you think it can help to work on slow machines?

All we need to do is to add "if" to their initialization lines:

        addMapMode(new IconToggleButton(new ExtrudeAction(this), true));
        addMapMode(new IconToggleButton(new ImproveWayAccuracyAction(Main.map), true));
...
        addToggleDialog(filterDialog = new FilterDialog());
        addToggleDialog(new ChangesetDialog(this), true);
        addToggleDialog(new MapPaintDialog());

and make proper configurator.

Think this could help not only on slower machines and also to make a customized version.

There is also #4614.

Attachments (0)

Change History (2)

comment:1 by skyper, 11 years ago

Description: modified (diff)

comment:2 by skyper, 11 years ago

Type: defectenhancement

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain team.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from team to the specified user.
Next status will be 'needinfo'. The owner will be changed from team to skyper.
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from team to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.