Re: Review Request 127779: use system colors for monochrome icons

2016-04-28 Thread Aleix Pol Gonzalez
> On April 28, 2016, 3:52 p.m., Aleix Pol Gonzalez wrote: > > src/kiconloader.cpp, line 870 > > <https://git.reviewboard.kde.org/r/127779/diff/5/?file=461490#file461490line870> > > > > I'd only use QBuffer in the case of svg. > > Marco Martin wrote

Re: Review Request 127779: use system colors for monochrome icons

2016-04-28 Thread Aleix Pol Gonzalez
> On April 28, 2016, 3:52 p.m., Aleix Pol Gonzalez wrote: > > src/kiconloader.cpp, line 825 > > <https://git.reviewboard.kde.org/r/127779/diff/5/?file=461490#file461490line825> > > > > maybe return contents? > > Marco Martin wrote: > contents of

Re: Review Request 127779: use system colors for monochrome icons

2016-04-28 Thread Aleix Pol Gonzalez
ne 825) <https://git.reviewboard.kde.org/r/127779/#comment64470> maybe return contents? src/kiconloader.cpp (line 870) <https://git.reviewboard.kde.org/r/127779/#comment64471> I'd only use QBuffer in the case of svg. - Aleix Pol Gonzalez On April 28, 2016, 2:59 p.m.,

Re: Review Request 127779: use system colors for monochrome icons

2016-04-28 Thread Aleix Pol Gonzalez
> On April 28, 2016, 3:52 p.m., Aleix Pol Gonzalez wrote: > > src/kiconloader.cpp, line 870 > > <https://git.reviewboard.kde.org/r/127779/diff/5/?file=461490#file461490line870> > > > > I'd only use QBuffer in the case of svg. > > Marco Martin wrote

Re: Review Request 127779: use system colors for monochrome icons

2016-04-28 Thread Aleix Pol Gonzalez
> On April 28, 2016, 3:52 p.m., Aleix Pol Gonzalez wrote: > > I like the idea, but I think it needs polishing still. > > > > Some kind of assessment about the performance impact would be very > > appreciated. Also could we get a test? It's an important feature..

Re: Review Request 127763: Reduce memory usage footprint

2016-04-28 Thread Aleix Pol Gonzalez
viewboard.kde.org/r/127763/#review94948 --- On April 27, 2016, 3:10 p.m., Aleix Pol Gonzalez wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/127763/ > ---

Re: Review Request 127763: Reduce memory usage footprint

2016-04-28 Thread Aleix Pol Gonzalez
://git.reviewboard.kde.org/media/uploaded/files/2016/04/28/3f9b64d7-58e0-454b-9774-6ec86aa7f0c3__heaptrack.dolphin.16572-after.gz Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde

Review Request 127788: Fix leak in KNS::Engine

2016-04-29 Thread Aleix Pol Gonzalez
: knewstuff Description --- A local variable was shadowing the actual variable declaration. Diffs - src/core/engine.cpp c8d0579 Diff: https://git.reviewboard.kde.org/r/127788/diff/ Testing --- Thanks, Aleix Pol Gonzalez ___ Kde

Re: Review Request 127757: Don't look-up kbuildsycoca5 on kservice tests

2016-04-27 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Jos van den Oever. Changes --- Submitted with commit 932420b824e1c8e4a32960d24fdccf9a041014b5 by Aleix Pol to branch master. Repository: kservice Description --- This way we make sure the correct kbuildsycoca is tested

Review Request 127765: RFC: Cache global config files

2016-04-27 Thread Aleix Pol Gonzalez
: https://git.reviewboard.kde.org/r/127765/diff/ Testing --- Tests pass, KConfig becomes 6% of dolphin at load. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde

Re: Review Request 127774: Load protocol info as a simple config.

2016-04-27 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127774/#review94925 --- +1 - Aleix Pol Gonzalez On April 27, 2016, 11:53 p.m

Re: Review Request 127765: RFC: Cache global config files

2016-04-27 Thread Aleix Pol Gonzalez
the other hand, I completely agree that fixing those abuses is important and should be done. - Aleix --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127765/#review94923 -

Re: Review Request 127778: Add test case for KRandom{,Sequence}

2016-04-27 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127778/#review94934 --- Ship it! Ship It! - Aleix Pol Gonzalez On April 28

Re: Review Request 127632: Prioritize correct extension per theme

2016-04-26 Thread Aleix Pol Gonzalez
y5kqvppv` - Aleix --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127632/#review94875 --- On April 26, 2016, 10:51 p.m., Aleix

Re: Review Request 127632: Prioritize correct extension per theme

2016-04-26 Thread Aleix Pol Gonzalez
mp; grep ENOENT | wc -l 2119 ``` Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 127757: Don't look-up kbuildsycoca5 on kservice tests

2016-04-27 Thread Aleix Pol Gonzalez
: kservice Description --- This way we make sure the correct kbuildsycoca is tested. Diffs - autotests/CMakeLists.txt 52e7298 autotests/ksycoca_xdgdirstest.cpp 1aa7140 Diff: https://git.reviewboard.kde.org/r/127757/diff/ Testing --- Tests still pass here. Thanks, Aleix Pol

Re: Review Request 127754: Use kbuildsycoca5 executable that was just built, not the one from the system

2016-04-27 Thread Aleix Pol Gonzalez
/127757/ - Aleix Pol Gonzalez On April 27, 2016, 10:33 a.m., Jos van den Oever wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 127756: Remove platformtheme plugin

2016-04-27 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127756/#review94901 --- +1 - Aleix Pol Gonzalez On April 27, 2016, 1:16 p.m

Review Request 127763: Reduce memory usage footprint

2016-04-27 Thread Aleix Pol Gonzalez
pass, apps still work. Starting and closing dolphin under callgrind showed 1640M instructions, now 1466M(10% improvement). Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman

Re: Review Request 127759: fix unresolvable types by adding relevant includes

2016-04-27 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127759/#review94904 --- Ship it! Ship It! - Aleix Pol Gonzalez On April 27

Re: Review Request 127743: mkpath instead of mkdir

2016-04-25 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127743/#review94837 --- +1 - Aleix Pol Gonzalez On April 25, 2016, 11:02 a.m

Re: Review Request 127236: Leverage QDir to know what's in a KIconThemeDir

2016-04-29 Thread Aleix Pol Gonzalez
dy being generated at some point, it just was being discarded). Diffs - src/kicontheme.cpp 0996054 Diff: https://git.reviewboard.kde.org/r/127236/diff/ Testing --- Builds, tests still pass, applications start noticeably faster. Thanks, Aleix Pol

Re: Review Request 127788: Fix leak in KNS::Engine

2016-04-29 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Jeremy Whiting. Changes --- Submitted with commit a061fd2abdbe2f03a6b61b2ae871f673b5cade51 by Aleix Pol to branch master. Repository: knewstuff Description --- A local variable was shadowing the actual variable declaration

Re: Review Request 127763: Reduce memory usage footprint

2016-04-28 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Christoph Feck. Changes --- Submitted with commit 41ce57dce2830861aea6f9d11dd607e4b851b987 by Aleix Pol to branch master. Repository: kiconthemes Description --- Leverages the implicitly shared nature of QString by only

Re: Review Request 127632: Prioritize correct extension per theme

2016-04-26 Thread Aleix Pol Gonzalez
ller memory impact, since we're not caching all the icon names (which was specially bad as it was per-process). ``` $ strace kwrite |& grep ENOENT | wc -l 4699 $ strace kwrite |& grep ENOENT | wc -l 2119 ``` Thanks, Aleix Pol Gonzalez ___ Kd

Re: Review Request 127632: Prioritize correct extension per theme

2016-04-26 Thread Aleix Pol Gonzalez
that by this metric, it's almost as good as the RR #127236, but with a much smaller memory impact, since we're not caching all the icon names (which was specially bad as it was per-process). ``` $ strace kwrite |& grep ENOENT | wc -l 4699 $ strace kwrite |& grep ENOENT | wc -l 2119 ``` Thanks

Re: Review Request 127972: Always update the Predicate parser from y/l sources

2016-05-19 Thread Aleix Pol Gonzalez
changed? - Aleix Pol Gonzalez On May 20, 2016, 12:19 a.m., Pino Toscano wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 127976: Support selected state

2016-05-20 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127976/#review95650 --- Ship it! Ship It! - Aleix Pol Gonzalez On May 20, 2016

Re: Review Request 127887: Improve usage of Qt APIs

2016-05-23 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Jeremy Whiting. Changes --- Submitted with commit c685fb5098e4e37bf3aae933a0ae09e0f798ffc5 by Aleix Pol to branch master. Repository: knewstuff Description --- Mostly clazy fixes, few cleanups Diffs - src/core

Review Request 127997: Extend KNS3::Entry public API

2016-05-23 Thread Aleix Pol Gonzalez
/entryinternal.cpp b05fe24 src/core/entryinternal_p.h 20f9b1b src/entry.h 6603e97 src/entry.cpp 09f9542 Diff: https://git.reviewboard.kde.org/r/127997/diff/ Testing --- Discover works as it used to, with many changes I have locally. Thanks, Aleix Pol Gonzalez

Re: Review Request 127997: Extend KNS3::Entry public API

2016-05-24 Thread Aleix Pol Gonzalez
. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 128005: fix alignment issue with the OS X native "macintosh" style

2016-05-24 Thread Aleix Pol Gonzalez
the flag does, but I think it should go in if it fixes the look in mac and doesn't break others. - Aleix Pol Gonzalez On May 24, 2016, 6:39 p.m., René J.V. Bertin wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request 127817: Don't make KIconThemes depend on Oxygen

2016-05-11 Thread Aleix Pol Gonzalez
view95188 --- On May 3, 2016, 1:09 a.m., Aleix Pol Gonzalez wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewb

Re: Review Request 127887: Improve usage of Qt APIs

2016-05-11 Thread Aleix Pol Gonzalez
://git.reviewboard.kde.org/r/127887/diff/ Testing --- Builds, tests pass. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 127899: [KCMShell] Honor KAuthorized restrictions

2016-05-12 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127899/#review95423 --- Ship it! Ship It! - Aleix Pol Gonzalez On May 12, 2016

Re: Review Request 127850: Let Plasma::Corona load the layout on all cases.

2016-05-11 Thread Aleix Pol Gonzalez
/corona.cpp 1784516 Diff: https://git.reviewboard.kde.org/r/127850/diff/ Testing --- Tests pass. PlasmaShell prints completed once both with and without configuration. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde

Re: Review Request 127813: Process paths just once

2016-05-11 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127813/#review95393 --- ping? - Aleix Pol Gonzalez On May 5, 2016, 3:02 a.m

Re: Review Request 127817: Don't make KIconThemes depend on Oxygen

2016-05-17 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit ad1ead84ee2c3a14363afdb048b3579f3d01fa18 by Aleix Pol to branch master. Repository: kiconthemes Description --- We were using oxygen as the default theme, this meant that oxygen was processed

Re: Review Request 127817: Don't make KIconThemes depend on Oxygen

2016-05-17 Thread Aleix Pol Gonzalez
hould inherit Oxygen? Or just be extended to have such icons. KIconThemes it's the wrong place to enforce these. - Aleix --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127817/#revi

Re: Review Request 127900: Fix redirection of absolut Urls

2016-05-14 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127900/#review95463 --- Ship it! Ship It! - Aleix Pol Gonzalez On May 13, 2016

Re: Review Request 127923: Add support for custom emoticon sizes

2016-05-15 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/127923/#comment64726> .arg(escaped, path).arg... - Aleix Pol Gonzalez On May 15, 2016, 5:55 a.m., Martin Klapetek wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 127911: Add a CMake option to build binary Qt resource out of icons dir.

2016-05-15 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/127911/#comment64725> Trailing spaces! - Aleix Pol Gonzalez On May 14, 2016, 10:27 a.m., Gleb Popov wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 127887: Improve usage of Qt APIs

2016-05-18 Thread Aleix Pol Gonzalez
-- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127887/#review95561 ------- On May 12, 2016, 1:01 a.m., Aleix Pol Gonzalez wrote: > > ---

Re: Review Request 127900: Fix redirection of absolut Urls

2016-05-12 Thread Aleix Pol Gonzalez
ed code. src/atticabasejob.cpp (line 65) <https://git.reviewboard.kde.org/r/127900/#comment64710> `} else {` - Aleix Pol Gonzalez On May 12, 2016, 7:17 p.m., Andreas Cord-Landwehr wrote: > > --- > This is an automatically gen

Re: Review Request 127895: Remove unused dependencies and translation handling.

2016-05-11 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127895/#review95386 --- Ship it! Ship It! - Aleix Pol Gonzalez On May 11, 2016

Review Request 127850: Let Plasma::Corona load the layout on all cases.

2016-05-06 Thread Aleix Pol Gonzalez
/corona.cpp 1784516 Diff: https://git.reviewboard.kde.org/r/127850/diff/ Testing --- Tests pass. PlasmaShell prints completed once both with and without configuration. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks

Re: Review Request 127850: Let Plasma::Corona load the layout on all cases.

2016-05-06 Thread Aleix Pol Gonzalez
tLayout()`. - Aleix --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127850/#review95241 --- On May 6, 2016, 5:56 p.m., Ale

Review Request 127813: Process paths just once

2016-05-02 Thread Aleix Pol Gonzalez
, apps work. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 127813: Process paths just once

2016-05-02 Thread Aleix Pol Gonzalez
ard.kde.org/r/127813/#review95112 --- On May 2, 2016, 6:32 p.m., Aleix Pol Gonzalez wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

Review Request 127817: Don't make KIconThemes depend on Oxygen

2016-05-02 Thread Aleix Pol Gonzalez
an improvement on callgrind 1556M/1185M instructions (30% improvement). KIconLoader allocations correspond to 3.8% instead of 4.8%, going down by: 535K/509K Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org

Re: Review Request 127833: KWallet: More Coverity fixes, and include Qt headers for endianness check.

2016-05-04 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127833/#review95195 --- +1 - Aleix Pol Gonzalez On May 5, 2016, 1:03 a.m

Re: Review Request 127836: kwayland: Initialize Interface factory pointer to fix Coverity warning

2016-05-04 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127836/#review95196 --- Ship it! Ship It! - Aleix Pol Gonzalez On May 5, 2016

Re: Review Request 127829: use QUrl::fromUserInput to construct sound url

2016-05-04 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/127829/#comment64584> maybe `soundFilename.contains(':')` would do the trick? This seems to be making it even more complex... - Aleix Pol Gonzalez On May 4, 2016, 3:26 p.m., Harald Sitter

Re: Review Request 127813: Process paths just once

2016-05-04 Thread Aleix Pol Gonzalez
/kconfiggroup.cpp 39d2441 Diff: https://git.reviewboard.kde.org/r/127813/diff/ Testing --- Tests pass, apps work. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman

Re: Review Request 126495: Install parsetrigrams tool for cross compiling.

2016-05-06 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/126495/#comment64607> Maybe it should be installed in `libexec`? - Aleix Pol Gonzalez On May 5, 2016, 9:55 p.m., Ralf Habacker wrote: > > --- > This is an automatically generated e-mail. To reply,

Review Request 127887: Improve usage of Qt APIs

2016-05-10 Thread Aleix Pol Gonzalez
src/ui/itemsviewdelegate.cpp 7001be2 tests/kmoretools/kmoretoolstest_interactive.cpp b1cbdea Diff: https://git.reviewboard.kde.org/r/127887/diff/ Testing --- Builds, tests pass. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing

Re: Review Request 127850: Let Plasma::Corona load the layout on all cases.

2016-05-10 Thread Aleix Pol Gonzalez
> On May 6, 2016, 6:08 p.m., David Rosca wrote: > > It will also need > > https://quickgit.kde.org/?p=plasma-workspace.git=commit=1b6231f2e3f1de8cb5ea2540f0b8f425f6ae43a3 > > in Plasma/5.6 > > Aleix Pol Gonzalez wrote: > No, it's already called by `

Re: Review Request 127666: kconfig and kurlrequester friendship: store local paths in string-typed item without file:// prefix

2016-04-17 Thread Aleix Pol Gonzalez
sets an URL, he'll get an URL. - Aleix Pol Gonzalez On April 17, 2016, 1:09 p.m., Nick Shaforostoff wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 128008: Correct documentation issues

2016-05-24 Thread Aleix Pol Gonzalez
that it still works on github. https://github.com/KDE/baloo/blob/master/docs/development/build-instructions.md - Aleix Pol Gonzalez On May 24, 2016, 10:27 p.m., Olivier Churlaud wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 128514: KIconLoader: reduce number of lookups when doing fallbacks

2016-07-25 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128514/#review97841 --- Ship it! LGTM, nice catch! - Aleix Pol Gonzalez

Re: Review Request 128514: KIconLoader: reduce number of lookups when doing fallbacks

2016-07-25 Thread Aleix Pol Gonzalez
--- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/128514/ > ------- > > (Updated July 24, 2016, 2:27 p.m.) > > > Review request for KDE Frameworks, Aleix Pol Gonzalez and Christoph Fe

Re: Review Request 128488: Add a fallback method for query_qmake() when there's no Qt5 installation

2016-07-25 Thread Aleix Pol Gonzalez
er than within this patch, it's only used by KDEInstallDirs, which is Qt5-only. - Aleix --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128488/#review97710 ----------

Re: Review Request 128488: Add a fallback method for query_qmake() when there's no Qt5 installation

2016-07-25 Thread Aleix Pol Gonzalez
://git.reviewboard.kde.org/r/128488/diff/ Testing --- Should fix this issue: https://build.kde.org/job/extra-cmake-modules%20master%20latest-qt4/16/PLATFORM=Linux,compiler=gcc/console Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde

Re: Review Request 127813: Reduce string modifications when calling translatePath

2016-07-12 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Matthew Dawson. Changes --- Submitted with commit 6c4e504d76b2424ac06c50394a0cca63860e65b5 by Aleix Pol to branch master. Repository: kconfig Description --- Don't drop the file: prefix twice in every run. Use appropriate

Re: Review Request 128533: Create a test that validates projects' appstream information

2016-07-28 Thread Aleix Pol Gonzalez
/KDECMakeSettings.cmake dd37e7f kde-modules/appstreamtest.cmake PRE-CREATION Diff: https://git.reviewboard.kde.org/r/128533/diff/ Testing --- Tested on some projects, locally. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks

Re: Review Request 128555: [kio/kcms/kio/cache.ui] Fix MaxCacheSize limited to 99 KiB

2016-07-29 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128555/#review97913 --- +1 - Aleix Pol Gonzalez On July 29, 2016, 8:44 p.m

Re: Review Request 128488: Add a fallback method for query_qmake() when there's no Qt5 installation

2016-07-26 Thread Aleix Pol Gonzalez
marked as submitted. Review request for Extra Cmake Modules, KDE Frameworks and David Faure. Changes --- Submitted with commit 8ac7abb78d97210c5cbbc87fba83d58d7b843a8d by Aleix Pol to branch master. Repository: extra-cmake-modules Description --- Addresses its usage on systems

Review Request 128590: Let kpackagetool5 generate appstream information for kpackage components

2016-08-02 Thread Aleix Pol Gonzalez
r128579), we get quite some metadata. `appstreamcli validate` doesn't choke on output files. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 128587: Move the QtScript backend into a separate directory

2016-08-02 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128587/#review98029 --- Ship it! Ship It! - Aleix Pol Gonzalez On Aug. 3, 2016

Re: Review Request 128583: Make KrossUi and the command-line tool optional

2016-08-02 Thread Aleix Pol Gonzalez
> On Aug. 3, 2016, 3:28 a.m., Aleix Pol Gonzalez wrote: > > Why? > > Alexander Potashev wrote: > To make Kross easier to build for exotic (= non-Linux) platforms. (We > have no actual users for these options yet.) My experience says this tends to complicate the us

Re: Review Request 128582: Remove unused KF5 dependencies

2016-08-02 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128582/#review98024 --- Ship it! Ship It! - Aleix Pol Gonzalez On Aug. 3, 2016

Re: Review Request 128584: Use a dedicated Qt logging category in KrossCore's .cpp files

2016-08-02 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128584/#review98026 --- Ship it! Ship It! - Aleix Pol Gonzalez On Aug. 3, 2016

Re: Review Request 128583: Make KrossUi and the command-line tool optional

2016-08-02 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128583/#review98025 --- Why? - Aleix Pol Gonzalez On Aug. 3, 2016, 1:36 a.m

Review Request 128579: Use KPackage to install Plasma Packages

2016-08-02 Thread Aleix Pol Gonzalez
/ Testing --- Everything still installs in the same place, apparently. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 128588: Make it possible to load metadata.json file from kpackagetool5

2016-08-03 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Plasma. Changes --- Submitted with commit fd516c52eea7f2c58c24c4944e68a3d718232eac by Aleix Pol on behalf of Aleix Pol Gonzalez to branch master. Repository: kpackage Description --- I was trying to query a metadata.json

Re: Review Request 128590: Let kpackagetool5 generate appstream information for kpackage components

2016-08-03 Thread Aleix Pol Gonzalez
validate` doesn't choke on output files. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 128579: Use KPackage to install Plasma Packages

2016-08-03 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Plasma. Changes --- Submitted with commit 333bdd7fb38e8ccd4f079f760bbb86e711b2b2b1 by Aleix Pol to branch master. Repository: plasma-framework Description --- Plasma packages are essentially kpackages, so use the macros

Re: Review Request 128640: Keep compatiable slot createApplet with Frameworks 5.24 *THIS NEEDS BACKPORTING TO 5.25*

2016-08-09 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128640/#review98254 --- Ship it! Ship It! - Aleix Pol Gonzalez On Aug. 10

Re: Review Request 128638: Move kwallet-query docbook to correct subdir

2016-08-09 Thread Aleix Pol Gonzalez
`git diff --find-copies-harder` so moves are actual moves rather than destruction + creation. - Aleix Pol Gonzalez On Aug. 9, 2016, 9:14 p.m., Burkhard Lück wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 128642: Fix blatant bug in code that was pushed unreviewed

2016-08-09 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128642/#review98255 --- Ship it! Ship It! - Aleix Pol Gonzalez On Aug. 10

Review Request 128599: Improve kpackage_install_package

2016-08-04 Thread Aleix Pol Gonzalez
. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 128599: Improve kpackage_install_package

2016-08-04 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Plasma. Changes --- Submitted with commit ad30347a4717a03de82fdd78a85b7641a01c9ef8 by Aleix Pol to branch master. Repository: kpackage Description --- * Make sure we don't just append to the regenerateindex.sh file

Re: Review Request 128533: Create a test that validates projects' appstream information

2016-08-04 Thread Aleix Pol Gonzalez
: https://git.reviewboard.kde.org/r/128533/diff/ Testing --- Tested on some projects, locally. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 128596: Define Plasma PackageStructure as regular KPackage PackageStructure plugins

2016-08-04 Thread Aleix Pol Gonzalez
to work. Tests pass. A bunch of appdata files are installed from kdeplasma-addons. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 128678: Install the translated documentation

2016-08-14 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128678/#review98389 --- Ship it! Ship It! - Aleix Pol Gonzalez On Aug. 15

Re: Review Request 128232: The default level for logging categories should be Info rather than Warning.

2016-07-13 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128232/#review97364 --- +1 - Aleix Pol Gonzalez On July 14, 2016, 12:22 a.m

Re: Review Request 128427: Make sure ECMGeneratePriFile.cmake behaves like the rest of ECM

2016-07-18 Thread Aleix Pol Gonzalez
marked as submitted. Review request for Extra Cmake Modules, KDE Frameworks and Antonio Rojas. Changes --- Submitted with commit 5bb92992317a6cf878c823cadac6dd0ccff969d6 by Aleix Pol to branch master. Repository: extra-cmake-modules Description --- In `KDEInstallDirs` we have some

Review Request 128488: Add a fallback method for query_qmake() when there's no Qt5 installation

2016-07-20 Thread Aleix Pol Gonzalez
--- Should fix this issue: https://build.kde.org/job/extra-cmake-modules%20master%20latest-qt4/16/PLATFORM=Linux,compiler=gcc/console Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org

Re: Review Request 128426: Support OpenGL 3.2 Core profile in FadingNode shaders

2016-07-11 Thread Aleix Pol Gonzalez
/declarativeimports/core/fadingnode.cpp (line 67) <https://git.reviewboard.kde.org/r/128426/#comment65692> use `switch`? - Aleix Pol Gonzalez On July 12, 2016, 1:34 a.m., David Edmundson wrote: > > --- > This is a

Review Request 128427: Make sure ECMGeneratePriFile.cmake behaves like the rest of ECM

2016-07-11 Thread Aleix Pol Gonzalez
files are installed using the same reasoning. Diffs - modules/ECMGeneratePriFile.cmake af4b877 Diff: https://git.reviewboard.kde.org/r/128427/diff/ Testing --- The issue was reported by `arojas`, I haven't been able to reproduce myself. Thanks, Aleix Pol Gonzalez

Re: Review Request 127813: Reduce string modifications when calling translatePath

2016-07-04 Thread Aleix Pol Gonzalez
/ Testing --- Tests pass, apps work. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 127093: Drop KDocTools requirement

2016-07-04 Thread Aleix Pol Gonzalez
. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 127813: Reduce string modifications when calling translatePath

2016-07-04 Thread Aleix Pol Gonzalez
on paths rather than string handling, when possible. Diffs (updated) - src/core/kconfiggroup.cpp 39d2441 Diff: https://git.reviewboard.kde.org/r/127813/diff/ Testing --- Tests pass, apps work. Thanks, Aleix Pol Gonzalez ___ Kde

Re: Review Request 128357: Fix warning from uic

2016-07-04 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128357/#review97081 --- Ship it! Ship It! - Aleix Pol Gonzalez On July 4, 2016

Re: Review Request 127110: Drop KF5DocTools dependency

2016-07-04 Thread Aleix Pol Gonzalez
discarded. Review request for KDE Frameworks. Repository: kdelibs4support Description --- Like in many other frameworks. Diffs - CMakeLists.txt 15ecead Diff: https://git.reviewboard.kde.org/r/127110/diff/ Testing --- Builds with and without KDocTools. Thanks, Aleix Pol

Re: Review Request 127813: Reduce string modifications when calling translatePath

2016-07-04 Thread Aleix Pol Gonzalez
://git.reviewboard.kde.org/r/127813/diff/ Testing --- Tests pass, apps work. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 128610: Fix tests not passing, make sure we separate paths properly

2016-08-05 Thread Aleix Pol Gonzalez
/ Testing --- Tests pass for good now. Thanks, Aleix Pol Gonzalez ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 128610: Fix tests not passing, make sure we separate paths properly

2016-08-05 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Plasma. Changes --- Submitted with commit 142b793138b050e15ca39b82a8149d6a180fa68b by Aleix Pol to branch master. Repository: kpackage Description --- Properly concatenate paths. Make sure cleanupPackage doesn't expand

Re: Review Request 128603: Infer the ParentApp from the PackageStructure plugin

2016-08-05 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Plasma. Changes --- Submitted with commit c0d2159bc1153974cb9b7854e3f182d3bcd92d0c by Aleix Pol to branch master. Repository: kpackage Description --- In general, KPackage plugins should work anywhere the KPackage

Re: Review Request 128604: Define what Plasma packagestructures extend plasmashell

2016-08-05 Thread Aleix Pol Gonzalez
marked as submitted. Review request for KDE Frameworks and Plasma. Changes --- Submitted with commit de1a45764a777ccaf092d241324790268b0e9d9e by Aleix Pol to branch master. Repository: plasma-framework Description --- It specifies org.kde.plasmashell as the structures' target

<    14   15   16   17   18   19   20   21   22   23   >