Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add program pixmap from tde-packaging's debian folder | Michele Calgaro | 2024-02-24 | 2 | -0/+556 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Move gvdirpart icons under main icons folder | Michele Calgaro | 2024-02-24 | 10 | -2/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Restructure src/pics into icons folder | Michele Calgaro | 2024-02-24 | 51 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unused files | Michele Calgaro | 2024-02-23 | 5 | -608/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Restructure doc/man folders | Michele Calgaro | 2024-02-23 | 16 | -3/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix a crash when loading a PPMRAW image | Alexander Golubev | 2024-02-22 | 1 | -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 <[email protected]> | ||||
* | Update FileThumbnailView's grid upon finishing loading thumbnails | Alexander Golubev | 2024-02-22 | 1 | -0/+5 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | src/gvcore/filethumbnailview: replace NULL -> nullptr | Alexander Golubev | 2024-02-22 | 2 | -15/+12 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | configimagelistpage: add whatsthis messages and keyboard accelerators | Alexander Golubev | 2024-02-21 | 1 | -18/+50 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Make metadata loading optional | Alexander Golubev | 2024-02-21 | 6 | -13/+52 |
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076 Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Use image dimmentions from metadata as a fallback | Alexander Golubev | 2024-02-20 | 1 | -3/+15 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Avoid sorting items and creating thumbnails when loading metadata | Alexander Golubev | 2024-02-20 | 7 | -18/+54 |
| | | | | | | | Otherwice it has a big performance impact: it causes lots of thumbnail reloads and resorts of FileThumbnailView. Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Some refactoring of FileThumbnailViewItem::updateLines() | Alexander Golubev | 2024-02-20 | 1 | -30/+29 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Keep an item in browse mode selected when switchng views | Alexander Golubev | 2024-02-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Alexander Golubev <[email protected]> | ||||
* | Various small improvements | Alexander Golubev | 2024-02-17 | 5 | -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 <[email protected]> | ||||
* | Load file metadata asynchronously | Alexander Golubev | 2024-02-17 | 4 | -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 <[email protected]> | ||||
* | avoid waiting for dir cache when opening a file | Alexander Golubev | 2024-02-17 | 1 | -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 <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2024-02-17 | 5 | -14/+14 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2024-02-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2024-02-08 | 1 | -0/+0 |
| | |||||
* | Replace auto_ptr | Michele Calgaro | 2024-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2024-01-02 | 1 | -0/+0 |
| | |||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2023-12-30 | 38 | -495/+495 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 6 | Michele Calgaro | 2023-12-07 | 10 | -123/+122 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-03 | 1 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-11-30 | 3 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 3 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 2 | Michele Calgaro | 2023-11-23 | 1 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various strings '#define'd in tqtinterface | Michele Calgaro | 2023-11-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2023-11-10 | 1 | -0/+0 |
| | |||||
* | Raise the minimum required version of CMake to 3.5. | Slávek Banko | 2023-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2023-11-06 | 1 | -0/+0 |
| | |||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-04 | 3 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2023-11-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2023-10-30 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2023-09-25 | 1 | -0/+0 |
| | |||||
* | Fix FTBFS when using libexiv2 0.28.0. This resolves issue #7. | Michele Calgaro | 2023-09-11 | 1 | -1/+21 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove unused code related to very old versions of libexiv2 (prior to 2011) | Michele Calgaro | 2023-09-11 | 1 | -19/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 8 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2023-09-01 | 1 | -0/+0 |
| | |||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-12 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 45 | -60/+60 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2023-07-19 | 1 | -0/+0 |
| | |||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-11 | 1 | -1/+1 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEADr14.1.0 | Automated System | 2023-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2023-01-10 | 1 | -0/+0 |
| | |||||
* | Remove unnecessary accelerator from .ui files. | Michele Calgaro | 2022-09-08 | 2 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. | Michele Calgaro | 2022-05-03 | 1 | -1/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/graphics/gwenview/admin to latest HEAD | Automated System | 2022-01-28 | 1 | -0/+0 |
| |