[okular] [Bug 419096] Feature: When opening a file, have the option for okular to redirect to an already open document rather than open another instance

2020-04-25 Thread br_shadow
https://bugs.kde.org/show_bug.cgi?id=419096

--- Comment #5 from br_shadow  ---
Thank you so much.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 419096] Feature: When opening a file, have the option for okular to redirect to an already open document rather than open another instance

2020-04-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=419096

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||1.11.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 419096] Feature: When opening a file, have the option for okular to redirect to an already open document rather than open another instance

2020-04-23 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=419096

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||okular/commit/d735d50cdea61
   ||cefc2413637ca164d0b33221eaa
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Albert Astals Cid  ---
Git commit d735d50cdea61cefc2413637ca164d0b33221eaa by Albert Astals Cid, on
behalf of Andi Sardina Ramos.
Committed on 23/04/2020 at 07:39.
Pushed by aacid into branch 'master'.

Give the option of switching to a tab if the file is already open instead of
opening a new tab

Disabled by default

M  +36   -0autotests/mainshelltest.cpp
M  +5-7conf/dlggeneral.cpp
M  +0-3conf/dlggeneral.h
M  +31   -33   conf/dlggeneralbase.ui
M  +3-0conf/okular.kcfg
M  +1-1interfaces/viewerinterface.h
M  +5-0part.cpp
M  +1-0part.h
M  +28   -2shell/shell.cpp
M  +2-1shell/shell.h

https://invent.kde.org/kde/okular/commit/d735d50cdea61cefc2413637ca164d0b33221eaa

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 419096] Feature: When opening a file, have the option for okular to redirect to an already open document rather than open another instance

2020-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=419096

--- Comment #3 from Nate Graham  ---
Thanks, that makes sense. I wonder if a real split view feature would be an
ultimately more appropriate solution though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 419096] Feature: When opening a file, have the option for okular to redirect to an already open document rather than open another instance

2020-04-15 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=419096

--- Comment #2 from David Hurka  ---
There are use cases, which are partially based on the lack of split view (Bug
169847)

Imagine any long datasheet, where page 27 references some table cells on page
125. Or an instruction set summary, where branch conditions are explained on
page 123 and the instruction of interest is on page 17562. You can’t scroll
back and forth in such cases.

Imagine that you review a slide show, which gives contrary information on slide
25 and slide 60, which is referenced at slide 81. So you need two instances to
compare slide 25 and slide 60 side by side, and one instance to make
annotations on slide 81.

Imagine that you heavily annotate a document, and suddenly you want to see how
it looked without the annotations.

Imagine that you open a remote document, which is created on-the-fly, and
changes with every reload.

Even Kate, which was used as example for other applications switching instance
instead of opening a document twice, can open the same document in multiple
windows, although it has split view.

BTW: The merge request for this is here:
https://invent.kde.org/kde/okular/-/merge_requests/148

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 419096] Feature: When opening a file, have the option for okular to redirect to an already open document rather than open another instance

2020-04-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=419096

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
This should probably just be the default behavior. What's the use case for
opening two instances of the same document in the same app?

-- 
You are receiving this mail because:
You are watching all bug changes.