Ticket #30 (new task)

Opened 2 years ago

Last modified 2 years ago

GtkUIManager TODO

Reported by: kickback Assigned to: kickback
Priority: high Milestone: sweep1.0
Component: sweep Version:
Severity: normal Keywords:
Cc:

Description

before i forget. a short list of things to take care of WRT the switch to GtkUIManager.

ensure pngs are installed (EXTRA_DIST) remove xpms where necessary. remove redundant "refresh" callbacks for toggle options. rework icons in different sizes as the automatic scaling is ugly. convert the transport toolbar to GtkUIManager and rework icon sizes to get a consistent look. (automatic scaling to the fixed icon size causes problems as the images are all different sizes and get distorted)

attach menus to right click and menu button. don't take three years doing it :)

Change History

06/14/06 16:08:45 changed by kickback

GtkUIManager is a solution for generic toolbars and menus but the transport bar is not generic. (different sized icons, buttons and spacing)

perhaps the only way around that other than dropping that detail is to insert some hacks to fixup the widgets after their automatic generation. it's probably worth it though just to have the consistent toggle and accel behavior.