GNOME Bugzilla – Bug 320080
Add Ability To Double Click On Page Number When Importing PDF Documents
Last modified: 2008-01-15 14:04:51 UTC
I ran a search and it appears no one has mentioned this. The PDF Import feature works great in 2.3. When you open the file, a dialog opens and displays in the UI the individual pages contained in the document. The UI right now requires that you mark a page first and then click the [Import] It would be nice to be able to just double-click the page number in the dialog and have it load that individual page. I understand there are settings that one might want to click on that page, but usually they are fine and not something you want to change. Thanks for consideration. Other information:
I am not sure if this good idea. There's nothing that would suggest that the plug-in would be executed if the user double-clicks a page. Also, what's supposed to happen if there are multiple pages selected and the user double-clicks?
I appreciate your comment. The first time that I saw the UI and tried to import, I double clicked there and expected it to open. Maybe I'm in the minority. :) If someone control clicks multiple-pages and double clicks I would anticipate they do the same thing as if you mark multiple pages and then click [Import].
Let's see how this works then. Having a sigal to connect to definitely doesn't hurt... 2005-10-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppageselector.[ch]: added new signal "activate" and emit it if the user activates an item in the icon view. * plug-ins/common/poppler.c * plug-ins/common/postscript.c: activate the dialog if the page selector emits "activate" as suggested in bug #320080.