summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to cmake building systemMichele Calgaro2024-03-0811-2/+300
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bc9bda10c93ebfb9862270576b445d1c2798d66d)
* fix an incorrect condition in ImageViewController::eventFilter()Alexander Golubev2024-03-081-10/+4
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit a8bf4dbf8aa3c20f60454a296278f8d00c83617a)
* Suppress several warningsAlexander Golubev2024-03-087-37/+41
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 430301a436a5526961c95810cd1d9057956a6d08)
* Drop dummy development test for vertical tab widgetMichele Calgaro2024-03-052-54/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 686ac453212e8e45f007353890fc4ca35eed39cf)
* Add program pixmap from tde-packaging's debian folderMichele Calgaro2024-02-252-0/+556
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9935f1401cca1ff582622b851f64fad672c5dbac)
* Move gvdirpart icons under main icons folderMichele Calgaro2024-02-259-815/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7c860187036b574888852579ef2e33e5181c6c7d)
* Restructure src/pics into icons folderMichele Calgaro2024-02-2451-198/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6af814bc026505d3012a2f17ce016927008a21ef)
* Removed unused filesMichele Calgaro2024-02-243-597/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 683e8f297c20f63748cd6b43a561e4a0df42d384)
* Restructure doc/man foldersMichele Calgaro2024-02-233-240/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2f5a9e8ee0c89e93d43f97f97744313ff9e8236a)
* 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> (cherry picked from commit 967c50523329266e92d9ae590733b423cd0f646f)
* Update FileThumbnailView's grid upon finishing loading thumbnailsAlexander Golubev2024-02-221-0/+5
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit eed7134d3213d05a8afa96df56bbd1dfb1706d9d)
* src/gvcore/filethumbnailview: replace NULL -> nullptrAlexander Golubev2024-02-222-15/+12
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 486b7ac573a28fe45ebef5494c27c81cfbe9d8ef)
* configimagelistpage: add whatsthis messages and keyboard acceleratorsAlexander Golubev2024-02-221-18/+50
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit f4878aa42e44b76b9c7e68a24e06bdb7f38f2e31)
* Make metadata loading optionalAlexander Golubev2024-02-226-13/+52
| | | | | | 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 13d26b59848dce276051f8f322bf82d291aa0c23)
* Use image dimmentions from metadata as a fallbackAlexander Golubev2024-02-221-3/+15
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 985d8126df0c00fb0a04b57f7a92acd9952d369e)
* Avoid sorting items and creating thumbnails when loading metadataAlexander Golubev2024-02-227-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> (cherry picked from commit 53ce37eeca12badf89ebde563a8ec335e0236a02)
* Some refactoring of FileThumbnailViewItem::updateLines()Alexander Golubev2024-02-221-30/+29
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 79826b760ff5c65840794d3d2dc4c4a60916996c)
* Keep an item in browse mode selected when switchng viewsAlexander Golubev2024-02-221-0/+2
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 5c1e2e423c3ab68af1d2a2361b14c6b7bd249dd4)
* Various small improvementsAlexander Golubev2024-02-225-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> (cherry picked from commit d4548234b93404404e8807ac6fe5c671faad68f2)
* Load file metadata asynchronouslyAlexander Golubev2024-02-224-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> (cherry picked from commit 8c522cac3456c10c5937c98bb6866323639aff51)
* avoid waiting for dir cache when opening a fileAlexander Golubev2024-02-221-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> (cherry picked from commit 6ca60fdaa34563e0eb1087df86ba4b8c8a85b1ad)
* Replace Qt with TQtMichele Calgaro2024-02-173-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 32098c8e56997c977f27cd1e2e2c6495d176c0ad)
* Replace auto_ptrMichele Calgaro2024-01-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5ba11a31cbd99f9c00c8412c4465549ecf141913)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-3138-495/+495
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 97ea83f8b23cc80320874b97b671c736a83c378a)
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-0910-123/+122
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 831670cd1aa76b314b447cfa2d9c71603cbbf43e)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9e6e0ff97a1c51067ef5144cde7dc30031c2ac3a)
* Replace 'Event' #define stringsMichele Calgaro2023-11-303-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 26d900d0839aac3760b6dbf5a0e79d1a66ea4d8a)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 357bdcb4722d4fbfe02cdd8685d76fd0be17259b)
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 81b75405598b6827205a7e2a9d27d6a42b6a3e8a)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-192-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9819dffc57bc205b261e702018579949c5c2f73b)
* Replace Qt with TQtMichele Calgaro2023-11-053-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 858a7823349a7eeaf2e729fc2b1983f085bd2c2c)
* Fix FTBFS when using libexiv2 0.28.0. This resolves issue #7.Michele Calgaro2023-09-121-1/+21
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bf65e56e9e228134f6e151f99afc6370825bae82)
* Remove unused code related to very old versions of libexiv2 (prior to 2011)Michele Calgaro2023-09-121-19/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d90ca2cd755d052237b390701300fcf73811d204)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-038-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ad5ba758d539559057f4661087f5c116d85d76ed)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-132-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit eef3d8d98fd405498799b69174b1ce642188eee3)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d1b610d43eef32a054c6113ec705f1c982339af8)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2345-60/+60
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-1/+1
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8e3443dab4d82ceb97635d86e17f5c0e0e74d062)
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-082-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2021-12-297-37/+31
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-28115-129/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed error message when swtiching from icon view to browse view. This ↵Michele Calgaro2020-01-111-1/+1
| | | | | | resolves bug 3047. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with exiv2 >= 0.27.Slávek Banko2019-08-191-0/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-011-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-241-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-271-3/+3
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-252-8/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-174-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>