Em sáb 26 abr 2014, às 14:05:47, Andreas Cord-Landwehr escreveu:
> With that in mind it is probably a very individual decision for every
> application, by judging where the main benefit for the appliciation is:
> early porting to new techniques like QtQuick2 or working on (existing/new)
> features
Em seg 21 abr 2014, às 17:57:51, Nathan Bradshaw escreveu:
> ok, no longer worth having a discussion if you can't muster a better
> response than this
She had nothing else to say since I already explained to you that's not
possible to uninstall Baloo without breaking KDE entirely. You seemed to
Em seg 21 abr 2014, às 17:25:55, Nathan Bradshaw escreveu:
> and can turn it off, in the UI, in config files, can uninstall it if their
> distro packages accordingly and modify the code themselves, can choose a
> distro that doesn't install it by default There has to be a default;
> you're atta
Em seg 21 abr 2014, às 20:19:30, Vishesh Handa escreveu:
> What's the name of the process? If it's baloo_file_cleaner, then that's
> probably cause it's removing all the index.
The process is akonadi_baloo_indexer. When I said Baloo is consuming CPU time
I meant to say that it's still being exec
Em seg 21 abr 2014, às 16:53:16, Michael Jansen escreveu:
> > This has been discussed in detail at
> > http://lists.kde.org/?l=kde-devel&m=139606131629659&w=2 . tl;dr - There
> > won't be an option to disable Baloo or an include list. Baloo might
> > however
> > show list of currently indexed dirs.
Hello Pramiti.
Em ter 15 abr 2014, às 02:03:15, Pramiti Goel escreveu:
> I try to build baloo and kdepim:
>
> I did following steps for installation:
>
> Akonadi:
> git clone http://anongit.kde.org/akonadi
> kdepimlibs:
> git clone http://anongit.kde.org/kdepimlibs
> baloo:
> git clone http://an
On Tue, Apr 1, 2014 at 7:47 PM, Ahmed I. Khalil
wrote:
> Hello,
> I am trying to use KJSEmbed::Engine in a library that I am writing. My
> CMakeLists.txt links with the ${KDE4_KJS_LIBS} and also contains
> include_directories( ${KDE4_INCLUDES} ).
>
> AFAIK the ${KDE4_INCLUDES} contains all include
On Sun, Mar 30, 2014 at 10:57 PM, Ian Wadham wrote:
> A subsidiary question. What replaces Konqueror now? Dolphin replaces the
> file manager functionality, but what is the "official" supported KDE browser?
I guess it is Rekonq.
--
Roney
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#u
On Fri, Feb 28, 2014 at 8:40 PM, Ian Wadham wrote:
> Thanks, Thomas and Roney. Heh! Now who is the mentor, Roney? … :-)
I'm flattered. Thank you! That means a lot coming from you. :-)
--
Roney
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
On Fri, Feb 28, 2014 at 7:46 AM, Thomas Lübking
wrote:
> you can pass them a parent, Tool flag (includes the Window flag) will turn
> them into toplevel windows.
You'll probably have to exclude the Qt::WindowStaysOnTopHint when
passing a parent to a window with Qt::Tool enabled, since it will giv
On Sun, Feb 9, 2014 at 4:44 AM, Cruceru Calin
wrote:
> kde-src build running: git checkout -b 4.8 origin/4.8
I think you are a bit confused regarding terminologies. You do not
have to delete directories, but branches instead.
Let's try do understand what git checkout is doing.
$ git checkout -b
On Sat, Feb 8, 2014 at 1:25 PM, Elvis Angelaccio
wrote:
> When I'm supposed to increment the version number?
Every time something new is added to the UI. i.e. significant visual changes.
--
Roney
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Em 18-01-2014 12:26, Arjun Ak escreveu:
> This is the same error that you had before. You missed out
> "-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4"
And you wouldn't have to pass this variable explicitly if you had
configured Qt Creator's kits.
Create a new kit pointing to qmake-qt4. (Tools > Option
On 11/25/2013 07:53 PM, Christoph Feck wrote:
> Many NLP researchers simply use Wikipedia text.
Following Cristoph's advice, you may wish to try Wikipedia Miner. It
provides a Java API useful for crawling Wikipedia articles.
http://wikipedia-miner.cms.waikato.ac.nz
--
Roney
>> Visit http://mail
On Tue, Jul 16, 2013 at 2:57 PM, Jaydeep Solanki wrote:
> Any solution ?
I see two possibilities. Correct me if I'm wrong.
1. You can merge your branch to local master and then generate a diff.
2. Push your branch to the server and then generate a diff. But in
this case you can ask people direct
Hi Heena.
I sourced your bashrc and got a "Unexpected end of file" error. To fix
this I had to split in multiple lines your functions defined at the
215 and 216 lines.
Like this:
function gd {
git diff -w "$@"
}
function gc {
git commit -am "$@"
}
On Sun, Jun 16, 2013 at 12:09 PM, He
Although nobody answered my previous e-mail and I couldn't find
someone interested in mentoring me this year, I've submitted a more
elaborated proposal [1] through GSoC's website.
Any feedback will be highly appreciated.
[1]
https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013
Hello friends.
For those of you who still don't know me, I'm Roney, the current
maintainer of KBounce and KNavalbattle.
I have been part of the KDE Games group since last year when my
proposal for "Porting Games to a More Modern Graphics Framework" was
accepted and I had the luck to be mentored b
On Wed, Dec 26, 2012 at 3:31 PM, Thomas Lübking
wrote:
> "Where you need them"
> local statics (function specific), global statics (you need to cross
> classes), private statics - or an enum (providing type more type safety)
Thanks for the tips. I'll give look at the file were the constants are
On 11/24/2012 10:52 AM, Sergey Borovkov wrote:
> git branch -a should return all existing branches
> git checkout KDE/4.9 should create local tracking branch
> After that you can use git cherry-pick to pick specific commit to
> be cherry picked in 4.9 branch
That's exactly what I needed. Thanks a
Hi there,
Can anyone, please, explain me how do I backport a bugfix to the 4.9
branch? I have a basic notion about managing local branches on git, but
know nothing about remotes.
I listed all branches on my local repo and there was nothing but my
local ones and the master branch.
--
Roney
>> Vi
On Friday, April 06, 2012 12:56:43 AM Andreas Pakulat wrote:
> Yes, its not the second page, but its actually structured quite nicely,
> its a bit like a step-by-step thing. This does mean experienced
> developers who just want to know where the repositories are (because
> they already know how suc
On Thursday, April 05, 2012 11:58:28 AM Tomaz Canabrava wrote:
> I agree with him that there's should be a link to 'get the sources' on
> the www.kde.org pointing to projects.kde.org =)
So we are two. I had the same difficulty a few weeks ago when I decided to
work in the code of some games.
I t
Thanks for the help Teo, I tried to find these informations by myself but
didn't succeed.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
24 matches
Mail list logo