Feed Advanced Search

Jun 1 2020

jambon committed R224:4c011458c2f4: Add real support for mpriscontrol on Windows (authored by jambon).
Add real support for mpriscontrol on Windows
Jun 1 2020, 2:05 AM

Dec 31 2018

jambon added a comment to D17702: [mpriscontrol] add primitive windows support.

Thanks, that would be very helpful.

Dec 31 2018, 12:13 PM · Windows, KDE Connect

Dec 22 2018

jambon added a project to T6270: Implement Sftp plugin on windows: Windows.
Dec 22 2018, 10:47 PM · Windows, KDE Connect

Dec 21 2018

jambon updated the diff for D17702: [mpriscontrol] add primitive windows support.

Minor fix

Dec 21 2018, 5:31 PM · Windows, KDE Connect
jambon updated the diff for D17702: [mpriscontrol] add primitive windows support.

More Fixes

Dec 21 2018, 1:33 PM · Windows, KDE Connect
jambon updated the diff for D17702: [mpriscontrol] add primitive windows support.

Fixed Stuff

Dec 21 2018, 1:31 PM · Windows, KDE Connect

Dec 19 2018

jambon added a revision to T10000: Media player control on Windows: D17702: [mpriscontrol] add primitive windows support.
Dec 19 2018, 11:33 PM · Windows, KDE Connect
jambon added a task to D17702: [mpriscontrol] add primitive windows support: T10000: Media player control on Windows.
Dec 19 2018, 11:33 PM · Windows, KDE Connect
jambon updated the summary of D17702: [mpriscontrol] add primitive windows support.
Dec 19 2018, 11:04 PM · Windows, KDE Connect
jambon updated the summary of D17702: [mpriscontrol] add primitive windows support.
Dec 19 2018, 10:55 PM · Windows, KDE Connect
jambon updated the summary of D17702: [mpriscontrol] add primitive windows support.
Dec 19 2018, 10:54 PM · Windows, KDE Connect
jambon added a project to D17702: [mpriscontrol] add primitive windows support: Windows.
Dec 19 2018, 10:43 PM · Windows, KDE Connect
jambon added a reviewer for D17702: [mpriscontrol] add primitive windows support: KDE Connect.
Dec 19 2018, 10:43 PM · Windows, KDE Connect
jambon requested review of D17702: [mpriscontrol] add primitive windows support.
Dec 19 2018, 10:42 PM · Windows, KDE Connect

Nov 19 2018

jambon added a revision to T10000: Media player control on Windows: D16936: Added Windows support to systemvolume plugin.
Nov 19 2018, 10:04 PM · Windows, KDE Connect
jambon added a task to D16936: Added Windows support to systemvolume plugin: T10000: Media player control on Windows.
Nov 19 2018, 10:04 PM · Windows, KDE Connect
jambon added a comment to D16936: Added Windows support to systemvolume plugin.

Can you do the Android side? Since you have commit access you can just commit directly. I'm too lazy to clone the repo and create a diff for a one word change.

Nov 19 2018, 9:37 PM · Windows, KDE Connect
jambon updated the diff for D16936: Added Windows support to systemvolume plugin.

Done.

Nov 19 2018, 9:34 PM · Windows, KDE Connect
jambon added a comment to D16936: Added Windows support to systemvolume plugin.

I tested this for a little bit and it seems to work pretty well. I think this is ready to be merged.

Nov 19 2018, 2:25 AM · Windows, KDE Connect
jambon updated the summary of D16936: Added Windows support to systemvolume plugin.
Nov 19 2018, 2:25 AM · Windows, KDE Connect
jambon added a reviewer for D16936: Added Windows support to systemvolume plugin: KDE Connect.
Nov 19 2018, 1:47 AM · Windows, KDE Connect

Nov 18 2018

jambon updated the test plan for D16936: Added Windows support to systemvolume plugin.
Nov 18 2018, 10:15 PM · Windows, KDE Connect
jambon updated the diff for D16936: Added Windows support to systemvolume plugin.
  • Improved Error Checking
Nov 18 2018, 5:48 PM · Windows, KDE Connect
jambon updated the diff for D16936: Added Windows support to systemvolume plugin.

More fixes

Nov 18 2018, 4:23 PM · Windows, KDE Connect
jambon updated the diff for D16936: Added Windows support to systemvolume plugin.

Fixed some stuff

Nov 18 2018, 1:49 AM · Windows, KDE Connect

Nov 16 2018

jambon added a project to D16936: Added Windows support to systemvolume plugin: Windows.
Nov 16 2018, 10:20 PM · Windows, KDE Connect
jambon requested review of D16936: Added Windows support to systemvolume plugin.
Nov 16 2018, 10:19 PM · Windows, KDE Connect

Nov 8 2018

jambon added a comment to D16746: [runcommand] Add windows support.

Powershell is slow to start, especially on older computers. So if people just want to run a simple command, it'll create unessasary delay. If people really want to run powershell, they could just put powershell -c <command> in their command

Nov 8 2018, 1:49 PM · Windows, KDE Connect
jambon updated the diff for D16746: [runcommand] Add windows support.

Sorry, I accidentally swapped -c and /c.
@shivanshukantprasad If the user wants to run commands on other shells. They could just invoke the shells themselves.

Nov 8 2018, 1:07 PM · Windows, KDE Connect

Nov 7 2018

jambon updated the summary of D16746: [runcommand] Add windows support.
Nov 7 2018, 10:46 PM · Windows, KDE Connect
jambon requested review of D16746: [runcommand] Add windows support.
Nov 7 2018, 9:33 PM · Windows, KDE Connect
jambon added a parent task for T6270: Implement Sftp plugin on windows: T9997: KDE Connect on Windows.
Nov 7 2018, 12:47 AM · Windows, KDE Connect
jambon added a subtask for T9997: KDE Connect on Windows: T6270: Implement Sftp plugin on windows.
Nov 7 2018, 12:47 AM · Windows, KDE Connect

Nov 6 2018

jambon added a comment to T10000: Media player control on Windows.

Unfortunately there is no standard way to control media players on Windows. There is a standard API for media players(ISystemMediaTransportControls) but there's no way to query it since it's per app. I think simulating VK_MEDIA key presses maybe our only option.

Nov 6 2018, 11:58 PM · Windows, KDE Connect

Oct 30 2018

jambon updated the diff for D16501: [remoteinput] Added keyboard support for windows.
Oct 30 2018, 3:58 AM · Windows, KDE Connect
jambon updated the diff for D16501: [remoteinput] Added keyboard support for windows.
Oct 30 2018, 3:15 AM · Windows, KDE Connect

Oct 29 2018

jambon updated the diff for D16501: [remoteinput] Added keyboard support for windows.

Fixed key combinations. This patch is ready to be merged.
My email is jambonmcyeah@gmail.com.

Oct 29 2018, 11:39 PM · Windows, KDE Connect
jambon added a comment to D16501: [remoteinput] Added keyboard support for windows.

I think I know the reason why ctrl+c or ctrl+v doesn't work. It's because when KEYEVENTF_UNICODE is used, a VK_PACKET keystroke is sent which doesn't combine with other keys. I'll try to update the patch with a fix this week.

Oct 29 2018, 8:42 PM · Windows, KDE Connect
jambon removed reviewers for D16501: [remoteinput] Added keyboard support for windows: albertvaka, nicolasfella.
Oct 29 2018, 3:10 AM · Windows, KDE Connect
jambon added reviewers for D16501: [remoteinput] Added keyboard support for windows: albertvaka, nicolasfella.
Oct 29 2018, 3:00 AM · Windows, KDE Connect
jambon requested review of D16501: [remoteinput] Added keyboard support for windows.
Oct 29 2018, 2:56 AM · Windows, KDE Connect