From 394367b5ad4ac81fbefa53b241c49f438fc54b4e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 1 Dec 2014 22:31:55 +0100 Subject: Hook Save back up --- src/colloquium.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 97 insertions(+), 5 deletions(-) (limited to 'src/colloquium.c') diff --git a/src/colloquium.c b/src/colloquium.c index e3ee61f..588aea8 100644 --- a/src/colloquium.c +++ b/src/colloquium.c @@ -102,7 +102,6 @@ GActionEntry app_entries[] = { { "new", new_sig, NULL, NULL, NULL }, { "about", about_sig, NULL, NULL, NULL }, { "quit", quit_sig, NULL, NULL, NULL }, - }; @@ -148,14 +147,21 @@ static void colloquium_startup(GApplication *app) " app.new" " <Primary>n" " " + " " + " _Open" + " app.open" + " <Primary>o" + " " + " " + " Preferences..." + " app.prefs" + " " " " "
" " " " _About" " app.about" " " - "
" - "
" " " " _Quit" " app.quit" @@ -170,12 +176,98 @@ static void colloquium_startup(GApplication *app) "
" " " " _Save" - " file.save" + " win.save" " <Primary>s" " " " " + " Save As..." + " win.saveas" + " " + "
" + "
" + " " + " Load stylesheet" + " win.loadstyle" + " " + " " + " Save stylesheet" + " win.savestyle" + " " + " " " Export PDF" - " file.exportpdf" + " win.exportpdf" + " " + "
" + " " + + " " + " Edit" + "
" + " " + " Undo" + " win.undo" + " " + " " + " Redo" + " win.redo" + " " + "
" + "
" + " " + " Cut" + " win.cut" + " " + " " + " Copy" + " win.copy" + " " + " " + " Paste" + " win.paste" + " " + "
" + "
" + " " + " Delete frame" + " win.deleteframe" + " " + "
" + "
" + " " + " Slide sorter..." + " win.slidesorter" + " " + " " + " Edit stylesheet..." + " win.stylesheet" + " " + "
" + "
" + + " " + " Insert" + "
" + " " + " Slide" + " win.slide" + " " + "
" + "
" + + " " + " Tools" + "
" + " " + " Start slideshow" + " win.startslideshow" + " " + " " + " Slide notes..." + " win.notes" + " " + " " + " Presentation clock..." + " win.clock" " " "
" "
" -- cgit v1.2.3