After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 320080 - Add Ability To Double Click On Page Number When Importing PDF Documents
Add Ability To Double Click On Page Number When Importing PDF Documents
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.3.x
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-28 13:32 UTC by David Richards
Modified: 2008-01-15 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Richards 2005-10-28 13:32:34 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:
Comment 1 Sven Neumann 2005-10-28 14:20:21 UTC
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?
Comment 2 David Richards 2005-10-28 14:28:45 UTC
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].
Comment 3 Sven Neumann 2005-10-28 14:58:18 UTC
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.