Commit Graph

309 Commits (f9cd02afd1dd2fda167df0dbb3a7347b999e4517)
 

Author SHA1 Message Date
Alexander Golubev f9cd02afd1
Suppress several warnings
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 430301a436)
12 months ago
Michele Calgaro e00293c122
Drop dummy development test for vertical tab widget
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 686ac45321)
12 months ago
Michele Calgaro e99867e7cf
Add program pixmap from tde-packaging's debian folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9935f1401c)
1 year ago
Michele Calgaro 2407130af5
Move gvdirpart icons under main icons folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7c86018703)
1 year ago
Michele Calgaro 10fd80d40d
Restructure src/pics into icons folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6af814bc02)
1 year ago
Michele Calgaro c3f31d4042
Removed unused files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 683e8f297c)
1 year ago
Michele Calgaro d41529e3a5
Restructure doc/man folders
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2f5a9e8ee0)
1 year ago
Alexander Golubev ab31b74b6a
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>
(cherry picked from commit 967c505233)
1 year ago
Alexander Golubev b97fb9f1a9
Update FileThumbnailView's grid upon finishing loading thumbnails
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit eed7134d32)
1 year ago
Alexander Golubev 74da49e1fc
src/gvcore/filethumbnailview: replace NULL -> nullptr
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 486b7ac573)
1 year ago
Alexander Golubev 0729233bab
configimagelistpage: add whatsthis messages and keyboard accelerators
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f4878aa42e)
1 year ago
Alexander Golubev c42622ee63
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>
(cherry picked from commit 13d26b5984)
1 year ago
Alexander Golubev 8f266257f3
Use image dimmentions from metadata as a fallback
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 985d8126df)
1 year ago
Alexander Golubev db4080c183
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>
(cherry picked from commit 53ce37eeca)
1 year ago
Alexander Golubev a5931c83bd
Some refactoring of FileThumbnailViewItem::updateLines()
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 79826b760f)
1 year ago
Alexander Golubev d84beae42a
Keep an item in browse mode selected when switchng views
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 5c1e2e423c)
1 year ago
Alexander Golubev ad01a7f1f9
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>
(cherry picked from commit d4548234b9)
1 year ago
Alexander Golubev 801c90b6c2
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>
(cherry picked from commit 8c522cac34)
1 year ago
Alexander Golubev 8064b0ca87
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>
(cherry picked from commit 6ca60fdaa3)
1 year ago
Michele Calgaro 30981c12c4
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 32098c8e56)
1 year ago
TDE Gitea efa0164444 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Michele Calgaro f31e61c67e
Replace auto_ptr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5ba11a31cb)
1 year ago
TDE Gitea dcea9a0b62 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Michele Calgaro f476b77d1d
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 97ea83f8b2)
1 year ago
Michele Calgaro 5eb453b778
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 831670cd1a)
1 year ago
Michele Calgaro 247add2153
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9e6e0ff97a)
1 year ago
Michele Calgaro 5a71f93b01
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 26d900d083)
1 year ago
Michele Calgaro 20b4653fd0
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 357bdcb472)
1 year ago
Michele Calgaro d4e69bd209
Replaced various '#define' with actual strings - part 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 81b7540559)
1 year ago
Michele Calgaro d2998fbc2b
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9819dffc57)
1 year ago
TDE Gitea 36bde20b9b Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Slávek Banko 549b83dedc
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 400a308970)
1 year ago
TDE Gitea fa2a80f713 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Michele Calgaro 4c58d618d3
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 858a782334)
1 year ago
TDE Gitea 786381a767 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
TDE Gitea 1f485d8ea2 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
TDE Gitea 5fac5b37e8 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Michele Calgaro 6b1a56ba86
Fix FTBFS when using libexiv2 0.28.0. This resolves issue #7.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bf65e56e9e)
1 year ago
Michele Calgaro e441ffca7f
Remove unused code related to very old versions of libexiv2 (prior to 2011)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d90ca2cd75)
1 year ago
Michele Calgaro 2d5bd98e02
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ad5ba758d5)
1 year ago
TDE Gitea 5934dcb58a Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Michele Calgaro a248cedfe9
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit eef3d8d98f)
2 years ago
Michele Calgaro ff1ab64a5c
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d1b610d43e)
2 years ago
Michele Calgaro d6c24d70ff
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f5f3eb33f5)
2 years ago
TDE Gitea a03a99184d Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 2 years ago
Michele Calgaro 1bcda90116
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>
(cherry picked from commit 8e3443dab4)
2 years ago
TDE Gitea 66f152bfff Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 2 years ago
TDE Gitea 8f6d538c4c Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 2 years ago
Michele Calgaro c4fbf434da
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro b65b0448ef
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago