Re: Review Request 129703: [baloo_file_extractor] Limit CPU usage

2016-12-26 Thread Aleix Pol Gonzalez
> On Dec. 26, 2016, 1:24 a.m., Aleix Pol Gonzalez wrote: > > src/file/extractor/app.cpp, line 85 > > <https://git.reviewboard.kde.org/r/129703/diff/1/?file=488118#file488118line85> > > > > FWIW, something looks incorrect here, as it seems be using Urls as

Re: Review Request 129703: [baloo_file_extractor] Limit CPU usage

2016-12-25 Thread Aleix Pol Gonzalez
check? - Aleix Pol Gonzalez On Dec. 25, 2016, 2:27 p.m., Anthony Fieroni wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git

kde-devel@kde.org

2016-12-12 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/129349/#comment67893> Use `split(QLatin1Char('/'),...)` Also this can be changed into splitRef? - Aleix Pol Gonzalez On Dec. 12, 2016, 7:48 p.m., Christian Ehrlicher wrote: > > --

kde-devel@kde.org

2016-12-12 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/129349/#comment67874> You need to duplicate the API documentation. src/file/fileindexerconfig.cpp (line 188) <https://git.reviewboard.kde.org/r/129349/#comment67875> Make this one call the `QStringRef` variant, not to duplicate code? - Aleix Pol Gonza

Re: Review Request 129549: Check more thoroughly for inotify

2016-11-23 Thread Aleix Pol Gonzalez
org/r/129549/#comment67760> Variables in cmake are case-sensitive. It should be the same as what you pass to find_package: `${Inotify_FOUND}`. (if that's not what the Find*.cmake file is doing, I'd consider it a bug) - Aleix Pol Gonzalez On Nov. 23, 2016, 3:06 p.m.,

Re: Review Request 129378: [baloo] Avoid some useless copies by using const references instead

2016-11-11 Thread Aleix Pol Gonzalez
uctor should be taking care of it. http://en.cppreference.com/w/cpp/language/move_constructor - Aleix Pol Gonzalez On Nov. 11, 2016, 5:58 p.m., Christian Ehrlicher wrote: > > --- > This is an automatically generated e-mail. T

Re: Review Request 129186: [baloo] Speedup Positioncodec::encode()

2016-11-05 Thread Aleix Pol Gonzalez
y wants to take responsibility though. I'd say that if you plan to maintain it you can commit it. - Aleix Pol Gonzalez On Nov. 6, 2016, 12:39 a.m., Christian Ehrlicher wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 129182: [baloo] CLazy fixes: use const ref in for loop instead object

2016-10-14 Thread Aleix Pol Gonzalez
458) <https://git.reviewboard.kde.org/r/129182/#comment67173> no space before the coma - Aleix Pol Gonzalez On Oct. 14, 2016, 11:11 p.m., Christian Ehrlicher wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 129185: [baloo] Add a small benchmark for PostingCodec::encode()

2016-10-14 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/129185/#comment67172> You can use QBENCHMARK_ONCE and QBENCHMARK for some of this. - Aleix Pol Gonzalez On Oct. 14, 2016, 10:57 p.m., Christian Ehrlicher wrote: > > --- > This is an automatica

Re: Review Request 129183: [baloo] CLazy fixes: removed unused member var, add Q_OBJECT

2016-10-14 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/129183/#comment67170> That doesn't look right. It's not exported, we can have BIC changes. - Aleix Pol Gonzalez On Oct. 14, 2016, 10:58 p.m., Christian Ehrlicher wrote: > > --- > This is an

Re: Review Request 129182: CLazy fixes: use const ref in for loop instead object

2016-10-14 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/129182/#comment67169> add const - Aleix Pol Gonzalez On Oct. 14, 2016, 10:10 p.m., Christian Ehrlicher wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.rev

Re: Review Request 127821: mark runtime dependency as type runtime

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

Re: Review Request 126644: Fixed using spaces in the tags kioslave

2016-01-06 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126644/#review90724 --- You changed a colon sign for an equal sign? - Aleix Pol

Re: Review Request 126006: baloo tests/file/CMakeLists.txt fix

2015-11-09 Thread Aleix Pol Gonzalez
Aleix Pol Gonzalez On Nov. 9, 2015, 1:13 p.m., Jan Issac wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard

Re: Review Request 125496: i18n fixes for balooctl config

2015-10-02 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125496/#review86258 --- Ship it! - Aleix Pol Gonzalez On Oct. 2, 2015, 11:29 p.m

Re: Review Request 124597: KFileMetaData: update CMakeLists to match other frameworks

2015-08-02 Thread Aleix Pol Gonzalez
Pol Gonzalez On Aug. 2, 2015, 11:29 p.m., David Faure wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Aleix Pol Gonzalez
sprint, I think we should move this into the kde:kwidgetsaddons repository, in an examples subdirectory. - Aleix Pol Gonzalez On Aug. 12, 2014, 9:33 a.m., Laurent Navet wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 119662: Make sure baloo creates the dirs it requires

2014-08-08 Thread Aleix Pol Gonzalez
662/#comment44726> No need to check if it exists src/file/main.cpp <https://git.reviewboard.kde.org/r/119662/#comment44727> Use qWarning - Aleix Pol Gonzalez On ago. 8, 2014, 11:49 a.m., Rohan Garg wrote: > > --

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-05 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114933/#review63870 --- Is it meant to go to master? isn't it KDE4? - Alei

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-07-29 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114933/#review63469 --- bump! - Aleix Pol Gonzalez On Jan. 16, 2014, 7:30 p.m

Re: Review Request 119319: Baloo (frameworks): install *store plugins into kf5/baloo subfolder

2014-07-18 Thread Aleix Pol Gonzalez
> On July 18, 2014, 10:33 a.m., Vishesh Handa wrote: > > I'm fine with this change. Baloo will eventually become a framework, we may > > as well get the process started. Sure, but this is not the way to get the process started. - Aleix ---

Re: Review Request 119319: Baloo (frameworks): install *store plugins into kf5/baloo subfolder

2014-07-16 Thread Aleix Pol Gonzalez
one first? http://api.kde.org/frameworks-api/frameworks5-apidocs/ - Aleix Pol Gonzalez On July 16, 2014, 12:41 p.m., Dan Vrátil wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewb

Re: Review Request 118670: Change kfilemetadata's naming scheme to match KF5 libraries

2014-06-12 Thread Aleix Pol Gonzalez
ou're doubting I'd suggest you to take a look at another framework, such as KParts. - Aleix Pol Gonzalez On June 12, 2014, 5:47 p.m., Bernd Steinhauser wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 118670: Change kfilemetadata's naming scheme to match KF5 libraries

2014-06-12 Thread Aleix Pol Gonzalez
CMakeLists.txt <https://git.reviewboard.kde.org/r/118670/#comment41713> Should be KF5FileMetaDataConfigVersion - Aleix Pol Gonzalez On June 12, 2014, 2:30 p.m., Bernd Steinhauser wrote: > > --- > This is an automati

Re: Review Request 117187: [Baloo] cmake: Introduce a config.h to use non-standard features conditionally.

2014-03-30 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117187/#review54598 --- Ship it! looks ok - Aleix Pol Gonzalez On March 30, 2014

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-01-10 Thread Aleix Pol Gonzalez
tps://git.reviewboard.kde.org/r/114933/#comment33589> This should be QIcon::fromTheme() - Aleix Pol Gonzalez On Jan. 9, 2014, 9:17 p.m., Laurent Navet wrote: > > --- > This is an automatically generated e-mail. To reply,