summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to latest tqt3 versionHEADmasterMichele Calgaro4 days1-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-122-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS on OMV. This resolves issue #38Michele Calgaro2024-05-222-32/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Advertise WebP read support via .desktop filesAlex Kent Hajnal2024-05-212-2/+2
| | | | | | This resolves issue #1 Signed-off-by: Alex Kent Hajnal <software@alephnull.net>
* Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* ↵Michele Calgaro2024-05-201-1/+1
| | | | | | equivalent Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added the target folder for desktop files translation templateSlávek Banko2024-05-131-0/+1
| | | | | | so that it is not inadvertently generated into a gwenview-i18n module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added translation of .desktop files.Slávek Banko2024-05-1310-353/+26
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop autotools supportMichele Calgaro2024-05-1311-263/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-032-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix pthread required. This relates to PR #35.Ray-V2024-04-041-1/+1
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Fix cmake conversion for ix86 archsMichele Calgaro2024-03-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion to cmake building systemMichele Calgaro2024-03-0811-2/+300
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* fix an incorrect condition in ImageViewController::eventFilter()Alexander Golubev2024-03-071-10/+4
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Suppress several warningsAlexander Golubev2024-03-077-37/+41
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Drop dummy development test for vertical tab widgetMichele Calgaro2024-03-042-54/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add program pixmap from tde-packaging's debian folderMichele Calgaro2024-02-242-0/+556
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move gvdirpart icons under main icons folderMichele Calgaro2024-02-249-815/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Restructure src/pics into icons folderMichele Calgaro2024-02-2451-198/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unused filesMichele Calgaro2024-02-233-597/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Restructure doc/man foldersMichele Calgaro2024-02-233-240/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix a crash when loading a PPMRAW imageAlexander Golubev2024-02-221-2/+12
| | | | | | | | | | 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>
* Update FileThumbnailView's grid upon finishing loading thumbnailsAlexander Golubev2024-02-221-0/+5
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* src/gvcore/filethumbnailview: replace NULL -> nullptrAlexander Golubev2024-02-222-15/+12
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* configimagelistpage: add whatsthis messages and keyboard acceleratorsAlexander Golubev2024-02-211-18/+50
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Make metadata loading optionalAlexander Golubev2024-02-216-13/+52
| | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Use image dimmentions from metadata as a fallbackAlexander Golubev2024-02-201-3/+15
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Avoid sorting items and creating thumbnails when loading metadataAlexander Golubev2024-02-207-18/+54
| | | | | | | 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>
* Some refactoring of FileThumbnailViewItem::updateLines()Alexander Golubev2024-02-201-30/+29
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Keep an item in browse mode selected when switchng viewsAlexander Golubev2024-02-171-0/+2
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Various small improvementsAlexander Golubev2024-02-175-5/+8
| | | | | | | | | - 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>
* Load file metadata asynchronouslyAlexander Golubev2024-02-174-7/+69
| | | | | | | | 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>
* avoid waiting for dir cache when opening a fileAlexander Golubev2024-02-171-1/+1
| | | | | | | | 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>
* Replace Qt with TQtMichele Calgaro2024-02-173-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace auto_ptrMichele Calgaro2024-01-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-3038-495/+495
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-0710-123/+122
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-031-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-303-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-182-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-043-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS when using libexiv2 0.28.0. This resolves issue #7.Michele Calgaro2023-09-111-1/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unused code related to very old versions of libexiv2 (prior to 2011)Michele Calgaro2023-09-111-19/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-028-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-122-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2045-60/+60
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-111-1/+1
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>