Commit Graph

683 Commits (master)
 

Author SHA1 Message Date
TDE Gitea a20c847207 Reset submodule main/core/tdegraphics/admin to latest HEAD 7 hours ago
TDE Gitea a542fbe2fe Reset submodule main/core/tdegraphics/admin to latest HEAD 3 weeks ago
Michele Calgaro 879183627d
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 weeks ago
LupusRubrum 1a070abfe0 Changes KDE logos on resize.png, scale.png, and smooth_scale.png to Trinity ones
Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com>
4 weeks ago
Michele Calgaro 2ce559458e
kpdf: fix crash when requested to shutdown from the session manager or dcop. This resolves issue #139
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 weeks ago
Michele Calgaro 52b719af66
kpdf: fix crash when starting in fullscreen mode. Also remember
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>
4 weeks ago
Alexander Golubev 2f927acd56 ksnapshot: declare text/uri-list format when drag&dropping
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>
1 month ago
Alexander Golubev 7583327200 ksnapshot: minor whitespace fixups
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 month ago
Slávek Banko 7de16ecd1e
Add support for Poppler >= 25.10.
Fix confusing formatting in DocumentData::addTocChildren.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 months ago
Michele Calgaro c85b7b5ed7
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Philippe Mavridis 06b07d281d
KPDF: Fix fullscreen crash due to uninitialized pointer
This fixes #132.

Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
5 months ago
Michele Calgaro 1a3ed14059
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Alejo Fernández f18e2e4773 Translated using Weblate (Spanish (Argentina))
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/
8 months ago
Michele Calgaro 8988b11a11
kpdf: fix SEGV described in issue #127.
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>
8 months ago
Michele Calgaro 263c6c90d2
kolourpaint: use smooth resize as default selection at start
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Mavridis Philippe 65c9ed251d
KPDF Shell: fix printing action
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
9 months ago
Slávek Banko cd725c4302 Translated using Weblate (Czech)
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/
9 months ago
Slávek Banko 57f8706add Translated using Weblate (Czech)
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/
9 months ago
Slávek Banko f5bd1fe506 Translated using Weblate (Czech)
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/
9 months ago
Slávek Banko 0143242da0 Translated using Weblate (Czech)
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/
9 months ago
Slávek Banko 4e0f16be84 Translated using Weblate (Czech)
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/
9 months ago
Mavridis Philippe 77ebecd92c
KPDF Shell: Instances can now be reused
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>
9 months ago
Mavridis Philippe eea9673d2a
KPDF Shell: Add option to show close button on tabs
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
9 months ago
Mavridis Philippe 982cdfa5ad
KPDF Shell: Fix bugs related to tabbing
* 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>
9 months ago
Michele Calgaro c7c1795c81
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Mavridis Philippe fe0f8cd399
KPDF Shell: add tabs
This resolves issue #116.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
9 months ago
Slávek Banko 628111fb49 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 5dce16053a Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 0e6d327e75 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko f68007cd14 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 93788731d7 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 7d3690d8f3 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko df397e62f9 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 26370d672e Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko be18b1c267 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 82d9843fb9 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko b488db4024 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 8debfbb6b8 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko b6ca158b7a Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 73308ea379 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 05c970d6a9 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 91041c30ca Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 480cd089d6 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 580a23419a Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 322b21196d Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 23617ac198 Added translation using Weblate (Spanish (Argentina)) 10 months ago
Slávek Banko 12c5f63d8a Added translation using Weblate (Spanish (Argentina)) 10 months ago
Michele Calgaro bf4670b5b8
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
TDE Gitea e4fe34d1f4 Reset submodule main/core/tdegraphics/admin to latest HEAD 11 months ago
Michele Calgaro 52bf4ce9dd
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago