Re: Phabricator Questions

2015-10-28 Thread Andreas Pakulat
Hi, On Wed, Oct 28, 2015 at 10:47 AM, Milian Wolff wrote: > Hey all, > > I got a few questions regarding Phabricator, can anyone answer them for me: > > * Can I merge a change request using the web UI? If not, how exactly do I > use > arc to merge a request I know via it's phabricator URL? > Th

Re: KF5 with qmake problems

2015-04-24 Thread Andreas Pakulat
Hi, On Fri, Apr 24, 2015 at 8:48 AM, Kevin Funk wrote: > On Friday, April 24, 2015 17:24:34 Christian Gagneraud wrote: > > Hi there, > > > > I've just installed kubuntu-15.04, and I'm trying to run this tutorial > > [1]. I'm using stock Qt5, KF5 and Qt Creator. > > > > In my .pro file, I have "Q

Re: Re: Keyboard shortcut enhancement.

2014-02-13 Thread Andreas Pakulat
Hi, On Fri, Feb 14, 2014 at 7:46 AM, Ben Cooksley wrote: > On Fri, Feb 14, 2014 at 7:39 PM, Martin Gräßlin > wrote: > > On Friday 14 February 2014 04:19:04 Michael Jansen wrote: > >> I am btw not really sure khotkeys should still be part of kde5. its > broken, > >> never really reached kde4 any

Re: (not only dolphin): Directory doesn't behave as Queue (FIFO)

2013-09-16 Thread Andreas Pakulat
Hi, On Mon, Sep 16, 2013 at 4:24 PM, Thomas Lübking wrote: > On Montag, 16. September 2013 14:44:15 CEST, Frank Reininghaus wrote: > > Moreover, implementing something like that is far less trivial than >> one might think. >> > > Yesno. The "trick" is to only pass leave paths to the KIO::copy()

Re: Review Request 110444: the /kdeexamples/kdevplatform/projectview/kdevprojectview.desktop is too old

2013-05-15 Thread Andreas Pakulat
and KDevPlatform there's a macro to automatically fill in the version number during the build process. Please have a look at the various plugin desktop files in kdevelop or kdevplatform/plugins to see how thats done. - Andreas Pakulat On May 15, 2013, 12:50 p.m., Huiming Huang

Re: What mechanism does kio notification use?

2013-02-20 Thread Andreas Pakulat
Hi, On Wed, Feb 20, 2013 at 12:10 PM, Alex Fiestas wrote: > If what you mean is "file changes/access/" notifications, we use KdirWatch > which uses inotify (man inotify) Thats actually not quite correct, on linux inotify is the default preferred method for local files. For nfs-files Fam/Gamin is

Re: KPluginLoader ==> cannot load any more object with static TLS

2012-10-30 Thread Andreas Pakulat
Hi, On Tue, Oct 30, 2012 at 10:20 PM, Stephane MANKOWSKI wrote: > I am working on Skrooge which uses plugin mechanism like this: > KPluginLoader loader(service->library()); > KPluginFactory* factory = loader.factory(); > if (factory) { > ... > } > > On kubuntu 12.04 (with KDE 4.9.1), all plugins

Re: KPushButton::setIcon(QIcon) broken?

2012-08-22 Thread Andreas Pakulat
Hi, On Thu, Aug 23, 2012 at 3:35 AM, Christoph Feck wrote: > On Wednesday 22 August 2012 22:28:48 Albert Astals Cid wrote: >> El Dimecres, 22 d'agost de 2012, a les 02:16:50, Christoph Feck va > escriure: >> > On Wednesday 22 August 2012 00:54:12 Andreas Pakulat wro

KPushButton::setIcon(QIcon) broken?

2012-08-21 Thread Andreas Pakulat
Hi, before filing a bugreport against kdelibs, I'm wondering wether I may be missing something on this. The following code compiles, but does not generate a KPushButton with an icon, the icon is empty. Forcing the KIcon overload to be taken fixes that, but that does not work with designer-generate

Re: Request for Review: Move kdev-custom-buildsystem into kdevelop

2012-07-25 Thread Andreas Pakulat
Hi, On Wed, Jul 25, 2012 at 7:31 PM, Aleix Pol wrote: > On Sat, Jul 21, 2012 at 7:45 PM, Andreas Pakulat wrote: >> Hi, >> >> the custom buildsystem plugin for KDevelop/KDevPlatform has been >> started off as a separate project since I didn't want to be tied

Request for Review: Move kdev-custom-buildsystem into kdevelop

2012-07-21 Thread Andreas Pakulat
Hi, the custom buildsystem plugin for KDevelop/KDevPlatform has been started off as a separate project since I didn't want to be tied to the kdevelop schedule for releases. Unfortunately my lack of time make it cumbersome to follow up on API changes in the plugin myself and it seems like having it

Re: issue with config generation

2012-06-16 Thread Andreas Pakulat
Hi, Am Samstag, 16. Juni 2012 schrieb Anatoli Gorchetchnikov : > Hi all, > > I am trying to follow > > http://techbase.kde.org/Development/Tutorials/Using_KConfig_XT > > tutorial. I got down to the Use and Dialogs section, and I am expacting to > see > generated .cpp and .h files in my build tree

Re: kdesdk failing to build

2012-06-11 Thread Andreas Pakulat
Hi, On Mon, Jun 11, 2012 at 2:18 PM, Lindsay Mathieson < lindsay.mathie...@gmail.com> wrote: > On Mon, 11 Jun 2012 02:08:25 PM Andreas Pakulat wrote: > > The logfiles that kdesrc-build generates might tell you, > > build/err log I posted earlier, there doesn't app

Re: kdesdk failing to build

2012-06-11 Thread Andreas Pakulat
Hi, On Mon, Jun 11, 2012 at 2:01 PM, Lindsay Mathieson < lindsay.mathie...@gmail.com> wrote: > On Mon, 11 Jun 2012 01:29:29 PM Andreas Pakulat wrote: > > All other modules follow the standard master/trunk is for the next > > feature-release, 4.x is the current stable rele

Re: kdesdk failing to build

2012-06-11 Thread Andreas Pakulat
Hi, On Mon, Jun 11, 2012 at 1:17 PM, Lindsay Mathieson < lindsay.mathie...@gmail.com> wrote: > On Mon, 11 Jun 2012 11:48:49 AM Sebastian Dörner wrote: > > This is not the latest src, the issue has been fixed in revision 1299650. > > Thanks. > > This takes me back to a earlier question I had re kd

Re: Several new utilities for KDE: KLook and StackFolder

2012-05-07 Thread Andreas Pakulat
Hi, On Mon, May 7, 2012 at 7:15 PM, David Edmundson wrote: > Good to see these merged into playground! > > Some things we would need to proposing for KDE extragear/core > - Watch your coding style > http://techbase.kde.org/Policies/Kdelibs_Coding_Style > In particular: >Always use braces >

Re: kde-workspace build failing due to libkdeclarative not being installed

2012-05-06 Thread Andreas Pakulat
Hi, Am Sonntag, 6. Mai 2012 schrieb Thomas Lübking : > Am 06.05.2012, 13:00 Uhr, schrieb Lindsay Mathieson < > lindsay.mathie...@gmail.com>: > > build and that did it. Now kde-baseapps is failing to link due to a >> missing >> libnepomukdatamanagement. Should the build be making that as well? >

Re: CMake looks for an installed config script in another project's build directory

2012-05-02 Thread Andreas Pakulat
Hi, On Wed, May 2, 2012 at 9:46 PM, Stefan Majewsky < stefan.majew...@googlemail.com> wrote: > Hi again, > > CMake does not seem to like me today. I've set up my > KDEGamesConfig.cmake files, and tried to compile a test application > against the installed library. I'm attaching the CMakeLists.txt

Re: Should the library version follow the KDE release version?

2012-05-02 Thread Andreas Pakulat
Hi, On Wed, May 2, 2012 at 8:19 PM, Stefan Majewsky < stefan.majew...@googlemail.com> wrote: > I'm currently working on the libkdegames build system. For a major > cleanup, libkdegames is breaking source and binary compatibility in > the 4.9 release. I figured this is the right time to move away

Re: Difficulty to find KDE repositories

2012-04-05 Thread Andreas Pakulat
On 05.04.12 17:13:01, Roney Gomes wrote: > 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

Re: Difficulty to find KDE repositories

2012-04-05 Thread Andreas Pakulat
On 05.04.12 11:58:28, Tomaz Canabrava wrote: > On Thu, Apr 5, 2012 at 11:54 AM, Martin Gräßlin wrote: > > On Thursday 05 April 2012 19:17:17 Tanguy Krotoff wrote: > >> AND I still don't know where is located Oxygen repository! Google give > >> links like Fedora and Debian repositories > >> (https:

Re: Change default setting of keyboard accelerators to "Show when needed"

2012-03-15 Thread Andreas Pakulat
On 14.03.12 23:41:08, Marc Deop wrote: > On 02:18:47 PM Valentin wrote: > > I posted this question just in the kde bugtracke, but maybe here it's > > better to discuss. > > > > I think, that only a few people really use the keyboard accelerators > > but they are enabled by default. Why not show th

Re: Change default setting of keyboard accelerators to "Show when needed"

2012-03-14 Thread Andreas Pakulat
On 14.03.12 14:18:47, Valentin wrote: > I posted this question just in the kde bugtracke, but maybe here it's > better to discuss. > > I think, that only a few people really use the keyboard accelerators > but they are enabled by default. Do you have data to back up that statement? Most people ar

Re: GSoC idea: improving scanning and OCR in KDE (skanlite/kooka)

2012-03-07 Thread Andreas Pakulat
On 07.03.12 10:59:50, todd rme wrote: > On Wed, Mar 7, 2012 at 10:46 AM, Andreas Pakulat wrote: > > On 07.03.12 10:23:32, todd rme wrote: > >> On Tue, Mar 6, 2012 at 8:03 PM, Klaas Freitag wrote: > >> > On 06.03.2012 18:02, todd rme wrote: > > [...] > >&

Re: GSoC idea: improving scanning and OCR in KDE (skanlite/kooka)

2012-03-07 Thread Andreas Pakulat
On 07.03.12 10:23:32, todd rme wrote: > On Tue, Mar 6, 2012 at 8:03 PM, Klaas Freitag wrote: > > On 06.03.2012 18:02, todd rme wrote: [...] > > These kind of things. Not sure if a kio is cool for any of these. > > A gui able to do all the things you listed would necessarily be > extremely compli

Re: multithreading support

2012-02-19 Thread Andreas Pakulat
On 19.02.12 09:57:45, Stephan Menzel wrote: > On Sat, Feb 18, 2012 at 4:01 PM, Milian Wolff wrote: > > If you are "good at multithreading" I presume you might have knowledge of > > reducing lock contention. If you have ideas how to do that for KDevelop > > without rewriting most of the code, I'd w

Re: [cmake] find_package(KDE4)

2012-02-11 Thread Andreas Pakulat
On 11.02.12 22:34:32, Michał Walenciak wrote: > > Hi all > > > today I've encountered problem with using kde stuff in my program. > When I simply added find_package(KDE4) it just stopped linking. > > I think it's probably related to this post: > http://forum.kde.org/viewtopic.php?f=64&t=89265

Re: using QtCreator/Designer .ui form with KDE

2012-02-11 Thread Andreas Pakulat
On 11.02.12 02:54:27, Jan Kalcic wrote: > Hi there, > > It is a bit I am getting to know Qt developing small and almost > useless applications just to practice, particularly using Qt Creator > (I find it very easy, intuitive, powerful and also cool BTW) > > Now I have one app which I am starting

Re: KIO-MTP development

2012-01-14 Thread Andreas Pakulat
On 14.01.12 10:09:00, Bart Cerneels wrote: > On Fri, Jan 13, 2012 at 15:52, Philipp Schmidt wrote: > > Hi all, > > > > > > > > this week I started developing a KIO-Slave for MTP since I now have a Galaxy > > Nexus and like accessing it via Dolphin and not having to use mtpfs. You can > > find it o

Re: Relicensing Questions

2011-11-26 Thread Andreas Pakulat
On 26.11.11 22:19:39, Andras Mantia wrote: > On Saturday, November 26, 2011 17:43:08 Milian Wolff wrote: > > Regarding b) I wonder: > > Is anyone who ever contributed a patch to a given file automatically > > copyright holder? > > Probably depends on the country and the amount of contribution (ch

Re: placement of appnameui.rc file

2011-11-25 Thread Andreas Pakulat
On 25.11.11 00:56:40, Jan Kalcic wrote: > On 11/24/2011 10:42 PM, Albert Astals Cid wrote: > >El Dijous, 24 de novembre de 2011, a les 16:22:09, Jan Kalcic va escriure: > >>Hi list, > >Hi > > > >>my first post here in the kde lists, so please be patient for whatever > >>boring I may say. Hopefully

Re: kde without polkit, kdelibs issue

2011-11-23 Thread Andreas Pakulat
On 23.11.11 12:55:21, Zé wrote: > 2011/11/23 Thomas Lübking : > > Am Wed, 23 Nov 2011 04:27:33 + > > schrieb Zé : > >> This is the kind of thing you can test locally, > > No, all KUniqueApplications > > - including polkit-kde-authentication-agent-1 - start up fine for me, > > sorry. > > > >> an

Re: kde without polkit, kdelibs issue

2011-11-22 Thread Andreas Pakulat
On 23.11.11 04:27:33, Zé wrote: > 2011/11/22 Thomas Lübking : > > gg:KUniqueApplication KCmdlineArgs assert parsed > > > > It's usually rather a client than a kdelibs issue, but first of all I'd > > in this case check that there's an accessible dbus session server: > > "qdbus" says what? > > > > Th

Re: meinproc4 segfaults on Mac OS X

2011-11-08 Thread Andreas Pakulat
On 08.11.11 19:06:27, Marko Käning wrote: > Dear KDE enthusiasts, > > I am running every now and then into a segfaulting meinproc4 when trying to > build certain KDE programs via MacPorts. > > I was wondering whether you guys know why this is actually happening. > > For some applications it's p

Re: Problem building kde-workspace

2011-10-17 Thread Andreas Pakulat
On 17.10.11 16:26:42, Scott Kitterman wrote: > > On 17.10.11 16:06:01, Tomaz Canabrava wrote: > >> probably has something to do with my python version, but ... > >> > >> Generating singleview.moc > >> File > >> "/kde/kde-workspace/plasma/generic/scriptengines/python//plasma_importer.py", > >> lin

Re: Problem building kde-workspace

2011-10-17 Thread Andreas Pakulat
On 17.10.11 16:06:01, Tomaz Canabrava wrote: > probably has something to do with my python version, but ... > > Generating singleview.moc > File > "/kde/kde-workspace/plasma/generic/scriptengines/python//plasma_importer.py", > line 107 > exec code in mod.__dict__ > ^ > SyntaxErr

Re: [PATCH] Automatically reload files modified on disk.

2011-10-17 Thread Andreas Pakulat
On 17.10.11 19:04:30, Thomas Lübking wrote: > Am Mon, 17 Oct 2011 13:18:25 +0200 > schrieb Andreas Pakulat : > > > No, what he's saying is that the batch-question should be implemented > > in the apps. > > Yes. It might make sense to just move the kate implemen

Re: [PATCH] Automatically reload files modified on disk.

2011-10-17 Thread Andreas Pakulat
On 17.10.11 12:34:27, Søren holm wrote: > Mandag den 17. oktober 2011 11:51:46 Thomas Lübking skrev: > > Well, quoting Harald: have a look at kate please. I'm frankly stunned > > that kdevelop cannot do that. > > So what you are saying is that this kind of functionallity should not be > implement

Re: Storing data

2011-06-24 Thread Andreas Pakulat
On 24.06.11 15:52:10, Thomas Lübking wrote: > Am Friday 24 June 2011 schrieb Parker Coates: > > For reading and writing "data storage" XML, I personally think the > > QXmlStream(Reader|Writer) classes are nicer (and potentially more > > performant because the whole document doesn't ever have to be

Re: Use of uninitialized value in qt-copy/bin/syncqt line 337.

2011-06-08 Thread Andreas Pakulat
On 08.06.11 15:26:00, Nick Savoiu wrote: > Hi, > > Long time KDE3 user trying to get up to speed with KDE4. I've stayed away > from > it so far as I found building it from sources (like I did for KDE3) much more > daunting. > > I'm building trunk using kdesrc-build on RedHat Enterprise Linux 4

Re: KDE Standard Directories

2011-06-01 Thread Andreas Pakulat
On 01.06.11 19:37:34, Steven Sroka wrote: > Hello, > > Can anyone remember the command to list the KDE Standard > Directories.I'm looking for my data directory. kde4-config --types and then kde4-config --path Andreas >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscrib

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-16 Thread Andreas Pakulat
On 16.05.11 10:38:51, Hugo Pereira Da Costa wrote: > > To this point I think everything has been said (multiple times) on > this thread already, and am not seing anything new with respect to > what was already discussed few kde releases ago. Maybe its time for KDE SC to find a better working styl

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-15 Thread Andreas Pakulat
On 15.05.11 19:52:59, Nikos Chantziaras wrote: > On 05/15/2011 04:03 PM, Martin Gräßlin wrote: > > On Sunday 15 May 2011 14:43:45 Michael Jansen wrote: > >> On Sunday 15 May 2011 14:04:34 Martin Gräßlin wrote: > >>> On Sunday 15 May 2011 13:36:14 Luciano Montanaro wrote: > A feature like this

Re: Cannot build strigi

2011-04-14 Thread Andreas Pakulat
On 14.04.11 21:59:24, Ian Wadham wrote: > On Thursday 14 April 2011 4:34:08 pm Andreas Pakulat wrote: > > On 14.04.11 16:00:11, Ian Wadham wrote: > > > Now kdesrc-build-1.13 reports the first failure on strigi. After that, > > > no major modules will build build. Re

Re: Cannot build strigi

2011-04-13 Thread Andreas Pakulat
On 14.04.11 16:00:11, Ian Wadham wrote: > Now kdesrc-build-1.13 reports the first failure on strigi. After that, > no major modules will build build. Re strigi, I get the messages: Looks like either someone broke the strigi repository, or your cmake cannot handle Git submodules that well. I reca

Re: Force compositing possible?

2011-03-31 Thread Andreas Pakulat
On 31.03.11 09:03:37, A. Bischof wrote: > Am 30.03.2011 09:21, schrieb Esben Mose Hansen: > > On Tuesday 29 March 2011 16:14:32 Thomas Lübking wrote: > >> 4.4.5 is pretty dated - the driver might just have been (hard) > >> blacklisted than... > > > > Welcome to Debian unstable :) Somehow, during

Re: [PATCH] fix build errors in kdevplatform-1.2.0

2011-03-27 Thread Andreas Pakulat
On 27.03.11 13:59:06, Erik wrote: > This patch fixes the following errors in kdevplatform 1.2.0 so that > it can be built: I suggest to send that to the kdevelop-devel mailinglist, otherwise this may not reach the right people. Also it would be good if you include information which particular pla

Re: CMake code to find KrossPython

2011-02-28 Thread Andreas Pakulat
On 27.02.11 14:07:53, Daniel E. Moctezuma wrote: > I'm trying to make a CMake Module to find whether or not KrossPython is > installed, as fas as I know once you install the Python plugin for Kross, > you will have a 'krosspython.so' file installed (in my case this file is in > /usr/lib64/kde4). >

Re: Problematic GHNS implementations

2011-02-24 Thread Andreas Pakulat
On 24.02.11 17:01:02, todd rme wrote: > On Thu, Feb 24, 2011 at 4:15 PM, Sebastian Kügler wrote: > > On Thursday, February 24, 2011 20:34:22 todd rme wrote: > >> Or are, for example, plasma developers not > >> bothered by the fact that installing plasmoids and updating plasma > >> themes are both

Re: libkatepartinterfaces.so.4.6.0 continues existing in kdelibs and in kate

2011-02-02 Thread Andreas Pakulat
On 02.02.11 05:33:01, Zé wrote: > I have build kate in wich created these files: > > /usr/lib64/libkatepartinterfaces.so > /usr/lib64/libkatepartinterfaces.so.4 > /usr/lib64/libkatepartinterfaces.so.4.6.0 > > However kdelibs continues generating these same files > > Wasnt this code all moved fro

Re: kdesdk/dolphin-plugins/git/fileviewgitplugin.cpp won't compile

2011-01-30 Thread Andreas Pakulat
On 30.01.11 20:00:39, Valentin Rusu wrote: > On 01/30/2011 06:30 PM, Peter Penz wrote: > > On Sunday 30 January 2011 18:14:56 Valentin Rusu wrote: > >> Hello, > >> > >> I just got a fresh copy of the kdesdk from the trunk and I get the error > >> shown below when compiling it. Any hint as to get it

Re: Merging git Repositories

2011-01-30 Thread Andreas Pakulat
On 30.01.11 10:18:24, James Duncan wrote: > On Sat, Jan 29, 2011 at 4:46 PM, Milian Wolff wrote: > > > Hey all, I'm not sure whether this is the right list, suggestions welcome. > > > > I think about merging these two repositories: > > > > http://projects.kde.org/kdev-php (language support) > > h

Re: Merging git Repositories

2011-01-30 Thread Andreas Pakulat
On 30.01.11 01:46:54, Milian Wolff wrote: > Hey all, I'm not sure whether this is the right list, suggestions welcome. > > I think about merging these two repositories: > > http://projects.kde.org/kdev-php (language support) > http://projects.kde.org/kdev-php-docs (embedded PHP.net docs) > > Why

Re: How to create and execute tests with CMake

2011-01-29 Thread Andreas Pakulat
On 29.01.11 18:50:14, Riccardo Bellini wrote: > Hmmm, I have tried your solution (also including myfile.moc at the end of > the .cpp file), but it complains about undefined references to vtable and it > does not compile... Ah, sorry, just re-read the qt4_automoc code, it indeed does not support QO

Re: How to create and execute tests with CMake

2011-01-28 Thread Andreas Pakulat
On 28.01.11 13:13:58, Riccardo Bellini wrote: > Thank you all for your replies, however I would prefer using Qt functions > rather than kde4_add_unit_test. > I finally got it to work, but I had to split the test class in .h and .cpp > files, and call qt_wrap_cpp on header file, including mocs in so

Re: How to create and execute tests with CMake

2011-01-28 Thread Andreas Pakulat
On 27.01.11 23:14:59, Valentin Rusu wrote: > On 01/27/2011 10:56 PM, Riccardo Bellini wrote: > > Hello! > > I wonder if there is a way to set up and run in CMake one or more test > > like those created with Qt Unit Test library. > Yes, there is a way :) > > I need to know in particular what command

Re: How to create and execute tests with CMake

2011-01-27 Thread Andreas Pakulat
On 27.01.11 22:56:05, Riccardo Bellini wrote: > Hello! > I wonder if there is a way to set up and run in CMake one or more test like > those created with Qt Unit Test library. > I need to know in particular what commands do I have to use, just a simple > example of how to create a test executable f

Re: How to make the build of kdelibs based on previous results

2011-01-07 Thread Andreas Pakulat
On 07.01.11 17:51:29, Jammy Zhou wrote: > OK, I see. So the %0, %1, ... for the second build is expected, right? Yes. If you additionally see "compiling x.cpp" between 0% and 1%, that would be unexpected, unless you've touched the corresponding files or the cmake-cache. Andreas -- This will be

Re: How to make the build of kdelibs based on previous results

2011-01-07 Thread Andreas Pakulat
On 07.01.11 17:34:15, Jammy Zhou wrote: > Hi, > > I am building kdelibs on ARM platform, which may take quite long time. If I > terminate the build at 50% for example, and then rebuild kdelibs by run > "make", it seems that the build happens from scratch again, which is quite > annoying. Do you kn

Re: No project templates in KDevelop

2011-01-05 Thread Andreas Pakulat
On 05.01.11 15:56:29, Riccardo Bellini wrote: > Hi everybody! > I'm stuck with the creation of a new project in KDevelop, as there are no > templates to start from, and the program does not let me create a new > project without specifying a template. > I compiled kde from trunk successfully (only k

Re: No project templates in KDevelop

2011-01-05 Thread Andreas Pakulat
On 05.01.11 16:21:56, Milian Wolff wrote: > Anne-Marie Mahfouf, 05.01.2011: > > On Wednesday 05 January 2011 15:56:29 Riccardo Bellini wrote: > > > Hi everybody! > > > I'm stuck with the creation of a new project in KDevelop, as there are no > > > templates to start from, and the program does not l

Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Andreas Pakulat
On 24.12.10 16:06:54, Erik wrote: > kcm_keyboard 4.5.4 fails to build > > Steps to reproduce: > 1. tar jxvf /usr/portage/distfiles/kdebase-workspace-4.5.4.tar.bz2 > 2. cd kdebase-workspace-4.5.4 > 3. mkdir build > 4. cd build > 5. cmake -DKDE4_ENABLE_FINAL=ON .. > 6. make kcm_keyboard > > Actual

Re: Thoughts from a former KDE, currently Mozilla developer

2010-12-07 Thread Andreas Pakulat
On 07.12.10 14:28:57, Benoit Jacob wrote: > 2010/12/7 Andreas Pakulat : > > On 07.12.10 11:22:47, Benoit Jacob wrote: > >> * > >> 4. Crash reports handling (KDE: poor, Mozilla: good) > >>  * Have a look at Socorro, Mozilla's crash report tool: > &g

Re: Thoughts from a former KDE, currently Mozilla developer

2010-12-07 Thread Andreas Pakulat
On 07.12.10 11:22:47, Benoit Jacob wrote: > * > 4. Crash reports handling (KDE: poor, Mozilla: good) > * Have a look at Socorro, Mozilla's crash report tool: Your info is outdated I think, try out a KDE 4.5 app crashing. Dr.Konqi improved a _lot_ in the last year or so and its being actively

Re: Custom Buildsystem Plugin for KDevelop 4 released

2010-12-05 Thread Andreas Pakulat
On 05.12.10 19:23:44, Morten Volden wrote: > Hi Andreas > > I tried to compile the plugin, however it seems that it does not support > kdeveplatform versions higher than 1.1.50. Is the plugin located in a repo > somewhere that compiles against newer versions of kdevplatform? Sure, gitorious.org/k

Re: Custom Buildsystem Plugin for KDevelop 4 released

2010-12-04 Thread Andreas Pakulat
On 04.12.10 08:13:13, Keith Rusler wrote: > Congratulations :). > > Will this allow for multiple Qt setups? I'm not 100% sure what you mean, but I'm using it to switch the build directory of our source code at work between Qt3.3, Qt4.6 and Qt4.7 configured directories. It tries to make KDevelop r

Custom Buildsystem Plugin for KDevelop 4 released

2010-12-04 Thread Andreas Pakulat
Hi everybody, I'm glad to announce the first release of my custom-buildsystem plugin for KDevelop 4. It allows to setup commands for configuring, compiling and installing a project along with managing include directories so that the C++ support finds the include'd headers. I'm using it since a cou