kde-extraapps/gwenview/lib
Ivailo Monev 6999d07f0b gwenview: check image MIME types via KMimeType::is()
because some image MIME types (e.g. image/svg+xml-compressed) do not have
magic (only glob) and there is no way KMimeType::findByContent() can detect
such (KMimeType::findByContent() returns application/gzip because it is
actually a gzip-compressed file, duh)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-06-04 02:07:34 +03:00
..
crop generic: adjust to KIntNumInput and KDoubleNumInput changes 2024-05-21 09:16:04 +03:00
document generic: adjust to KMimeType changes 2024-05-04 20:19:23 +03:00
documentview gwenview: drop the part 2024-05-17 12:51:42 +03:00
hud generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
print gwenview: adjust to Katie changes 2024-04-16 16:15:11 +03:00
redeyereduction generic: adjust to KIntNumInput and KDoubleNumInput changes 2024-05-21 09:16:04 +03:00
resize generic: adjust to KIntNumInput and KDoubleNumInput changes 2024-05-21 09:16:04 +03:00
thumbnailview gwenview: adjust to KFileItem changes 2024-05-29 05:01:08 +03:00
about.cpp gwenview: use KDE version instead of custom one 2015-01-20 13:41:58 +00:00
about.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
abstractimageoperation.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
abstractimageoperation.h generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
binder.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
binder.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
CMakeLists.txt generic: adjust to kdelibs changes 2024-03-24 01:22:36 +02:00
contextmanager.cpp generic: adjust to KFileItem changes 2024-05-27 19:29:45 +03:00
contextmanager.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
datewidget.cpp generic: adjust to KLocale changes 2023-07-26 09:56:25 +03:00
datewidget.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
disabledactionshortcutmonitor.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
disabledactionshortcutmonitor.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
documentonlyproxymodel.cpp gwenview: remove archive support [ci reset] 2021-06-25 16:14:32 +03:00
documentonlyproxymodel.h gwenview: remove archive support [ci reset] 2021-06-25 16:14:32 +03:00
eventwatcher.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
eventwatcher.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
flowlayout.cpp gwenview: use loop-local variables, also correct indentation 2020-01-04 13:42:11 +00:00
flowlayout.h generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
fullscreenbar.cpp gwenview: prepare for Katie changes 2022-11-14 02:09:37 +02:00
fullscreenbar.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
graphicswidgetfloater.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
graphicswidgetfloater.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
gvdebug.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
gwenviewconfig.kcfg gwenview: use the application palette as fullscreen palette 2023-06-15 01:04:55 +03:00
gwenviewconfig.kcfgc import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
historymodel.cpp generic: replace KMimeType::iconNameForUrl() with KIO::pixmapForUrl() 2024-05-30 02:16:14 +03:00
historymodel.h gwenview: disable copying of HistoryModel class 2022-05-20 04:40:52 +03:00
imagemetainfomodel.cpp generic: adjust to KFileItem changes 2024-05-27 19:29:45 +03:00
imagemetainfomodel.h gwenview: port to KExiv2 2022-10-16 02:33:13 +03:00
imagescaler.cpp gwenview: log debug messages to special area 2023-06-20 04:13:03 +03:00
imagescaler.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
imageutils.cpp import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
imageutils.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
invisiblebuttongroup.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
invisiblebuttongroup.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
kindproxymodel.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
kindproxymodel.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
memoryutils.cpp generic: use sysconf() to get the total memory 2022-11-05 19:18:38 +02:00
memoryutils.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
mimetypeutils.cpp gwenview: check image MIME types via KMimeType::is() 2024-06-04 02:07:34 +03:00
mimetypeutils.h gwenview: merge MIME type functions 2023-06-15 00:46:39 +03:00
mousewheelbehavior.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
orientation.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
paintutils.cpp generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
paintutils.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
preferredimagemetainfomodel.cpp import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
preferredimagemetainfomodel.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
ramp.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
recursivedirmodel.cpp gwenview: stabilize the RecursiveDirModel test 2023-07-05 01:13:15 +03:00
recursivedirmodel.h gwenview: stabilize the RecursiveDirModel test 2023-07-05 01:13:15 +03:00
shadowfilter.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
shadowfilter.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
signalblocker.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
slidecontainer.cpp generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
slidecontainer.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
slideshow.cpp gwenview: log debug messages to special area 2023-06-20 04:13:03 +03:00
slideshow.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
sorteddirmodel.cpp generic: adjust to KDateTime removal 2023-08-14 23:15:36 +03:00
sorteddirmodel.h gwenview: remove semantic info leftovers 2023-07-04 18:10:56 +03:00
sorting.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
statusbartoolbutton.cpp generic: make changes required for building against Katie 2015-11-25 10:01:00 +00:00
statusbartoolbutton.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
thumbnailgroup.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
timeutils.cpp generic: adjust to KDateTime removal 2023-08-14 23:15:36 +03:00
timeutils.h generic: adjust to KDateTime removal 2023-08-14 23:15:36 +03:00
transformimageoperation.cpp gwenview: do not thread document jobs 2023-06-15 03:05:30 +03:00
transformimageoperation.h gwenview: do not thread document jobs 2023-06-15 03:05:30 +03:00
urlutils.cpp generic: adjust to KUrl changes 2023-06-26 20:57:07 +03:00
urlutils.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
widgetfloater.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
widgetfloater.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
zoomslider.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
zoomslider.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
zoomwidget.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
zoomwidget.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00