Re: Translations in frameworks released tarballs

2014-07-07 Thread Alexander Potashev
2014-07-08 3:01 GMT+04:00 Christoph Feck : > Is there a way to detect and strip unused strings in the release > tarballs? Hi Christoph, Quick googling gives this: http://stackoverflow.com/questions/8149435/how-to-delete-obsolete-translations-in-gettext So, msgattrib --output-file=xxx.po --no-

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

2014-07-07 Thread Marko Käning
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 much more interesting to port than ksysguard. I guess, it was just something I picked from the kf5-qt5 de

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 9:45 PM, Marko Käning wrote: > Hi Allan, > > On 07 Jul 2014, at 21:33 , Allen Winter wrote: > > I believe libksysguard is required to build the ksysguard program and > daemon. > > ksysguard might be nice to have on Mac, I don't know. > > > > but there is quite work to be d

Translations in frameworks released tarballs

2014-07-07 Thread Christoph Feck
Hi, at http://kde.org/info/kde-frameworks-5.0.0.php many tarballs are around 2.6 MB in size, some of them only around 100 KB or less. Downloading and extracting kwindowsystem-5.0.0.tar.xz reveals: pepo@duo:~/kwindowsystem-5.0.0> du -sc * 204 autotests 4 CMakeLi

Re: Deprecation Defines

2014-07-07 Thread Matthew Dawson
On July 7, 2014 11:39:38 PM David Faure wrote: > On Monday 05 May 2014 13:14:07 Alex Merry wrote: > > On 05/05/14 07:27, Matthew Dawson wrote: > > > Hi all, > > > > > > I was looking into my frameworks, to prepare them for the 5.0. One > > > thing > > > was looking into was the deprecation define

Re: Review Request 119165: store the containment as a qpointer

2014-07-07 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119165/#review61861 --- src/scriptengines/qml/plasmoid/containmentinterface.h

Re: Infopage in frameworkintegration

2014-07-07 Thread David Faure
On Saturday 26 April 2014 13:26:31 Alex Merry wrote: > FrameworkIntegration installs a bunch of images and css files to > ${DATA_INSTALL_DIR}/kf5/infopage. LXR suggests nothing ever references > an "infopage" directory (either in kf5-qt5 or in qt4-latest), except for > the CMakeLists.txt files in f

Re: OSX/MacPorts KDE CI System: Asking for trouble due to installations outside the expected $DATA_INSTALL_DIR/kf5 directory for khtml and katepart5

2014-07-07 Thread Marko Käning
Hi David, On 07 Jul 2014, at 23:34 , Marko Käning wrote: > Will reiterate this. OK, so here we see the actual settings for the CI system: --- MVM2:bin marko$ ./qtpaths --paths ConfigLocation /opt/kde/install/darwin/mavericks/system/Library/Preferences MVM2:bin marko$ ./qtpaths --paths DesktopLo

Re: Deprecation Defines

2014-07-07 Thread David Gil Oliva
Hi! I'll do kcompletion and kemoticons. Cheers, David Gil El 07/07/2014 23:39, "David Faure" escribió: > > On Monday 05 May 2014 13:14:07 Alex Merry wrote: > > On 05/05/14 07:27, Matthew Dawson wrote: > > > Hi all, > > > > > > I was looking into my frameworks, to prepare them for the 5.0. One

Re: Deprecation Defines

2014-07-07 Thread David Faure
On Monday 05 May 2014 13:14:07 Alex Merry wrote: > On 05/05/14 07:27, Matthew Dawson wrote: > > Hi all, > > > > I was looking into my frameworks, to prepare them for the 5.0. One thing > > was looking into was the deprecation defines. In KConfig, there are a > > couple of> > > defines to disabl

Re: OSX/MacPorts KDE CI System: Asking for trouble due to installations outside the expected $DATA_INSTALL_DIR/kf5 directory for khtml and katepart5

2014-07-07 Thread Marko Käning
On 07 Jul 2014, at 23:29 , David Faure wrote: > Urgh, don't confuse cmake and C++ code. oh, you’re right!!! :-/ > 1) Files get installed by cmake. > 2) Files are looked up at runtime by C++ code using QStandardPaths. Yep. > You can patch 2) all you want, it won't have any effect on 1). Absolutel

Re: OSX/MacPorts KDE CI System: Asking for trouble due to installations outside the expected $DATA_INSTALL_DIR/kf5 directory for khtml and katepart5

2014-07-07 Thread David Faure
On Monday 07 July 2014 23:16:43 Marko Käning wrote: > kde/applications/kate/inst/share/kxmlgui5/kwrite/kwriteui.rc OK. > So, we’re with kxmlgui5 actually NOT below /Library/Application Support/, > but just like in Linux below /share lying parallel to /Library: > which is where the kwrite’s folde

Re: OSX/MacPorts KDE CI System: Asking for trouble due to installations outside the expected $DATA_INSTALL_DIR/kf5 directory for khtml and katepart5

2014-07-07 Thread Marko Käning
Hi David, On 07 Jul 2014, at 22:35 , David Faure wrote: > Irrelevant, that's the kxmlgui framework. Other things won't be writing into > that install root, that's for sure. ok, good to know. > With my patch to kwrite (pushed now), That was irrelevant for me, since I had the OSX/CI system locall

Re: OSX/MacPorts KDE CI System: Asking for trouble due to installations outside the expected $DATA_INSTALL_DIR/kf5 directory for khtml and katepart5

2014-07-07 Thread David Faure
On Monday 07 July 2014 21:31:06 Marko Käning wrote: > Hmm, kwrite gets installed as part of kate. Ah oops I hadn't noticed. OK. > And this is where kxmlgui folder resides: Irrelevant, that's the kxmlgui framework. Other things won't be writing into that install root, that's for sure. With my p

Review Request 119165: store the containment as a qpointer

2014-07-07 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119165/ --- Review request for KDE Frameworks, Plasma and Aleix Pol Gonzalez. Reposit

Re: Review Request 118264: Switch to PolkitQt5-1

2014-07-07 Thread Hrvoje Senjan
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118264/ --- (Updated July 7, 2014, 7:45 p.m.) Status -- This change has been mar

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

2014-07-07 Thread Marko Käning
Hi Allan, On 07 Jul 2014, at 21:33 , Allen Winter wrote: > I believe libksysguard is required to build the ksysguard program and daemon. > ksysguard might be nice to have on Mac, I don't know. > > but there is quite work to be done in the libksysguard to make it build on > Mac. > might be fun p

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

2014-07-07 Thread Allen Winter
On Monday, July 07, 2014 09:05:34 PM Marko Käning wrote: > On 07 Jul 2014, at 11:45 , Aleix Pol wrote: > > Why do you need it anyway? it's only a requirement for Plasma, AFAIK. > > Oh, you’re right. If it’s only a must for Plasma I’ll skip dealing with this. > Thanks for pointing that out. I be

Re: OSX/MacPorts KDE CI System: Asking for trouble due to installations outside the expected $DATA_INSTALL_DIR/kf5 directory for khtml and katepart5

2014-07-07 Thread Marko Käning
Hi David, On 07 Jul 2014, at 21:11 , David Faure wrote: > ... to the kxmlgui5 subdir, which is the whole point of that change… yes, I know. > But you should probably look at kwrite/inst, not kate/inst. Hmm, kwrite gets installed as part of kate. So, they have the same install root. This is the

Re: Review Request 119043: pollkit-qt-1 buildsystem adjustements

2014-07-07 Thread Hrvoje Senjan
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119043/ --- (Updated July 7, 2014, 7:28 p.m.) Status -- This change has been mar

Review Request 119164: khtml: install kxmlgui .rc files into KXMLGUI_INSTALL_DIR (= share/kxmlgui5)

2014-07-07 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119164/ --- Review request for KDE Frameworks, Jonathan Riddell, Marko Käning, and Mart

Re: OSX/MacPorts KDE CI System: Asking for trouble due to installations outside the expected $DATA_INSTALL_DIR/kf5 directory for khtml and katepart5

2014-07-07 Thread David Faure
On Sunday 06 July 2014 20:20:08 Marko Käning wrote: > kwrite is now MISSING in that directory (it was there before the patching)! > Where did it go? ... to the kxmlgui5 subdir, which is the whole point of that change... But you should probably look at kwrite/inst, not kate/inst. -- David Faure,

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

2014-07-07 Thread Marko Käning
On 07 Jul 2014, at 11:45 , Aleix Pol wrote: > Why do you need it anyway? it's only a requirement for Plasma, AFAIK. Oh, you’re right. If it’s only a must for Plasma I’ll skip dealing with this. Thanks for pointing that out. ___ Kde-frameworks-devel mai

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

2014-07-07 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119111/ --- (Updated July 7, 2014, 5:27 p.m.) Status -- This change has been mar

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

2014-07-07 Thread Jonathan Riddell
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119111/#review61811 --- Ship it! Ship It! - Jonathan Riddell On July 4, 2014, 1:05

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

2014-07-07 Thread Jonathan Riddell
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119111/#review61812 --- Working well to solve the build issues in Plasma 5 - Jonathan

Re: Review Request 118264: Switch to PolkitQt5-1

2014-07-07 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118264/#review61810 --- Ship it! I guess we can get this one in now? - Aleix Pol Gon

Re: Review Request 119155: Make the desktop containment respect minimum sizes

2014-07-07 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119155/ --- (Updated July 7, 2014, 1:29 p.m.) Review request for KDE Frameworks and P

Re: Review Request 119155: Make the desktop containment respect minimum sizes

2014-07-07 Thread Marco Martin
> On July 7, 2014, 1:19 p.m., Vishesh Handa wrote: > > containments/desktop/package/contents/ui/AppletAppearance.qml, line 264 > > > > > > This function would be called twice. > > > > Maybe - > > >

Re: Review Request 119155: Make the desktop containment respect minimum sizes

2014-07-07 Thread Vishesh Handa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119155/#review61808 --- containments/desktop/package/contents/ui/AppletAppearance.qml

Re: Review Request 118264: Switch to PolkitQt5-1

2014-07-07 Thread Hrvoje Senjan
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118264/ --- (Updated July 7, 2014, 3:01 p.m.) Review request for KDE Frameworks and K

Review Request 119155: Make the desktop containment respect minimum sizes

2014-07-07 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119155/ --- Review request for KDE Frameworks and Plasma. Repository: plasma-desktop

KF5 Update Meeting 2014-w28 Reminder

2014-07-07 Thread Kevin Ottens
Hello all, I'm back, so a quick reminder: The next KF5 Update Meeting will happen on #kde-devel tomorrow at 4pm Paris time. This one will be a bit special, it'll be more about future thinking than reporting. It'll also probably be the last one for a while. See you there! Regards. -- Kévin Ot

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 that’s the reason why