Kexi/TODOs/Archive/Menu Actions Checklist: Difference between revisions

From KDE Community Wiki
< Kexi‎ | TODOs‎ | Archive
(Created page with ' (from Kexi 1.1.x) <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> <kpartgui name="kexi" version="164"> <MenuBar> <Menu name="file" noMerge="0"> <text>&Project</text> DON...')
 
(No difference)

Revision as of 18:49, 15 December 2010

(from Kexi 1.1.x)
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kexi" version="164">
<MenuBar>
 <Menu name="file" noMerge="0">
   <text>&Project</text>
DONE   <Action name="project_new" />
DONE   <Action name="project_open"/>
TODO 2.4   <Action name="project_download_examples"/>
TODO 2.2   <Action name="project_open_recent"/>
   <Separator />
DONE - MOVED LOCALLY  <Action name="project_save"/>
TODO 2.3 - should only work for file databases and close the db before saving-as   <Action name="project_saveas"/>
   <Separator />
   <Menu name="project_import">
     <text>&Import</text>
TODO 2.2     <Action name="project_import_data_table" />
TODO 2.4     <Action name="project_import_objects" />
   </Menu>
   <Menu name="project_export">
     <text>&Export</text>
TODO 2.2     <Action name="project_export_data_table" />
TODO 2.4     <Action name="project_export_objects" />
   </Menu>
   <Separator />
TODO 2.4   <Action name="project_print"/>
TODO 2.4   <Action name="project_print_preview"/>
TODO 2.4   <Action name="project_print_setup"/>
   <Separator />
TODO 2.6   <Action name="project_relations"/>
TODO 2.4   <Action name="project_properties"/>
   <Separator />
DONE   <Action name="project_close"/>
   <Separator />
DONE   <Action name="quit"/>
 </Menu>

 <Menu name="edit" noMerge="1">
   <text>&Edit</text>
DONE (moved to local bar)   <Action name="edit_undo"/>
TODO 2.3 ONLY DISPLAYED IN FORMS
DONE (moved to local bar)   <Action name="edit_redo"/>
   <MergeLocal name="edit_undo_merge"/>
   <Separator/>
DONE   <Action name="edit_cut"/>
DONE   <Action name="edit_copy"/>
DONE   <Action name="edit_paste"/>
   <Menu name="edit_copy_special">
     <text>Copy &Special</text>
TODO RENAME/MOVE     <Action name="edit_copy_special_data_table"/>
   </Menu>
   <Menu name="edit_paste_special">
     <text>Paste &Special</text>
TODO RENAME/MOVE     <Action name="edit_paste_special_data_table"/>
   </Menu>
   <MergeLocal name="edit_paste_merge"/>
   <Separator/>
DONE   <Action name="edit_find"/>
---   <Action name="edit_replace"/>
   <Separator/>
---   <Action name="edit_select_all"/> 
   <Separator/>
TODO 2.3 MOVE LOCALLY   <Action name="edit_delete"/>
DONE   <Action name="edit_delete_row"/>
TODO 2.3 MOVE LOCALLY   <ActionList name="edit_clear_table"/>
TODO 2.3 MOVE LOCALLY   <ActionList name="edit_insert_empty_row"/>
   <Merge/>
 </Menu>
 
 <Menu name="view" noMerge="1">
   <text>&View</text>
DONE - MOVED LOCALLY   <Action name="view_data_mode" type="toggle" />
DONE - MOVED LOCALLY   <Action name="view_design_mode" type="toggle" />
DONE - MOVED LOCALLY   <Action name="view_text_mode" type="toggle" />
   <Separator/>
---    <Action name="view_navigator"/>
---    <Action name="view_mainarea"/>
---    <Action name="view_propeditor"/>
   <Separator/>
   <MergeLocal/>
 </Menu>

 <Menu name="insert" noMerge="1">
   <text>&Insert</text>
 </Menu>

 <Menu name="format" noMerge="0">
   <text>&Format</text>
   <Action name="format_font"/>
   <Separator/>
   <MergeLocal/>
 </Menu>

 <Menu name="data" noMerge="1">
   <text>&Data</text>
 DONE - MOVED LOCALLY  <Action name="data_save_row"/>
 DONE - MOVED LOCALLY  <Action name="data_cancel_row_changes"/>
   <Menu name="data_sort">
     <text>Sort</text>
 DONE - MOVED LOCALLY    <Action name="data_sort_az"/>
 DONE - MOVED LOCALLY    <Action name="data_sort_za"/>
   </Menu>
 DONE - MOVED LOCALLY  <Action name="data_execute"/>
 </Menu>

 <Menu name="tools" noMerge="0">
   <text>&Tools</text>
 DONE  <Action name="tools_import_project"/>
 DONE  <Action name="tools_compact_database"/>
 TODO 2.6 <Action name="tools_scripts"/>
   <MergeLocal/>
 </Menu>

 <Menu name="window" noMerge="0">
   <text>&Window</text>
   <MergeLocal/>
 </Menu>
 
 <Menu name="settings" noMerge="1">
   <text>&Settings</text>
 TODO 2.4 - SHOW/HIDE TABBED TOOLBAR <Action name="options_show_menubar"/>
 ---  <Action name="options_show_toolbar"/>
   <Merge name="StandardToolBarMenuHandler"/>
   <Merge name="KMDIViewActions"/>
   <MergeLocal name="show_toolbar_merge"/>
   <Action name="options_show_statusbar"/>
 TODO 2.4  <MergeLocal name="show_merge"/>
   <Separator/>
   <Separator/>
 DONE  <Action name="options_configure_keybinding"/>
 TODO 2.6 configure tabbed toolbar  <Action name="options_configure_toolbars"/>
 TODO 2.6  <Action name="options_configure"/>
 </Menu>
 
 <Menu name="help">
   <text>&Help</text>
 ---  <Action name="help_show_important_info" noMerge="0"/>
 TODO 2.7  <Action name="help_start_feedback_agent" noMerge="0"/>
 </Menu>
</MenuBar>

[toolbars part removed]

</kpartgui>