Commit Graph

334 Commits (c82903f8abef627243912635413d7529b9352153)
 

Author SHA1 Message Date
Temuri Doghonadze c82903f8ab Translated using Weblate (Georgian)
Currently translated at 100.0% (11 of 11 strings)

Translation: applications/gwenview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ka/
4 months ago
Michele Calgaro ae2d007edf
Remove unnecessary code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Slávek Banko 39a9f61007
Fix FTBFS coming from issue #41.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 months ago
TDE Weblate e6b158850e Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/gwenview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/
4 months ago
Mavridis Philippe adf40f9689
External tools: replace gimp-remote with gimp
The gimp-remote tool has been deprecated since 2008.
See https://www.gimp.org/man/gimp-remote.html

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
5 months ago
Roman Savochenko c01cc99fa0 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (11 of 11 strings)

Translation: applications/gwenview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/uk/
5 months ago
Michele Calgaro f73d02b6a7 Translated using Weblate (Italian)
Currently translated at 100.0% (11 of 11 strings)

Translation: applications/gwenview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/it/
5 months ago
Michele Calgaro 80b9fc1ae9
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro 30d0f7270f
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Michele Calgaro 370ffe5c2b
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro d51c6eed79
Fix FTBFS on OMV. This resolves issue #38
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Alex Kent Hajnal 9cb3d5b8ca
Advertise WebP read support via .desktop files
This resolves issue #1

Signed-off-by: Alex Kent Hajnal <software@alephnull.net>
9 months ago
Michele Calgaro 504805a3c3
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Andrei Stepanov b6f5bb633c Translated using Weblate (Russian)
Currently translated at 100.0% (11 of 11 strings)

Translation: applications/gwenview - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/
9 months ago
Slávek Banko 04a942da27
Added the target folder for desktop files translation template
so that it is not inadvertently generated into a gwenview-i18n module.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 months ago
Slávek Banko cc90a7a06b
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 months ago
Michele Calgaro 13ff311d52
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro 583e70ed73
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
TDE Gitea ab1903d64a Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 10 months ago
Ray-V 7183742f16
Fix pthread required. This relates to PR #35.
Signed-off-by: Ray-V <ray-v@inbox.lv>
11 months ago
Michele Calgaro 6d6d0adfe0
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro 90c486fe47
Fix cmake conversion for ix86 archs
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro bc9bda10c9
Conversion to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Alexander Golubev a8bf4dbf8a fix an incorrect condition in ImageViewController::eventFilter()
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
12 months ago
Alexander Golubev 430301a436 Suppress several warnings
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
12 months ago
Michele Calgaro 686ac45321
Drop dummy development test for vertical tab widget
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro 9935f1401c
Add program pixmap from tde-packaging's debian folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro 7c86018703
Move gvdirpart icons under main icons folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro 6af814bc02
Restructure src/pics into icons folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro 683e8f297c
Removed unused files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro 2f5a9e8ee0
Restructure doc/man folders
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Alexander Golubev 967c505233 Fix a crash when loading a PPMRAW image
The crash is caused by the fact that TQImageIO::imageFormat() may return
some values not present in neighter KImageIO::types(KImageIO::Reading)
nor in TQImage::inputFormatList(), e.g. different flavours of ppm like
PPMRAW. Besides that it's possible theat TQt could support other formats
unknown to TDE.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev eed7134d32 Update FileThumbnailView's grid upon finishing loading thumbnails
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev 486b7ac573 src/gvcore/filethumbnailview: replace NULL -> nullptr
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev f4878aa42e configimagelistpage: add whatsthis messages and keyboard accelerators
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev 13d26b5984 Make metadata loading optional
See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev 985d8126df Use image dimmentions from metadata as a fallback
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev 53ce37eeca Avoid sorting items and creating thumbnails when loading metadata
Otherwice it has a big performance impact: it causes lots of
thumbnail reloads and resorts of FileThumbnailView.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev 79826b760f Some refactoring of FileThumbnailViewItem::updateLines()
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev 5c1e2e423c Keep an item in browse mode selected when switchng views
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev d4548234b9 Various small improvements
- fix some warnings about struct/class deslaration/definition mismatch
- fix incorrect assert in jpegcontent.cpp
- add a note
- null a pointer after deleting a job

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev 8c522cac34 Load file metadata asynchronously
Synchronous load of metadata resulted in big delays when opening a
directory with substantial amount of files.

Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Alexander Golubev 6ca60fdaa3 avoid waiting for dir cache when opening a file
At least this will eliminate the most annoying part of the bug there the
file won't be displayed till the dir cache is completely loaded.

Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
1 year ago
Michele Calgaro 32098c8e56
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea b8df349107 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
TDE Gitea c8f2e5991e Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Michele Calgaro 5ba11a31cb
Replace auto_ptr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea 4007259957 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Michele Calgaro 97ea83f8b2
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 831670cd1a
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago