Re: Can my application, which contains dirty code, become an official kde application?

2024-01-17 Thread Sune Vuorela
On 2024-01-17, Danilo Agostini wrote: > It allows the user, through the use of a keyboard shortcut or a dolphin > servicemenu, to have a quick preview of the files that are shown in the > folder without having to open the default application. > > Similar applications are Gnome Sushi and Quick Look

Re: Can my application, which contains dirty code, become an official kde application?

2024-01-17 Thread Danilo Agostini
> Isn't this in the similar realm as what we can do with thumbnailers and/or kparts ? The preview is larger and allows you to scroll through all the files in the folder. Example with another program of mine written in Python: https://www.youtube.com/watch?v=mCfPZ5dgIZs I created this program (ini

Re: Can my application, which contains dirty code, become an official kde application?

2024-01-17 Thread Nicolas Fella
On 1/17/24 03:12, Danilo Agostini wrote: Hi, I developed an application and was thinking about doing the incubation process but I'm not sure if my application will be accepted due to some defects. What my application does: It allows the user, through the use of a keyboard shortcut or a dolphin

Re: Can my application, which contains dirty code, become an official kde application?

2024-01-17 Thread Danilo Agostini
> this looks like a cool project, congrats! Thanks! > It seems like what you would need is a way to obtain the currently > selected file from Dolphin via DBus (without detouring through the > clipboard). I don't think that exists right now, but it should be easy > enough to add. What would need