summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2023-07-191-0/+0
|
* 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>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADr14.1.0Automated System2023-01-131-0/+0
|
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-082-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/graphics/gwenview/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2021-12-297-37/+31
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/gwenview/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Add ChangeLog file to comply with automake rules.Slávek Banko2021-04-181-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/gwenview/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/gwenview/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/gwenview/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/gwenview/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/gwenview/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/gwenview/cmake to latest HEADAutomated System2021-01-131-0/+0
|