Re: plasma 5 desktop scripting file locations / examples?

2017-02-28 Thread Thom Castermans
Hi Patrick, Not sure how to do it personally, but at the moment, there are fairly up-to-date KDE packages for Debian in testing, unstable and experimental. You could check out how they did it there. There is also a mailinglist [1] for KDE on Debian that you could ask your question on. The maintain

Re: Howto disable kate/kwrite autoindent following if, loop, or open-brace

2016-11-21 Thread Thom Castermans
2016-11-21 9:12 GMT+01:00 Sven Brauch : > Hi, > > On 21/11/16 06:02, David C. Rankin wrote: > > How do you disable the automatic indention of the next line after an > 'if', > > 'for', 'while' or open-brace, etc.. > Set the indenter to "normal" instead of cstyle for the kind of document > you edi

Re:

2016-08-29 Thread Thom Castermans
You should pick a project you like working on. It would be most valuable if you get to know a code base by fixing easier bugs and then stick around for fixing issues that require more time/effort to address. Bugs that should be easy to fix are listed as junior jobs [1, 2]. Happy hacking! Thom 1

Re: Add precise enable/disable option for baloo.

2014-05-02 Thread Thom Castermans
Hi Sajeeb, I assume that you subscribed to this mailing list quite recently or did not follow it for a while. This exact topic was discussed [1] a short while ago on this list already. It was a quite... heavy discussion now and then, but I think everybody sort of agreed with each other in the e

Re: Baloo Indexer and options

2014-04-21 Thread Thom Castermans
Op dinsdag 22 april 2014 05:52:24 schreef Lindsay Mathieson: > Poeple aren't asking for features - they are asking for features to be > removed that were forced on them. > > With regards to whitelisting they are asking for a useful feature to be > restored that was was deliberately removed, with n

Re: Baloo Indexer and options

2014-04-21 Thread Thom Castermans
Hello, I have been following this discussion passively, but I would like to take the opportunity to say thank you, Vishesh, for all of your hard work. I really feel like some people are overreacting a bit, or at the very least formulate their e-mails in a somewhat offensive way. In my opinion,

Re: compiling okular

2014-01-17 Thread Thom Castermans
Hi Gaurav, It basically says that you need to install libqjson. It depends a little bit on the distribution you use how to do that, but mostly it is a matter of executing `apt-get install libqjson`. Thom 2014/1/17 GAURAV Agrawal : > Hi, > > thanks for helping me with the command > cmak

Re: Want to contribute

2013-09-27 Thread Thom Castermans
Hi, Not sure if you looked around a bit, but... there is a huge button at https://bugs.kde.org/ for filing a bug. Do search for your problem via the search function first! If someone else filed a bug for the problem you want to report, then simply acknowledge the problem or keep an eye on the exis

Re: Move Joxy to the KDE Playground?

2013-08-23 Thread Thom Castermans
Hi Sebas, 2013/8/23 Sebastian Kügler : > Hi, > > On Friday, August 23, 2013 11:51:10 Thom Castermans wrote: >> Quite some time ago, we sent a mail [1] on this list to ask for your >> opinion about Joxy [2]. Joxy is a Java look-and-feel that aims to have >> nice-looking

Move Joxy to the KDE Playground?

2013-08-23 Thread Thom Castermans
pment Platform that are hosted by the KDE infrastructure but have not yet had a stable release and may never be released." However, Joxy is built in Java (and a bit of C++) and hence not on the KDE Development Platform: would that be a problem? We look forward to hear from you! Cheers, Thom Cast

Re: Getting the content of a KParts::SelectorInterface::Element

2013-08-21 Thread Thom Castermans
Hi, I'm just guessing here because I have no experience with programming KParts, but it is quite normal in Javascript(libraries) to have an attribute "innerHTML" or simply "html" that references the contents of the node. Maybe this also works here? Cheers, Thom Casterman

Re: unable to push

2013-06-17 Thread Thom Castermans
Could you please, for future reference, specify how you fixed it? Thanks, Thom 2013/6/17 Heena Mahour > hey , > Fixed the error , now it is working :) Thanks > > > > On Mon, Jun 17, 2013 at 12:07 PM, Heena Mahour wrote: > >> http://pastebin.com/raw.php?i=h7nBxjV2 >> >> >> >> On Mon, Jun 17, 20

Re: kde settings apply vs instant change

2013-05-21 Thread Thom Castermans
Personally, I like the apply button because it makes applying the changes explicit. Whenever there is no apply button, I feel confused about if/how/when the changes are applied. Just my 5 cents :-) 2013/5/21 Ovidiu-Florin Bogdan > I would like that. > > *Ovidiu-Florin Bogdan* > Software Develo

Integrate Kile (build from source) with rest of KDE

2012-06-16 Thread Thom Castermans
Hi all, To be able to have live preview in Kile, I compiled Kile and Okular from source as described in [1]. Now, this works like a charm and I am really happy with it, but there is one minor point that I hope can be easily fixed. If not, I hope there is a good explanation for it and that someone

Re: Building KDE

2012-04-28 Thread Thom Castermans
Hi Lindsay, Although I cannot answer your question, I would be interested in your VM if you have finished it. Is there a page where you post your project, or will you send an email via this list if you're done? Maybe it is an idea to create a 32- and a 64-bit version? Thom 2012/4/28 Lindsay Mat

Re: keyboard layout configuration and display

2012-04-24 Thread Thom Castermans
2012/4/24 Wagner Reck : > On Tue, Apr 24, 2012 at 3:56 PM, Shivam Makkar > wrote: >> from where can i get to know about  keyboard layout configuration and >> display. >> means its source,documentation and developers mailing list etc. > first, it's not the right place to ask, it's a devel list to d

Re: Integrating Java Swing with Oxygen

2012-03-30 Thread Thom Castermans
2012/3/29 Alex Fiestas : > I'm going to just let my excitation talk by me since I have been missing this > since I'm a KDE user (quite a few years now :p) > > What about open/save dialogs? We are working on this. At the moment, there is a separate branch for a decent file chooser. Obviously, here i

Re: Integrating Java Swing with Oxygen

2012-03-28 Thread Thom Castermans
Hi all, Thanks a lot for all the feedback and positive replies. Shantanu: a funny coincidence indeed :) We are trying our best to make it as good-looking as possible. I am aware of the OOo/LO integration, but they do not use KDE settings or rendering, AFAIK. Its more that it looks 'a bit better',

Integrating Java Swing with Oxygen

2012-03-26 Thread Thom Castermans
Hi all, A brief introduction: I am an undergraduate student in Eindhoven, the Netherlands, studying Computer Science and Engineering. Together with a friend, studying the same as me but also Mathematics, we noticed how ugly Java Swing applications look in KDE. This is logical, since Swing does all