simpler UI for konqy
Alexander Neundorf <[email protected]> Sun, 4 Jan 2004 19:53:52 +0100
| Newsgroups | gmane.comp.kde.debian,gmane.comp.kde.devel.debian |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm about to commit a patch into cvs, which adds the ability to use different xml ui files for different konqueror profiles. David Faure already approved it :-) http://lists.kde.org/?l=kfm-devel&m=107323521905572&w=2 http://lists.kde.org/?l=kfm-devel&m=107323844008240&w=2 This gives us the chance to have a simpler UI for the webbrowsing profile and a more specialized ui for the file manager profile :-) We only need someone to create/edit the xml ui files :-) I attached my konqueror.rc and a link to a screenshot. http://www.neundorf.net/pics/modified-konqy.png Maybe this is already quite ok, at least it has a simpler toolbar. Which mailinglist is actually appropriate for this kind of emails ? Bye Alex -- Work: [email protected] - http://www.jenoptik-los.de Home: [email protected] - http://www.kde.org [email protected] - http://www.neundorf.net _______________________________________________ kde-debian mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-debian
konqueror.rc
(text/xml, 4.7 KB)
<?xml version = '1.0'?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> <gui version="43000" name="Konqueror" > <MenuBar> <Menu noMerge="1" name="file" > <text>&Location</text> <Action name="new_window" /> <Action name="duplicate_window" /> <Action name="open_location" /> <Separator/> <Action name="sendURL" /> <Action name="sendPage" /> <Separator/> <Merge/> <Action name="print" /> <DefineGroup name="print" /> <Separator/> <ActionList name="openwith" /> <Action name="quit" /> </Menu> <Menu noMerge="1" name="edit" > <text>&Edit</text> <Action name="undo" /> <Action name="cut" /> <Action name="copy" /> <Action name="paste" /> <Action name="rename" /> <Action name="trash" /> <Action name="del" /> <Action name="shred" /> <ActionList name="operations" /> <Separator/> <Action name="new_menu" /> <Separator/> <Action name="editMimeType" /> <Action name="properties" /> <WeakSeparator/> <Merge/> </Menu> <Menu noMerge="1" name="view" > <text>&View</text> <ActionList name="viewmode" /> <Action name="usehtml" /> <Action name="lock" /> <Action name="unlock" /> <Action name="link" /> <Separator/> <Action name="reload" /> <Action name="stop" /> <WeakSeparator/> <Merge/> </Menu> <Menu name="go" > <text>&Go</text> <Action name="up" /> <Action name="back" /> <Action name="forward" /> <Action name="home" /> <Separator/> <Action name="go_applications" /> <Action name="go_dirtree" /> <Action name="go_trash" /> <Action name="go_templates" /> <Action name="go_autostart" /> <Action name="go_most_often" /> <Separator/> <Action name="history" /> </Menu> <Action name="bookmarks" /> <Menu name="tools" > <text>&Tools</text> <Action name="run" /> <Action name="open_terminal" /> <Action name="findfile" /> <WeakSeparator/> <Merge/> </Menu> <Menu noMerge="1" name="settings" > <text>&Settings</text> <Action name="options_show_menubar" /> <Merge name="StandardToolBarMenuHandler" /> <Separator/> <Action name="saveViewPropertiesLocally" /> <Action name="removeLocalProperties" /> <Separator/> <Action name="saveviewprofile" /> <Action name="saveremoveviewprofile" /> <Action name="loadviewprofile" /> <Separator/> <Action name="options_configure_keybinding" /> <Action name="options_configure_toolbars" /> <Action name="options_configure" /> </Menu> <Menu append="settings_merge" name="window" > <text>&Window</text> <Action name="splitviewh" /> <Action name="splitviewv" /> <Action name="removeview" /> <Separator/> <Action name="newtab" /> <Action name="duplicatecurrenttab" /> <Action name="breakoffcurrenttab" /> <Action name="removecurrenttab" /> <Separator/> <ActionList name="toggleview" /> <Separator/> <Action name="fullscreen" /> </Menu> <Menu append="about_merge" name="help" > <text>&Help</text> <Action name="konqintro" /> </Menu> <Merge/> </MenuBar> <ToolBar newline="true" name="mainToolBar" fullWidth="true" > <text>Main Toolbar</text> <Action name="up" /> <Action name="back" /> <Action name="forward" /> <Action name="home" /> <Separator name="separator_2" /> <Action name="reload" /> <Action name="stop" /> <Separator name="separator_1" /> <Action name="cut" /> <Action name="copy" /> <Action name="paste" /> <Action name="print" /> <Separator name="separator_0" /> <WeakSeparator/> <Merge/> <ActionList name="viewmode_toolbar" /> <ActionList name="fullscreen" /> <WeakSeparator/> <Action name="animated_logo" /> </ToolBar> <ToolBar newline="false" hidden="true" index="1" name="extraToolBar" > <text>Extra Toolbar</text> <Action name="konq_sidebartng" /> <Action name="findfile" /> <Action name="splitviewv" /> <Action name="splitviewh" /> <Action name="removeview" /> <Action name="newtab" /> <Action name="removecurrenttab" /> </ToolBar> <ToolBar newline="true" noMerge="1" name="locationToolBar" fullWidth="true" > <text>Location Toolbar</text> <Action name="up" /> <Action name="back" /> <Action name="forward" /> <Action name="home" /> <Action name="reload" /> <Action name="stop" /> <Action name="konq_sidebartng" /> <Action name="clear_location" /> <Action name="location_label" /> <Action name="toolbar_url_combo" /> <Action name="go_url" /> <Action name="animated_logo" /> </ToolBar> <ToolBar newline="true" noEdit="true" iconText="icontextright" name="bookmarkToolBar" fullWidth="true" > <text>Bookmark Toolbar</text> </ToolBar> <ActionProperties> <Action accel="F6" name="new_menu" /> </ActionProperties> </gui>