[okular] [Bug 405709] [Feature request] Printing to PDF - remember last used location

2023-01-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405709

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #4 from Nate Graham  ---
The dialog belongs to Qt and unfortunately any changes need to be made there.
Feel free to report this at https://bugreports.qt.io.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 405709] [Feature request] Printing to PDF - remember last used location

2019-12-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405709

ikidd3...@gmail.com changed:

   What|Removed |Added

 CC||ikidd3...@gmail.com

--- Comment #3 from ikidd3...@gmail.com ---
As above, though I would prefer if it just kept the last save location
permanently, but I'd be happy with per-session even.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 405709] [Feature request] Printing to PDF - remember last used location

2019-04-26 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=405709

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 405709] [Feature request] Printing to PDF - remember last used location

2019-03-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405709

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 405709] [Feature request] Printing to PDF - remember last used location

2019-03-21 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=405709

Michael Weghorn  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de

--- Comment #2 from Michael Weghorn  ---
(In reply to Ovidiu-Florin BOGDAN from comment #0)
> OBSERVED RESULT
> The proposed location is always the location of the original file.
That's not exactly what I get. The suggested path in my case is the working
directory + a filename appended (based on the document that is open), which is
not necessarily the same location as that of the currently open file.

At a quick glance, it looks to me like the current handling is implemented in
the Qt print dialog, more precisely the 'QUnixPrintWidget::QUnixPrintWidget'
constructor, s.
https://code.qt.io/cgit/qt/qtbase.git/tree/src/printsupport/dialogs/qprintdialog_unix.cpp#n1412
.

(In reply to Ovidiu-Florin BOGDAN from comment #1)
> Also it would be useful to remember the last printer used. It always
> presents the default printer.
I'm quite sure this is also what the Qt print dialog does, nothing
Okular-specific.


Kate e.g., which also uses the Qt print dialog, behaves the same way in my
case.

Calling QPrinter::setOutputFileName should probably make the above code take up
the path set this way (though I didn't have any closer look), but I'm unsure
whether it makes sense to do this specifically just for Okular (and what else
would have to be taken into account).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 405709] [Feature request] Printing to PDF - remember last used location

2019-03-21 Thread Ovidiu-Florin BOGDAN
https://bugs.kde.org/show_bug.cgi?id=405709

--- Comment #1 from Ovidiu-Florin BOGDAN  ---
Also it would be useful to remember the last printer used. It always presents
the default printer.

-- 
You are receiving this mail because:
You are the assignee for the bug.