summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix pthread required. This relates to PR #35.HEADmasterRay-V2024-04-042-1/+6
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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-0819-2/+560
| | | | 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-2410-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Restructure src/pics into icons folderMichele Calgaro2024-02-2451-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unused filesMichele Calgaro2024-02-235-608/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Restructure doc/man foldersMichele Calgaro2024-02-2316-3/+4
| | | | 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-175-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2024-02-081-0/+0
|
* Replace auto_ptrMichele Calgaro2024-01-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2024-01-021-0/+0
|
* 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>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-061-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Replace Qt with TQtMichele Calgaro2023-11-043-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2023-09-251-0/+0
|
* 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>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2023-09-011-0/+0
|
* 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>