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
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
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
90c486fe47
Fix cmake conversion for ix86 archs
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro
bc9bda10c9
Conversion to cmake building system
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Alexander Golubev
a8bf4dbf8a
fix an incorrect condition in ImageViewController::eventFilter()
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
8 months ago
Alexander Golubev
430301a436
Suppress several warnings
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
8 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
Michele Calgaro
5ba11a31cb
Replace auto_ptr
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 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>
11 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>
12 months ago
Michele Calgaro
81b7540559
Replaced various '#define' with actual strings - part 2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
9819dffc57
Replace various strings '#define'd in tqtinterface
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
858a782334
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
bf65e56e9e
Fix FTBFS when using libexiv2 0.28.0. This resolves issue #7 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
d90ca2cd75
Remove unused code related to very old versions of libexiv2 (prior to 2011)
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
ad5ba758d5
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
eef3d8d98f
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
d1b610d43e
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
f5f3eb33f5
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
8e3443dab4
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
c4fbf434da
Remove unnecessary accelerator from .ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
8abdc95586
Replaced 'includehints' with 'includes' in *.ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
e17465f66b
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
d1640684e6
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago