Commit Graph

313 Commits (90c486fe47b607df9ee6141c105fe18019cfb0d0)
 

Author SHA1 Message Date
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
Michele Calgaro 9e6e0ff97a
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 26d900d083
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year 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
Michele Calgaro 858a782334
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea aedec4f678 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
TDE Gitea fb6f2032c9 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
TDE Gitea 04589e3fd2 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 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
TDE Gitea 0dfbcfeaab Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 1 year ago
Michele Calgaro eef3d8d98f
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro d1b610d43e
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro f5f3eb33f5
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Gitea 5ef66e4a17 Reset submodule main/applications/graphics/gwenview/admin to latest HEAD 2 years 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>
2 years ago