[systemsettings] [Bug 457705] Feature to change the pressure curve of the graphic tablet in the tablet KCM

2024-07-22 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=457705

Joshua Goins  changed:

   What|Removed |Added

 CC||j...@redstrate.com
   Assignee|plasma-b...@kde.org |j...@redstrate.com

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

[systemsettings] [Bug 457703] Feature to to map an area on the tablet surface to the entire screen

2024-07-22 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=457703

Joshua Goins  changed:

   What|Removed |Added

 CC||j...@redstrate.com
   Assignee|plasma-b...@kde.org |j...@redstrate.com
 Status|CONFIRMED   |ASSIGNED

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

[Tokodon] [Bug 490263] The app crashes when using the Reply button (only happens when replying to some users)

2024-07-16 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490263

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Joshua Goins  ---
23.08 is unfortunately out of date, but this is still an interesting bug. Do
you mind giving the names of the users so I can test? If not, it might be
helpful to provide a log as well since a lot of this backtrace is qml-related.

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

[PlasmaTube] [Bug 489527] Plasma Tube uses SSL with unencrypted http

2024-07-13 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489527

--- Comment #1 from Joshua Goins  ---
Thanks for pointing this out, we do force HTTPS in this case and that's not
intentional

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

[PlasmaTube] [Bug 489527] Plasma Tube uses SSL with unencrypted http

2024-07-13 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489527

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||j...@redstrate.com
 Ever confirmed|0   |1

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

[PlasmaTube] [Bug 486707] Playing videos on a Pixel 3A fails, failure to open VDPAU backend

2024-07-13 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=486707

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||j...@redstrate.com

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

[Tokodon] [Bug 490201] Scrolling has gotten much worse

2024-07-12 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490201

Joshua Goins  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||24.08

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

[Tokodon] [Bug 490201] Scrolling has gotten much worse

2024-07-12 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490201

--- Comment #4 from Joshua Goins  ---
Some fixes are landed in master & stable. I will continue monitoring the
situation but it's greatly improved now, some fixes are not backported to
stable due to them being new and I don't want to rock the boat too much.

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

[Tokodon] [Bug 490201] Scrolling has gotten much worse

2024-07-12 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490201

--- Comment #3 from Joshua Goins  ---
Git commit e83a539321d33902c89409b14d7290d0f517f043 by Joshua Goins.
Committed on 13/07/2024 at 00:54.
Pushed by redstrate into branch 'release/24.05'.

Ensure the privacy warning does not try to wrap when not loaded

This fixes a big scrolling bug, due to it trying to wrap and destroying
the scrolling in the process.
(cherry picked from commit cbb9c2a70854146f9304d1d2d9d65b476ccd9a6a)

M  +1-1src/content/ui/PostDelegate/PostDelegate.qml

https://invent.kde.org/network/tokodon/-/commit/e83a539321d33902c89409b14d7290d0f517f043

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

[Tokodon] [Bug 490201] Scrolling has gotten much worse

2024-07-12 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490201

--- Comment #2 from Joshua Goins  ---
Git commit fd8df5f347ac3a7e63b6d038a62204de30c43361 by Joshua Goins.
Committed on 13/07/2024 at 00:52.
Pushed by redstrate into branch 'master'.

Refactor media attachment sizing to "begin" at the top

This fixes a really annoying scrolling lag when showing attachments, and
it's most likely due to layout shenanigans. To avoid this, the
attachments container now determines it's final size and the attachments
within fill the available space - instead of the other way around.

This is not backported to stable intentionally because it will most
likely break something in the meantime.

M  +28   -21   src/content/ui/PostDelegate/AttachmentGrid.qml
M  +0-35   src/content/ui/PostDelegate/MediaContainer.qml
M  +1-0src/content/ui/PostDelegate/PostDelegate.qml
M  +0-3src/content/ui/PostDelegate/VideoAttachment.qml

https://invent.kde.org/network/tokodon/-/commit/fd8df5f347ac3a7e63b6d038a62204de30c43361

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

[Tokodon] [Bug 490201] Scrolling has gotten much worse

2024-07-12 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490201

--- Comment #1 from Joshua Goins  ---
Git commit cbb9c2a70854146f9304d1d2d9d65b476ccd9a6a by Joshua Goins.
Committed on 13/07/2024 at 00:42.
Pushed by redstrate into branch 'master'.

Ensure the privacy warning does not try to wrap when not loaded

This fixes a big scrolling bug, due to it trying to wrap and destroying
the scrolling in the process.

M  +1-1src/content/ui/PostDelegate/PostDelegate.qml

https://invent.kde.org/network/tokodon/-/commit/cbb9c2a70854146f9304d1d2d9d65b476ccd9a6a

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

[Tokodon] [Bug 490201] Scrolling has gotten much worse

2024-07-12 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490201

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

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

[Tokodon] [Bug 490201] Scrolling has gotten much worse

2024-07-12 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490201

Joshua Goins  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |j...@redstrate.com

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

[Tokodon] [Bug 490201] New: Scrolling has gotten much worse

2024-07-12 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=490201

Bug ID: 490201
   Summary: Scrolling has gotten much worse
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: j...@redstrate.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

I think I know why, I believe it's a combination of some image fallback code
and my use of Loaders

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

[plasmashell] [Bug 489864] Inconsistent Button Naming in Widget Explorer - "Get New Widgets..."

2024-07-11 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489864

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||6.2
 CC||j...@redstrate.com

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

[plasmashell] [Bug 489864] Inconsistent Button Naming in Widget Explorer - "Get New Widgets..."

2024-07-11 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489864

Joshua Goins  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||26c039d555855fe6bb2cdb3db58
   ||ec0a67b0447c5
 Resolution|--- |FIXED

--- Comment #2 from Joshua Goins  ---
Git commit 26c039d555855fe6bb2cdb3db58ec0a67b0447c5 by Joshua Goins, on behalf
of Filip Kendes.
Committed on 11/07/2024 at 19:07.
Pushed by redstrate into branch 'master'.

Simplify the "Get New" button in Widget Explorer

According to the HIG, there's no need to repeat the subject since the subject
gets inherited automatically from the row it's on.

| Before | After |
||---|
|
![before1.png](/uploads/bb856453e43158d7f00f66aacb2643ce/before1.png){width=529
height=298} |
![after1.png](/uploads/c80b9a29d8f2d73dc4b0dadefa158e2e/after1.png){width=524
height=295} |

M  +3-1desktoppackage/contents/explorer/WidgetExplorer.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/26c039d555855fe6bb2cdb3db58ec0a67b0447c5

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

[systemsettings] [Bug 489874] Using tablet tester moves the window

2024-07-07 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489874

Joshua Goins  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||1ecd833d5fd0bd555b90d8fe66a
   ||6cdc6b91d651f

--- Comment #5 from Joshua Goins  ---
Git commit 1ecd833d5fd0bd555b90d8fe66a6cdc6b91d651f by Joshua Goins.
Committed on 07/07/2024 at 15:37.
Pushed by redstrate into branch 'master'.

kcms/tablet: Use a QML MouseArea to accept tablet events in the tester

We were using the same method in other parts of the KCM to monitor
tablet events. This is only really useful passively, as it does not
intercept said events and pass them right along.

This has an accidental effect, as is the case with the new tablet tester
tool. In Qt 6.8, tablet tools can now drag windows which hid a bug here.
Since we passively monitored tablet events, it will send  regular
tablet events through and onto the window the tester sits on. This makes
it drag while trying to draw.

A simple way to fix this is by putting an active input handler in the
drawing area to catch said events.

M  +5-0kcms/tablet/ui/Tester.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/1ecd833d5fd0bd555b90d8fe66a6cdc6b91d651f

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

[systemsettings] [Bug 489874] Using tablet tester moves the window

2024-07-07 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489874

--- Comment #4 from Joshua Goins  ---
> Possibly, I haven't tested

Thinking about it - it shouldn't since the calibration window is fullscreen.
KWin only allows empty window mouse drags on non-fullscreen windows so I think
it's fine

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

[systemsettings] [Bug 489874] Using tablet tester moves the window

2024-07-07 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489874

--- Comment #1 from Joshua Goins  ---
This could affect the calibration tool as well, right?

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

[systemsettings] [Bug 489874] Using tablet tester moves the window

2024-07-07 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489874

Joshua Goins  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |j...@redstrate.com

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

[systemsettings] [Bug 489874] Using tablet tester moves the window

2024-07-07 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489874

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[systemsettings] [Bug 476982] Support pen calibration in UI

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=476982

--- Comment #5 from Joshua Goins  ---
Hehe, much much later than the first feature freeze I hoped to get it into!

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

[systemsettings] [Bug 476982] Support pen calibration in UI

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=476982

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||6.2.0

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

[systemsettings] [Bug 476982] Support pen calibration in UI

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=476982

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||9d9a72f32492f55f8bc1fdd2fd7
   ||78f013a03d81a
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Joshua Goins  ---
Git commit 9d9a72f32492f55f8bc1fdd2fd778f013a03d81a by Joshua Goins.
Committed on 07/07/2024 at 01:38.
Pushed by redstrate into branch 'master'.

kcms/tablet: Add pen calibration tool

This adds a new pen calibration window to the Tablet KCM, if supported
by the pen device. This allows to fix possible parallax issues with the
out-of-box calibration matrix.

M  +5-0kcms/tablet/CMakeLists.txt
A  +219  -0kcms/tablet/calibrationtool.cpp [License: LGPL(v2.0+)]
A  +59   -0kcms/tablet/calibrationtool.h [License: LGPL(v2.0+)]
M  +35   -0kcms/tablet/kcmtablet.cpp
A  +246  -0kcms/tablet/ui/Calibration.qml [License: GPL(v2.0+)]
M  +44   -0kcms/tablet/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/9d9a72f32492f55f8bc1fdd2fd778f013a03d81a

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

[Tokodon] [Bug 486825] Error transferring https://social.opendesktop.org/api/v1/push/subscription - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=486825

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.08

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

[Tokodon] [Bug 486825] Error transferring https://social.opendesktop.org/api/v1/push/subscription - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=486825

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/1cc98d
   ||bf3f94467e1ff445d16e0dde473
   ||a13687a
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Joshua Goins  ---
Git commit 1cc98dbf3f94467e1ff445d16e0dde473a13687a by Joshua Goins.
Committed on 06/07/2024 at 16:28.
Pushed by redstrate into branch 'master'.

Only print out HTTP warnings for errors we don't explicitly handle

So when we make HTTP requests, by default we don't handle errors. Doing
so requires setting another callback to handle errors specifically.
We also print out a warning saying a URL 404'd and such so users can
report server errors we maybe should or shouldn't handle.

In some cases this backfires, causing errors to be printed out even if
we handle those error cases specifically. A good example is unified push
support, where we prod the server (who will return a 404 if we don't
have permissions) and this clogs up the logs. Now we consider any
explicit error callback to be considered handled and no longer print an
error in the log.

M  +1-1src/account/account.cpp

https://invent.kde.org/network/tokodon/-/commit/1cc98dbf3f94467e1ff445d16e0dde473a13687a

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

[Tokodon] [Bug 486825] Error transferring https://social.opendesktop.org/api/v1/push/subscription - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=486825

--- Comment #2 from Joshua Goins  ---
Yes this is a harmless error but we really shouldn't print it as it's normal to
get a 404 there. This goes for a whole lot of other cases as well, so let's axe
the log notification when we handle it explicitly.

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

[Tokodon] [Bug 484475] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484475

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/5236b6 |ork/tokodon/-/commit/578e75
   |afc7aca5043b3fdc464792ee0e4 |caf8971cd0b1e2f739e5a7a5069
   |2102720 |de1a2c2

--- Comment #4 from Joshua Goins  ---
Git commit 578e75caf8971cd0b1e2f739e5a7a5069de1a2c2 by Joshua Goins.
Committed on 06/07/2024 at 16:19.
Pushed by redstrate into branch 'release/24.05'.

Silently fail when 404'ing on featured tags

Some server software like Akkoma/Pleroma don't implement this endpoint,
annoying users of these servers. Instead of violently warning that we
404'd, just silently fail. This is OK as the code will fall back to not
showing any tags.


(cherry picked from commit 5236b6afc7aca5043b3fdc464792ee0e42102720)

Co-authored-by: Joshua Goins 

M  +24   -15   src/account/featuredtagsmodel.cpp

https://invent.kde.org/network/tokodon/-/commit/578e75caf8971cd0b1e2f739e5a7a5069de1a2c2

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

[Tokodon] [Bug 483184] Freezes when trying to login

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=483184

Joshua Goins  changed:

   What|Removed |Added

 CC||jus...@kde.org

--- Comment #3 from Joshua Goins  ---
*** Bug 482843 has been marked as a duplicate of this bug. ***

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

[Tokodon] [Bug 482843] Can't login - page freezes

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=482843

Joshua Goins  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #8 from Joshua Goins  ---
Merging this into the other bug

*** This bug has been marked as a duplicate of bug 483184 ***

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

[Tokodon] [Bug 485081] Clicking on the timeline next to a post on empty space opens the post next to the click

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=485081

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[Tokodon] [Bug 483184] Freezes when trying to login

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=483184

Joshua Goins  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Joshua Goins  ---
Now that 24.05 is here, does this bug still persist in Flatpak and APK (pmOS)?
I believe if you try it on mobile, it should use the web browser and possibly
still have the bug. In that case, I wonder if the button to go to a fallback
auth works too.

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

[Tokodon] [Bug 484475] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484475

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.05.3

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

[Tokodon] [Bug 488389] Cannot Re-Attempt Log In

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488389

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Joshua Goins  ---
Yes, unfortunately this button only works in some limited circumstances that
I'm still working on communicating. 

However, now I added a button to log out on this page:
https://invent.kde.org/network/tokodon/-/commit/44887f0dd7b577011e0b22d58e06f0cb84377a2a
which will show up in 24.08. In the future I want to make it easier to
re-authorize, more like what you imagined. Not closing until that's done though
:)

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

[Tokodon] [Bug 484475] Failed to contact server: Error transferring https://.../api/v1/accounts/.../featured_tags - server replied: . Please check your settings.

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484475

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/5236b6
   ||afc7aca5043b3fdc464792ee0e4
   ||2102720
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Joshua Goins  ---
Git commit 5236b6afc7aca5043b3fdc464792ee0e42102720 by Joshua Goins.
Committed on 06/07/2024 at 16:11.
Pushed by redstrate into branch 'master'.

Silently fail when 404'ing on featured tags

Some server software like Akkoma/Pleroma don't implement this endpoint,
annoying users of these servers. Instead of violently warning that we
404'd, just silently fail. This is OK as the code will fall back to not
showing any tags.

M  +24   -15   src/account/featuredtagsmodel.cpp

https://invent.kde.org/network/tokodon/-/commit/5236b6afc7aca5043b3fdc464792ee0e42102720

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

[Tokodon] [Bug 481942] Login WebView does not work on Flatpak Nightly (24.02 basically)

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=481942

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.05

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

[Tokodon] [Bug 481942] Login WebView does not work on Flatpak Nightly (24.02 basically)

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=481942

Joshua Goins  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from Joshua Goins  ---
Closing as this is "fixed" in a way in 24.05, now live on Flathub. It restores
the old pre-24.02 method and I tested it now which works. In the case that even
that doesn't, we have an auth code backup.

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

[Tokodon] [Bug 488629] Cannot Copy & Paste Image [Feature Maybe?]

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488629

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.08

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

[Tokodon] [Bug 488629] Cannot Copy & Paste Image [Feature Maybe?]

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488629

Joshua Goins  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/7c55aa
   ||d2fee1eeeb498a9e2b1419d8156
   ||622a3e0

--- Comment #3 from Joshua Goins  ---
Git commit 7c55aad2fee1eeeb498a9e2b1419d8156622a3e0 by Joshua Goins.
Committed on 06/07/2024 at 16:00.
Pushed by redstrate into branch 'master'.

Allow pasting bitmap images directly, like from the Internet

Now Tokodon supports pasting bitmaps directly from applications, which
is common when copying from web browsers.

This works by saving the image temporarily to a file when is then
deleted when the editor closes.

M  +16   -2src/content/ui/StatusComposer/StatusComposer.qml
M  +12   -0src/editor/attachmenteditormodel.cpp
M  +3-0src/editor/attachmenteditormodel.h

https://invent.kde.org/network/tokodon/-/commit/7c55aad2fee1eeeb498a9e2b1419d8156622a3e0

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

[Tokodon] [Bug 489380] Multi-column layout like Mastodon Web when using wide window

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489380

--- Comment #2 from Joshua Goins  ---
Yup, I've been wanting to do this for a while and should be possible within
Kirigami. I just need to find the time + drive to do it :D

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

[Tokodon] [Bug 489379] Option to make the pop-up writer standard

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489379

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.08

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

[Tokodon] [Bug 489379] Option to make the pop-up writer standard

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489379

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/4e4e35
   ||77357fc98932a334799ade627ef
   ||b4d9bb6
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Joshua Goins  ---
Git commit 4e4e3577357fc98932a334799ade627efb4d9bb6 by Joshua Goins.
Committed on 06/07/2024 at 15:26.
Pushed by redstrate into branch 'master'.

Add an option to pop out the post composer by default

Some users may prefer this over the in-app composer, and I was planning
to make this an option all along.

M  +4-0src/config.kcfg
M  +48   -10   src/content/ui/Main.qml
M  +17   -0src/content/ui/Settings/AppearancePage.qml

https://invent.kde.org/network/tokodon/-/commit/4e4e3577357fc98932a334799ade627efb4d9bb6

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

[Tokodon] [Bug 489833] Quoted posts in content warning-d posts should maybe be hidden too

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489833

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[Tokodon] [Bug 489833] New: Quoted posts in content warning-d posts should maybe be hidden too

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489833

Bug ID: 489833
   Summary: Quoted posts in content warning-d posts should maybe
be hidden too
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: j...@redstrate.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

I saw this on my timeline and I think it makes sense. Probably not invisible
all together but collapsed like "Quoted post is hidden" similar to attachments.

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

[Tokodon] [Bug 489379] Option to make the pop-up writer standard

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489379

--- Comment #2 from Joshua Goins  ---
> Please give me an option to make the new pop-up writer the standard on clicks 
> on the post button. (Why even name it "Post"? "Toot!" and respective 
> translations would have much more charm.)

I think it was "toot" at some point, but changed to match changing upstream
Mastodon-isms. Personally I'm with you on "toot" but I guess it's out of
fashion now :')

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

[Tokodon] [Bug 489781] Tokodon deletes entire message body when activating the Pop Out feature, with no confirmation

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489781

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.05.3

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

[Tokodon] [Bug 489781] Tokodon deletes entire message body when activating the Pop Out feature, with no confirmation

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489781

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/b2311a |ork/tokodon/-/commit/c405b8
   |5f2d2591485beb12a6b0b6279fe |022984c2501c8ef27540e07d63e
   |4547d3b |5beb027

--- Comment #3 from Joshua Goins  ---
Git commit c405b8022984c2501c8ef27540e07d63e5beb027 by Joshua Goins.
Committed on 06/07/2024 at 15:14.
Pushed by redstrate into branch 'release/24.05'.

Do not overwrite existing text in composer

This can happen if you "Pop out" the composer while replying to someone,
because it previously overwritten the text with a mention. That should
be fixed now.
(cherry picked from commit b2311a5f2d2591485beb12a6b0b6279fe4547d3b)

M  +7-4src/content/ui/StatusComposer/StatusComposer.qml

https://invent.kde.org/network/tokodon/-/commit/c405b8022984c2501c8ef27540e07d63e5beb027

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

[Tokodon] [Bug 489781] Tokodon deletes entire message body when activating the Pop Out feature, with no confirmation

2024-07-06 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489781

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/b2311a
   ||5f2d2591485beb12a6b0b6279fe
   ||4547d3b
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Joshua Goins  ---
Git commit b2311a5f2d2591485beb12a6b0b6279fe4547d3b by Joshua Goins.
Committed on 06/07/2024 at 15:14.
Pushed by redstrate into branch 'master'.

Do not overwrite existing text in composer

This can happen if you "Pop out" the composer while replying to someone,
because it previously overwritten the text with a mention. That should
be fixed now.

M  +7-4src/content/ui/StatusComposer/StatusComposer.qml

https://invent.kde.org/network/tokodon/-/commit/b2311a5f2d2591485beb12a6b0b6279fe4547d3b

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

[Tokodon] [Bug 489781] Tokodon deletes entire message body when activating the Pop Out feature, with no confirmation

2024-07-05 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489781

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Joshua Goins  ---
Ouch, this is definitely not intentional. Will check up this afternoon, I
probably broke something

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

[Tokodon] [Bug 489378] Sidebar should be collapsible

2024-07-04 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489378

--- Comment #2 from Joshua Goins  ---
I didn't even realize we were missing this, makes sense

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

[Tokodon] [Bug 489392] Back button should be longer

2024-07-04 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489392

--- Comment #2 from Joshua Goins  ---
Totally, I'm pretty sure this has to be changed upstream in Kirigami but I'll
keep it here until I can action on it

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

[systemsettings] [Bug 489439] Only 8 of 12 tablet pad buttons are shown in settings

2024-07-02 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489439

--- Comment #3 from Joshua Goins  ---
Thanks for going as to seek out the upstream libinput issue, that really helps

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

[systemsettings] [Bug 489439] Only 8 of 12 tablet pad buttons are shown in settings

2024-07-01 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=489439

--- Comment #1 from Joshua Goins  ---
This is most likely a libinput issue, but to make sure I suggest running
something like `libinput debug-events` and press your buttons one-by-one to see
if they're picked up. I think `evtest` may help here as well.

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

[Tokodon] [Bug 488412] no posts shown if no Internet

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488412

--- Comment #4 from Joshua Goins  ---
Git commit 4273c629eb42b76fdfae5eef224f696aeba96152 by Joshua Goins.
Committed on 19/06/2024 at 21:40.
Pushed by redstrate into branch 'release/24.05'.

Fix the loading indicator not showing up initially on the timeline
(cherry picked from commit ed3f41bee635e5aab1ff550ac7bbfb072af89cbe)

M  +3-1src/content/ui/TimelinePage.qml

https://invent.kde.org/network/tokodon/-/commit/4273c629eb42b76fdfae5eef224f696aeba96152

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

[Tokodon] [Bug 488412] no posts shown if no Internet

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488412

--- Comment #3 from Joshua Goins  ---
Git commit ed3f41bee635e5aab1ff550ac7bbfb072af89cbe by Joshua Goins.
Committed on 19/06/2024 at 21:40.
Pushed by redstrate into branch 'master'.

Fix the loading indicator not showing up initially on the timeline

M  +3-1src/content/ui/TimelinePage.qml

https://invent.kde.org/network/tokodon/-/commit/ed3f41bee635e5aab1ff550ac7bbfb072af89cbe

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

[Tokodon] [Bug 488412] no posts shown if no Internet

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488412

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Joshua Goins  ---
Confirmed as the case even on git master

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

[Tokodon] [Bug 484293] Allow editing of profile metadeta

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484293

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[Tokodon] [Bug 484036] Share images and other content types to Tokodon

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=484036

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[Tokodon] [Bug 488720] Feature: Show all relevant version information when passing --debug-info

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488720

Joshua Goins  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |j...@redstrate.com

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

[Tokodon] [Bug 485229] CTRL+V doesn't work in the composer

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=485229

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.05

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

[Tokodon] [Bug 488631] Cannot remove content warning

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488631

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.05.2

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

[Tokodon] [Bug 488172] Tooltip should explain why boosting is not available

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488172

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.08

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

[Tokodon] [Bug 487507] Support for PgUp and PgDn keys

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=487507

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.05.1

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

[Tokodon] [Bug 488236] Notes field messes with the tab order

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488236

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.05.2

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

[Tokodon] [Bug 488632] Misleading Button Title "Edit" when editing a post

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488632

Joshua Goins  changed:

   What|Removed |Added

   Version Fixed In||24.08

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

[Tokodon] [Bug 488631] Cannot remove content warning

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488631

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/0296d5 |ork/tokodon/-/commit/c939d1
   |dac9f0c534b648471a7f983e6c1 |5790ef12a58efa2996ecc9b006f
   |22b2cc1 |231a876

--- Comment #5 from Joshua Goins  ---
Git commit c939d15790ef12a58efa2996ecc9b006f231a876 by Joshua Goins.
Committed on 19/06/2024 at 20:50.
Pushed by redstrate into branch 'release/24.05'.

Let users be able to clear content warning

Now whether the spoiler text is actually passed to the post
editor backend depends on if the CW box is checked. Previously it would
still send it off to the server, because the C++ code has no idea what
the UI state is.
(cherry picked from commit aff4bd3ed06c290a8d7d3e116647918bb94e4be0)

M  +14   -1src/content/ui/StatusComposer/StatusComposer.qml

https://invent.kde.org/network/tokodon/-/commit/c939d15790ef12a58efa2996ecc9b006f231a876

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

[Tokodon] [Bug 488631] Cannot remove content warning

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488631

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/aff4bd |ork/tokodon/-/commit/0296d5
   |3ed06c290a8d7d3e116647918bb |dac9f0c534b648471a7f983e6c1
   |94e4be0 |22b2cc1

--- Comment #4 from Joshua Goins  ---
Git commit 0296d5dac9f0c534b648471a7f983e6c122b2cc1 by Joshua Goins.
Committed on 19/06/2024 at 20:50.
Pushed by redstrate into branch 'release/24.05'.

Actually propagate the spoiler text to the composer when editing a post

An oversight by me, it should be refreshing the data just like when
popping out the composer.
(cherry picked from commit 323a1ff2c6c40ce2203e95414a0ba5a102a917d8)

M  +2-1src/content/ui/ExplorePage.qml
M  +2-1src/content/ui/NotificationPage.qml
M  +2-1src/content/ui/TimelinePage.qml

https://invent.kde.org/network/tokodon/-/commit/0296d5dac9f0c534b648471a7f983e6c122b2cc1

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

[Tokodon] [Bug 488631] Cannot remove content warning

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488631

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/323a1f |ork/tokodon/-/commit/aff4bd
   |f2c6c40ce2203e95414a0ba5a10 |3ed06c290a8d7d3e116647918bb
   |2a917d8 |94e4be0

--- Comment #3 from Joshua Goins  ---
Git commit aff4bd3ed06c290a8d7d3e116647918bb94e4be0 by Joshua Goins.
Committed on 19/06/2024 at 20:49.
Pushed by redstrate into branch 'master'.

Let users be able to clear content warning

Now whether the spoiler text is actually passed to the post
editor backend depends on if the CW box is checked. Previously it would
still send it off to the server, because the C++ code has no idea what
the UI state is.

M  +14   -1src/content/ui/StatusComposer/StatusComposer.qml

https://invent.kde.org/network/tokodon/-/commit/aff4bd3ed06c290a8d7d3e116647918bb94e4be0

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

[Tokodon] [Bug 488631] Cannot remove content warning

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488631

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/323a1f
   ||f2c6c40ce2203e95414a0ba5a10
   ||2a917d8
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Joshua Goins  ---
Git commit 323a1ff2c6c40ce2203e95414a0ba5a102a917d8 by Joshua Goins.
Committed on 19/06/2024 at 20:49.
Pushed by redstrate into branch 'master'.

Actually propagate the spoiler text to the composer when editing a post

An oversight by me, it should be refreshing the data just like when
popping out the composer.

M  +2-1src/content/ui/ExplorePage.qml
M  +2-1src/content/ui/NotificationPage.qml
M  +2-1src/content/ui/TimelinePage.qml

https://invent.kde.org/network/tokodon/-/commit/323a1ff2c6c40ce2203e95414a0ba5a102a917d8

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

[Tokodon] [Bug 488536] View the image in an uncropped way (discoverability issue)

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488536

--- Comment #5 from Joshua Goins  ---
(In reply to Nicco Kunzmann from comment #4)
> > distro/kirigami-addons package version
> 
> I would like to. Where can I find this? Is it in the settings/about dialog?
> I can also run a flatpak command.

D'oh, I forgot you marked this as flatpak sorry :) I can look it up in the
manifest. You can't view the version directly through the GUI, unfortunately.

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

[Tokodon] [Bug 488632] Misleading Button Title "Edit" when editing a post

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488632

Joshua Goins  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/1cbd85
   ||f7496fbf58c2b04805fe1aa614c
   ||f23f345
 Resolution|--- |FIXED

--- Comment #5 from Joshua Goins  ---
Git commit 1cbd85f7496fbf58c2b04805fe1aa614cf23f345 by Joshua Goins.
Committed on 19/06/2024 at 20:29.
Pushed by redstrate into branch 'master'.

Specify that you're "saving" an edit in the composer

This button didn't clearly reflect what you're doing when you edit a
post. You're *currently* editing, so like a "Post" action when you're
done typing it should "Save" (your edit) instead. The icon is changed
to accommodate as well.

M  +2-2src/content/ui/StatusComposer/StatusComposer.qml

https://invent.kde.org/network/tokodon/-/commit/1cbd85f7496fbf58c2b04805fe1aa614cf23f345

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

[Tokodon] [Bug 488632] Misleading Button Title "Edit" when editing a post

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488632

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #3 from Joshua Goins  ---
I like the idea of saying "save" in the text, I'll look into changing it

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

[Tokodon] [Bug 488720] Feature: Show all relevant version information when passing --debug-info

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488720

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[Tokodon] [Bug 488745] Some Characters not showing up

2024-06-19 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488745

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Joshua Goins  ---
I do see those in my client, but I fear this is a case of
https://invent.kde.org/network/neochat/-/issues/341

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

[Tokodon] [Bug 488409] Cannot click on username when replying to a post

2024-06-18 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488409

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[Tokodon] [Bug 488412] no posts shown if no Internet

2024-06-18 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488412

--- Comment #1 from Joshua Goins  ---
Strange, it should show an error. I haven't tested disconnecting the internet
after logging in though, something to test soon

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

[Tokodon] [Bug 488629] Cannot Copy & Paste Image [Feature Maybe?]

2024-06-18 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488629

--- Comment #1 from Joshua Goins  ---
It should definitely paste, I'll test soon and see if something is still broken

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

[Tokodon] [Bug 488631] Cannot remove content warning

2024-06-18 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488631

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kde] [Bug 488682] Doxyqml: restore output for siblings of internal components

2024-06-18 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488682

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||j...@redstrate.com

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

[Tokodon] [Bug 488536] View the image in an uncropped way (discoverability issue)

2024-06-18 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488536

--- Comment #3 from Joshua Goins  ---
Can you tell me the distro/kirigami-addons package version as well (whichever
is easiest)?

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

[Tokodon] [Bug 488632] Misleading Button Title "Edit" when editing a post

2024-06-18 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488632

--- Comment #1 from Joshua Goins  ---
What's misleading about it? Does it maybe not come across clearly?

The problem with having text so long is that it affects translations (this is
already affecting the German translation for example), and I'm not super
pleased with a button that's more than 2 words

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

[Tokodon] [Bug 488532] Alt text not displaying when Alt Text overlay is clicked on.

2024-06-16 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488532

--- Comment #4 from Joshua Goins  ---
(In reply to Kevin Frost from comment #3)
> Also, saving the image and viewing it on an external viewer doesn't show the 
> Alt Text.

Interesting, is there any other software that does this? If so, I can try
replicating it in Tokodon. From what I heard, there's not a standard way to tag
images with alt-text...

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

[systemsettings] [Bug 480229] Tablet pad buttons should be able to be bound to tablet specific actions

2024-06-16 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=480229

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||j...@redstrate.com
 Ever confirmed|0   |1

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

[systemsettings] [Bug 479541] Orientation (rotation) option on drawing tablet settings not available

2024-06-16 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=479541

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #9 from Joshua Goins  ---
(In reply to Boris Gonzalez from comment #8)
> (In reply to Joshua Goins from comment #6)
> > This may be fixed upstream by
> > https://gitlab.freedesktop.org/libinput/libinput/-/commit/
> > 11a7de7640e2f461719c3aa5b88648fba4931f92, will see once reporter comes back
> > with more info
> 
> what happened in the end?

They never got back to me, so I'm closing this as it should be fixed upstream.
If you can confirm that your libinput is latest and this is still an issue, I
can re-open it but more than likely this is also going to be a libinput issue
and not the fault of our KCM.

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

[systemsettings] [Bug 481738] Show what functionality the pen buttons are currently bound to

2024-06-16 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=481738

Joshua Goins  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||j...@redstrate.com
 Status|REPORTED|CONFIRMED

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

[systemsettings] [Bug 469232] Ability to bind mouse click types (left-click, right-click, etc) to drawing tablet pen buttons

2024-06-16 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=469232

--- Comment #4 from Joshua Goins  ---
(In reply to HPetrus from comment #3)
> As a professional artist who uses Linux exclusively, I'm following this very
> closely.  Is there any update on this patch?

This is part my NLNet grant work, so expect this feature to show up sometime
this year :-)

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

[Tokodon] [Bug 488236] Notes field messes with the tab order

2024-06-15 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488236

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/b1eed3 |ork/tokodon/-/commit/54e190
   |7fb05e6d6957b902e878a03943d |082d8a82faa9be751864904952d
   |cbc92bc |cf92c1f

--- Comment #2 from Joshua Goins  ---
Git commit 54e190082d8a82faa9be751864904952dcf92c1f by Joshua Goins.
Committed on 16/06/2024 at 01:49.
Pushed by redstrate into branch 'release/24.05'.

Prevent notes field on profiles from stopping keyboard navigation

It would previously eat tabs, and you have to use a mouse to escape this
field.
(cherry picked from commit b1eed37fb05e6d6957b902e878a03943dcbc92bc)

M  +5-0src/content/ui/AccountInfo.qml

https://invent.kde.org/network/tokodon/-/commit/54e190082d8a82faa9be751864904952dcf92c1f

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

[Tokodon] [Bug 488236] Notes field messes with the tab order

2024-06-15 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488236

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/b1eed3
   ||7fb05e6d6957b902e878a03943d
   ||cbc92bc
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Joshua Goins  ---
Git commit b1eed37fb05e6d6957b902e878a03943dcbc92bc by Joshua Goins.
Committed on 16/06/2024 at 01:49.
Pushed by redstrate into branch 'master'.

Prevent notes field on profiles from stopping keyboard navigation

It would previously eat tabs, and you have to use a mouse to escape this
field.

M  +5-0src/content/ui/AccountInfo.qml

https://invent.kde.org/network/tokodon/-/commit/b1eed37fb05e6d6957b902e878a03943dcbc92bc

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

[Tokodon] [Bug 488532] Alt text not displaying when Alt Text overlay is clicked on.

2024-06-15 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488532

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Joshua Goins  ---
It's intentional that clicking it does not reveal the alt text, but I'm keeping
it open as I might want to actually make that a feature. It would also be a
convenient place to put a "translate alt text" feature in the future.

Currently the only way to view the alt text is to open the image by tapping it.

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

[Tokodon] [Bug 488536] View the image in an uncropped way (discoverability issue)

2024-06-15 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488536

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Joshua Goins  ---
This seems like a bug, you should be able to click on the image and it opens
fullscreen. I do agree that the fact you can even do this is unclear (assuming
it was working in your case) I was thinking of adding some kind of indicator
that the image is cropped.

Is there any interesting output when you run Tokodon in a console window and
try to click an image?

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

[kwin] [Bug 450874] Plasma Wayland remaps virtual tablet input

2024-06-10 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=450874

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/36e7eaf13a |ma/plasma-desktop/-/commit/
   |92f432573f13439155009e6aa02 |dbb517756b2fd0673c4c081a6c4
   |d7b |7113acda1f5cd

--- Comment #10 from Joshua Goins  ---
Git commit dbb517756b2fd0673c4c081a6c47113acda1f5cd by Joshua Goins, on behalf
of Aki Sakurai.
Committed on 11/06/2024 at 00:17.
Pushed by redstrate into branch 'master'.

Add option to map tablet to full desktop area.

M  +13   -2kcms/libkwindevices/inputdevice.cpp
M  +12   -1kcms/libkwindevices/inputdevice.h
M  +24   -1kcms/tablet/kcmtablet.cpp
M  +3-2kcms/tablet/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/dbb517756b2fd0673c4c081a6c47113acda1f5cd

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

[Tokodon] [Bug 488236] New: Notes field messes with the tab order

2024-06-08 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488236

Bug ID: 488236
   Summary: Notes field messes with the tab order
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: j...@redstrate.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

It's automatically editing as soon as you tab into it, which is a little
awkward. We hit a similar situation with the post composer, it could be fixed
the same way

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

[Tokodon] [Bug 487507] Support for PgUp and PgDn keys

2024-06-08 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=487507

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/f79c32 |ork/tokodon/-/commit/297ceb
   |436ac132b42c2d87e236132acfb |0c191a3a63100cc6d55b85df251
   |19ea446 |a312d2f

--- Comment #2 from Joshua Goins  ---
Git commit 297ceb0c191a3a63100cc6d55b85df251a312d2f by Joshua Goins.
Committed on 09/06/2024 at 02:45.
Pushed by redstrate into branch 'release/24.05'.

Support PageUp/PageDown keys to quickly navigate the timeline

Does exactly what it says!
(cherry picked from commit f79c32436ac132b42c2d87e236132acfb19ea446)

M  +10   -0src/content/ui/TimelinePage.qml

https://invent.kde.org/network/tokodon/-/commit/297ceb0c191a3a63100cc6d55b85df251a312d2f

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

[Tokodon] [Bug 488172] Tooltip should explain why boosting is not available

2024-06-08 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488172

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/4ed140
   ||ef02e859697bd4f690608c72665
   ||1211ed1
 Resolution|--- |FIXED

--- Comment #1 from Joshua Goins  ---
Git commit 4ed140ef02e859697bd4f690608c726651211ed1 by Joshua Goins.
Committed on 09/06/2024 at 02:36.
Pushed by redstrate into branch 'master'.

Explain why some posts can't be boosted

To a first time user it might not entirely clear why you can't boost
private posts (or if they even know what that means yet.) Now a
tooltip explains why the button is disabled.

M  +9-1src/content/ui/PostDelegate/PostDelegate.qml

https://invent.kde.org/network/tokodon/-/commit/4ed140ef02e859697bd4f690608c726651211ed1

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

[Tokodon] [Bug 487507] Support for PgUp and PgDn keys

2024-06-08 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=487507

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/tokodon/-/commit/f79c32
   ||436ac132b42c2d87e236132acfb
   ||19ea446
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Joshua Goins  ---
Git commit f79c32436ac132b42c2d87e236132acfb19ea446 by Joshua Goins.
Committed on 09/06/2024 at 02:44.
Pushed by redstrate into branch 'master'.

Support PageUp/PageDown keys to quickly navigate the timeline

Does exactly what it says!

M  +10   -0src/content/ui/TimelinePage.qml

https://invent.kde.org/network/tokodon/-/commit/f79c32436ac132b42c2d87e236132acfb19ea446

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

[Tokodon] [Bug 485229] CTRL+V doesn't work in the composer

2024-06-08 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=485229

Joshua Goins  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[Tokodon] [Bug 481942] Login WebView does not work on Flatpak Nightly (24.02 basically)

2024-06-08 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=481942

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from Joshua Goins  ---
This is odd, someone mentioned this bug to me again in chat and then I tried it
on my machine (F40 KDE) and the authorization worked. I wonder why it works on
my machine and not others, maybe this part of Flatpak is inconsistent for some
reason. Marking as confirmed as this is definitely still an issue

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

[Tokodon] [Bug 487507] Support for PgUp and PgDn keys

2024-06-07 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=487507

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[Tokodon] [Bug 488172] New: Tooltip should explain why boosting is not available

2024-06-07 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=488172

Bug ID: 488172
   Summary: Tooltip should explain why boosting is not available
Classification: Applications
   Product: Tokodon
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: j...@redstrate.com
CC: c...@carlschwan.eu, j...@redstrate.com
  Target Milestone: ---

It's not immediately obvious to new users that you can't boost private posts,
that should be explained in the UI.

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

[Tokodon] [Bug 485637] Wrong account is shown as the booster

2024-05-25 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=485637

Joshua Goins  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/tokodon/-/commit/9e6708 |ork/tokodon/-/commit/0003fa
   |0e6eead8bcdd6d7f8cabab65268 |67e0c2a309f1b7f727ef15d635d
   |bb324f2 |a6663dd

--- Comment #2 from Joshua Goins  ---
Git commit 0003fa67e0c2a309f1b7f727ef15d635da6663dd by Joshua Goins.
Committed on 25/05/2024 at 11:41.
Pushed by redstrate into branch 'release/24.05'.

Fix wrong "%1 boosted" label on certain posts

The wrong author identity was selected when the boosted toot was a reply to
their own post.

This is now fixed by swapping the `if`-conditions in the `identity` property to
be inline with the other conditions in this file (i.e.
`root.isBoosted`/`root.isReply`).

(cherry picked from commit 9e67080e6eead8bcdd6d7f8cabab65268bb324f2)

M  +4-4src/content/ui/PostDelegate/UserInteractionLabel.qml

https://invent.kde.org/network/tokodon/-/commit/0003fa67e0c2a309f1b7f727ef15d635da6663dd

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

  1   2   3   4   5   6   >