GNOME Bugzilla – Bug 671377
[Patch] Add keybindings for going to first/next/previous slide
Last modified: 2018-08-17 19:56:50 UTC
Created attachment 209005 [details] [review] This is the diff file with changes. So basically, this patch allows you to: Go to back to first slide when ['H','h'] and Home key pressed. And moving to next/previous slide with left/right click. (Very needed with a presentation remote)
When testing this patch, whenever I use H/h/Home to go to the first slide, I get warnings like this: (pinpoint:16473): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed (pinpoint:16473): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed I am attaching a patch to the fix the whitespace issues I commented on the review and another to silence these warnings.
Created attachment 210012 [details] [review] whitespace fixes
Created attachment 210013 [details] [review] skip play/pause logic when there is no speaker screen
commit 577ed9bc62b65cf7a16413433cd36d07475ae89f Refs: 0.1.4-9-g577ed9b Author: Vladimír Kincl <kincl.vlada@gmail.com> AuthorDate: Sat Mar 17 15:20:20 2012 -0300 Commit: Antonio Terceiro <terceiro@softwarelivre.org> CommitDate: Sat Mar 17 20:47:38 2012 -0300 Extra keyboard and mouse bindings H/h/Home: first slide, mouse clicks: next/previous Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org> https://bugzilla.gnome.org/show_bug.cgi?id=671377 commit ba1e395fb1f95e82b8a45374390cf42403064497 Refs: 0.1.4-11-gba1e395 Author: Antonio Terceiro <terceiro@softwarelivre.org> AuthorDate: Sat Mar 17 16:39:41 2012 -0300 Commit: Antonio Terceiro <terceiro@softwarelivre.org> CommitDate: Sat Mar 17 20:47:42 2012 -0300 Skip play/pause logic without a speaker screen
pinpoint is not under active development anymore since 2015. Its codebase has been archived: https://gitlab.gnome.org/Archive/pinpoint/commits/master Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.