summaryrefslogtreecommitdiffstats
path: root/src/gvcore
Commit message (Collapse)AuthorAgeFilesLines
* 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 <[email protected]> (cherry picked from commit 967c50523329266e92d9ae590733b423cd0f646f)
* Update FileThumbnailView's grid upon finishing loading thumbnailsAlexander Golubev2024-02-221-0/+5
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit eed7134d3213d05a8afa96df56bbd1dfb1706d9d)
* src/gvcore/filethumbnailview: replace NULL -> nullptrAlexander Golubev2024-02-221-12/+12
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit 486b7ac573a28fe45ebef5494c27c81cfbe9d8ef)
* Make metadata loading optionalAlexander Golubev2024-02-225-12/+26
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076 Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit 13d26b59848dce276051f8f322bf82d291aa0c23)
* Use image dimmentions from metadata as a fallbackAlexander Golubev2024-02-221-3/+15
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (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 <[email protected]> (cherry picked from commit 53ce37eeca12badf89ebde563a8ec335e0236a02)
* Some refactoring of FileThumbnailViewItem::updateLines()Alexander Golubev2024-02-221-30/+29
| | | | | Signed-off-by: Alexander Golubev <[email protected]> (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 <[email protected]> (cherry picked from commit 5c1e2e423c3ab68af1d2a2361b14c6b7bd249dd4)
* Various small improvementsAlexander Golubev2024-02-224-4/+7
| | | | | | | | | | - 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]> (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 <[email protected]> (cherry picked from commit 8c522cac3456c10c5937c98bb6866323639aff51)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-3125-275/+275
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 97ea83f8b23cc80320874b97b671c736a83c378a)
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-097-77/+76
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 831670cd1aa76b314b447cfa2d9c71603cbbf43e)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9e6e0ff97a1c51067ef5144cde7dc30031c2ac3a)
* Replace 'Event' #define stringsMichele Calgaro2023-11-303-5/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 26d900d0839aac3760b6dbf5a0e79d1a66ea4d8a)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-5/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 357bdcb4722d4fbfe02cdd8685d76fd0be17259b)
* Replace Qt with TQtMichele Calgaro2023-11-052-9/+9
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 858a7823349a7eeaf2e729fc2b1983f085bd2c2c)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-034-6/+6
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ad5ba758d539559057f4661087f5c116d85d76ed)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-132-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit eef3d8d98fd405498799b69174b1ce642188eee3)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d1b610d43eef32a054c6113ec705f1c982339af8)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2330-41/+41
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (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 <[email protected]> (cherry picked from commit 8e3443dab4d82ceb97635d86e17f5c0e0e74d062)
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-081-3/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2021-12-293-20/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2883-88/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-251-4/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-132-4/+4
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-2/+2
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-122-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-5/+5
| | | | match XDG specifications
* Rename the string kde toolbar widgetTimothy Pearson2014-08-071-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-034-5/+5
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1526-37/+37
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1411-11/+11
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-048-16/+16
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0113-19/+19
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0118-152/+152
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename KSharedTimothy Pearson2013-01-311-2/+2
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2729-40/+40
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-264-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2520-79/+79
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-249-11/+11
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-196-11/+11
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-071-1/+1
| | | | Thanks to Francois Andriot for the patch
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-1/+1
|
* Fix branding issues.Darrell Anderson2012-04-1274-74/+74
|