Opened 13 years ago

Last modified 13 years ago

#8782 new enhancement

Possibility to disable core functions — at Initial Version

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

Description

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 only slower machines and also make a customized version.

There is also #4614

Change History (0)

Note: See TracTickets for help on using tickets.