| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
| |
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
|
| |
|
|
|
|
| |
This resolves issue #139
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
|
|
|
|
| |
visibility settings for the menubar and toolbar across multiple runs and
whether we exit the application in normal mode or fullscreen mode.
This resolves issue #144 and replaces PR #145.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This enables drag&dropping screenshots directly into a browser window.
As a side effect when drag&dropping into most file managers (into
konquerror in particular) this will also cause them to copy a png file
instead of asking a user in what format they would like to save the
image.
Besides that commit includes:
- Rework of handling of temporary files, in particular:
- Temporary files now try to use a friendlier names with timestamps
e.g. `snapshot-20251108-211852.png`. And fallback to use
`mkstemp()`-style suffix if the name already in use.
- When "Open with" is issued several times the temporary file will be
created only once.
- If the file was already saved by the user ksnapshot won't create an
additional temporary one for drag&drop or "Open with", but rather
use the saved one.
- "Open with" temporary files are no longer removed after the process
terminates, but are kept around until exit from ksnapshot. Removing
the files right after process termination caused failures to open
the file when they were passed to another (already running) instance
of a program instead of a new one (e.g. in gimp).
- Some refactoring for code deduplocation.
- Some helper classes.
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/135
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Fix confusing formatting in DocumentData::addTocChildren.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
|
|
| |
This fixes #132.
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
|
|
|
| |
Currently translated at 0.0% (0 of 4 strings)
Translation: tdegraphics/kcoloredit - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/es_AR/
|
| |
|
|
|
|
|
|
| |
The crash only happens when building in debug mode.
'm_showToolBarActionr' needs to be created after the 'kpdf_part' has
been created.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
| |
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
| |
|
|
|
|
|
| |
Currently translated at 100.0% (4 of 4 strings)
Translation: tdegraphics/kviewshell - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/cs/
|
| |
|
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
Translation: tdegraphics/kview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/cs/
|
| |
|
|
|
|
|
| |
Currently translated at 100.0% (2 of 2 strings)
Translation: tdegraphics/kuickshow - kuickshow.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/cs/
|
| |
|
|
|
|
|
| |
Currently translated at 100.0% (2 of 2 strings)
Translation: tdegraphics/kpdf - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/cs/
|
| |
|
|
|
|
|
| |
Currently translated at 100.0% (2 of 2 strings)
Translation: tdegraphics/kghostview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/cs/
|
| |
|
|
|
|
|
|
|
|
| |
This commit adds support for reusing existing KPDF instances to display externally opened documents in new tabs instead of new windows.
The feature depends on whether the corresponding option is checked and on whether KPDF is invoked with any URLs.
This commit adds a DCOP interface which contains tab-related methods.
Also breakoff tabs are now launched in a new instance instead of creating a new Shell widget in the same app, as this causes problems with the KPDFShellDCOPInterface. As a useful bonus, the new "--new-instance" CLI switch is now available to users and scripts.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
| |
|
|
| |
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
* Update tab caption when user opens another document
* Fix activation event setting window/tab title to full URL
* Add tooltip with full path to tabs
Resolves #119.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
|
|
| |
This resolves issue #116.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| | |
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|