Opened 13 years ago

Last modified 13 years ago

#8782 new enhancement

Possibility to disable core functions — at Version 1

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.

Change History (1)

comment:1 by skyper, 13 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.