twitt (Tobias Witt)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Dec 14 2016, 3:12 PM (383 w, 2 d)
Availability
Available

Recent Activity

Aug 24 2020

twitt added a comment to T13526: Use embedded thumbnail for instant image preview.

Hello tommo,
thanks for your work! I went through the change set and I didn't found a lot of things to improve. I never worked with exif, so I cannot say if it's good, but I could test it once it's on gitlab (I might also check if I get the same errors on unit tests). Besides, I'd suggest to split the change into two different patchsets, one for replacing JpegContent and another one for displaying the exif thumbnail.

Aug 24 2020, 8:49 PM · Gwenview

Jun 17 2020

twitt added a comment to D29829: Fix divide-by-zero crash for zero-sized cropped images.

I hope it's okay to just add it here as a comment:
Tobias Witt <kde@amtare.eu>

Jun 17 2020, 3:46 PM · Gwenview

Jun 6 2020

twitt added a comment to D29829: Fix divide-by-zero crash for zero-sized cropped images.

thanks for reviewing!

Jun 6 2020, 6:50 PM · Gwenview
twitt added inline comments to D29829: Fix divide-by-zero crash for zero-sized cropped images.
Jun 6 2020, 6:10 PM · Gwenview
twitt added a comment to D29829: Fix divide-by-zero crash for zero-sized cropped images.

Hi, is there anybody who can help review?

Jun 6 2020, 3:03 PM · Gwenview

May 30 2020

twitt added a comment to T13216: Make Koko a possible successor of Gwenview.

@ognarb thanks! It did not work out of the box, but it helped me make it run (I'm on arch linux and had to change the kirigami version to 2.4 and remove the usage of ImageColors to make it run)

May 30 2020, 4:43 PM · Kirigami, Plasma: Mobile, VDG, Goal: Consistency
twitt added a comment to T13216: Make Koko a possible successor of Gwenview.

Recently I got into the source code of Gwenview. I was missing a crop tool that allows arbitrary rotations. While a rough implementation in Gwenview was quite easy, I never solved all problems to also retain the old behavior, which is why I not yet committed it. However, after getting a deeper look into the codebase of Gwenview, I agree that several things could be refactored or rewritten, although I still like the application itself. If someone could review/help, I would spent some time on polish or adding some new features.
Personally, I am not a fan of mixing mobile and desktop applications as it is difficult to implement a good usability that works with touch, mouse and keyboard at the same time. A prominent example might be Adobe Lightroom which still fails to have a unified user interfaces that works for mobile and desktop devices.
However I the mookups look cool and also very much like the name Koko for an image application. Unfortunately I never worked with QML and I was not even able to start it (error message: module "org.kde.koko" is not installed :/ ). According to the git log there were nearly no new features added within the last two years, so I am not sure if replacing Gwenview would help to gain activity.

May 30 2020, 12:40 PM · Kirigami, Plasma: Mobile, VDG, Goal: Consistency

May 24 2020

twitt requested review of D29829: Fix divide-by-zero crash for zero-sized cropped images.
May 24 2020, 12:57 AM · Gwenview

Dec 21 2019

twitt added a watcher for Gwenview: twitt.
Dec 21 2019, 9:47 PM

Dec 14 2016

twitt added a comment to T3419: Rework of VFS (Now: FileSystem).

Thanks for the fast fixes. The toolbar position and the drop action are working just fine. You're right about the statusbar, it is not based on QAction but on QWidgets. Therefor one would need to rewrite JobMenuAction into a JobMenuWidget. But since the toolbar position is at the buttom, it will work for me anyway.
Thanks again!

Dec 14 2016, 11:24 PM · Krusader
twitt added a comment to T3419: Rework of VFS (Now: FileSystem).

Thanks for the great work and the new features!
I noticed a minor issue with the toolbar. Since I don't use toolbars very often, I tried to move the Job toolbar to the bottom of the window, but after I restarted Krusader it was always at the top again. I noticed the same behavior with the Main toolbar, so it might be due to KXMLGuiWindow.
Maybe it is even possible to add the progress bar and the play/pause button to the status bar like in KMail for those who do not use toolbars?
Another misbehavior I noticed is, when I drag a file to another panel using the shift (or an other) modifier, the file will be copied instead of moved. Since I had the same issue before the branch was merged to the master branch, I guess it is not related to the rework of vfs.

Dec 14 2016, 3:52 PM · Krusader