Warning, /system/ksystemlog/src/ksystemlogui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
0003 <gui name="ksystemlog" version="7">
0004   
0005   <MenuBar>
0006     
0007     <Menu name="file">
0008       <Action name="send_mail" />
0009       <Action name="log_message" />
0010     </Menu>
0011     
0012     <Menu name="edit">
0013       <text>&amp;Edit</text>
0014       <Action name="reload" />
0015       <!--
0016       <Separator/>
0017       <Action name="expand_all" />
0018       <Action name="collapse_all" />
0019       -->
0020       <Separator/>
0021       <Action name="copy" />
0022       <Separator/>
0023       <Action name="find" />
0024       <Action name="find_next" />
0025       <Separator/>
0026       <Action name="group_by" />
0027       <Action name="details" />
0028     </Menu>
0029     
0030     <Menu name="logs">
0031       <text>Logs</text>
0032       <ActionList name="log_mode_list" />
0033     </Menu>
0034     
0035     <Menu name="window">
0036       <text>&amp;Window</text>
0037       <Action name="new_tab" />
0038       <Action name="duplicate_tab" />
0039       <Action name="close_tab" />
0040       <Separator/>
0041       <Action name="move_tab_left" />
0042       <Action name="move_tab_right" />
0043     </Menu>
0044     
0045     <Menu name="settings">
0046       <Action name="show_quick_filter" />
0047       <Separator />
0048     </Menu>
0049     
0050   </MenuBar>
0051   
0052   <ToolBar name="logToolBar" position="top" iconText="textundericon" noMerge="1" >
0053     <text>Logs Toolbar</text>
0054     <Action name="systemLogMode" />
0055     <Action name="kernelLogMode" />
0056     <Action name="authenticationLogMode" />
0057     <Action name="daemonLogMode" />
0058     <Action name="xorgLogMode" />
0059     <Action name="journaldLogMode" />
0060     <Action name="auditLogMode" />
0061   </ToolBar>
0062   
0063   <ToolBar name="mainToolBar" position="top" iconText="textundericon" noMerge="1" >
0064     <text>Main Toolbar</text>
0065     <Action name="resume_pause_parsing" />
0066     <Action name="reload" />
0067     <Action name="abort" />
0068     <Separator/>
0069     <Action name="details" />
0070     <Separator/>
0071     <Action name="group_by" />
0072   </ToolBar>
0073   
0074 </gui>