Feed Advanced Search

Apr 25 2020

bruns added inline comments to D29138: [Solid] Replace foreach (deprecated) with range/index for.
Apr 25 2020, 5:26 PM · Frameworks
bruns requested review of D29181: Use KFileMetaData for XAttr support instead of private reimplementation.
Apr 25 2020, 5:22 PM · Baloo, Frameworks
bruns committed R293:c4ae6ff523d2: Drop old Xapian DB test case (authored by bruns).
Drop old Xapian DB test case
Apr 25 2020, 5:00 PM
bruns committed R293:c2865b207907: Revert "add Baloo DBus signals for moved or removed files" (authored by bruns).
Revert "add Baloo DBus signals for moved or removed files"
Apr 25 2020, 4:31 PM
bruns closed D28980: Revert "add Baloo DBus signals for moved or removed files".
Apr 25 2020, 4:31 PM · Baloo, Frameworks
bruns added a reverting change for R293:ef0e268c6577: add Baloo DBus signals for moved or removed files: R293:c2865b207907: Revert "add Baloo DBus signals for moved or removed files".
Apr 25 2020, 4:31 PM
bruns added a reverting change for R293:96fb5896c304: add missing license: R293:c2865b207907: Revert "add Baloo DBus signals for moved or removed files".
Apr 25 2020, 4:31 PM
bruns committed R293:60766d57999c: [QML Monitor] Show remaining time as soon as possible (authored by bruns).
[QML Monitor] Show remaining time as soon as possible
Apr 25 2020, 4:03 PM
bruns closed D28956: [QML Monitor] Show remaining time as soon as possible.
Apr 25 2020, 4:03 PM · Baloo, Frameworks
bruns added inline comments to D29138: [Solid] Replace foreach (deprecated) with range/index for.
Apr 25 2020, 3:26 PM · Frameworks
bruns added a comment to D28932: Store filename terms just once.

I'll get around to reviewing this soon. I'm trying to figure out of I think the loss is acceptable.

Apr 25 2020, 3:05 PM · Baloo, Frameworks
bruns added a comment to D28776: FstabDevice: Avoid recurrent construction of emblems QStringList.

Ping!

Apr 25 2020, 1:41 PM · Frameworks
bruns added a comment to D28777: FstabDevice: Reevaluate emblems only when state changes.

Ping!

Apr 25 2020, 1:41 PM · Frameworks
bruns added a comment to D28932: Store filename terms just once.

Ping!

Apr 25 2020, 1:36 PM · Baloo, Frameworks
bruns added a comment to D28956: [QML Monitor] Show remaining time as soon as possible.

Ping!

Apr 25 2020, 1:36 PM · Baloo, Frameworks
bruns added a comment to T8569: Redesign Policy Kit Authorization dialog.
In T8569#227195, @bruns wrote:

I like the inline password, though I have a small concern - grey on white is low contrast, what about persons with bad eyesight?

We should probably fix that in our mockup toolkit. The actual looks of the widgets and icons itself isn't a part of this task and isn't scheduled to change AFAIK.

Apr 25 2020, 1:35 PM · VDG, Plasma

Apr 24 2020

bruns added inline comments to D29138: [Solid] Replace foreach (deprecated) with range/index for.
Apr 24 2020, 7:44 PM · Frameworks
bruns added inline comments to D29138: [Solid] Replace foreach (deprecated) with range/index for.
Apr 24 2020, 6:49 PM · Frameworks
bruns added inline comments to D29138: [Solid] Replace foreach (deprecated) with range/index for.
Apr 24 2020, 4:18 PM · Frameworks
bruns added a comment to D28590: Add a QString Solid::Device::displayName, used in Fstab Device for network mounts.

Do not create m_storageAccess in the constructor

Hmm, you told me the f (m_displayName.isEmpty()) block belongs here, I don't see why instantiating m_storageAccess here is bad but mehh.

Apr 24 2020, 11:01 AM · Frameworks

Apr 23 2020

bruns added inline comments to D29138: [Solid] Replace foreach (deprecated) with range/index for.
Apr 23 2020, 10:53 PM · Frameworks
bruns added inline comments to D29138: [Solid] Replace foreach (deprecated) with range/index for.
Apr 23 2020, 10:51 PM · Frameworks
bruns added a comment to D29095: Change mouse icon to have better dark theme contrast.

Bruns's comment about right-handed mice (gradient) is due to the quite asymmetrical shape many modern mice use for ergonomic reasons (RSI).

Apr 23 2020, 6:32 PM · Frameworks
bruns added a comment to D29095: Change mouse icon to have better dark theme contrast.

Apr 23 2020, 4:26 PM · Frameworks
bruns added a comment to D29095: Change mouse icon to have better dark theme contrast.

The new one looks very oldschool. Some ideas how to improve that:

Apr 23 2020, 3:30 PM · Frameworks
bruns added inline comments to D29034: Add systemd user service file for kded.
Apr 23 2020, 2:38 PM · Frameworks

Apr 22 2020

bruns added inline comments to D27152: Introduce FilesystemEntry class.
Apr 22 2020, 5:50 PM · Frameworks

Apr 21 2020

bruns requested changes to D28590: Add a QString Solid::Device::displayName, used in Fstab Device for network mounts.

Do not create m_storageAccess in the constructor

Apr 21 2020, 10:19 PM · Frameworks
bruns added a comment to D20739: Handle multiple entries in map.

any bug reports for the Windows platform will be rejected immediately then.

Because they aren't already given that baloo only works on Linux and *BSD?

This is the sort of attitude that always makes my eyes roll whenever I see a reference to the idea of support in most KDE software.

Apr 21 2020, 2:30 PM · Baloo
bruns added a comment to D20739: Handle multiple entries in map.
Qt 5.10. is required since KF 5.55: https://kde.org/announcements/kde-frameworks-5.55.0.php.

True, but not relevant here because the issue is not with KF5 APIs but with QMap. The frameworks relevant for baloo all build against Qt 5.9 either without or with minimal patching (which in essence reintroduce removed code).

Apr 21 2020, 12:50 PM · Baloo
bruns added a comment to D20739: Handle multiple entries in map.

Hi,

I'm updating some of my packaging for a set-up that should meet the minimum requirements that were current when this commit was made (Qt 5.9 and KF5 5.60.0; baloo-widgets 19.08.3 requires Qt 5.8 and KF5 5.58.0). Evidently this change wasn't checked against those requirements; the constKeyValue* iterators were introduced in Qt 5.10 (this lack of testing is also apparent in filemetadatadatedisplaytest.cpp:57!)

I've tried to roll a Qt 5.9 implementation of the new algorithm, but apparently failed:

Can I ask some feedback (from @astippich maybe)?

Apr 21 2020, 10:34 AM · Baloo
bruns committed R245:5f97573881fe: [FstabWatcher] Fix loosing of fstab watcher (authored by bruns).
[FstabWatcher] Fix loosing of fstab watcher
Apr 21 2020, 10:18 AM
bruns closed D28780: [FstabWatcher] Fix loosing of fstab watcher.
Apr 21 2020, 10:18 AM · Frameworks

Apr 20 2020

bruns added a comment to D28776: FstabDevice: Avoid recurrent construction of emblems QStringList.

Ping!

Apr 20 2020, 5:20 PM · Frameworks
bruns added a comment to D28780: [FstabWatcher] Fix loosing of fstab watcher.

Ping!

Apr 20 2020, 5:19 PM · Frameworks
bruns added a reviewer for D28780: [FstabWatcher] Fix loosing of fstab watcher: ngraham.
Apr 20 2020, 5:19 PM · Frameworks
bruns added a comment to D28995: Add imperial gallon and US pint.

Aren't Imperial and US the same thing?The USA is the only country that still officially uses the imperiaI system.

Apr 20 2020, 4:48 PM · Frameworks

Apr 19 2020

bruns added a comment to D28980: Revert "add Baloo DBus signals for moved or removed files".

To be clear, I am fine with this change going in.

I would still like to work on a proper solution to allow an application to monitor moved files or similar stuff without having to add file system watchers itself (duplicate from Baloo owns watchers).

Do you have an idea ?

Apr 19 2020, 11:50 PM · Baloo, Frameworks
bruns added a comment to D28980: Revert "add Baloo DBus signals for moved or removed files".

The unusual method to get notified is about avoiding signaling moved files if nobody is watching. Baloo will only callback if applications have registered themselves.

Apr 19 2020, 11:31 PM · Baloo, Frameworks
bruns added a comment to T8569: Redesign Policy Kit Authorization dialog.

I like the inline password, though I have a small concern - grey on white is low contrast, what about persons with bad eyesight?

Apr 19 2020, 11:22 PM · VDG, Plasma
bruns accepted D28619: BookmarksRunner: Remove caching of profile database path.
Apr 19 2020, 7:09 PM · Plasma
bruns requested changes to D28619: BookmarksRunner: Remove caching of profile database path.

Please just remove the writeEntry.

Apr 19 2020, 6:02 PM · Plasma
bruns closed D28955: [FileContentIndexer] Fix state update and signal order.
Apr 19 2020, 5:49 PM · Baloo, Frameworks
bruns committed R293:af260fbdd2e5: [FileContentIndexer] Fix state update and signal order (authored by bruns).
[FileContentIndexer] Fix state update and signal order
Apr 19 2020, 5:49 PM
bruns committed R293:3157e9375cc4: [Monitor] Fix monitor state and signal ordering (authored by bruns).
[Monitor] Fix monitor state and signal ordering
Apr 19 2020, 5:46 PM
bruns closed D28954: [Monitor] Fix monitor state and signal ordering.
Apr 19 2020, 5:46 PM · Baloo, Frameworks
bruns committed R293:273b7a1d7a63: [Extractor] Fix progress reporting (authored by bruns).
[Extractor] Fix progress reporting
Apr 19 2020, 5:45 PM
bruns closed D28953: [Extractor] Fix progress reporting.
Apr 19 2020, 5:45 PM · Baloo, Frameworks
bruns added a comment to D28956: [QML Monitor] Show remaining time as soon as possible.
In D28956#651795, @apol wrote:

You're using QDeadlineTimer weird. Why don't you use QDeadlineTimer::remainingTime() and ::setDeadline?

Apr 19 2020, 4:30 PM · Baloo, Frameworks
bruns added a reverting change for R293:96fb5896c304: add missing license: D28980: Revert "add Baloo DBus signals for moved or removed files".
Apr 19 2020, 1:53 PM
bruns requested review of D28980: Revert "add Baloo DBus signals for moved or removed files".
Apr 19 2020, 1:53 PM · Baloo, Frameworks
bruns added a reverting change for R293:ef0e268c6577: add Baloo DBus signals for moved or removed files: D28980: Revert "add Baloo DBus signals for moved or removed files".
Apr 19 2020, 1:53 PM

Apr 18 2020

bruns added a comment to D12584: implement interface of Baloo to watch renamed files.

Am I missing something, or is this essentially dead code?

Apr 18 2020, 8:23 PM
bruns committed R293:680b75a9a61a: [Coding] Avoid recurrent detach and size checks (authored by bruns).
[Coding] Avoid recurrent detach and size checks
Apr 18 2020, 6:52 PM
bruns closed D28933: [Coding] Avoid recurrent detach and size checks.
Apr 18 2020, 6:52 PM · Baloo, Frameworks
bruns committed R293:bf2371d56172: [QueryTest] Track if phrase matches in content or filename (authored by bruns).
[QueryTest] Track if phrase matches in content or filename
Apr 18 2020, 6:51 PM
bruns closed D28929: [QueryTest] Track if phrase matches in content or filename.
Apr 18 2020, 6:51 PM · Baloo, Frameworks
bruns closed D28940: [baloo_file] Remove KAboutData from baloo_file.
Apr 18 2020, 6:51 PM · Baloo, Frameworks
bruns committed R293:a9af3b92b03a: [baloo_file] Remove KAboutData from baloo_file (authored by bruns).
[baloo_file] Remove KAboutData from baloo_file
Apr 18 2020, 6:51 PM
bruns requested review of D28956: [QML Monitor] Show remaining time as soon as possible.
Apr 18 2020, 6:48 PM · Baloo, Frameworks
bruns requested review of D28955: [FileContentIndexer] Fix state update and signal order.
Apr 18 2020, 6:47 PM · Baloo, Frameworks
bruns requested review of D28954: [Monitor] Fix monitor state and signal ordering.
Apr 18 2020, 6:47 PM · Baloo, Frameworks
bruns requested review of D28953: [Extractor] Fix progress reporting.
Apr 18 2020, 6:46 PM · Baloo, Frameworks
bruns requested changes to D28745: Skip caching thumbnails on encrypted filesystems.
Apr 18 2020, 1:29 PM · Frameworks, Dolphin
bruns added a comment to D28934: baloo_file stop throwing ASSERT failure.

See D28940

Apr 18 2020, 1:26 PM · Baloo, Frameworks
bruns requested changes to D28934: baloo_file stop throwing ASSERT failure.
Apr 18 2020, 1:25 PM · Baloo, Frameworks
bruns requested review of D28940: [baloo_file] Remove KAboutData from baloo_file.
Apr 18 2020, 1:16 PM · Baloo, Frameworks
bruns added a comment to D28934: baloo_file stop throwing ASSERT failure.

Thanks for the notice.

Apr 18 2020, 12:41 PM · Baloo, Frameworks
bruns updated the diff for D28932: Store filename terms just once.

add missing tests

Apr 18 2020, 1:54 AM · Baloo, Frameworks
bruns requested review of D28933: [Coding] Avoid recurrent detach and size checks.
Apr 18 2020, 12:22 AM · Baloo, Frameworks

Apr 17 2020

bruns updated the diff for D28932: Store filename terms just once.

whitespace

Apr 17 2020, 11:44 PM · Baloo, Frameworks
bruns requested review of D28932: Store filename terms just once.
Apr 17 2020, 11:22 PM · Baloo, Frameworks
bruns added a dependent revision for D28929: [QueryTest] Track if phrase matches in content or filename: D28932: Store filename terms just once.
Apr 17 2020, 11:22 PM · Baloo, Frameworks
bruns committed R293:c3e5fe0875d0: [Searchstore] Reserve space for phrase query terms (authored by bruns).
[Searchstore] Reserve space for phrase query terms
Apr 17 2020, 11:21 PM
bruns closed D28925: [QueryTest] Extend phrase query tests.
Apr 17 2020, 9:45 PM · Baloo, Frameworks
bruns committed R293:0a626db918a9: [QueryTest] Extend phrase query tests (authored by bruns).
[QueryTest] Extend phrase query tests
Apr 17 2020, 9:45 PM
bruns committed R293:de261f8bae5a: [SearchStore] Allow querying exact matches for non-properties (authored by bruns).
[SearchStore] Allow querying exact matches for non-properties
Apr 17 2020, 9:45 PM
bruns closed D28924: [SearchStore] Allow querying exact matches for non-properties.
Apr 17 2020, 9:45 PM · Baloo, Frameworks
bruns requested review of D28929: [QueryTest] Track if phrase matches in content or filename.
Apr 17 2020, 8:49 PM · Baloo, Frameworks
bruns added a dependent revision for D28925: [QueryTest] Extend phrase query tests: D28929: [QueryTest] Track if phrase matches in content or filename.
Apr 17 2020, 8:49 PM · Baloo, Frameworks
bruns requested review of D28925: [QueryTest] Extend phrase query tests.
Apr 17 2020, 7:36 PM · Baloo, Frameworks
bruns requested review of D28924: [SearchStore] Allow querying exact matches for non-properties.
Apr 17 2020, 7:33 PM · Baloo, Frameworks
bruns committed R293:69c6b2061c1e: [Transaction] Improve debug message (authored by bruns).
[Transaction] Improve debug message
Apr 17 2020, 7:32 PM
bruns requested changes to D17816: Support for xattrs on kio copy/move.
Apr 17 2020, 1:02 AM · Frameworks

Apr 16 2020

bruns committed R293:a27a2282da3f: [PhraseAndIterator] Remove temporary arrays when checking matches (authored by bruns).
[PhraseAndIterator] Remove temporary arrays when checking matches
Apr 16 2020, 5:09 PM
bruns closed D28865: [PhraseAndIterator] Remove temporary arrays when checking matches.
Apr 16 2020, 5:09 PM · Baloo, Frameworks
bruns committed R293:ef3535630914: [Extractor] Better balance idle and busy mode (authored by bruns).
[Extractor] Better balance idle and busy mode
Apr 16 2020, 5:08 PM
bruns closed D28864: [Extractor] Better balance idle and busy mode.
Apr 16 2020, 5:08 PM · Baloo, Frameworks
bruns committed R293:0d56f65f03c3: [Extractor] Fix idle monitoring (authored by bruns).
[Extractor] Fix idle monitoring
Apr 16 2020, 5:06 PM
bruns closed D28863: [Extractor] Fix idle monitoring.
Apr 16 2020, 5:06 PM · Baloo, Frameworks
bruns closed D28862: [Extractor] Remove IdleStateMonitor wrapper class.
Apr 16 2020, 5:06 PM · Baloo, Frameworks
bruns committed R293:bd502bf0af46: [Extractor] Remove IdleStateMonitor wrapper class (authored by bruns).
[Extractor] Remove IdleStateMonitor wrapper class
Apr 16 2020, 5:06 PM
bruns updated the diff for D28864: [Extractor] Better balance idle and busy mode.

extend summary

Apr 16 2020, 5:03 PM · Baloo, Frameworks
bruns updated the diff for D28864: [Extractor] Better balance idle and busy mode.

Extend commit message, reduce idle timeout

Apr 16 2020, 4:59 PM · Baloo, Frameworks
bruns updated the diff for D28862: [Extractor] Remove IdleStateMonitor wrapper class.

add line break before closing brace in lambda, use 2 minutes

Apr 16 2020, 4:52 PM · Baloo, Frameworks
bruns added inline comments to D28862: [Extractor] Remove IdleStateMonitor wrapper class.
Apr 16 2020, 4:50 PM · Baloo, Frameworks
bruns added inline comments to D28745: Skip caching thumbnails on encrypted filesystems.
Apr 16 2020, 12:57 PM · Frameworks, Dolphin
bruns requested changes to D28745: Skip caching thumbnails on encrypted filesystems.
Apr 16 2020, 12:49 PM · Frameworks, Dolphin
bruns added a comment to D28862: [Extractor] Remove IdleStateMonitor wrapper class.

It used to be 2 minutes, now it's 1?

Apr 16 2020, 10:07 AM · Baloo, Frameworks

Apr 15 2020

bruns requested review of D28865: [PhraseAndIterator] Remove temporary arrays when checking matches.
Apr 15 2020, 10:24 PM · Baloo, Frameworks