diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /karm/karmui.rc | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'karm/karmui.rc')
-rw-r--r-- | karm/karmui.rc | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/karm/karmui.rc b/karm/karmui.rc new file mode 100644 index 000000000..77818aeb9 --- /dev/null +++ b/karm/karmui.rc @@ -0,0 +1,82 @@ +<!DOCTYPE kpartgui ><kpartgui name="karm" version="5" > +<MenuBar> + <Menu name="file" > + <text>&File</text> + <Action name="start_new_session" /> + <Action name="reset_all_times" /> + <Separator /> + <Menu name="importexport"> + <text>&Import/Export</text> + <Action name="import_flatfile" /> + <Action name="import_planner" /> + <Action name="export_csvfile" /> + <Action name="export_csvhistory" /> + </Menu> + <Action name="clip_totals" /> + <Action name="clip_history" /> + </Menu> + <Menu name="clock" > + <text>&Clock</text> + <Action name="start" /> + <Action name="stop" /> + <Action name="stopAll" /> + </Menu> + <Menu name="task" > + <text>&Task</text> + <Action name="new_task" /> + <Action name="new_sub_task" /> + <Action name="delete_task" /> + <Action name="edit_task" /> +<!-- <Action name="add_comment_to_task" /> --> + <Separator /> + <Action name="mark_as_complete" /> + <Action name="mark_as_incomplete" /> + </Menu> + <Menu name="settings" > + <text>&Settings</text> + <Action name="configure_karm" /> + </Menu> +</MenuBar> +<ToolBar alreadyVisited="1" position="Top" iconText="IconOnly" noMerge="1" name="mainToolBar" > + <text>Main Toolbar</text> + <Action name="start" /> + <Action name="stop" /> + <Action name="new_task" /> + <Action name="new_sub_task" /> + <Action name="delete_task" /> + <Action name="edit_task" /> +<!-- <Action name="add_comment_to_task" /> --> +</ToolBar> +<Menu name="task_popup"> + <Action name="start" /> + <Action name="stop" /> + <Action name="stopAll" /> + <Separator /> + <Action name="new_task" /> + <Action name="new_sub_task" /> + <Action name="delete_task" /> + <Action name="edit_task" /> +<!-- <Action name="add_comment_to_task" /> --> + <Separator /> + <Action name="mark_as_complete" /> + <Action name="mark_as_incomplete" /> + <Separator /> + <Action name="clip_totals" /> + <Action name="clip_history" /> + <Action name="clip_session" /> +</Menu> + +<State name="readonly"> + <Disable> + <Action name="file_save" /> + <Action name="new_task" /> + <Action name="new_sub_task" /> + <Action name="delete_task" /> + <Action name="edit_task" /> + <Action name="mark_as_complete" /> + <Action name="start_new_session" /> + <Action name="reset_all_times" /> +<!-- <Action name="add_comment_to_task" /> --> + </Disable> +</State> +</kpartgui> |