KCompletion and KNotification

2013-09-05 Thread Aleix Pol
Hi, KCompletion now depends on KNotification, I'd suggest to remove that dependency (I can do it myself). At the moment it's generating quite a bit of DBus noise even though it's not being consumed anywhere I could find. It's used both in KHistoryBox and KCompletion. If you want to test it, you

Re: [kdelibs/frameworks] staging/kdoctools: meinproc5.shell doesn't exist anymore since now it doesn't use kde4_add_executable

2013-09-05 Thread Aleix Pol
On Thu, Sep 5, 2013 at 6:09 PM, David Faure fa...@kde.org wrote: On Thursday 05 September 2013 16:40:48 Stephen Kelly wrote: Aleix Pol wrote: Git commit 25c6f2501ba077ef6f566dac3f12fc766ff5b4ab by Aleix Pol. Committed on 05/09/2013 at 14:36. Pushed by apol into branch 'frameworks

Re: docbook requirements

2013-09-05 Thread Aleix Pol
On Thu, Sep 5, 2013 at 11:32 PM, David Gil Oliva davidgilol...@gmail.comwrote: I answer myself (thanks to the info given by sebas through irc): If it happens to you, please delete the build dir (at least the e-c-m one) update e-c-m and rebuild. Cheers! David Gil 2013/9/5 David Gil

Re: Dependency specifications

2013-09-11 Thread Aleix Pol
On Tue, Sep 10, 2013 at 7:42 PM, Michael Palimaka kensing...@gentoo.orgwrote: Hi, Currently, the specification for Qt dependencies is not always consistent between tier1 frameworks. In particular, I notice dependencies being specified twice (eg. QtTest in both project root and in

Re: Dependency specifications

2013-09-13 Thread Aleix Pol
On Fri, Sep 13, 2013 at 9:43 AM, David Faure fa...@kde.org wrote: On Thursday 12 September 2013 02:32:20 Aleix Pol wrote: I'd say that all Qt dependencies in the module should be defined only once in the root CMakeLists.txt. Actually this should be the only file with find_package calls

Re: Dependency specifications

2013-09-13 Thread Aleix Pol
On Fri, Sep 13, 2013 at 1:17 PM, David Faure fa...@kde.org wrote: On Friday 13 September 2013 13:03:29 Aleix Pol wrote: On Fri, Sep 13, 2013 at 9:43 AM, David Faure fa...@kde.org wrote: On Thursday 12 September 2013 02:32:20 Aleix Pol wrote: I'd say that all Qt dependencies

Re: Dependency specifications

2013-09-14 Thread Aleix Pol
On Sat, Sep 14, 2013 at 7:42 PM, Stephen Kelly steve...@gmail.com wrote: Aleix Pol wrote: I'd say that all Qt dependencies in the module should be defined only once in the root CMakeLists.txt. Actually this should be the only file with find_package calls. Why? What is the problem

Re: ki18n

2013-09-18 Thread Aleix Pol
On Tue, Sep 17, 2013 at 10:55 PM, Treeve Jelbert tre...@scarlet.be wrote: 1. ki18n exists in both tier2 and staging 2. kunitconversion (tier2) depends on ki18n(tier2) ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org

Re: Build failed in Jenkins: kdelibs_frameworks_qt5 #1219

2013-09-19 Thread Aleix Pol
On Wed, Sep 18, 2013 at 5:03 PM, KDE CI System n...@kde.org wrote: See http://build.kde.org/job/kdelibs_frameworks_qt5/1219/changes Changes: [aleixpol] Reorganize KDocTools cmake code [aleixpol] Start adopting QCollator -- [...truncated 3600

Re: kde4_add_plugin on KF5

2013-09-19 Thread Aleix Pol
On Thu, Sep 19, 2013 at 6:15 PM, Sebastian Kügler se...@kde.org wrote: On Thursday, September 19, 2013 18:00:41 Aleix Pol wrote: Hi, We should decide what we do with the add_plugin macro. Should I install it as kf5_add_plugin from KCoreAddons? Do we want something different or better

kde4_add_plugin on KF5

2013-09-19 Thread Aleix Pol
Hi, We should decide what we do with the add_plugin macro. Should I install it as kf5_add_plugin from KCoreAddons? Do we want something different or better? Aleix ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org

Re: Making KDocTools independent of KArchive

2013-09-24 Thread Aleix Pol
On Tue, Sep 24, 2013 at 2:09 PM, Kevin Ottens er...@kde.org wrote: On Tuesday 24 September 2013 13:48:55 Albert Astals Cid wrote: El Dimarts, 24 de setembre de 2013, a les 08:49:20, Kevin Ottens va escriure: On Monday 23 September 2013 13:09:05 Nicolás Alvarez wrote: Maybe we can use a

Re: Fwd: Reminder: use KF5::foo instead of ${foo_LIBRARIES} in CMakeLists

2013-09-25 Thread Aleix Pol
On Wed, Sep 25, 2013 at 6:52 PM, Nicolás Alvarez nicolas.alva...@gmail.comwrote: 2013/9/25 Aurélien Gâteau agat...@kde.org: The alternative syntax: ${KConfigCore_LIBRARIES} would work in both cases, but it is more error prone: any typo in the variable name causes the variable to be

Re: Fwd: Reminder: use KF5::foo instead of ${foo_LIBRARIES} in CMakeLists

2013-09-26 Thread Aleix Pol
On Thu, Sep 26, 2013 at 5:10 AM, David Edmundson da...@davidedmundson.co.uk wrote: Is there anything preventing us from using the ALIAS target right now? It's in the git version. The build guide say to get cmake from git. kdesrc-build gets it from git, and build.kde.org uses git latest. I

[Review Request] Modularizing KF5

2013-10-01 Thread Aleix Pol
Hi, Since ReviewBoard is not working for me, I decided to send this review as an e-mail. I know it's less practical, but also I think it's important to get it done and I'd rather go reasonably fast with it before we start getting too much conflicts. This patch removes all find_package usages in

Re: [Review Request] Modularizing KF5

2013-10-02 Thread Aleix Pol
On Wed, Oct 2, 2013 at 10:25 AM, Stephen Kelly steve...@gmail.com wrote: Aurélien Gâteau wrote: On Tuesday 01 October 2013 19:28:04 Aleix Pol wrote: Hi, Since ReviewBoard is not working for me, I decided to send this review as an e-mail. I know it's less practical, but also I think

Re: Switch build.kde.org to Qt stable branch

2013-10-02 Thread Aleix Pol
On Wed, Oct 2, 2013 at 7:53 PM, Nicolás Alvarez nicolas.alva...@gmail.comwrote: As you may know, Qt is working to release 5.2. The dev branch has been merged to the stable branch, which means the stable branch is now 5.2, and dev is now 5.3. build.kde.org is compiling Qt from source, but

Re: Reduce warnings noise when including wtf/Platform.h in KJS

2013-10-08 Thread Aleix Pol
On Tue, Oct 8, 2013 at 3:50 PM, Stephen Kelly steve...@gmail.com wrote: Stephen Kelly wrote: These are defined with 1 if acceptable and undefined if the feature is not present. This is the problem that should be fixed. It should be 0 if the feature is not present. Please fix that

Re: kf5_add_kdeinit_executable broken?

2013-10-08 Thread Aleix Pol
On Tue, Oct 8, 2013 at 2:28 PM, Sebastian Kügler se...@kde.org wrote: Hi, in Kwin (kde-workspace) we're running into the following error: CMake Error: File /home/sebas/kf5/src/kde- workspace/kwin/kcmkwin/kwinrules/_KDE5INIT_DUMMY_FILEPATH-NOTFOUND does not exist. CMake Error at

Re: update your cmake!

2013-10-10 Thread Aleix Pol
On Fri, Oct 11, 2013 at 2:43 AM, Stephen Kelly steve...@gmail.com wrote: Aurélien Gâteau wrote: On Thursday 10 October 2013 15:17:12 Sebastian Kügler wrote: Hi, In order to build KF5 and Plasma2 code, you have to update your cmake to 2.8.12. Otherwise, you'll get build errors.

Re: build.kde.org: Failing ktoolbar_unittest

2013-10-11 Thread Aleix Pol
On Fri, Oct 11, 2013 at 6:31 PM, Kevin Ottens er...@kde.org wrote: Hello, ktoolbar_unittest segfaults in the CI. I tried to reproduce the error here with no luck so far. If someone who manages to reproduce it or who has access to build.kde.org shell could look into it that would be nice.

Re: Bring kdewin back?

2013-10-14 Thread Aleix Pol
On Mon, Oct 14, 2013 at 11:42 PM, Nicolás Alvarez nicolas.alva...@gmail.com wrote: Hi, While trying to get KDE Frameworks to build on Windows, I found the codebase of KDirWatch is full of Unixisms. I did a few improvements towards getting it to build on Windows, but I'm now getting several

Porting away from KLocale

2013-10-16 Thread Aleix Pol
Hi, I was trying to port some application to Qt/KF5, then I realized that I didn't know how to port KLocale::formatByteSize. I don't see anything in QLocale for this, so I feel a bit stuck. Also I don't see any information in KDE5Porting.html Anybody has an idea of what's the solution? Thanks!

Re: CMake fails configuring KF5

2013-10-16 Thread Aleix Pol
On Thu, Oct 17, 2013 at 6:59 AM, David Gil Oliva davidgilol...@gmail.comwrote: Hi! I'm getting this error from CMake while building KF5: -- Found KF5: /home/david/devel/kf5-development/share/ECM/find-modules/FindKF5.cmake (found suitable version 5.0.0, minimum required is 5.0.0) found

Re: Compile kdelibs-frameworks without tests

2013-10-17 Thread Aleix Pol
On Thu, Oct 17, 2013 at 8:23 AM, Bhushan Shah bhus...@gmail.com wrote: Hello! I want to compile kde library without building tests or auto tests. Reason behind this is I want to speed up compiling process.. Martin Gräßlin suggested me to use -DKDE4_BUILD_TESTS=FALSE -DBUILD_TESTING=FALSE

Forward includes

2013-10-18 Thread Aleix Pol
Hi, I realized recently that we have a weird setup for those CamelCased includes that now we keep in kdelibs/includes, so I was guessing that probably we want to split them and move them into each directory. Also we should decide if we want to keep them in KDE/ or in a KModule/ directory and

Re: [kdelibs/frameworks] staging/kio/src/core: Add include/KDE to users of KIOCore.

2013-10-21 Thread Aleix Pol
On Mon, Oct 21, 2013 at 2:54 PM, Stephen Kelly steve...@gmail.com wrote: Git commit 5e9404239fb974973e8a253444131884954ede77 by Stephen Kelly. Committed on 21/10/2013 at 12:49. Pushed by skelly into branch 'frameworks'. Add include/KDE to users of KIOCore. Note that this really only hides

Re: Forward includes

2013-10-23 Thread Aleix Pol
On Mon, Oct 21, 2013 at 11:39 AM, Kevin Ottens er...@kde.org wrote: Hello, On Friday 18 October 2013 20:24:00 Aleix Pol wrote: I realized recently that we have a weird setup for those CamelCased includes that now we keep in kdelibs/includes, so I was guessing that probably we want

Re: Forward includes

2013-10-23 Thread Aleix Pol
On Tue, Oct 22, 2013 at 11:06 AM, Ivan Čukić ivan.cu...@kde.org wrote: The above is pretty much it on my side, but I'd like to add something: We should get those forwarding includes generated to not have to maintain Lets bring this topic back from the dead. I don't have a real preference

Re: Porting away from KLocale

2013-10-23 Thread Aleix Pol
On Tue, Oct 22, 2013 at 2:03 PM, David Faure fa...@kde.org wrote: On Thursday 17 October 2013 23:47:40 Aleix Pol wrote: Well maybe I could help with this, but I'd need to know what do you think it would be the most appropriate solution. I'd say, split it out into a separate function

Re: List of Frameworks

2013-11-10 Thread Aleix Pol
On Sun, Nov 10, 2013 at 9:58 PM, Dominik Haumann dhaum...@kde.org wrote: Hi, currently, http://community.kde.org/Frameworks/Epics/Modularization shows a list of modules in the respective Tiers. It does not, however, show whether it's functional, integration or a solution. Imo if would be

Fwd: RFC Rules for installation of header files

2013-11-14 Thread Aleix Pol
On Thu, Nov 14, 2013 at 5:04 PM, Aurélien Gâteau agat...@kde.org wrote: On 10.11.2013 18:27, Kevin Ottens wrote: Hello, On Wednesday 06 November 2013 08:52:29 Aurélien Gâteau wrote: Yesterday frameworks meeting spawned a discussion regarding folders in header files. I think there's an

Re: Fwd: RFC Rules for installation of header files

2013-11-14 Thread Aleix Pol
On 14.11.2013 18:31, Aleix Pol wrote: On Thu, Nov 14, 2013 at 5:04 PM, Aurélien Gâteau agat...@kde.org [3] wrote: On 10.11.2013 18:27, Kevin Ottens wrote: Hello, On Wednesday 06 November 2013 08:52:29 Aurélien Gâteau wrote: Yesterday frameworks meeting spawned a discussion regarding

Re: kdoctools

2013-11-15 Thread Aleix Pol
On Fri, Nov 15, 2013 at 10:12 AM, Treeve Jelbert tre...@scarlet.be wrote: I build all of kf5 as standalone modules kdoctools is now required when building kdewidgets, but the build fails FAILED: cd /usr/src/kdewidgets-5.x/build/docs/makekdewidgets /opt/qt5/bin/meinproc5 --stylesheet

Wrapping up about KI18n and UIC

2013-11-15 Thread Aleix Pol
Hi, I have been going through the list looking for what we should we do when it comes to .ui file generation and i18n. I see that Stephen Kelly has been doing some work on Qt and cmake to make it possible to integrate these properly, but also those changes will get in cmake 3 and Qt 5.3 which are

Re: RFC Rules for installation of header files

2013-11-15 Thread Aleix Pol
On Fri, Nov 15, 2013 at 5:24 PM, Aurélien Gâteau agat...@kde.org wrote: On Thu, 14 Nov 2013 17:55:42 +0100, Kevin Ottens wrote: On Thursday 14 November 2013 18:40:04 Aurélien Gâteau wrote: Looks like we have an agreement then. Let me recap: # Installation dir All header files are

Re: Wrapping up about KI18n and UIC

2013-11-18 Thread Aleix Pol
On Mon, Nov 18, 2013 at 12:50 PM, Stephen Kelly steve...@gmail.com wrote: Kevin Ottens wrote: 10% chance? 50%? 80%? Basically what's the time frame for CMake 3. I'll be 90% surprised if it is not released in January, or maybe February. Thanks, Steve.

Re: Wrapping up about KI18n and UIC

2013-11-18 Thread Aleix Pol
On Mon, Nov 18, 2013 at 4:17 PM, Kevin Ottens er...@kde.org wrote: On Monday 18 November 2013 13:27:19 Aleix Pol wrote: So would it be that bad to have a macro of ours that ends up being just a wrapper to qt5_wrap_ui? Otherwise, this delays the possibility to help the ongoing porting

Re: Wrapping up about KI18n and UIC

2013-11-18 Thread Aleix Pol
On Mon, Nov 18, 2013 at 9:10 PM, Chusslove Illich caslav.i...@gmx.netwrote: [: Kevin Ottens :] Of course it should be removed when we get a proper fix via CMake 3 around. But in the meantime it'll do the trick and allow removing dependencies on KDE4Support just for that. [: Aleix Pol

Re: error: KF5::KDBusAddons-NOTFOUND

2013-11-19 Thread Aleix Pol
On Tue, Nov 19, 2013 at 4:32 PM, Sebastian Kügler se...@kde.org wrote: On Tuesday, November 19, 2013 15:42:47 Sebastian Kügler wrote: On Tuesday, November 19, 2013 12:48:53 Stephen Kelly wrote: Try to construct a trivial testcase using one of the targets. If that fails, post it. If it

Re: Using KCompressionDevice with QSaveFile

2013-12-02 Thread Aleix Pol
On Mon, Dec 2, 2013 at 10:31 PM, Dominik Haumann dhaum...@kde.org wrote: Hi, porting KSaveFile to QSaveFile, I stumbled into the following: // This method has been made private so that it cannot be called, // in order to prevent mistakes. void QSaveFile::close() {

Re: Forcing Q_SLOTS on non frameworks code

2013-12-14 Thread Aleix Pol
On Sat, Dec 14, 2013 at 3:58 PM, Albert Astals Cid aa...@kde.org wrote: El Dissabte, 14 de desembre de 2013, a les 14:30:14, Kevin Ottens va escriure: On Saturday 14 December 2013 13:55:50 Albert Astals Cid wrote: Hi there, so here I am at the KF5 porting sprint at Barcelona trying to

Re: Where's kf5_add_ui_files ?

2013-12-16 Thread Aleix Pol
On Mon, Dec 16, 2013 at 10:35 PM, Chusslove Illich caslav.i...@gmx.netwrote: [: Albert Astals Cid :] This works. And it actually looks like things done in some other modules, so I committed it. Thanks for the checks. -- Chusslove Illich (Часлав Илић)

Re: KF5 Update Meeting 2013-w51 Reminder

2013-12-16 Thread Aleix Pol
On Tue, Dec 17, 2013 at 2:30 AM, Àlex Fiestas afies...@kde.org wrote: Hi there ! Since nobody said anything against it, let's have the last meeting of the year, as always it will happen on #kde-devel today (Tuesday) at 4pm Barcelona (CET / UTC+1) time. If you want me to do any announcement

Re: migration KIcon to QIcon

2013-12-17 Thread Aleix Pol
On Mon, Dec 16, 2013 at 5:18 PM, Michal Humpula michal.hump...@seznam.czwrote: Hi there, have a small glitch with icon loading on frameworks. If I understand correctly, the migration path for KIcon is QIcon::fromTheme, right? Unfortunately this is giving me empty results, which might be

Re: Macro naming

2013-12-22 Thread Aleix Pol
On Mon, Dec 23, 2013 at 1:17 AM, Alex Merry k...@randomguy3.me.uk wrote: Currently, we are not consistent about CMake macro naming in the frameworks. KAuth, for example, has kauth_install_actions, while kdesignerplugin has kf5designerplugin_add_widget_files. How do we want our macros

Re: What are the plans with CamelCase includes?

2013-12-24 Thread Aleix Pol
On Tue, Dec 24, 2013 at 12:14 PM, Alex Merry k...@randomguy3.me.uk wrote: On 24/12/13 07:38, Friedrich W. H. Kossebau wrote: Hi, what are the plans with offering CamelCase includes in KF5 (e.g. #include KLocale)? On a quick search could not find anything mentioned somewhere. If I

Forward includes

2013-12-27 Thread Aleix Pol
Hi, I've been going through the kde4support forward includes, since I wanted to start making the modules I decided we'd better make sure all of them are working properly. After some research, I found that I don't have these available, can somebody please tell me if I'm missing some dependency or

KCoreAddons forward headers

2013-12-27 Thread Aleix Pol
Hi, Here's a patch adding CamelCase headers to KCoreAddons (attached). If we agree that it's the proper way of doing it, I'll proceed to do it on the rest of modules. Cheers! Aleix diff --git a/CMakeLists.txt b/CMakeLists.txt index 389245c..ba6644a 100644 --- a/CMakeLists.txt +++

Re: [kate/frameworks] part: port from KDialog to QDialog (KateGlobal::configDialog)

2013-12-29 Thread Aleix Pol
On Sun, Dec 29, 2013 at 4:12 PM, Michal Humpula michal.hump...@seznam.czwrote: On Sunday 29 of December 2013 14:44:59 David Faure wrote: On Thursday 19 December 2013 15:28:27 Dominik Haumann wrote: On Thursday, December 19, 2013 15:12:01 Michal Humpula wrote: On Thursday 19 of December

Re: KCoreAddons forward headers

2013-12-29 Thread Aleix Pol
On Sun, Dec 29, 2013 at 8:10 PM, David Faure fa...@kde.org wrote: On Sunday 29 December 2013 16:18:23 Christoph Cullmann wrote: On Friday 27 December 2013 19:36:57 Aleix Pol wrote: Hi, Here's a patch adding CamelCase headers to KCoreAddons (attached). If we agree that it's

Re: KCoreAddons forward headers

2013-12-30 Thread Aleix Pol
On Mon, Dec 30, 2013 at 11:42 AM, David Faure fa...@kde.org wrote: On Monday 30 December 2013 01:26:52 Aleix Pol wrote: On Sun, Dec 29, 2013 at 8:10 PM, David Faure fa...@kde.org wrote: On Sunday 29 December 2013 16:18:23 Christoph Cullmann wrote: On Friday 27 December 2013 19:36:57

Re: What are the plans with CamelCase includes?

2013-12-31 Thread Aleix Pol
On Tue, Dec 31, 2013 at 12:50 PM, David Faure fa...@kde.org wrote: On Sunday 29 December 2013 23:23:44 Friedrich W. H. Kossebau wrote: Am Sonntag, 29. Dezember 2013, 17:39:47 schrieb Kevin Ottens: On Sunday 29 December 2013 17:11:36 Friedrich W. H. Kossebau wrote: So possibly something

ThreadWeaver and CamelCase headers

2014-01-01 Thread Aleix Pol
Hi, I've been looking into adding forward headers in ThreadWeaver and realized that it has slightly weird headers. This module, in contrast to the rest of modules, uses CamelCase.h headers. This makes me wonder if the rules we have for KDE Frameworks apply for ThreadWeaver. Thoughts? Aleix

Re: ThreadWeaver and CamelCase headers

2014-01-01 Thread Aleix Pol
On Wed, Jan 1, 2014 at 8:54 PM, Aleix Pol aleix...@kde.org wrote: Hi, I've been looking into adding forward headers in ThreadWeaver and realized that it has slightly weird headers. This module, in contrast to the rest of modules, uses CamelCase.h headers. This makes me wonder if the rules we

Re: What are the plans with CamelCase includes?

2014-01-02 Thread Aleix Pol
On Thu, Jan 2, 2014 at 12:31 AM, David Faure fa...@kde.org wrote: On Tuesday 31 December 2013 14:48:13 Aleix Pol wrote: -- Up-to-date: /d/kde/inst/kde_frameworks/include/KF5/kcoreaddons/kaboutdata.h -- Up-to-date: /d/kde/inst/kde_frameworks/include/KF5/KCoreAddons/KAboutData

Re: KF5 Update Meeting Minutes Almost 2014

2014-01-02 Thread Aleix Pol
On Tue, Dec 31, 2013 at 4:29 PM, David Faure fa...@kde.org wrote: On Tuesday 31 December 2013 16:17:20 Kevin Ottens wrote: Hello everyone, This is the minutes of the last meeting of 2013. As usual it has been held on #kde-devel at 4pm Paris time. Were present: apol and myself.

Re: KTextEditor Frameworks question

2014-01-06 Thread Aleix Pol
On Tue, Jan 7, 2014 at 3:03 AM, Kevin Funk k...@gmx.de wrote: Am Montag, 6. Januar 2014, 21:44:46 schrieb Christoph Cullmann: I see, yeah, thats KatePart it seems to me. Anyway, I am all for going to have a KF5 KTextEditor framework, will make it more approachable for other

Re: New doxygen script

2014-01-10 Thread Aleix Pol
On Fri, Jan 10, 2014 at 4:30 AM, Alex Merry k...@randomguy3.me.uk wrote: Hey Aurélien, I wrote a new script to generate apidocs. It's in Python rather than shell script (because (a) yay for proper programming languages and (b) cross-platformness). If you run it on a framework like

Re: QStringLiteral and QTimer in KCompletion tests

2014-01-20 Thread Aleix Pol
On Tue, Jan 21, 2014 at 12:26 AM, David Gil Oliva davidgilol...@gmail.comwrote: Hi! *kcompletionuitest.cpp* In kcompletionuitest.cpp I have found many uses of QStringLiteral that perhaps aren't necessary, but I'm not sure: Form1::Form1(QWidget *parent) : QWidget(parent) {

Re: QFileDialog not usable with frameworkintegration

2014-01-23 Thread Aleix Pol
On Thu, Jan 23, 2014 at 11:49 AM, codeminis...@publicstatic.de wrote: Hi, as described in https://git.reviewboard.kde.org/r/115238/ there is a bug QFileDialog frameworkintegration. As opposed to written in the review request the dialog is not usable at the moment if someone wants to select

Re: QFileDialog not usable with frameworkintegration

2014-01-23 Thread Aleix Pol
On Thu, Jan 23, 2014 at 5:16 PM, Aleix Pol aleix...@kde.org wrote: On Thu, Jan 23, 2014 at 11:49 AM, codeminis...@publicstatic.de wrote: Hi, as described in https://git.reviewboard.kde.org/r/115238/ there is a bug QFileDialog frameworkintegration. As opposed to written in the review

Re: Build failed in Jenkins: kde4support_master_qt5 #32

2014-01-24 Thread Aleix Pol
On Fri, Jan 24, 2014 at 3:20 AM, Ben Cooksley bcooks...@kde.org wrote: On Fri, Jan 24, 2014 at 1:28 PM, šumski hrvoje.sen...@gmail.com wrote: On Friday 24 of January 2014 09:53:00 Ben Cooksley wrote: There has been no changes in regards to the compiler, etc. on build.kde.org in the past

Re: Schedule

2014-01-26 Thread Aleix Pol
On Mon, Jan 27, 2014 at 1:28 AM, Alex Merry k...@randomguy3.me.uk wrote: Speaking of alphas and releases... Is there a schedule anywhere? I think I wasn't the only one taken by surprise by Kévin's announcement about the alpha last week. http://community.kde.org/Frameworks should either

Re: Where to put QML Bindings for KDE frameworks?

2014-01-28 Thread Aleix Pol
On Tue, Jan 28, 2014 at 12:58 PM, David Edmundson da...@davidedmundson.co.uk wrote: For a task in Plasma I've had to port KKeySequence to render on QtQuick, using QtQuickControls. I expect over time we will see more KDE widgets having QtQuick implementations as well. Same for a lot of our

Re: Splitting kde-workspace and kde-runtime proposal

2014-02-06 Thread Aleix Pol
On Tue, Jan 28, 2014 at 6:34 PM, Aleix Pol aleix...@kde.org wrote: On Mon, Jan 27, 2014 at 3:21 PM, David Edmundson da...@davidedmundson.co.uk wrote: There is an existing page about slitting runtime here: http://community.kde.org/Frameworks/Epics/New_Runtime_Organization linked to from

Re: Re: HAVE_X11 usage in KIO/core

2014-02-07 Thread Aleix Pol
On Fri, Feb 7, 2014 at 9:51 AM, Martin Gräßlin mgraess...@kde.org wrote: On Friday 07 February 2014 09:38:41 Kevin Krammer wrote: On Friday, 2014-02-07, 08:53:54, Martin Gräßlin wrote: Hi, I found some HAVE_X11 not defined warnings in KIO and had a look at them. One of them is in

Re: let's get ready for Google Summer of Code 2014

2014-02-09 Thread Aleix Pol
On Sun, Feb 9, 2014 at 8:57 PM, Mark Gaiser mark...@gmail.com wrote: On Sun, Feb 9, 2014 at 1:37 PM, Lydia Pintscher ly...@kde.org wrote: On Tue, Feb 4, 2014 at 9:24 AM, Lydia Pintscher ly...@kde.org wrote: Hey everyone :) It is time to get ready for GSoC 2014. It's another great chance

New framework: KRunner

2014-02-10 Thread Aleix Pol
Hi, During the last sprint, it was decided to split KRunner out of the plasma framework, since it seems like we want to use it but then there are a couple of alternatives. To that end, I created a new repository (kde:krunner) that contains the relevant code and I'll remove it from plasma and add

Allocating kde-runtime/platforms/win

2014-02-20 Thread Aleix Pol
Hi! I am going through the list of things where we're moving kde-runtime components to [1] and I see that there's a platform/win directory. Do you agree that having it in a separate repository would be the best? Could anybody with a working KF5 + windows system (if that exists) work on it?

Figuring out kde-runtime: localization

2014-02-21 Thread Aleix Pol
Hi, Going through the information we have in kde-runtime [1] we found there are two subdirectories related to localization (localization and l10n) that we couldn't find a correct place to move to. Can anybody give us a hand and help us figure those out? - localization: has plenty of information

Re: Mac OS X Frameworks Frameworks

2014-02-23 Thread Aleix Pol
On Sun, Feb 23, 2014 at 8:15 PM, Harald Fernengel har...@gmx.com wrote: Hi, TL;DR Do we want to do build KDE Frameworks as Mac OS X Frameworks? Long Story: on Mac OS X, libraries are typically deployed as Frameworks (e.g. a directory containing the shared library, headers, resources and

Re: Junior jobs on framework runtime

2014-03-02 Thread Aleix Pol
On Fri, Feb 28, 2014 at 1:02 PM, Nicolas Lécureuil k...@nicolaslecureuil.frwrote: Hello, i would like to know if there is junior jobs for framework runtime, as i am a beginer and would like to help. Thanks. ___ Kde-frameworks-devel mailing list

Re: RFC on framework localization

2014-03-14 Thread Aleix Pol
On Fri, Mar 14, 2014 at 11:48 AM, Aurélien Gâteau agat...@kde.org wrote: Hi, I started working on ensuring frameworks can be correctly localized and have some questions. # Messages.sh place I noticed some frameworks already have Messages.sh files in there. Most of them are in src/. Some

Re: Default emoticons theme

2014-03-15 Thread Aleix Pol
On Sat, Mar 15, 2014 at 3:14 PM, Kevin Ottens er...@kde.org wrote: Hello, On Saturday 15 March 2014 11:30:22 Alex Merry wrote: - it moves to kemoticons (where it will be guaranteed to be installed), retains its current name, and kemoticons selects kf5 by default. It has my preference, so

Re: Releasing Deprecated modules and Tier 4 Definition

2014-03-15 Thread Aleix Pol
On Sat, Mar 15, 2014 at 4:59 PM, Kevin Ottens er...@kde.org wrote: Hello all, This week, Aaron brought to my attention (thx!) that we would be releasing 5.0 with modules which would be immediately deprecated. Indeed that's a potential maintenance and messaging problem. Also, to make

Re: [kde-promo] Releasing Deprecated modules and Tier 4 Definition

2014-03-18 Thread Aleix Pol
On Tue, Mar 18, 2014 at 4:36 AM, Markus Slopianka kamika...@gmx.de wrote: On Monday 17 March 2014 18:15:09 Kevin Ottens wrote: Now, the last point... What else do we want to move from KDE Frameworks to KDE Porting Aids? Aleix and Aaron proposed the following content for KDE Porting Aids:

Re: Handling of frameworks using Qt-based translations

2014-03-18 Thread Aleix Pol
On Tue, Mar 18, 2014 at 2:05 PM, Aurélien Gâteau agat...@kde.org wrote: Hi, I started working on how to handle Qt based translations, and make it as simple as possible to work with for framework maintainers as well as framework users. I picked KBookmarks as my guinea pig and got to the

Re: Default emoticons theme

2014-03-18 Thread Aleix Pol
On Tue, Mar 18, 2014 at 3:13 PM, Alex Merry alex.me...@kde.org wrote: On 17/03/14 11:57, Alex Merry wrote: On 15/03/14 19:04, Aleix Pol wrote: I do agree that having an emoticons set together with kemoticons can be very helpful and simplify the usage of the module. Also, it doesn't

Re: Handling of frameworks using Qt-based translations

2014-03-18 Thread Aleix Pol
On Tue, Mar 18, 2014 at 4:12 PM, Aurélien Gâteau agat...@kde.org wrote: On Tue, Mar 18, 2014, at 6:20, Aleix Pol wrote: On Tue, Mar 18, 2014 at 2:05 PM, Aurélien Gâteau agat...@kde.org wrote: Hi, I started working on how to handle Qt based translations, and make it as simple

Re: Frameworksintegration of QFileDialog::getExistingDirectory (was: add test for QFileDialog::getExistingDirectory / bug?)

2014-03-19 Thread Aleix Pol
n Tue, Mar 18, 2014 at 9:11 PM, Dominik Haumann dhaum...@kde.org wrote: Hi, getting an existing directory is still broken with current frameworks integration. A call of: QString dir = QFileDialog::getExistingDirectory(); results in this image:

Re: Allocating kde-runtime/platforms/win

2014-03-24 Thread Aleix Pol
On Thu, Feb 20, 2014 at 6:46 PM, Aleix Pol aleix...@kde.org wrote: Hi! I am going through the list of things where we're moving kde-runtime components to [1] and I see that there's a platform/win directory. Do you agree that having it in a separate repository would be the best? Could

Re: Jenkins build became unstable: kio_master_qt5 #119

2014-03-26 Thread Aleix Pol
On Wed, Mar 26, 2014 at 5:14 PM, KDE CI System n...@kde.org wrote: See http://build.kde.org/job/kio_master_qt5/119/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org

Re: Final kde-runtime splitting plan

2014-03-26 Thread Aleix Pol
On Wed, Mar 26, 2014 at 10:02 PM, Albert Astals Cid aa...@kde.org wrote: El Dimecres, 26 de març de 2014, a les 11:42:01, Àlex Fiestas va escriure: On Tuesday 25 March 2014 20:00:51 Albert Astals Cid wrote: Can you give a rationale of why we're removing the following things? kfile4

Re: Final kde-runtime splitting plan

2014-03-26 Thread Aleix Pol
On Wed, Mar 26, 2014 at 12:37 PM, Carlos De Maine car...@demaine.orgwrote: On Wed, 26 Mar 2014 11:28:24 AM Àlex Fiestas wrote: On Wednesday 26 March 2014 09:52:08 Carlos De Maine wrote: On Tue, 25 Mar 2014 04:18:22 PM Àlex Fiestas wrote: Hi there Today Aleix and I are

Re: Location of docbooks in frameworks repos

2014-03-26 Thread Aleix Pol
On Wed, Mar 26, 2014 at 11:22 PM, Burkhard Lück lu...@hube-lueck.de wrote: Hi, a) In kde4 docbooks usually were located in a top level folder named doc in each repo, in frameworks this folder is named docs with an additional *s* , where as the other repos with a frameworks branch seem to

Re: Finding libexec files / relocation

2014-03-27 Thread Aleix Pol
On Mon, Mar 24, 2014 at 5:29 PM, Alex Merry alex.me...@kde.org wrote: Currently, paths to libexec files are hardcoded (or not... see https://git.reviewboard.kde.org/r/117023/). This works find unless you want to relocate anything. I know that relocating is something that has come up with

Re: Move KDED out of frameworks?

2014-03-28 Thread Aleix Pol
On Fri, Mar 28, 2014 at 12:32 PM, Àlex Fiestas afies...@kde.org wrote: On Friday 28 March 2014 11:30:25 Alex Merry wrote: In principle, I agree. In practice, a lot of our frameworks have a runtime dependency of some sort on it.[0] Alex [0]:

Re: Move KDED out of frameworks?

2014-03-28 Thread Aleix Pol
On Fri, Mar 28, 2014 at 9:14 PM, Kevin Krammer kram...@kde.org wrote: On Friday, 2014-03-28, 20:55:02, Boudewijn Rempt wrote: On Fri, 28 Mar 2014, Kevin Krammer wrote: The D-Bus session/user daemon is also something that needs to be treated in a platform specific way as a dependency.

Re: Regarding entry.desktop files

2014-03-28 Thread Aleix Pol
On Fri, Mar 28, 2014 at 10:08 PM, Chusslove Illich caslav.i...@gmx.netwrote: There are now several review requests, in which there is some confusion about what to do/not to do with entry.desktop files in KF5. There are two kinds of these files. One set of entry.desktop files are those in

Re: qt5 stable: qengineio: fatal: remote error: access denied or repository not exported

2014-03-30 Thread Aleix Pol
On Sun, Mar 30, 2014 at 12:02 PM, Gregor Mi codeminis...@publicstatic.dewrote: On 30/03/14 11:29, Gregor Mi wrote: Hi, has anyone recently build qt5 from scratch as described here [1]? When doing $ ./init-repository the following error occurs: --- + git clone

Re: build qt5 stable (changed subject from: qt5 stable: qengineio: fatal: remote error: access denied or repository not exported)

2014-03-30 Thread Aleix Pol
On Sun, Mar 30, 2014 at 6:38 PM, Gregor Mi codeminis...@publicstatic.dewrote: On 30/03/14 12:41, Aleix Pol wrote: On Sun, Mar 30, 2014 at 12:02 PM, Gregor Mi codeminis...@publicstatic.de mailto:codeminis...@publicstatic.de wrote: On 30/03/14 11:29, Gregor Mi wrote: Hi

Re: Lots of duplicated catalogs

2014-03-30 Thread Aleix Pol
On Mon, Mar 31, 2014 at 12:15 AM, Albert Astals Cid aa...@kde.org wrote: $ find -name kdecalendarsystems.pot ./frameworks/kdecalendarsystems.pot ./kdelibs/kdecalendarsystems.pot $ find -name kdelibs_colors4.pot ./frameworks/kdelibs_colors4.pot ./kdelibs/kdelibs_colors4.pot $ find -name

Re: Lots of duplicated catalogs

2014-03-30 Thread Aleix Pol
On Mon, Mar 31, 2014 at 12:30 AM, Luigi Toscano luigi.tosc...@tiscali.itwrote: Aleix Pol ha scritto: On Mon, Mar 31, 2014 at 12:15 AM, Albert Astals Cid aa...@kde.org mailto:aa...@kde.org wrote: $ find -name kdecalendarsystems.pot ./frameworks/kdecalendarsystems.pot

Re: I broke kwin

2014-04-01 Thread Aleix Pol
On Tue, Apr 1, 2014 at 3:04 PM, Martin Klapetek martin.klape...@gmail.comwrote: On Tue, Apr 1, 2014 at 3:01 PM, David Faure fa...@kde.org wrote: but I can't fix it? ;) I removed a very old obsolete method from kwindowsystem, then I noticed kwin was still using it, but I can't push the fix?

Re: Review Request 117274: Fix i18n in kross

2014-04-01 Thread Aleix Pol
On Tue, Apr 1, 2014 at 6:02 PM, Alex Merry alex.me...@kde.org wrote: This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117274/ This change has been marked as submitted. Review request for KDE Frameworks. By Alex Merry. *Updated April 1,

DrKonqi placement

2014-04-02 Thread Aleix Pol
Hi, I know I'm changing what I say about drkonqi every now and then, but every step I take, I realize that the project is bigger and bigger. What I wanted to do originally was to move it to KCrash, KCrash without drkonqi is much less useful. Today I stripped out KDE4Support from it and realized

Re: DrKonqi placement

2014-04-02 Thread Aleix Pol
On Wed, Apr 2, 2014 at 7:07 PM, Kevin Ottens er...@kde.org wrote: On Wednesday 02 April 2014 18:48:24 Aleix Pol wrote: Hi, I know I'm changing what I say about drkonqi every now and then, but every step I take, I realize that the project is bigger and bigger. What I wanted to do

Re: KUnitConversion Review

2014-04-03 Thread Aleix Pol
On Thu, Feb 27, 2014 at 5:15 PM, John Layt jl...@kde.org wrote: Hi, I've been reviewing KUnitConversion (KUC for short) and doing some small clean-ups, and I'm slowly coming to the conclusion I'm not a fan of the api. However it is used in a few places, so rather than try rewrite the api in

Re: Where to put kglobalacceld?

2014-04-04 Thread Aleix Pol
On Fri, Apr 4, 2014 at 3:41 PM, Martin Gräßlin mgraess...@kde.org wrote: Hi, similar as to what we already have with DrKonqi moving kglobalacceld from kde- runtime into the globalaccel framework would significantly raise the tier and dependencies. At the moment KGlobalAccel is a tier1

  1   2   3   4   5   6   7   8   9   10   >