Re: Enquiring about participation in the mailing list

2013-01-15 Thread Thomas Baumgart
Hi all,

On Wednesday 16 January 2013 11:11:37 ravindra rakshit wrote:

> I have subscribed to the mailing list, and a have received a mail with
> my password with the subject- ' Welcome to the "kde-devel" mailing
> list(Digest mode) '. Now should i send my all mails with querries at
> kde-devel@kde.org? where to use the password?

sending mail with topics regarding the development of KMyMoney should  be sent 
to the address you mentioned (and already used successfully).

The password is only required in case you want to change some settings. It 
works on the web-front-end of this mailing list at  
http://mail.kde.org/mailman/listinfo/kde-devel .

Hope that helps.

-- 

Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-
"Hey! I could use Tex!" and I've only gotten to use it a little
so far but it's so far superiour to MS Words "be everywhere do
everything"-ness it's not even funny... (lordSauron)
-


signature.asc
Description: This is a digitally signed message part.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Re: Enquiring about being a developer

2013-01-15 Thread Lydia Pintscher
On Tue, Jan 15, 2013 at 10:29 AM, ravindra rakshit  wrote:
> I am quite new to this open source. The things like Qt framework and git are
> new to me, so should I learn all this well before starting to participate as
> a developer or a debugger? Iam familiar to C++, what more should i know?

Hi Ravindra,

Have a look at this book that was written to help people get into KDE
development: http://flossmanuals.net/kde-guide/
If you have any questions please ask them here or on IRC in #kde-devel
on freenode.


Cheers
Lydia

--
Lydia Pintscher - http://about.me/lydia.pintscher
KDE Community Working Group / KDE e.V. board member
http://kde.org - http://open-advice.org

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Input method integration for KDE 4.11

2013-01-15 Thread Weng Xuetian
Hi,
Under linux, input method is always being a mess:
1. Start it correctly
ubuntu, debian: im-switch, im-config
fedora: imsettings
opensuse: their own script and I don't really know package name about it.

im-switch and im-config have bug so long time, and all of them are distro 
specific.

2. Relation betwen keyboard layout and input method
Agree it or not, keyboard layout is only a kinds of special input method, and 
it should live with input method,

Now, more and more input method are taking care of keyboard layout (which 
means it would just conflict with kde's own keyboard layout settings), but 
it's the correct way to go:
Here comes my beloved usecase :D
User is using a Chinese input method, which expect it to be something similar 
with qwerty, but if you're using a de layout, it will type some non-sense 
character.

And idea is, input method have layout on its own, and should be take care by 
input method itself (if they can).

So, leaving user with keyboard layout settings provided by kde if input method 
can already handle it doesn't make any sense.

Under upper idea, I wrote some code, now it's only complete the idea 1.
https://github.com/csslayer/kde-input-method

Currently it only have fcitx's profile for test (since I'm selffish fcitx 
dev), but it's trivial to add others (gcin, hime, ibus, maliit).

It provides distro independent start up and environment handling (by global 
kde env script), input method process starting and monitoring (by kded).

BTW kded part can be also adopted by plasma-active.

Configure button in kcm is not implemented yet.

Currently it has its own kcm, which I want to have it sit in kcm-component-
chooser. And for backward compatibilty, it can be switch to "none" and in that 
way nothing will be affected.

And I need input from kcm-keyboard maintainer (already in CC) and non-CJK 
people. I'm not sure about which list should be CC to, so I only send to kde-
devel for now.

Regards,
Xuetian

signature.asc
Description: This is a digitally signed message part.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<