Re: Complex text input in Plasma

2017-04-09 Thread Martin Gräßlin
Am 2017-04-09 03:49, schrieb Weng Xuetian: I don't want to base any decisions on 5 year old numbers. 30 msec would be bad, but if it is with modern hardware just 10 it wouldn't be that bad. 30ms is almost the maximum time that I found it would be accepted by the user. It's too much alread

Re: Complex text input in Plasma

2017-04-09 Thread Eike Hein
Personally I do see the appeal of making kwin the daemon - simplicity and definitely delivers on the "make IM not be an afterthought" goal. If it's in the kwin core it can't be not installed. It'd also make the System Settings side easier if we can code against a native interface we control - rig

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-04-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=376344 Elvis Angelaccio changed: What|Removed |Added CC||markusmitsc...@gmail.com --- Comment #9 from

D5301: Introduce support for keyboard layout switching policies

2017-04-09 Thread Martin Gräßlin
graesslin updated this revision to Diff 13245. graesslin added a comment. Restricted Application edited projects, added Plasma; removed KWin. QMap -> QHash as ordering pointers doesn't make any sense REPOSITORY R108 KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5301?vs=13092

Re: Complex text input in Plasma

2017-04-09 Thread Martin Gräßlin
Am 2017-04-09 10:19, schrieb Eike Hein: Martin, how would you see this done? Some sort of abstract interface in kwin and a plugin-based implementation that makes the actual calls into the fcitx lib? That would be an option if we want to support multiple IM implementations. But if we want to

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376344 --- Comment #10 from mathoj...@gmail.com --- Hello, Just wondering... Why is this bug still in "UNCONFIRMED" Status ?? The bug has been reported here many times, and on duplicates as well... -- You are receiving this mail because: You are the assignee

D5365: Add support for keyboard layout switching policy "winclass"

2017-04-09 Thread Martin Gräßlin
graesslin created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY This is quite similar to the policy "window" - the main difference is that windows from the same application share the layout. So only sw

D5315: Add support for keyboard layout switching policy "window"

2017-04-09 Thread Martin Gräßlin
graesslin added a dependent revision: D5365: Add support for keyboard layout switching policy "winclass". REVISION DETAIL https://phabricator.kde.org/D5315 To: graesslin, #kwin, #plasma Cc: plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol

D5365: Add support for keyboard layout switching policy "winclass"

2017-04-09 Thread Martin Gräßlin
graesslin added a dependency: D5315: Add support for keyboard layout switching policy "window". REVISION DETAIL https://phabricator.kde.org/D5365 To: graesslin, #kwin, #plasma Cc: plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol

D5377: Using proper checkboxes with labels instead of labels plus checkboxes

2017-04-09 Thread Ivan Čukić
ivan created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Having a label with a small no-label checkbox is not really a good idea - it minimizes the click area. Other parts of KCM use the proper checkbox

D5378: Adding an option to show popular documents/apps for Kicker and Dash

2017-04-09 Thread Ivan Čukić
ivan created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Kicker: F3601847: Spectacle.FW8575.png Dash: F3601849: Spectacle.Nb8575.png

Re: Complex text input in Plasma

2017-04-09 Thread Weng Xuetian
On Sunday, 9 April 2017 00:38:06 PDT,Martin Gräßlin wrote: > Am 2017-04-09 03:49, schrieb Weng Xuetian: > >> I don't want to base any decisions on 5 year old numbers. 30 msec > >> would > >> be bad, but if it is with modern hardware just 10 it wouldn't be that > >> bad. > > > > 30ms is almost the

D5355: Fix query for available modules

2017-04-09 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > main.cpp:62 > +// We need the exist calls because otherwise the trader language aborts > if the property doesn't exist and the second part of the or is not evaluated >

Jenkins-kde-ci: plasma-desktop master kf5-qt5 » Linux,gcc - Build # 706 - Still Unstable!

2017-04-09 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/706/ Project: PLATFORM=Linux,compiler=gcc Date of build: Mon, 10 Apr 2017 02:01:54 + Build duration: 8 min 17 sec CHANGE SET Revision aa925f5db46efd3f76ce91e94ce302

Jenkins-kde-ci: plasma-workspace master kf5-qt5 » Linux,gcc - Build # 846 - Still Unstable!

2017-04-09 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/846/ Project: PLATFORM=Linux,compiler=gcc Date of build: Mon, 10 Apr 2017 02:02:24 + Build duration: 8 min 16 sec CHANGE SET Revision 5157e40082f1efc52ce05f4cbfcd

Jenkins-kde-ci: plasma-desktop Plasma-5.9 stable-kf5-qt5 » Linux,gcc - Build # 115 - Still Unstable!

2017-04-09 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/plasma-desktop%20Plasma-5.9%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/115/ Project: PLATFORM=Linux,compiler=gcc Date of build: Mon, 10 Apr 2017 03:03:29 + Build duration: 6 min 21 sec CHANGE SET Revision a9338a6bbfd44c18d24

D5380: [platforms/drm] Explicitly request event context version 2

2017-04-09 Thread Martin Gräßlin
graesslin created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. REVISION SUMMARY Libdrm 2.4.78 introduces a version 2 and if KWin gets built against it our code would break. Given that this change is for Plasma/5.8 br

D5380: [platforms/drm] Explicitly request event context version 2

2017-04-09 Thread Daniel Stone
fooishbar accepted this revision. This revision is now accepted and ready to land. REPOSITORY R108 KWin BRANCH drm-event-version-plasma-5.8 REVISION DETAIL https://phabricator.kde.org/D5380 To: graesslin, #kwin, #plasma, fooishbar Cc: plasma-devel, kwin, progwolff, lesliezhai, ali-mohamed