Re: Cornelius's grand plan - Merging KDElibs into Qt

2010-10-31 Thread Andreas Pakulat
On 31.10.10 17:42:22, Zorael wrote: I'm not a developer but I thought I'd pipe in. Without really touching on how to technically make kdelibs more modular and which bits to upstream into Qt (although I like the {tier1,tier2,platform} divisioning proposed in the wiki), I don't see how this

Re: Action icons in menus

2010-12-14 Thread Andreas Pakulat
On 14.12.10 15:52:39, Ingo Klöcker wrote: On Tuesday 14 December 2010, David Jarvie wrote: On Monday 13 December 2010 20:32:30 Albert Astals Cid wrote: 5. There is no space to show the shortcut (i.e. Ctrl+C for Copy) IMO, this is a very important drawback. There would then be no easy

[Phonon/4.1] fe3ea00 As discussed on kde-buildsystem rename kde4_add_te

2011-01-03 Thread Andreas Pakulat
commit fe3ea001b2f76e116f2595f064ea12c6f96c3004 branch 4.1 Author: Andreas Pakulat ap...@gmx.de Date: Sun Jun 17 21:13:37 2007 + As discussed on kde-buildsystem rename kde4_add_test to kde4_add_test_executable and introduce kde4_add_unit_test for unittests, which combines

Re: Krazy: prefix vs. postfix ++ and -- operators

2011-01-11 Thread Andreas Pakulat
On 11.01.11 16:16:23, Christoph Feck wrote: Krazy says: You should use ++ and -- as prefix whenever possible as these are more efficient than postfix operators. Prefix increments first and then uses the variable, postfix uses the actual; the variable is incremented as well. Because of

Merge or Cherry-Pick?

2011-01-31 Thread Andreas Pakulat
Hi, something that hasn't been written down as far as I can see (if I overlooked it, please point me to it) is what the policy on kdelibs is to be now wrt. merging vs. cherry-picking of changes in branches and master? Andreas -- You learn to write as if to someone else because NEXT YEAR YOU

Re: Merge or Cherry-Pick?

2011-01-31 Thread Andreas Pakulat
On 31.01.11 16:05:43, Aaron J. Seigo wrote: On Monday, January 31, 2011, Thiago Macieira wrote: On Monday, 31 de January de 2011 14:44:38 Aaron J. Seigo wrote: On Monday, January 31, 2011, Andreas Pakulat wrote: something that hasn't been written down as far as I can see (if I

Re: Policy on git feature branches

2011-02-01 Thread Andreas Pakulat
On 01.02.11 13:05:49, Sebastian Trüg wrote: On 02/01/2011 11:11 AM, Andreas Pakulat wrote: On 01.02.11 10:21:01, Sebastian Trüg wrote: Hi list, I have been working on an improvement for Nepomuk via git-svn for a while now and would now like to push it to kde-runtime. If the branch

Re: proposal: remove KTextEditor interface from kdelibs repository

2011-02-01 Thread Andreas Pakulat
On 01.02.11 19:49:10, Albert Astals Cid wrote: A Dimarts, 1 de febrer de 2011, Ian Monroe va escriure: On Mon, Jan 31, 2011 at 21:19, Aaron J. Seigo ase...@kde.org wrote: [snip] oh well, KTextEditor isn't an option, Should we give up so easily on this? The whole point of

Re: Merge or Cherry-Pick?

2011-02-01 Thread Andreas Pakulat
On 01.02.11 14:06:47, Aaron J. Seigo wrote: On Tuesday, February 1, 2011, Stefan Majewsky wrote: On Tue, Feb 1, 2011 at 10:22 PM, Aaron J. Seigo ase...@kde.org wrote: then i learned today to be extra vigilant about doing `git pull --rebase` and not just `git pull` so i don't accidentally

Re: Initial support for kde_projects.xml in kdesrc-build

2011-02-01 Thread Andreas Pakulat
On 01.02.11 23:14:26, Michael Jansen wrote: Do you need that for running ? For building it's not necessary. Use CMAKE_PREFIX_PATH. I always thought that PATH controls which qt version is selected if you have more than one (First qmake found). It was that way some time ago. And

Re: Initial support for kde_projects.xml in kdesrc-build

2011-02-03 Thread Andreas Pakulat
On 04.02.11 00:33:58, David Faure wrote: On Wednesday 02 February 2011, Alexander Neundorf wrote: On Wednesday 02 February 2011, Michael Pyne wrote: ... e.g. worrying about environment variables like PKG_CONFIG_PATH is no idle claim (kdesrc-build sets that as well), along with PATH

Re: Initial merge (was: Re: Merge or Cherry-Pick?)

2011-02-04 Thread Andreas Pakulat
On 04.02.11 08:47:08, Johannes Sixt wrote: Am 2/3/2011 13:04, schrieb Johannes Sixt: Before anybody begins to work in this way, someone with sufficient knowlege must introduce the first real merge of the 4.6 branch into the master branch. The conflicts must be resolved; or it is possible to

Re: A Qt replacement for KGlobal::ref and deref

2011-02-17 Thread Andreas Pakulat
On 17.02.11 13:43:11, Stefan Majewsky wrote: On Wed, Feb 16, 2011 at 5:31 PM, Aaron J. Seigo ase...@kde.org wrote: which begs the question: is KConfig (as ane exmple) platform or app dev? fun conversations to be had and digging to be done :) From my experience, KConfig is actually two

Re: git and commitfilter ?

2011-04-10 Thread Andreas Pakulat
On 10.04.11 19:31:15, Alexander Neundorf wrote: Hi, is commitfilter (http://commitfilter.kde.org) actually working with git ? Just today I figured that there is such silence wrt. to commit emails for kdelibs/cmake/modules/ because probably commitfilter is not working with git ? It works

Re: Klipper

2011-05-16 Thread Andreas Pakulat
On 15.05.11 22:32:21, Steven Sroka wrote: I'm interested if anyone knows why kdebase-workspace depends on Klipper? I love how various KDE components are very modular, but for a while now that weird dependency has been bugging me... Huh? klipper is part of kdebase-workspace. It does not depend

Re: Klipper

2011-05-16 Thread Andreas Pakulat
On 16.05.11 12:35:53, todd rme wrote: On Mon, May 16, 2011 at 5:35 AM, Esben Mose Hansen k...@mosehansen.dk wrote: On Monday 16 May 2011 10:24:01 Andreas Pakulat wrote: kdebase-workspace is meant to be a single module giving you a working KDE desktop, that includes a clipboard and hence

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Andreas Pakulat
On 21.05.11 13:25:32, Dawit A wrote: No that is a moc issue. The code is properly @ifdef'ed out in the code, but the generated moc file does not seem to exclude it. That is why you get the message: /home/arysin/kde/build/KDE/kdelibs/kdewebkit/kgraphicswebview.moc:91:6: error: prototype for

Re: Native gettext support for Qt (was: Intended organization of KDE Frameworks)

2011-06-07 Thread Andreas Pakulat
On 07.06.11 11:51:29, Manuel Sput Nickschas wrote: On Tuesday 07 June 2011 08:46:54 Albert Astals Cid wrote: This means that if you want Tier 1 frameworks to be translatable you need either to teach Qt to understand gettext files natively or to make Tier 1 frameworks use pure based

Re: Proposal to use QIcon in APIs in KF5.

2011-09-07 Thread Andreas Pakulat
On 07.09.11 02:57:29, Tomaz Canabrava wrote: On Wed, Sep 7, 2011 at 2:53 AM, Boudewijn Rempt b...@valdyas.org wrote: On Wednesday 07 September 2011 Sep, John Layt wrote: Porting a dozen or so lines from KIcon(foo) to KIconFactory::icon(foo) is nowhere near the effort Just to make sure

Re: The future of Power Management - together with Activities

2011-10-01 Thread Andreas Pakulat
On 01.10.11 16:27:48, Dario Freddi wrote: Hello all, and sorry for cross-posting. Me and Bjorn have been discussing extensively about how to improve the current situation with Power Management in KDE. We focused on simplicity, still without losing power-user features. And we have a plan

Re: The future of Power Management - together with Activities

2011-10-02 Thread Andreas Pakulat
On 01.10.11 23:02:40, Dario Freddi wrote: On Saturday 01 October 2011 21:03:10 Andreas Pakulat wrote: What happens if I don't use activities at all since they provide no use for me? And whats also not clear to me: How can I get powermanagement configured so it never dims down my screen

Re: The future of Power Management - together with Activities

2011-10-02 Thread Andreas Pakulat
On 02.10.11 14:25:48, Dario Freddi wrote: On Sunday 02 October 2011 10:48:45 todd rme wrote: On Sun, Oct 2, 2011 at 10:41 AM, Thomas Zander zan...@kde.org wrote: The part that I think is confusing is to make is so that one changes the way power management works in some cases so that it's

Re: FindKActivities.cmake missing from kdelibs KDE/4.7 ?

2011-10-17 Thread Andreas Pakulat
On 17.10.11 19:45:07, Friedrich W. H. Kossebau wrote: Lundi, le 17 octobre 2011, à 19:35, Alex Merry a écrit: On 17/10/11 18:10, Friedrich W. H. Kossebau wrote: Hi, kde-workspace trunk is supposed to be compiled against kdelibs KDE/4.7, right? For me it seems that

Re: FindKActivities.cmake missing from kdelibs KDE/4.7 ?

2011-10-18 Thread Andreas Pakulat
On 18.10.11 12:27:14, Alex Merry wrote: On 17/10/11 18:56, Andreas Pakulat wrote: On 17.10.11 18:35:21, Alex Merry wrote: FindKActivities is provided by libkactivities (the kactivities module on git.kde.org). If you don't have it, there won't be such a file. This is wrong as has been

Re: This starts to become a dangerous path (Was: New Feature for kdelibs)

2011-11-16 Thread Andreas Pakulat
On 17.11.11 00:14:23, Scott Kitterman wrote: On 11/16/2011 11:31 AM, Aaron J. Seigo wrote: On Tuesday, November 15, 2011 16:28:21 Scott Kitterman wrote: On 11/15/2011 04:08 PM, Thomas L�bking wrote: If one wants a feature in future KDE versions and such fork wouldn't exist, one would

Review Request 101486 (Q/KComboBox related KConfigDialogManager change) breaks apps

2011-11-30 Thread Andreas Pakulat
Hi, just came around to notice this now, but the mentioned code-change from the review request: https://git.reviewboard.kde.org/r/101486/ actually does break apps. In particular it breaks kdevelop. We have a KComboBox subclass which actually wants to store a custom string-property into the

Re: Review Request 101486 (Q/KComboBox related KConfigDialogManager change) breaks apps

2011-11-30 Thread Andreas Pakulat
On 30.11.11 22:06:12, Christoph Feck wrote: On Wednesday 30 November 2011 21:50:41 Andreas Pakulat wrote: Since nonetheless there's the case of breaking existing apps with this change, I'd like to check other peoples opinions on adding some more logic to the kconfigdialogmanager's code so

Re: Review Request: Fix FindXine.cmake to use pkg-config instead of xine-config

2012-01-05 Thread Andreas Pakulat
. For a good example see the FindLibXml2.cmake file. - Andreas Pakulat On Jan. 5, 2012, 11:25 a.m., Johannes Huber wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103631

Re: Review Request: New KDE Macro for to wrap the noreturn attribute

2012-02-13 Thread Andreas Pakulat
On 13.02.12 12:49:08, Pau Garcia i Quiles wrote: Hi, The MSDN documentation explains this: http://msdn.microsoft.com/en-us/library/k6ktzx3s%28v=vs.100%29.aspx Hmm, maybe that changed in more recent MSVC's but MSVC6 always error'ed out from the compile if a branch was missing a return

Re: Please avoid noisy merge commits in frameworks

2012-02-20 Thread Andreas Pakulat
On 19.02.12 17:49:59, Parker Coates wrote: On Sun, Feb 19, 2012 at 11:58, Anne-Marie Mahfouf wrote: I guess I should get used to using gitk. This is slightly off topic, but with all this talk of gitk, I thought it'd be a good time to recommend QGit [1]. It's an alternative git history

Re: Setting up a Quality Team within KDE

2012-04-09 Thread Andreas Pakulat
On 09.04.12 12:58:02, Alexander Neundorf wrote: On Friday 06 April 2012, Anne-Marie Mahfouf wrote: On 04/06/2012 02:23 PM, Aleix Pol wrote: On Thu, Apr 5, 2012 at 1:42 PM, Anne-Marie Mahfouf annemarie.mahf...@free.fr wrote: Hi, We would like to setup a Quality Testing Team

Re: Setting up a Quality Team within KDE

2012-04-09 Thread Andreas Pakulat
On 09.04.12 13:28:31, Anne-Marie Mahfouf wrote: On 04/09/2012 01:15 PM, Andreas Pakulat wrote: On 09.04.12 12:58:02, Alexander Neundorf wrote: On Friday 06 April 2012, Anne-Marie Mahfouf wrote: On 04/06/2012 02:23 PM, Aleix Pol wrote: On Thu, Apr 5, 2012 at 1:42 PM, Anne-Marie Mahfouf

Re: Setting up a Quality Team within KDE

2012-04-09 Thread Andreas Pakulat
On 09.04.12 14:29:27, Michael Jansen wrote: On Monday, April 09, 2012 02:05:28 PM Martin Gräßlin wrote: On Monday 09 April 2012 13:15:26 Andreas Pakulat wrote: There is not only Jenkins, but also CDash, which integrates nicely with our cmake-based build system. I was trying

Re: Setting up a Quality Team within KDE

2012-04-09 Thread Andreas Pakulat
On 09.04.12 16:27:17, Laszlo Papp wrote: Well, I'd say jenkins has a lot more to offer than cdash. Its also a lot simpler to use, setup and understand for newcomers in my opinion. With jenkins I can have a shell-script job which runs cmake make make test and be done. Setting up a build

Re: Setting up a Quality Team within KDE

2012-04-09 Thread Andreas Pakulat
On 09.04.12 23:29:17, Laszlo Papp wrote: I will also try out this Jenkins in the future once I find the time for that, but I have been a happy CDash user for about ten months by now. :-) build.kde.org can give you a pretty good idea of how jenkins looks and can be used to do CI. I

Re: Setting up a Quality Team within KDE

2012-04-11 Thread Andreas Pakulat
On 10.04.12 06:45:17, Laszlo Papp wrote: [...] all I care about is that its easy to get a project set up to be build continously (and the unit-tests executed) and wether it provides more than just build errors/warnings and test-results. Since some of these things are handy - especially

Re: Setting up a Quality Team within KDE

2012-04-17 Thread Andreas Pakulat
On 16.04.12 23:52:00, Andras Mantia wrote: On Monday, April 16, 2012 08:59:13 AM Volker Krause wrote: I don't think UI is necessarily easier to change than internal API, the key difference is that you'll get a compile error for the unit test, while you wont notice a broken Squish test

Re: KDELibsNightly.cmake

2012-05-20 Thread Andreas Pakulat
Hi, On Sat, May 19, 2012 at 8:07 PM, Rolf Eike Beer k...@opensource.sf-tec.dewrote: Am Donnerstag, 17. Mai 2012, 13:30:24 schrieb Andreas Pakulat: Hi, I think this techbase article is pretty much up-to-date. I guess the KDElibsNighly.cmake file should simply be deleted. http

Re: KDE SC 4.8.4 important problems

2012-06-10 Thread Andreas Pakulat
Hi, Am Sonntag, 10. Juni 2012 schrieb Peter Penz : On 06/10/2012 11:20 AM, Aaron J. Seigo wrote: On Sunday, June 10, 2012 03:23:04 José Manuel Santamaría Lema wrote: #1 dolphin: #2 gwenview #6 kontact executing various components: calendar, to-do list, journal #7 kmail links these are

Re: more information in backtraces

2012-07-05 Thread Andreas Pakulat
Hi, On Thu, Jul 5, 2012 at 3:39 PM, Dominik Haumann dhaum...@kde.org wrote: Hi, in Kate, we have a (virtual) Cursor class: class Cursor { // public functions private: int m_line; int m_column }; Unfortunately, in backtraces by Dr. Konqi we only get: #11

Re: more information in backtraces

2012-07-05 Thread Andreas Pakulat
Hi, On Thu, Jul 5, 2012 at 3:57 PM, Christoph Feck christ...@maxiom.de wrote: On Thursday 05 July 2012 15:39:33 Dominik Haumann wrote: Hi, in Kate, we have a (virtual) Cursor class: class Cursor { // public functions private: int m_line; int m_column };

Re: more information in backtraces

2012-07-05 Thread Andreas Pakulat
Hi, On Thu, Jul 5, 2012 at 4:14 PM, Dominik Haumann dhaum...@kde.org wrote: On Thursday, July 05, 2012 03:56:16 PM Andreas Pakulat wrote: On Thu, Jul 5, 2012 at 3:39 PM, Dominik Haumann dhaum...@kde.org wrote: Is there any way to provide this feature to get better backtraces by default

Re: KCategorizedView bug?

2012-07-12 Thread Andreas Pakulat
Hi, I can't help you with the use of the class, but you should improve the bugreport a bit. First of all, don't use paste's, either attach files to the bugreport or put the code and backtrace inline. The paste's may be deleted and then the bugreport is useless. The other thing I noticed is that

Re: kde-baseapps dependency on kdelibs changed in 4.9 branch?

2012-09-11 Thread Andreas Pakulat
Hi, On Tue, Sep 11, 2012 at 4:42 PM, Dawit A ada...@kde.org wrote: On Tue, Sep 11, 2012 at 10:08 AM, Albert Astals Cid aa...@kde.org wrote: El Dimarts, 11 de setembre de 2012, a les 09:51:22, Dawit A va escriure: On Tue, Sep 11, 2012 at 6:27 AM, Albert Astals Cid aa...@kde.org wrote:

Re: kdepimlibs dependency on nepomuk-core breaks build for Calligra and kdeplasma-addons

2012-12-17 Thread Andreas Pakulat
Hi, On Mon, Dec 17, 2012 at 8:07 PM, Ben Cooksley bcooks...@kde.org wrote: Currently build.kde.org is unable to successfully complete builds of kdeplasma-addons and Calligra due to recent changes in kdepimlibs. These changes are a port from Nepomuk (part of kdelibs) to NepomukCore (a seperate

Re: NepomukCore - Do not merge KDE/4.10 into master

2013-05-04 Thread Andreas Pakulat
Hi, On Sat, May 4, 2013 at 10:31 AM, Vishesh Handa m...@vhanda.in wrote: Hey everyone As you might have heard there was a fiasco in the nepomuk-core repository where the 'master' branch was accidentally merged into KDE/4.10. Since then the system admins had to do a hard reset to v4.10.2 and

Re: Triggering rebuild after changing a *.json file

2014-11-23 Thread Andreas Pakulat
Hi, On Sun, Nov 23, 2014 at 4:36 AM, Milian Wolff m...@milianw.de wrote: Hey all, in my quest for better *.json support in KF5 based applications, I noticed that we currently do not rebuild properly on changes to the *.desktop or *.json files. For KDevelop, I'm thus playing around with

Re: Another proposal for modernization of our infrastructure

2015-01-31 Thread Andreas Pakulat
Hi, just a short note (don't want this to become a complete subthread distracting from the actual proposal-discussion) On Sat, Jan 31, 2015 at 9:38 PM, Alexander Neundorf neund...@kde.org wrote: that KDE still couldn't agree even on a set of git workflows to use, the wiki page still just