Feed Advanced Search

Sep 27 2019

ngraham edited projects for T9356: AppImage Awarness in plasma Desktop, added: KDE Applications; removed VDG, Plasma.
Sep 27 2019, 4:27 PM · KDE Applications, Baloo, Dolphin
mthw added a comment to D23926: Move "Details" tab to second place in Properties dialog.
  1. Instead of unconditionally doing q->insertPluginAt(plugin, 1);, you'd want to do something more like this:
if (plugin == "details"  /* this is pseudocode */) {
    q->insertPluginAt(plugin, 1);
} else {
    q->insertPlugin(plugin);
}

I'm actually not sure how to check for what the plugin is though. Maybe someone from Frameworks can help.

Sep 27 2019, 3:06 PM · VDG, Dolphin, Frameworks
GB_2 added a comment to D23926: Move "Details" tab to second place in Properties dialog.

Ping.

Sep 27 2019, 12:59 PM · VDG, Dolphin, Frameworks

Sep 26 2019

ngraham added a comment to D24247: Expose full set of script execution options in settings window.

Alternatively, we could put this on the Behavior tab, or even the Navigation page.

Sep 26 2019, 6:36 PM · Dolphin
ngraham requested review of D24247: Expose full set of script execution options in settings window.
Sep 26 2019, 6:34 PM · Dolphin
ngraham added a revision to T9932: [ConfirmationsSettingsPage] behaviourOnLaunch setting needs a tri-state: D24247: Expose full set of script execution options in settings window.
Sep 26 2019, 6:34 PM · Dolphin
ngraham added a comment to T9932: [ConfirmationsSettingsPage] behaviourOnLaunch setting needs a tri-state.

I can look into that.

Sep 26 2019, 3:18 PM · Dolphin
ngraham accepted D23475: [baloo-widgets] Apply condensed date to file metadata properties.

LGTM too. @bruns any final comments before we land this?

Sep 26 2019, 2:02 PM · Dolphin, Baloo

Sep 25 2019

iasensio added a comment to D23475: [baloo-widgets] Apply condensed date to file metadata properties.

Small ping on this small diff 😃

Sep 25 2019, 6:31 PM · Dolphin, Baloo

Sep 24 2019

ngraham added a comment to T5970: NaturalSorting option needs a place in system settings.

At the moment I would say yes. :)

Sep 24 2019, 11:58 PM · Dolphin, Frameworks
elvisangelaccio added a comment to T9932: [ConfirmationsSettingsPage] behaviourOnLaunch setting needs a tri-state.

https://git.reviewboard.kde.org/r/129383/ had a patch for this but it never got merged. Copying the diff here in case anyone wants to take over:

Sep 24 2019, 8:26 PM · Dolphin
elvisangelaccio added a comment to T5970: NaturalSorting option needs a place in system settings.

So should we close https://bugs.kde.org/show_bug.cgi?id=376992 ? ;)

Sep 24 2019, 8:21 PM · Dolphin, Frameworks
elvisangelaccio requested changes to D19311: Add navigation history to forward/back buttons.
Sep 24 2019, 8:11 PM · Dolphin
ngraham accepted D19311: Add navigation history to forward/back buttons.

Thanks, that fixed it!

Sep 24 2019, 5:20 PM · Dolphin

Sep 23 2019

sitter closed D24076: add a simple smoke test for slaves by using kioclient5.
Sep 23 2019, 11:34 AM · Frameworks, Dolphin
sitter added a comment to D24076: add a simple smoke test for slaves by using kioclient5.

I won't review, but would like to note I think that with KIOFuse, in conjuction with fio we can do some really complex testing on KIO, correct me if I'm wrong.

If I'm right, then we can test KIO nicely, although if we do notice a bug via using fio, it can technically be in any of FUSE/KIOFuse/KIO, but in my experience KIO is the most buggy of the lot.

Sep 23 2019, 10:47 AM · Frameworks, Dolphin

Sep 22 2019

elvisangelaccio requested changes to D22594: [Dolphin] Open Preferred Search Tool action.
Sep 22 2019, 8:59 PM · Documentation, Dolphin
hallas added a comment to D19311: Add navigation history to forward/back buttons.

Just noticed that Alt+left/right shortcuts for back and forward are now broken.

Sep 22 2019, 5:59 AM · Dolphin
hallas updated the diff for D19311: Add navigation history to forward/back buttons.

Fix Back/Forward shortcuts

Sep 22 2019, 5:58 AM · Dolphin

Sep 21 2019

elvisangelaccio closed D23538: [dolphin] Animate gifs on preview.
Sep 21 2019, 2:28 PM · Dolphin
elvisangelaccio accepted D23538: [dolphin] Animate gifs on preview.

Thanks, cool stuff :)

Sep 21 2019, 2:28 PM · Dolphin

Sep 20 2019

dfaure accepted D24076: add a simple smoke test for slaves by using kioclient5.
Sep 20 2019, 4:31 PM · Frameworks, Dolphin

Sep 19 2019

ngraham requested changes to D19311: Add navigation history to forward/back buttons.

Just noticed that Alt+left/right shortcuts for back and forward are now broken.

Sep 19 2019, 4:04 PM · Dolphin
feverfew added a comment to D24076: add a simple smoke test for slaves by using kioclient5.

I won't review, but would like to note I think that with KIOFuse, in conjuction with fio we can do some really complex testing on KIO, correct me if I'm wrong.

Sep 19 2019, 3:08 PM · Frameworks, Dolphin
sitter requested review of D24076: add a simple smoke test for slaves by using kioclient5.
Sep 19 2019, 1:04 PM · Frameworks, Dolphin
hallas updated the diff for D19311: Add navigation history to forward/back buttons.

Restrict the number of navigation entries to 12

Sep 19 2019, 11:24 AM · Dolphin

Sep 17 2019

ngraham added inline comments to D19311: Add navigation history to forward/back buttons.
Sep 17 2019, 1:03 PM · Dolphin
hallas added inline comments to D19311: Add navigation history to forward/back buttons.
Sep 17 2019, 11:13 AM · Dolphin

Sep 16 2019

broulik closed D23145: [Exe Thumbnailer] Match 16 bit executables and don't request icon types wrestool cannot handle.
Sep 16 2019, 3:41 PM · Frameworks, Dolphin
ngraham added a comment to D7446: [Places panel] Revamp the Recently Saved section.

Ooh, I'm so excited that this will be landing soon!

Sep 16 2019, 3:22 PM · Frameworks, Dolphin
broulik closed D22116: [KStandardItemListWidget] Request the pixmap size we want and let the icon loader scale it.
Sep 16 2019, 6:52 AM · Dolphin

Sep 15 2019

pdabrowski updated the diff for D22594: [Dolphin] Open Preferred Search Tool action.

Rebased.

Sep 15 2019, 9:38 PM · Documentation, Dolphin
ltoscano added a comment to T11663: Move URL Navigator into toolbar.

If the URL Navigator is moved into the toolbar, isn't it more likely to observe a shortened URL Navigator when the path is barely more than two levels deep?
Would such a move allow people to partially restore the old behavior by creating a separate toolbar? (partially because it won't be possible to have the URL Navigator at the same level of the Places panel as it is now)

Sep 15 2019, 7:52 PM · VDG, Dolphin
elvisangelaccio accepted D22116: [KStandardItemListWidget] Request the pixmap size we want and let the icon loader scale it.

Sorry for the delay.

Sep 15 2019, 6:51 PM · Dolphin
squeakypancakes added a comment to T11663: Move URL Navigator into toolbar.

Would it be too noisy if we did something like [ ... > dir1 ] | [ ... > dir2 ] for split views?

Sep 15 2019, 6:50 PM · VDG, Dolphin
elvisangelaccio closed D23706: Fix wrong window titles.
Sep 15 2019, 6:40 PM · Dolphin
elvisangelaccio accepted D23706: Fix wrong window titles.
Sep 15 2019, 6:40 PM · Dolphin
ngraham added a comment to T11663: Move URL Navigator into toolbar.

Just to make sure, do you imagine tab bar placed above the toolbar? That is a familiar browser-like presentation.

Sep 15 2019, 6:39 PM · VDG, Dolphin
ngraham added a comment to T11663: Move URL Navigator into toolbar.

I agree, we don't have to do this to make the buttons more discoverable. That's mostly tracked by https://phabricator.kde.org/T11662 anyway.

Sep 15 2019, 6:38 PM · VDG, Dolphin
IlyaBizyaev added a comment to T11663: Move URL Navigator into toolbar.
  1. Cool :)
  2. Just to make sure, do you imagine tab bar placed above the toolbar? That is a familiar browser-like presentation.
Sep 15 2019, 6:37 PM · VDG, Dolphin
elvisangelaccio added a comment to T11663: Move URL Navigator into toolbar.

It seems to me that making the URL navigator buttons more discoverable and moving the URL navigator to the toolbar are two orthogonal things.

Sep 15 2019, 6:35 PM · VDG, Dolphin
ngraham added a comment to T11663: Move URL Navigator into toolbar.
  1. Sure, we could do that.
  2. The location displayed in the URL bar would change when the active tab changes. This is what other file managers already do and it's fine IMO.
Sep 15 2019, 6:32 PM · VDG, Dolphin
GB_2 closed D23969: [kpropertiesdialog] add icons for the size section.
Sep 15 2019, 6:28 PM · VDG, Dolphin, Frameworks
GB_2 accepted D23969: [kpropertiesdialog] add icons for the size section.
Sep 15 2019, 6:27 PM · VDG, Dolphin, Frameworks
IlyaBizyaev added a comment to T11663: Move URL Navigator into toolbar.

Couple of questions:

  1. Can we keep the URL navigator left-aligned or make it filling width? Unclear what jumps and resizes will happen when a user enters or leaves a subdirectory.
  2. How will you handle tabs? They are not a very discoverable feature now (sadly), and with this change integrating them looks even less promising.
Sep 15 2019, 6:26 PM · VDG, Dolphin
ngraham accepted D23969: [kpropertiesdialog] add icons for the size section.

Nice!

Sep 15 2019, 5:52 PM · VDG, Dolphin, Frameworks
ngraham triaged T11663: Move URL Navigator into toolbar as Normal priority.
Sep 15 2019, 5:42 PM · VDG, Dolphin
ngraham added a comment to D23757: Clean up hamburger menu and viewport and single-folder context menus.
In D23757#531196, @GB_2 wrote:

Would be nice if you could also made a KIO patch that changes the icon for "Open With" to system-run and the icon for "Actions" to view-more-symbolic.

Sep 15 2019, 5:01 PM · Dolphin
broulik added a comment to D23145: [Exe Thumbnailer] Match 16 bit executables and don't request icon types wrestool cannot handle.

Ping

Sep 15 2019, 4:52 PM · Frameworks, Dolphin
ngraham added a comment to D23965: [Dolphin] Add icons for "Go" and "Tools".

No worries! And sorry for rejecting your first patch. D23969 looks much more promising. :)

Sep 15 2019, 4:24 PM · Dolphin
nazark updated the diff for D23706: Fix wrong window titles.
Sep 15 2019, 3:55 PM · Dolphin
tienisto retitled D23969: [kpropertiesdialog] add icons for the size section from add icons for kpropertiesdialog to [kpropertiesdialog] add icons for the size section.
Sep 15 2019, 3:39 PM · VDG, Dolphin, Frameworks
tienisto added projects to D23969: [kpropertiesdialog] add icons for the size section: Dolphin, VDG.
Sep 15 2019, 3:38 PM · VDG, Dolphin, Frameworks
iasensio added a comment to D23538: [dolphin] Animate gifs on preview.

Thanks for the review and the hints @elvisangelaccio.
Those were some issues I tried to explore when starting the patch but didn't get to work, so I went the hardcoded way.
I hope it is in a better shape now.

Sep 15 2019, 3:17 PM · Dolphin
iasensio updated the diff for D23538: [dolphin] Animate gifs on preview.
  • Remove unrelated changes
  • Reuse QMovie instance
  • Check supported formats instead of hardcoded mimetypes
Sep 15 2019, 3:07 PM · Dolphin
tienisto abandoned D23965: [Dolphin] Add icons for "Go" and "Tools".

Okay, I've seen your change. Well, those 2 icons are not needed anymore I think.

Sep 15 2019, 1:55 PM · Dolphin
elvisangelaccio added a comment to D22594: [Dolphin] Open Preferred Search Tool action.

Needs one more rebase, sorry

Sep 15 2019, 1:28 PM · Documentation, Dolphin
ngraham requested changes to D23965: [Dolphin] Add icons for "Go" and "Tools".

I'm afraid you're slightly too late! :) I just removed those menus from the hamburger menu entirely, replacing them with curated subsets of their content. Rebase on master and you'll see.

Sep 15 2019, 1:20 PM · Dolphin
tienisto retitled D23965: [Dolphin] Add icons for "Go" and "Tools" from Add icons for "Go" and "Tools" to [Dolphin] Add icons for "Go" and "Tools".
Sep 15 2019, 1:18 PM · Dolphin
tienisto added a reviewer for D23965: [Dolphin] Add icons for "Go" and "Tools": ngraham.
Sep 15 2019, 1:14 PM · Dolphin
tienisto requested review of D23965: [Dolphin] Add icons for "Go" and "Tools".
Sep 15 2019, 1:10 PM · Dolphin
ngraham closed D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 15 2019, 1:06 PM · Dolphin
elvisangelaccio accepted D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 15 2019, 10:10 AM · Dolphin
elvisangelaccio added a comment to D23706: Fix wrong window titles.

Nice, this seems to do the trick :)

Sep 15 2019, 9:57 AM · Dolphin
elvisangelaccio added inline comments to D23557: Update dolphin tests following place changes D7446.
Sep 15 2019, 8:33 AM · Dolphin

Sep 14 2019

pdabrowski added a comment to D22594: [Dolphin] Open Preferred Search Tool action.

Done.

Sep 14 2019, 11:05 PM · Documentation, Dolphin
pdabrowski updated the diff for D22594: [Dolphin] Open Preferred Search Tool action.
Sep 14 2019, 11:03 PM · Documentation, Dolphin
emateli abandoned D6280: Dolphin softer drop shadow for thumbnails.

#232627 barely makes any difference compared to #000. Marking this as abandoned for now as it's an old revision.

Sep 14 2019, 9:22 PM · Dolphin
ngraham added a comment to D19311: Add navigation history to forward/back buttons.

We could make the menu scrollable rather than expand sideways for this use case. There's a QStyleHint for that IIRC. I think it's a somewhat niche scenario case anyway

Sep 14 2019, 7:21 PM · Dolphin
ngraham updated the diff for D23757: Clean up hamburger menu and viewport and single-folder context menus.

Remove uninformative, self-evident comments

Sep 14 2019, 7:16 PM · Dolphin
nazark updated the diff for D23706: Fix wrong window titles.
Sep 14 2019, 5:47 PM · Dolphin
nazark added a comment to D23706: Fix wrong window titles.

What about something like this?

Sep 14 2019, 5:43 PM · Dolphin
nazark added a comment to D23706: Fix wrong window titles.

Oh, and you are right again.
The previous solution seems to fix it without a regression, but obviously the code itself feels at the very least "not good".

Sep 14 2019, 5:24 PM · Dolphin
elvisangelaccio added a comment to D23706: Fix wrong window titles.

Actually this introduces a regression, sorry about that. dolphin / will now show "Home" as window title...

Sep 14 2019, 5:16 PM · Dolphin
nazark added a comment to D23706: Fix wrong window titles.

Updated!
I didn't think about this solution, thanks, clearly it's way better than mine.

Sep 14 2019, 4:48 PM · Dolphin
nazark updated the diff for D23706: Fix wrong window titles.
Sep 14 2019, 4:46 PM · Dolphin
ngraham added inline comments to D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 14 2019, 4:32 PM · Dolphin
elvisangelaccio added inline comments to D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 14 2019, 4:24 PM · Dolphin
GB_2 accepted D23757: Clean up hamburger menu and viewport and single-folder context menus.

Looks great!

Sep 14 2019, 3:59 PM · Dolphin
GB_2 added a comment to D23757: Clean up hamburger menu and viewport and single-folder context menus.

Would be nice if you could also made a KIO patch that changes the icon for "Open With" to system-run and the icon for "Actions" to view-more-symbolic.

Sep 14 2019, 3:51 PM · Dolphin
hallas added inline comments to D19311: Add navigation history to forward/back buttons.
Sep 14 2019, 3:49 PM · Dolphin
ngraham updated the test plan for D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 14 2019, 2:56 PM · Dolphin
ngraham updated the diff for D23757: Clean up hamburger menu and viewport and single-folder context menus.

Rebase

Sep 14 2019, 2:54 PM · Dolphin
ngraham closed D23945: Improve icons and text for some actions.
Sep 14 2019, 2:53 PM · Dolphin
elvisangelaccio accepted D23945: Improve icons and text for some actions.

Thanks

Sep 14 2019, 2:52 PM · Dolphin
elvisangelaccio requested changes to D19311: Add navigation history to forward/back buttons.

Haven't look at the whole diff yet, since the fix for the duplicates could be quite invasive

Sep 14 2019, 2:49 PM · Dolphin
ngraham updated the summary of D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 14 2019, 2:46 PM · Dolphin
ngraham updated the diff for D23757: Clean up hamburger menu and viewport and single-folder context menus.

Undo another unintentional change

Sep 14 2019, 2:45 PM · Dolphin
ngraham updated the diff for D23757: Clean up hamburger menu and viewport and single-folder context menus.

Undo unintentional change

Sep 14 2019, 2:44 PM · Dolphin
ngraham added a dependency for D23757: Clean up hamburger menu and viewport and single-folder context menus: D23945: Improve icons and text for some actions.
Sep 14 2019, 2:43 PM · Dolphin
ngraham added a dependent revision for D23945: Improve icons and text for some actions: D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 14 2019, 2:43 PM · Dolphin
ngraham updated the diff for D23757: Clean up hamburger menu and viewport and single-folder context menus.

Revert icon and text changes (now done in a separate patch)

Sep 14 2019, 2:43 PM · Dolphin
ngraham requested review of D23945: Improve icons and text for some actions.
Sep 14 2019, 2:40 PM · Dolphin
ngraham added inline comments to D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 14 2019, 2:32 PM · Dolphin
ngraham updated the diff for D23757: Clean up hamburger menu and viewport and single-folder context menus.

Don't show Compare Files

Sep 14 2019, 2:32 PM · Dolphin
elvisangelaccio added a comment to D23757: Clean up hamburger menu and viewport and single-folder context menus.

Could you please move the renaming of labels (e.g. "Hidden Files" to "Show Hidden Files") and the addition of icons to different commits? That would make this patch much easier to review.

Sep 14 2019, 2:23 PM · Dolphin
ngraham updated the test plan for D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 14 2019, 1:51 PM · Dolphin
ngraham updated the diff for D23757: Clean up hamburger menu and viewport and single-folder context menus.
  • Fix Error
  • Move "Show Panels" menu out of the view-specific section and into to the section with other global settings
Sep 14 2019, 1:49 PM · Dolphin
elvisangelaccio requested changes to D23757: Clean up hamburger menu and viewport and single-folder context menus.
Sep 14 2019, 1:45 PM · Dolphin
elvisangelaccio added inline comments to D23538: [dolphin] Animate gifs on preview.
Sep 14 2019, 1:30 PM · Dolphin