Re: Schedule

2014-01-26 Thread Aleix Pol
On Mon, Jan 27, 2014 at 1:28 AM, Alex Merry 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 host the schedule o

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

Re: Dialogs, KMessage box and job widgets

2012-11-14 Thread Aleix Pol
On Wed, Nov 14, 2012 at 8:37 PM, Valentin Rusu wrote: > Hello, > > I have a question about KMessage class from kdeui/dialogs. > > According to the epics page, kdeui/dialogs will go to tier3. > On the other hand, kdeui/jobs will go to tier2, only the class > KDialogJobUiDelegate is actually using

About tier4/consistency

2013-03-16 Thread Aleix Pol
Hi, We've seen that there are some tasks involving something called tier4/consistency. We couldn't find it, what should we do about it? Thanks! Aleix ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo

Moving KLinkDialog

2013-06-05 Thread Aleix Pol
At the moment KLinkDialog is set to be moved to KWidgetsAddons. I don't think this is correct because the class is not being exported as of KDE4, it's an internal class only used by KRichTextEdit. I'd suggest to move it to KTextWidgets and leave it as private. Does it sound good? Or we really wan

Re: Moving KLinkDialog

2013-06-05 Thread Aleix Pol
On Wed, Jun 5, 2013 at 6:34 PM, David Faure wrote: > On Wednesday 05 June 2013 16:23:23 Aleix Pol wrote: > > At the moment KLinkDialog is set to be moved to KWidgetsAddons. I don't > > think this is correct because the class is not being exported as of KDE4, > > it

KGlobalSettings move to kde4support

2013-06-17 Thread Aleix Pol
Hi, So I was looking at KGlobalSettings to see what we need to do to finally deprecate all KGlobalSettings, as suggested by the required kdelibs cleanups. So the things missing to be done are: - (in)active(Title/Color)Color: I'm unsure why those are there, but they're only used by khtml (within k

Re: KGlobalSettings move to kde4support

2013-06-18 Thread Aleix Pol
On Tue, Jun 18, 2013 at 5:40 PM, Matthew Woehlke wrote: > On 2013-06-18 03:10, Dominik Haumann wrote: > >> On Tuesday, June 18, 2013 08:14:50 Kevin Ottens wrote: >> >>> On Monday 17 June 2013 19:43:33 Aleix Pol wrote: >>> >>>> So I was looking

Re: KGlobalSettings move to kde4support

2013-06-18 Thread Aleix Pol
On Tue, Jun 18, 2013 at 8:14 AM, Kevin Ottens wrote: > Hello, > > On Monday 17 June 2013 19:43:33 Aleix Pol wrote: > > So I was looking at KGlobalSettings to see what we need to do to finally > > deprecate all KGlobalSettings, as suggested by the required kdelibs > > cl

Re: KGlobalSettings move to kde4support

2013-06-19 Thread Aleix Pol
On Tue, Jun 18, 2013 at 5:54 PM, Aleix Pol wrote: > On Tue, Jun 18, 2013 at 5:40 PM, Matthew Woehlke > wrote: > >> On 2013-06-18 03:10, Dominik Haumann wrote: >> >>> On Tuesday, June 18, 2013 08:14:50 Kevin Ottens wrote: >>> >>>> On Monday 17

Why is KConfig tier2?

2013-06-22 Thread Aleix Pol
Hi, We've been looking through some code scratching our heads on how we can do it to workaround uses of KConfig because of it being tier2. Then we decided to look at it and we saw that KConfigCore and KConfigGui only seems to depend on Qt. So, maybe it could be moved to tier1? Aleix PS: we is Al

Re: Why is KConfig tier2?

2013-06-22 Thread Aleix Pol
On Sat, Jun 22, 2013 at 1:17 PM, David Faure wrote: > Le samedi 22 juin 2013 13:03:22 Aleix Pol a écrit : > > Hi, > > We've been looking through some code scratching our heads on how we can > do > > it to workaround uses of KConfig because of it being tier2. > >

naturalCompare Qt5 task

2013-07-19 Thread Aleix Pol
Hi, I was looking at that task in the Qt5 epics list and I didn't understand it fully. contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is naturalCompare function but private and not as good as from KStringHandler. Thiago says: add the feature to QCollator. Here's the proble

Re: naturalCompare Qt5 task

2013-07-19 Thread Aleix Pol
On Fri, Jul 19, 2013 at 1:27 PM, Frank Reininghaus wrote: > Hi, > > 2013/7/19 Aleix Pol: > > Hi, > > I was looking at that task in the Qt5 epics list and I didn't understand > it > > fully. > > > > contribute natural-comparison to Qt5 (see KSt

Re: naturalCompare Qt5 task

2013-07-19 Thread Aleix Pol
On Fri, Jul 19, 2013 at 1:17 PM, Aleix Pol wrote: > Hi, > I was looking at that task in the Qt5 epics list and I didn't understand > it fully. > > contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is > naturalCompare function but private

Re: naturalCompare Qt5 task

2013-07-19 Thread Aleix Pol
On Fri, Jul 19, 2013 at 2:47 PM, John Layt wrote: > On 19 July 2013 14:15, Aleix Pol wrote: > > On Fri, Jul 19, 2013 at 1:17 PM, Aleix Pol wrote: > >> > >> Hi, > >> I was looking at that task in the Qt5 epics list and I didn't understand > >>

Porting the mode_t uses

2013-07-19 Thread Aleix Pol
Hi, We've been looking into the tasks to be done in the kdelibs cleanup and I've been looking into the mode_t port. It's obviously not a trivial task, since we don't have any adequate replacement for all the required values [1]. I guess the best move would be to extend QFile::Permissions to fit ou

Revising changing configurations with KConfig

2013-07-31 Thread Aleix Pol
Hi, As you might know, I've spent some time figuring out what's left to do to dump KGlobalSettings. I thought it was almost over, but not yet. There's a bool naturalSorting property that resists. It's a full-fledged with a getter, a changed signal and no setter (because it's only done in one place

Re: Revising changing configurations with KConfig

2013-07-31 Thread Aleix Pol
On Wed, Jul 31, 2013 at 10:51 PM, Kevin Ottens wrote: > Hello, > > On Wednesday 31 July 2013 17:40:21 Aleix Pol wrote: > > As you might know, I've spent some time figuring out what's left to do to > > dump KGlobalSettings. I thought it was almost over, bu

Re: Thoughts on the "default syntax highlighter for QTextEdit" task

2013-08-05 Thread Aleix Pol
On Mon, Aug 5, 2013 at 11:02 AM, Kevin Krammer wrote: > On Thursday, 2013-08-01, Aurélien Gâteau wrote: > > > Should work, but extending the QPlatformIntegration class for such a > > feature feels a bit overkill to me. Is there a simpler alternative? > > If at all then QPlatformIntegration is pro

Re: RFC: spell checking for QTextEdit

2013-08-07 Thread Aleix Pol
On Wed, Aug 7, 2013 at 11:13 AM, Aurélien Gâteau wrote: > Hi, > > I'd like to reach a decision regarding spell checking for QTextEdit. > > It was initially a Qt5 task: > > "Allow to register a default syntax highlighter type for QTextEdit, the KDE > backend would register the spell checking one c

Questions on module splitting

2013-08-27 Thread Aleix Pol
Hi, I've started looking into splitting KUnitConversion, there's some things I'd like to discuss: - There's some weird constructions regarding KDE_PLATFORM_FEATURE_BINARY_COMPATIBLE_FEATURE_REDUCTION. Especially a trade off between depending on QtNetwork or using kioclient to download a specific f

Re: Solid situation for 5.0

2014-06-24 Thread Aleix Pol
On Tue, Jun 24, 2014 at 7:46 PM, Kevin Ottens wrote: > On Tuesday 24 June 2014 19:17:44 Àlex Fiestas wrote: > > On Monday 23 June 2014 19:29:19 Kevin Ottens wrote: > > > What do you mean? Not releasing solid as part of 5.0? Not enabling the > new > > > async API? > > > > Not enabling the new api.

AndroidToolchain.cmake in ECM

2014-07-02 Thread Aleix Pol
Hi, As you might have seen on my blog post [1], I've been working on Android support for kde. Part of this effort resulted in a cmake toolchain file we can use to ensure everything is found properly and adds some help targets to generate the apk packages. Now I'd like to make sure everyone knows

Re: Need help to port to new QT5 plugins

2014-07-03 Thread Aleix Pol
On Thu, Jul 3, 2014 at 9:59 AM, laurent Montel wrote: > Finally we investigated it with Volker and moc doesn’t expand macro. > So plugins can’t create with a macro + template. > > But it doesn’t return an error when about it. > > So I expanded manually macro in each plugins and now I can load the

Re: Directory structure under share/

2014-07-03 Thread Aleix Pol
On Thu, Jul 3, 2014 at 6:45 PM, Nicolás Alvarez wrote: > The subdirectories of prefix/share/ that KF5 installs seem > inconsistent. For example, KAuth installs some data files in > share/kf5/kauth, while KService services go to share/kservices5. > > Do we prefix things with kf5/ or not? Or is the

Re: [OSX/Qt5/KF5/KDE CI system] - libksysguard currently broken on master branch

2014-07-06 Thread Aleix Pol
On Sat, Jul 5, 2014 at 11:37 PM, Marko Käning wrote: > When trying to build the current libksysguard (using the 'jenkins' branch) > the CI system ran into this issue: > > --- > > [ 76%] Built target graphicssignalplotterbenchmark > Undefined symbols for architecture x86_64: > "KSysGuard::Proces

Re: [OSX/Qt5/KF5/KDE CI system] - libksysguard currently broken on master branch

2014-07-07 Thread Aleix Pol
On Mon, Jul 7, 2014 at 8:47 AM, Marko Käning wrote: > On 07 Jul 2014, at 00:54 , Aleix Pol wrote: > > This was split from kde-workspace, libksysguard is already frameworks. > Oh, ok, good to know. > I’ve learnt on IRC by now that there’s an OSX backend missing… > So perhaps

Re: [OSX/Qt5/KF5/KDE CI system] - libksysguard currently broken on master branch

2014-07-07 Thread Aleix Pol
; > > but there is quite work to be done in the libksysguard to make it build > on Mac. > > might be fun project for someone who knows the guts of Darwin/BSD. > > well, Aleix wrote this on k-f-d: > > On 07 Jul 2014, at 11:45 , Aleix Pol wrote: > > Why do you need it

Re: [OSX/Qt5/KF5/KDE CI system] - libksysguard currently broken on master branch

2014-07-08 Thread Aleix Pol
On Tue, Jul 8, 2014 at 6:57 AM, Marko Käning wrote: > On 08 Jul 2014, at 01:15 , Aleix Pol wrote: > > Well, you'd get an application for managing processes, it's cool, but > then you need to provide a backend for it. > yep > > > IMHO, you have projects

Re: Fix signal/Slot in kcmutils/dialog

2014-07-08 Thread Aleix Pol
On Tuesday 08 July 2014 22:10:10 laurent Montel wrote: > Hi, > In qt4 it was a KDialog so okClicked() and applyClicked() existed. > Now it’s a KPageDialog => a QDialog so we must to connect to > QDialogButtonBox. > > This patch fixes bad signal. > > Can I commit it ? > > Thanks Ship it! I'd sa

Re: Review Request 119111: Make FindGettext compatible with the one provided by CMake

2014-07-08 Thread Aleix Pol
On Tuesday 08 July 2014 21:51:15 Albert Astals Cid wrote: > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/119111/#review61935 > ---

Re: OSX/CI system: analitza with configure problem on branch master

2014-07-09 Thread Aleix Pol
n Thu, Jul 10, 2014 at 1:18 AM, Nicolás Alvarez wrote: > 2014-07-09 19:45 GMT-03:00 Marko Käning : > > Hi, > > > > see below for analitza’s configure problem, which seems to require > kde4-config for some reason... > > > > I don’t know why this is happening, since it is shown DONE for KF5 on > [1

Re: OSX/CI system: analitza build broken on branch frameworks

2014-07-10 Thread Aleix Pol
On Thu, Jul 10, 2014 at 6:48 AM, Marko Käning wrote: > Hi Aleix, > > On 10 Jul 2014, at 01:52 , Aleix Pol wrote: > > n Thu, Jul 10, 2014 at 1:18 AM, Nicolás Alvarez > wrote: > >> >> Are you sure you're building the correct branch? Note that >> ana

Re: OSX/CI system: analitza build broken on branch frameworks

2014-07-10 Thread Aleix Pol
n Thu, Jul 10, 2014 at 6:48 AM, Marko Käning wrote: > Hi Aleix, > > On 10 Jul 2014, at 01:52 , Aleix Pol wrote: > > n Thu, Jul 10, 2014 at 1:18 AM, Nicolás Alvarez > wrote: > >> >> Are you sure you're building the correct branch? Note that >> ana

Re: AndroidToolchain.cmake in ECM

2014-07-10 Thread Aleix Pol
On Thu, Jul 10, 2014 at 10:59 PM, Alexander Neundorf wrote: > On Thursday, July 10, 2014 22:23:09 Albert Astals Cid wrote: > > El Dijous, 3 de juliol de 2014, a les 02:04:31, Aleix Pol va escriure: > > > Hi, > > > As you might have seen on my blog post [1], I&#

Re: Error building cmake-git

2014-07-14 Thread Aleix Pol
On Sun, Jul 13, 2014 at 11:24 PM, David Gil Oliva wrote: > Hi! > > I'm trying to build KEmoticons and KCompletion with kdesrc-build, but it > fails right from the cmake-git compilation. Its SHA1 ID is > 6ac04aee51ab3cb9c05efb6f6195bf34f9609fae . > > This is the error that it gives: > > david@nimf

Re: Minimum translation percentage for frameworks release

2014-07-30 Thread Aleix Pol
On Thu, Jul 31, 2014 at 1:36 AM, Alexander Potashev wrote: > 2014-07-31 1:56 GMT+04:00 Albert Astals Cid : > > The reason is that frameworks being a more "disperse" set of libraries > (i.e. > > they can be used on a one or many basis for other projects) doing a > global > > percentage is probably

Re: Minimum translation percentage for frameworks release

2014-07-31 Thread Aleix Pol
On Thu, Jul 31, 2014 at 8:32 AM, Alexander Potashev wrote: > 2014-07-31 3:51 GMT+04:00 Aleix Pol : > > On Thu, Jul 31, 2014 at 1:36 AM, Alexander Potashev < > aspotas...@gmail.com> > > wrote: > >> > >> But doing per-framework percentages is no bueno, e

Re: KDE Frameworks 5.1.0 release

2014-08-03 Thread Aleix Pol
On Sat, Aug 2, 2014 at 3:48 PM, David Faure wrote: > I just tagged and packed 5.1.0. > > Main changes: > * KTextEditor: Major refactorings and improvements of the vi-mode > * KAuth: Now based on PolkitQt5-1 > * New migration agent for KWallet > * Windows compilation fixes > > * Internationalizati

KF5 is not longer building against Qt 5.4

2014-08-04 Thread Aleix Pol
Hi, I just found out that qMessageFormatString got renamed into qMessageFormatString, that's the commit message [1]. Anybody has a better solution than a good ol' ifdef? Aleix [1] commit e968793e81ffcb439210e7eb422c0063834cfdc9 Author: Kai Koehne Date: Fri Jul 18 14:40:59 2014 +0200 Add q

Re: KF5 is not longer building against Qt 5.4

2014-08-04 Thread Aleix Pol
On Mon, Aug 4, 2014 at 5:10 PM, Luigi Toscano wrote: > On Monday 04 of August 2014 17:01:54 Aleix Pol wrote: > > Hi, > > I just found out that qMessageFormatString got renamed > > into qMessageFormatString, that's the commit message [1]. > > Anybody has a bette

Re: OSX/CI: plasma-framework fails building on branch master

2014-08-07 Thread Aleix Pol
On Fri, Aug 8, 2014 at 12:06 AM, Marko Käning wrote: > What am I missing here? > > --- > ld: library not found for -lgcov > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > --- > > This hasn’t happened before... > You're building with coverage enabled, I guess

Re: [qca] /: Revert "Fix plugins lookup when not building in the Qt prefix"

2014-08-09 Thread Aleix Pol
On Sat, Aug 9, 2014 at 2:07 PM, Ben Cooksley wrote: > Git commit c8b445b04a0efe66e491a6f0a06ca4ef312fdc91 by Ben Cooksley. > Committed on 09/08/2014 at 12:00. > Pushed by bcooksley into branch 'master'. > > Revert "Fix plugins lookup when not building in the Qt prefix" > > This reverts commit 38e

Re: Enabling Exceptions in CMake

2014-08-10 Thread Aleix Pol
On Sun, Aug 10, 2014 at 4:58 PM, David Narvaez wrote: > Hi, > > I just noticed the old CMake line my project used to enable exceptions > on a single file was not working and I dug into the ECM modules to > find the correct way to do that. But I don't see exceptions mentioned > in the ECM SIC page

Re: Enabling Exceptions in CMake

2014-08-11 Thread Aleix Pol
On Mon, Aug 11, 2014 at 10:22 AM, David Narvaez wrote: > On Sun, Aug 10, 2014 at 5:03 PM, Aleix Pol wrote: > > From kde-modules/KDECompilerSettings.cmake > > > > # kde_enable_exceptions() > > # > > # Enables exceptions for C++ source files compiled for the

Re: OSX/CI: kauth fails to build

2014-08-12 Thread Aleix Pol
On Wed, Aug 13, 2014 at 1:46 AM, Marko Käning wrote: > I realised now that kcoreaddons seems to be responsible for the problems I > am seeing here lately! > > This is what I see getting installed NOW: > > --- > MVM2:KCoreAddons marko$ pwd > > /opt/kde/install/darwin/mavericks/clang/kf5-qt5/framew

Re: kcoreaddons fails to build properly on OSX/CI (was OSX/CI: kauth fails to build )

2014-08-13 Thread Aleix Pol
On Wed, Aug 13, 2014 at 7:22 AM, Marko Käning wrote: > Hi Aleix, > > On 13 Aug 2014, at 02:01 , Aleix Pol wrote: > > Here KCoreAddons installs much more things! > http://paste.kde.org/pa4xgdehw > > > well, that list coincides with what I was used up to now... > &

Re: Update of the metainfo.yaml file of all the frameworks

2014-08-13 Thread Aleix Pol
On Wed, Aug 13, 2014 at 12:29 PM, Denis Steckelmacher wrote: > On 08/13/2014 12:14 PM, Luigi Toscano wrote: > >> On Wednesday 13 of August 2014 11:30:48 Denis Steckelmacher wrote: >> >>> Hi, >>> >>> Yesterday, api.kde.org has been updated so that it displays a bit more >>> information about the f

Updated tasks list in todo.kde.org

2014-08-14 Thread Aleix Pol
Hi, We just updated the tasks list about the things we did in the KDE SDK sprint in Randa. [1]. I hope you think it's interesting as I think it is, if somebody has a question please ping any of us who came and I hope we can give it a final push altogether. Cheers! Aleix [1] https://todo.kde.org/

Re: How to promote less mature Frameworks?

2014-08-19 Thread Aleix Pol
On Tue, Aug 19, 2014 at 9:33 AM, Kevin Ottens wrote: > On Tuesday 19 August 2014 08:44:10 David Faure wrote: > > On Friday 15 August 2014 12:51:58 Kevin Ottens wrote: > > > And that's the problem if we release them. If it's released "with the > > > rest" expect people to have wrong expectations a

Re: Proposal to improving KDE Software Repository Organization

2014-08-19 Thread Aleix Pol
On Tue, Aug 19, 2014 at 3:54 AM, Michael Pyne wrote: > Hi all, > > Ben Cooksley and I would like to get some feedback on further evolutions to > the organization structure we employ for the repositories at git.kde.org, > to > allow our current usage of CI even as we move farther into the KF5-base

Re: How to promote less mature Frameworks?

2014-08-19 Thread Aleix Pol
On Tue, Aug 19, 2014 at 2:04 PM, Kevin Ottens wrote: > On Tuesday 19 August 2014 12:22:17 Aleix Pol wrote: > > On Tue, Aug 19, 2014 at 9:33 AM, Kevin Ottens wrote: > > > On Tuesday 19 August 2014 08:44:10 David Faure wrote: > > > > IMHO the solution is just to pub

Re: How to promote less mature Frameworks?

2014-08-20 Thread Aleix Pol
On Tue, Aug 19, 2014 at 11:25 PM, Albert Astals Cid wrote: > El Dimarts, 19 d'agost de 2014, a les 08:44:10, David Faure va escriure: > > On Friday 15 August 2014 12:51:58 Kevin Ottens wrote: > > > On Friday 15 August 2014 09:34:04 Alex Merry wrote: > > > > On Friday 15 August 2014 10:21:57 Mark

Re: Kioslave repos

2014-08-20 Thread Aleix Pol
On Tue, Aug 19, 2014 at 9:49 PM, David Faure wrote: > On Tuesday 01 July 2014 22:25:15 Jonathan Riddell wrote: > > On Tue, Jul 01, 2014 at 11:25:11PM +0200, David Faure wrote: > > > On Sunday 27 April 2014 19:35:37 I wrote: > > > > > * place that repo in kde/ or kde/ in the > projects.kde.org > >

Re: Kioslave repos

2014-08-24 Thread Aleix Pol
On Wed, Aug 20, 2014 at 12:48 PM, Luigi Toscano wrote: > On Wednesday 20 of August 2014 11:38:12 Jonathan Riddell wrote: > > On Wed, Aug 20, 2014 at 12:28:30PM +0200, Aleix Pol wrote: > > >On Tue, Aug 19, 2014 at 9:49 PM, David Faure wrote: > > > On Tu

Re: Kioslave repos

2014-08-24 Thread Aleix Pol
On Sun, Aug 24, 2014 at 11:51 PM, Marko Käning wrote: > On 24 Aug 2014, at 23:48 , Aleix Pol wrote: > > Hm, fair enough. How does it sound to make kio-extras a framework then? > It doesn't add new API but it does add run-time functionality to the > applications. > > O

Re: OSX/CI: libkdxraw fails to build on branch frameworks

2014-08-26 Thread Aleix Pol
On Tue, Aug 26, 2014 at 8:28 AM, Marko Käning wrote: > There are actually two problems here: > > --- > > Building CXX object src/CMakeFiles/LibKDcraw.dir/squeezedcombobox.cpp.o > In file included from > /Users/marko/WC/KDECI-builds/libkdcraw/src/squeezedcombobox.cpp:31: > /Users/marko/WC/KDECI-bu

Re: split kdepimlibs

2014-08-26 Thread Aleix Pol
On Tue, Aug 26, 2014 at 11:20 AM, laurent Montel wrote: > Hi, > I will split kdepimlibs as it > > akonadi (need to find another name because it's still used) > akonadi-abc > akonadi-calendar > akonadi-contact > akonadi-mime > akonadi-notes > akonadi-socialutils > gpgme++ > kabc > kalarmcal > kblo

Re: OSX/CI: libkdxraw fails to build on branch frameworks

2014-08-27 Thread Aleix Pol
On Wed, Aug 27, 2014 at 10:48 AM, Marko Käning wrote: > Hi Aleix, > > On 26 Aug 2014, at 12:18 , Aleix Pol wrote: > > libkdcraw is not a KDE Framework anyway, you probably want to tell the > Digikam mailing lists. > > hmmm, I just verified again that it has a framewo

Re: Compression of SVG(Z)s in git repositories

2014-09-02 Thread Aleix Pol
On Mon, Sep 1, 2014 at 12:59 PM, Elias Probst wrote: > I've noticed, that (except of only a very few) nearly all SVG files are > committed as SVGZ to our git repositories. > > This has IMHO several drawbacks: > - every change will be stored as a single atomic blob > - git's internal packfile comp

Re: There's no proper replacement for KIcon

2014-09-03 Thread Aleix Pol
On Wed, Sep 3, 2014 at 10:01 PM, Albert Astals Cid wrote: > El Dimecres, 3 de setembre de 2014, a les 21:42:24, Mark Gaiser va > escriure: > > On Wed, Sep 3, 2014 at 7:16 PM, Albert Astals Cid wrote: > > > Porting guide lies in saying that KIcon should be replaced with > > > QIcon::fromTheme sin

Re: kconfigwidgets should install have kf5_entry.desktop

2014-09-15 Thread Aleix Pol
On Fri, Sep 12, 2014 at 5:56 PM, Albert Astals Cid wrote: > Hi David, kf-ers > > KLanguageButton is using kf5_entry.desktop as seen on > http://lxr.kde.org/search?v=kf5-qt5&_filestring=&_string=+KLanguageButton > > It seems that the packaging scripts are not aware of it and thus it is not > getti

Re: kconfigwidgets should install have kf5_entry.desktop

2014-09-17 Thread Aleix Pol
On Mon, Sep 15, 2014 at 7:46 PM, Albert Astals Cid wrote: > El Dilluns, 15 de setembre de 2014, a les 17:45:06, Aleix Pol va escriure: > > On Fri, Sep 12, 2014 at 5:56 PM, Albert Astals Cid > wrote: > > > Hi David, kf-ers > > > > > > KLanguageButto

Non-coinstallable frameworks

2014-09-18 Thread Aleix Pol
Hi Ivan, I've just learned that the KActivities framework is not co-installable with kdelibs4. We should fix that in a way or another, this makes the whole plasma-framework (or anything else depending on KActivities) not co-installable as well, which is quite bad as some applications still need it

Re: kconfigwidgets should install have kf5_entry.desktop

2014-09-19 Thread Aleix Pol
On Wed, Sep 17, 2014 at 10:37 PM, David Faure wrote: > On Wednesday 17 September 2014 13:12:50 Aleix Pol wrote: > > On Mon, Sep 15, 2014 at 7:46 PM, Albert Astals Cid > wrote: > > > El Dilluns, 15 de setembre de 2014, a les 17:45:06, Aleix Pol va > escriure: > > &g

Re: kconfigwidgets should install have kf5_entry.desktop

2014-09-19 Thread Aleix Pol
On Wed, Sep 17, 2014 at 1:12 PM, Aleix Pol wrote: > On Mon, Sep 15, 2014 at 7:46 PM, Albert Astals Cid wrote: > >> El Dilluns, 15 de setembre de 2014, a les 17:45:06, Aleix Pol va escriure: >> > On Fri, Sep 12, 2014 at 5:56 PM, Albert Astals Cid >> wro

Re: Split kde-baseapps?

2014-09-24 Thread Aleix Pol
On Wed, Sep 24, 2014 at 1:32 PM, Michael Palimaka wrote: > Hi, > > Are there any plans to split frameworks-based kde-baseapps? > > Best regards, > Michael > Not that I know of, but it would probably make sense. Aleix ___ Kde-frameworks-devel mailing l

Re: Split kde-baseapps?

2014-09-24 Thread Aleix Pol
On Wed, Sep 24, 2014 at 5:39 PM, Luca Beltrame wrote: > Michael Palimaka wrote: > > > Are there any plans to split frameworks-based kde-baseapps? > > IMO it would make sense first to consult with the various applications' > maintainers and / or review what's in there and what should happen to it.

Re: Jenkins build is still unstable: plasma-framework_master_qt5 » NoX11,LINBUILDER #784

2014-09-25 Thread Aleix Pol
On Thu, Sep 25, 2014 at 6:12 PM, KDE CI System wrote: > See < > http://build.kde.org/job/plasma-framework_master_qt5/Variation=NoX11,label=LINBUILDER/changes > > > It's been some days with this. Do we know what's wrong with the dialogtest? Aleix ___ K

Re: Build error with frameworkintegration

2014-09-29 Thread Aleix Pol
On Mon, Sep 29, 2014 at 1:25 PM, nerdopolis wrote: > Hi. > > It seems that a recent build error when trying to build Frameworks master > against QT 5.4. (well a warning being treated as an error) > > I build all the Frameworks with my own scripts, because I need > checkinstall. However, other the

Re: Why so many QStyles

2014-10-02 Thread Aleix Pol
On Thu, Oct 2, 2014 at 10:10 PM, Hugo Pereira Da Costa wrote: > hi all, > > I guess its a question to Qt experts or possibly low level KF5 experts. > > When comparing debugging outputs when running app + style against Qt4 and > Qt5, I've noticed the following significant difference. > In Qt4, as

Moving SVGTextureNode to KDeclarative

2014-10-10 Thread Aleix Pol
Hi, I'm looking into using QQuickItem to properly perform the QIconItem drawing, instead of QPainterItem. To do so, I thought it could be useful to use the SVGTextureNode for the ref-counting. It's quite a simple class, but it is quite useful. It's already used in 3 of the classes within plasma fr

Re: Moving SVGTextureNode to KDeclarative

2014-10-10 Thread Aleix Pol
On Fri, Oct 10, 2014 at 6:23 PM, Marco Martin wrote: > On Friday 10 October 2014 17:58:04 Aleix Pol wrote: > > Hi, > > I'm looking into using QQuickItem to properly perform the QIconItem > > drawing, instead of QPainterItem. To do so, I thought it could be useful >

Re: private export

2014-10-14 Thread Aleix Pol
On Tue, Oct 14, 2014 at 10:37 PM, Jeremy Whiting wrote: > Hello, > > In KNewStuff autotests there are two disabled tests that build and > work if I export the Author and EntryInternal classes, but these two > classes are private (declared in _p.h files) so I'd rather not export > them, since they

Re: OSX/CI: kde-baseapps fails to build on branch master

2014-11-10 Thread Aleix Pol
On Mon, Nov 10, 2014 at 11:12 PM, Marko Käning wrote: > After recent changes to kde-baseapps there is still some usage of > KLineEdit left in the sources: > > [ 91%] Building CXX object > dolphin/src/CMakeFiles/kdeinit_dolphin.dir/settings/general/confirmationssettingspage.cpp.o > /Users/marko/WC

MultiPart HTTP requests

2014-12-05 Thread Aleix Pol
Hi all, Every now and then I end up having to generate MultiPart HTTP requests to implement some of those fancy HTTP API's to upload images. I know we have many implementation for this, namely one in kipi, then forked in ktp [1], one in kdevplatform reviewboard plugin, and probably some more. In f

Re: KF 5.5.0 changelog

2014-12-08 Thread Aleix Pol
On Sat, Dec 6, 2014 at 3:59 PM, David Faure wrote: > Here's the changelog I wrote for 5.5.0. > > Please everyone remember to use CHANGELOG in your commits, with > a standalone description of the issue (i.e. which doesn't use the modified > filenames as implicit context). > > I tried to grab what

Re: MultiPart HTTP requests

2014-12-09 Thread Aleix Pol
On Sat, Dec 6, 2014 at 11:44 AM, David Faure wrote: > On Friday 05 December 2014 16:14:45 Aleix Pol wrote: > > Hi all, > > Every now and then I end up having to generate MultiPart HTTP requests to > > implement some of those fancy HTTP API's to upload images. &

Re: Move of kglobalacceld from plasma-workspace to kglobalaccel framework

2014-12-12 Thread Aleix Pol
On Wed, Sep 17, 2014 at 11:47 AM, Martin Gräßlin wrote: > Hi all, > > I just prepared moving kglobalacceld from plasma-workspace into kglobalaccel. > You can find the code in my personal clone of kglobalaccel at [1] in branch > master. > > The following steps were performed so far: > * filter-bran

Fwd: [Kde-pim] KDE PIM IRC Meeting, vol. 2

2014-12-12 Thread Aleix Pol
Forwarding to the kde-frameworks mailing list as well, as they might be interested on the frameworks+kdepimlibs part. Cheers! Aleix -- Forwarded message -- From: Daniel Vrátil Date: Fri, Dec 12, 2014 at 2:27 PM Subject: [Kde-pim] KDE PIM IRC Meeting, vol. 2 To: kdepim Summary:

Re: OSX/CI: kmime fails to build on branch master

2014-12-14 Thread Aleix Pol
On Sat, Dec 13, 2014 at 3:23 PM, Marko Käning wrote: > Hi Aleix, > > it DOES build on Jenkins master [1] with 2 failing tests. > > So, this is clearly only an issue of how boost is installed and located > by the build system on OSX/MacPorts. > > Greets, > Marko > > > > [1] http://build.kde.org/vie

Re: Compile KF5 into Docker

2015-01-04 Thread Aleix Pol
On Sun, Jan 4, 2015 at 1:46 AM, Mathieu Tarral wrote: > Hi, > > as you know, building KF5 from source may not be an easy task, due to > build dependencies which may or may not be available for your distro. > > That's why I started to compile KF5 into a Docker container. > > This way you can keep y

Re: Jenkins build became unstable: frameworkintegration_master_qt5 #150

2015-01-07 Thread Aleix Pol
On Tue, Jan 6, 2015 at 2:12 PM, David Faure wrote: > On Tuesday 06 January 2015 10:56:46 KDE CI System wrote: >> See > > FAIL! : KdePlatformTheme_UnitTest::testPlatformHints() Compared values are > not the same >Actual (

Re: New framework: KXmlRpcClient

2015-01-08 Thread Aleix Pol
On Thu, Jan 8, 2015 at 6:08 PM, Daniel Vrátil wrote: > Hi all, > > KXmlRpcClient provides a complete XMLRPC client for applications to use. It's > used most notably by DrKonqi to talk to b.k.o. It's the first framework split > from kdepimlibs that we feel is ready to be shipped with KDE Frameworks

Re: A KIO daemon

2015-01-15 Thread Aleix Pol
On Thu, Jan 15, 2015 at 7:25 AM, David Faure wrote: > After the discussion on https://gerrit.vesnicky.cesnet.cz/r/#/c/323/, I just > had another idea (inspired by a discussion with Alex Fiestas (iirc) long > ago)... > > We could combine the 4 kded modules installed by KIO into a single daemon, say

KDE Frameworks Sprint

2015-02-03 Thread Aleix Pol
Hello, Do we want a KDE Frameworks sprint? I think it could be interesting, at least to recapitulate about the first year of KF5, find what we liked and decide how to keep going. Who would be interested? Aleix ___ Kde-frameworks-devel mailing list Kde-

Re: C++11 policy in frameworks?

2015-02-08 Thread Aleix Pol
On Sun, Feb 8, 2015 at 5:55 PM, Jeremy Whiting wrote: > Hey all, > > In trying to get kf5 built on an older machine with clang 3.7 I've hit an > isuse with kdeclarative. A few days ago some code was checked into it that > uses std::lround which isn't available on clang's stdlib implementation yet.

Re: Fixing and regulating certain types of search fields across KF5 apps

2015-02-10 Thread Aleix Pol
On Mon, Feb 9, 2015 at 9:03 PM, Eike Hein wrote: > > Hi, > > we currently have numerous dynamic search fields across KDE > apps that, for performance reasons, disregard input shorter > than a particular QString::length(). Examples are KMail and > some things in KRunner. It's a common pattern. > >

Re: New framework: KXmlRpcClient

2015-02-11 Thread Aleix Pol
On Thu, Jan 8, 2015 at 6:08 PM, Daniel Vrátil wrote: > Hi all, > > KXmlRpcClient provides a complete XMLRPC client for applications to use. It's > used most notably by DrKonqi to talk to b.k.o. It's the first framework split > from kdepimlibs that we feel is ready to be shipped with KDE Frameworks

KPeople part of KDE Frameworks

2015-02-13 Thread Aleix Pol
Hi, I would like to submit KPeople for review process so it can join the KF5 family in the next 5.8 release. KPeople is a tier 3 framework (because of KService, which will be dropped eventually, without breaking ABI) and it offers cross-source contact aggregation. More information about it can be

Re: KPeople part of KDE Frameworks

2015-02-13 Thread Aleix Pol
On Fri, Feb 13, 2015 at 2:25 PM, Aleix Pol wrote: > Hi, > I would like to submit KPeople for review process so it can join the > KF5 family in the next 5.8 release. > > KPeople is a tier 3 framework (because of KService, which will be > dropped eventually, without breaking

Re: KPeople part of KDE Frameworks

2015-02-17 Thread Aleix Pol
On Tue, Feb 17, 2015 at 7:56 PM, Albert Astals Cid wrote: > El Divendres, 13 de febrer de 2015, a les 14:25:33, Aleix Pol va escriure: >> Hi, >> I would like to submit KPeople for review process so it can join the >> KF5 family in the next 5.8 release. >> >> KPeop

Re: KDE Telepathy has an unreleased dependency

2015-02-25 Thread Aleix Pol
On Wed, Feb 25, 2015 at 9:15 AM, David Faure wrote: > On Wednesday 25 February 2015 02:04:58 Albert Astals Cid wrote: >> El Dimarts, 24 de febrer de 2015, a les 11:52:55, Martin Klapetek va > escriure: >> > I just realized that one of the main dependencies, KPeople, will be >> > released only afte

Re: KDE Telepathy has an unreleased dependency

2015-02-25 Thread Aleix Pol
On Wed, Feb 25, 2015 at 2:04 AM, Albert Astals Cid wrote: > El Dimarts, 24 de febrer de 2015, a les 11:52:55, Martin Klapetek va escriure: >> I just realized that one of the main dependencies, KPeople, will be released >> only after KDE Applications Beta 2 as it's targeting KF 5.8 (released 12th >

Re: KPeople part of KDE Frameworks

2015-02-27 Thread Aleix Pol
On Fri, Feb 13, 2015 at 2:25 PM, Aleix Pol wrote: > Hi, > I would like to submit KPeople for review process so it can join the > KF5 family in the next 5.8 release. > > KPeople is a tier 3 framework (because of KService, which will be > dropped eventually, without breaking

Re: KPeople part of KDE Frameworks

2015-03-02 Thread Aleix Pol
On Mon, Mar 2, 2015 at 9:15 AM, Marko Käning wrote: > Hi, > > I think CI still needs something like this: > --- > $ git diff > diff --git a/dependency-data-kf5-qt5 b/dependency-data-kf5-qt5 > index 3731ec6..6005971 100644 > --- a/dependency-data-kf5-qt5 > +++ b/dependency-data-kf5-qt5 > @@ -241,6

Re: OSX/CI: purpose fails to build on branch master

2015-03-02 Thread Aleix Pol
On Mon, Mar 2, 2015 at 8:55 PM, Marko Käning wrote: > Hi Aleix, > > after adding a few dependencies: > --- > $ git diff > diff --git a/dependency-data-kf5-qt5 b/dependency-data-kf5-qt5 > index 7cf844f..2a303d4 100644 > --- a/dependency-data-kf5-qt5 > +++ b/dependency-data-kf5-qt5 > @@ -1002,6 +100

New build dependency in KF5

2015-03-03 Thread Aleix Pol
Hi, My build had been failing for the last days, I just realized that the issue was that we're now depending on URI/Escape.pm in order to encode uri's from cmake in kdelibs4support and kdoctools. Was this intentional? Aleix ___ Kde-frameworks-devel mail

KDE_INSTALL_USE_QT_SYS_PATHS as default

2015-03-05 Thread Aleix Pol
Hi, It's been on some occasions already that I've seen reports of people trying to get some KDE application installed and complaining (mostly the ones based on QML). The reason is that KDE is assuming the application is being installed into its own prefix by default. I've been wondering that maybe

<    1   2   3   4   5   6   7   8   9   10   >