[kio-extras] [Bug 407431] STL thumbnailer

2024-03-18 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=407431

soredake  changed:

   What|Removed |Added

 CC|katyaberezy...@gmail.com|

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2024-03-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407431

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2022-08-29 Thread Mark Fraser
https://bugs.kde.org/show_bug.cgi?id=407431

Mark Fraser  changed:

   What|Removed |Added

 CC||mfraz74+...@gmail.com

--- Comment #4 from Mark Fraser  ---
Perhaps this can be added https://github.com/krepa098/stl2thumbnail?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2022-05-14 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=407431

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org

--- Comment #3 from Martin Sandsmark  ---
(In reply to David Edmundson from comment #2)
> The more I look into this the more I think we shouldn't try and focus on
> making N thumbnailers but instead create and support a better cross desktop
> thumbnail system.
> 
> Gnome works by having a registry of mime types and then an executable line
> to run that takes a file name in, a size and a filename out.
> 
> KDE code is running a binary that passes a filename in, a size gets a file
> out. We just happen to have the one binary(kioslave) that in turn loads a
> plugin than in turn loads a plugin.
> 
> Migrating KDE code to do the same thing as gnome in a way that doesn't
> change any of the existing plugins would be absolutely doable, even within
> KF5.
> That just leaves the task of a common format for storing the metadata...and
> bam!
> 
> Then a 3rd party STL thumbnail author wouldn't target any particular desktop.

It's a bit more complicated than that, with live previews and whatnot.
If you've tried to use e. g. chromium with the default gtk dialog (which you
need to be able to select save format) you quickly see why it's a bad design.
There's a reason bigger gtk apps like gimp have to basically reimplement the
file dialogs themselves.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2022-03-25 Thread jdl
https://bugs.kde.org/show_bug.cgi?id=407431

jdl <677ee...@duck.com> changed:

   What|Removed |Added

 CC||677ee...@duck.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2021-10-07 Thread Marian Kyral
https://bugs.kde.org/show_bug.cgi?id=407431

Marian Kyral  changed:

   What|Removed |Added

 CC||mky...@email.cz

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2021-03-07 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=407431

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2020-04-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=407431

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
The more I look into this the more I think we shouldn't try and focus on making
N thumbnailers but instead create and support a better cross desktop thumbnail
system.

Gnome works by having a registry of mime types and then an executable line to
run that takes a file name in, a size and a filename out.

KDE code is running a binary that passes a filename in, a size gets a file out.
We just happen to have the one binary(kioslave) that in turn loads a plugin
than in turn loads a plugin.

Migrating KDE code to do the same thing as gnome in a way that doesn't change
any of the existing plugins would be absolutely doable, even within KF5.
That just leaves the task of a common format for storing the metadata...and
bam!

Then a 3rd party STL thumbnail author wouldn't target any particular desktop.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2020-04-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=407431

--- Comment #1 from David Edmundson  ---
Git commit a5ded8f01e60948e58aa7ee109a65514208ef873 by David Edmundson.
Committed on 04/04/2020 at 22:20.
Pushed by davidedmundson into branch 'master'.

Add 3mf thumbnail support

Summary:
3D Modelling Format is based on "Open Packaging Conventions" which is
already supported by the opendocumentthumbnail spec, we just need to add
the relevant mime type so our thumbnailer gets used.

Test Plan:
Registed mime type from glob.
(I should submit this to fd-shared-mime spec)
Opened dolphin with a 3mf file with a thumbnail.
It "just worked"

Reviewers: broulik

Reviewed By: broulik

Subscribers: kde-frameworks-devel, kfm-devel

Tags: #dolphin, #frameworks

Differential Revision: https://phabricator.kde.org/D28570

M  +1-1thumbnail/opendocumentthumbnail.desktop

https://commits.kde.org/kio-extras/a5ded8f01e60948e58aa7ee109a65514208ef873

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2019-06-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=407431

Kai Uwe Broulik  changed:

   What|Removed |Added

   Priority|HI  |NOR
 CC||k...@privat.broulik.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2019-06-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407431

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 407431] STL thumbnailer

2019-05-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407431

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=407474

-- 
You are receiving this mail because:
You are watching all bug changes.