Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-28 Thread Dawit Alemayehu
On Dec. 24, 2011, 8:38 a.m., David Faure wrote: konqueror/client/kfmclient.cpp, line 386 http://git.reviewboard.kde.org/r/103524/diff/1/?file=44675#file44675line386 The code later on uses new KRun for the case of a user-defined browser, given that KRun can handle that. Why not

Re: Review Request: Fix for stale permissions information in properties dialog

2011-12-28 Thread Dawit Alemayehu
On Dec. 28, 2011, 7:37 a.m., David Faure wrote: kio/kio/kdirlister.cpp, line 1078 http://git.reviewboard.kde.org/r/103555/diff/1/?file=44960#file44960line1078 Yes, but changing permissions is only one case for ending up here. The most common case is that KDirWatch (in Stat mode)

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-28 Thread David Faure
On Dec. 24, 2011, 8:38 a.m., David Faure wrote: konqueror/client/kfmclient.cpp, line 386 http://git.reviewboard.kde.org/r/103524/diff/1/?file=44675#file44675line386 The code later on uses new KRun for the case of a user-defined browser, given that KRun can handle that. Why not

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-28 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103524/#review9340 --- This review has been submitted with commit

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-28 Thread Anders Lund
On Onsdag den 28. december 2011, Dawit Alemayehu wrote: I disagree. Basically, if a user associates konqueror with anything else himself, your patch would disregard that and just fire up firefox. Yes exactly. The user consciously choose to do that. Why should we not honor that choice ? So

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-28 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103524/#review9343 --- This review has been submitted with commit

migration to git

2011-12-28 Thread Jasm Sison
Hi, We're in the process of migrating our monolithic cvs to a git system. I understand that kde-development has multiple git repositories. I imagine that this might be difficult to manage, because number of projects developed for kde. Does kde-develop use a central repository that uses git

[no subject]

2011-12-28 Thread Amandeep Singh
Hi, I am Aman (irc : dedman) , a student of computer science from India. I love KDE Software and have been using it for over a year. I especially love using Amarok, Kate, Kopete, KMail and the Plasma Desktop as a whole. I wish to contribute to KDE but I have no prior experience with contributing

Hello Kde

2011-12-28 Thread Amandeep Singh
Hi, I am Aman (irc : dedman) , a student of computer science from India. I love KDE Software and have been using it for over a year. I especially love using Amarok, Kate, Kopete, KMail and the Plasma Desktop as a whole. I wish to contribute to KDE but I have no prior experience with contributing

Re: migration to git

2011-12-28 Thread Valentin Rusu
On 12/28/2011 10:39 AM, Jasm Sison wrote: Hi, Hello, We're in the process of migrating our monolithic cvs to a git system. I understand that kde-development has multiple git repositories. I imagine that this might be difficult to manage, because number of projects developed for kde.

Re: Hello Kde

2011-12-28 Thread Anne-Marie Mahfouf
Hi Amandeep, Learning Qt is of course a good start. What you can also do is go to bugs.kde.org and look for JJ bugs to fix. Also ask the Amarok people for easy things to do. You will get started quicker if you do things besides of studying the book (which is a very good one). Best regards,

Re:

2011-12-28 Thread Keith Rusler
I would say, that you dissect the Qt examples and demos. Figure out how they work, modify them a little, then turn around and replace all the functionality with KDE components where possible. Then once you are done with that. Find out where you're interested at in KDE, like Konversation, Amarok,

[PATCH]: fix kmix PulseAudio glib detection

2011-12-28 Thread Kelly Anderson
Hi, I was getting messages in my .xsession-errors. kmixctrl(2487)/kmix Mixer_PULSE::Mixer_PULSE: Disabling PulseAudio integration for lack of GLib event loop. It turns out on my system the className being used (kde 4.7.4) is QEventDispatcherGlib not QGuiEventDispatcherGlib. I patched the