Michele Calgaro
30d0f7270f
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro
370ffe5c2b
Replace kdemacros.h with tdemacros.h
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro
d51c6eed79
Fix FTBFS on OMV. This resolves issue #38
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 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>
6 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>
6 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/
6 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>
6 months ago
Slávek Banko
cc90a7a06b
Added translation of .desktop files.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 months ago
Michele Calgaro
13ff311d52
Drop autotools support
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
583e70ed73
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
TDE Gitea
ab1903d64a
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
7 months ago
Ray-V
7183742f16
Fix pthread required. This relates to PR #35 .
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
8 months ago
Michele Calgaro
6d6d0adfe0
Use centralized cmake version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro
90c486fe47
Fix cmake conversion for ix86 archs
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
bc9bda10c9
Conversion to cmake building system
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Alexander Golubev
a8bf4dbf8a
fix an incorrect condition in ImageViewController::eventFilter()
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months ago
Alexander Golubev
430301a436
Suppress several warnings
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months ago
Michele Calgaro
686ac45321
Drop dummy development test for vertical tab widget
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
9935f1401c
Add program pixmap from tde-packaging's debian folder
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
7c86018703
Move gvdirpart icons under main icons folder
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
6af814bc02
Restructure src/pics into icons folder
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
683e8f297c
Removed unused files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
2f5a9e8ee0
Restructure doc/man folders
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 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>
9 months ago
Alexander Golubev
eed7134d32
Update FileThumbnailView's grid upon finishing loading thumbnails
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months ago
Alexander Golubev
486b7ac573
src/gvcore/filethumbnailview: replace NULL -> nullptr
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months ago
Alexander Golubev
f4878aa42e
configimagelistpage: add whatsthis messages and keyboard accelerators
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months 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>
9 months ago
Alexander Golubev
985d8126df
Use image dimmentions from metadata as a fallback
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months 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>
9 months ago
Alexander Golubev
79826b760f
Some refactoring of FileThumbnailViewItem::updateLines()
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months ago
Alexander Golubev
5c1e2e423c
Keep an item in browse mode selected when switchng views
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
9 months 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>
9 months 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>
9 months 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>
9 months ago
Michele Calgaro
32098c8e56
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
TDE Gitea
b8df349107
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
9 months ago
TDE Gitea
c8f2e5991e
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
10 months ago
Michele Calgaro
5ba11a31cb
Replace auto_ptr
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
TDE Gitea
4007259957
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
11 months ago
Michele Calgaro
97ea83f8b2
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
831670cd1a
Replaced various '#define' with actual strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
9e6e0ff97a
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
26d900d083
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
357bdcb472
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
81b7540559
Replaced various '#define' with actual strings - part 2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
9819dffc57
Replace various strings '#define'd in tqtinterface
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea
18883292a5
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago
Slávek Banko
400a308970
Raise the minimum required version of CMake to 3.5.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
TDE Gitea
8eeaa59623
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago