[kdeconnect] [Bug 410112] SMS app offers devices which don't have SMS support

2023-01-23 Thread Dmytrii
https://bugs.kde.org/show_bug.cgi?id=410112

Dmytrii  changed:

   What|Removed |Added

   Assignee|si...@ergotech.com  |dzava...@gmail.com
 CC||dzava...@gmail.com

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

[kdeconnect] [Bug 410112] SMS app offers devices which don't have SMS support

2023-01-23 Thread Dmytrii
https://bugs.kde.org/show_bug.cgi?id=410112

--- Comment #3 from Dmytrii  ---
Created Merge Request
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/523

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

[kdeconnect] [Bug 410112] SMS app offers devices which don't have SMS support

2023-01-23 Thread Dmytrii
https://bugs.kde.org/show_bug.cgi?id=410112

Dmytrii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/commit/f
   ||82d15ce1e0018b089dbc5fb1cfa
   ||4f3db82cbf5d
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Dmytrii  ---
Git commit f82d15ce1e0018b089dbc5fb1cfa4f3db82cbf5d by Dmytrii Zavalnyi.
Committed on 23/01/2023 at 17:31.
Pushed by apol into branch 'master'.

SMS app shows devices with SMS capabilities only

Replaced DevicesSortProxyModel with DevicesPluginFilterProxyModel with applied
"kdeconnect_sms" filter for the devices list model.

M  +2-0declarativeplugin/kdeconnectdeclarativeplugin.cpp
M  +2-2smsapp/qml/main.qml

https://invent.kde.org/network/kdeconnect-kde/commit/f82d15ce1e0018b089dbc5fb1cfa4f3db82cbf5d

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

[kdeconnect] [Bug 455149] Unable to continue conversation. After first message sent, "Send Arrow" remains inactive.

2023-01-17 Thread Dmytrii
https://bugs.kde.org/show_bug.cgi?id=455149

Dmytrii  changed:

   What|Removed |Added

 CC||dzava...@gmail.com

--- Comment #3 from Dmytrii  ---
(In reply to Simon Redman from comment #2)
> Marking as confirmed since another user reported a duplicate bug and I can
> reproduce the same behavior.
> 
> Note that pressing the enter button to send causes the button to be
> disabled, but you can send multiple messages in the same conversation by
> using enter to send. If I were guessing, something is wrong with the
> `disabled` state of the send button, probably in the part of the code where
> it tries to prevent sending duplicate messages by briefly disabling the
> button.
> 
> Marking this as a junior job. It's probably a simple fix, someone just needs
> to poke into the QML and find where the disabled state of the button is set,
> and find where it should be re-enabled.

Hello, I found some QML positioning errors. It is not just enabled/disabled
issue. This property depends on messageField textarea which became undefined. I
can fix it. Could you assign this bug to me, or should I do it on my own?

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

[kdeconnect] [Bug 455149] Unable to continue conversation. After first message sent, "Send Arrow" remains inactive.

2023-01-18 Thread Dmytrii
https://bugs.kde.org/show_bug.cgi?id=455149

Dmytrii  changed:

   What|Removed |Added

   Assignee|si...@ergotech.com  |dzava...@gmail.com

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

[kdeconnect] [Bug 455149] Unable to continue conversation. After first message sent, "Send Arrow" remains inactive.

2023-01-18 Thread Dmytrii
https://bugs.kde.org/show_bug.cgi?id=455149

--- Comment #5 from Dmytrii  ---
Created merge request for this
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/518

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