Feed Advanced Search

Jan 4 2020

meven added a comment to D26358: KIO/SMB convert kio protocol declaration to json format.

I have tested it and it solves https://bugs.kde.org/show_bug.cgi?id=414482
It seems .protocol file support has some issue.

Jan 4 2020, 12:56 PM · Frameworks, Dolphin
meven updated the diff for D26358: KIO/SMB convert kio protocol declaration to json format.

Fix json

Jan 4 2020, 12:55 PM · Frameworks, Dolphin
meven updated the summary of D26358: KIO/SMB convert kio protocol declaration to json format.
Jan 4 2020, 12:54 PM · Frameworks, Dolphin
pino added inline comments to D26358: KIO/SMB convert kio protocol declaration to json format.
Jan 4 2020, 12:52 PM · Frameworks, Dolphin
meven added inline comments to D26358: KIO/SMB convert kio protocol declaration to json format.
Jan 4 2020, 12:41 PM · Frameworks, Dolphin

Jan 3 2020

ngraham updated subscribers of T12308: Dolphin UI redesign.

@elvisangelaccio, how do you feel about this? I'd like to avoid letting the conversation go in directions you won't be okay with, since you're the maintainer.

Jan 3 2020, 5:37 PM · Dolphin, Goal: All About the Apps, VDG
ngraham added a comment to T12308: Dolphin UI redesign.
  1. Have the menu appear when pressing ALT and then disappear after being used, like in Windows.
Jan 3 2020, 4:37 PM · Dolphin, Goal: All About the Apps, VDG
The-Feren-OS-Dev added a comment to T12308: Dolphin UI redesign.

If those ideas are implemented, Dolphin looks just like it does in these concepts layout-wise and Recent is placeable in the Places part as just "Recent" it'd be darn perfect.

Jan 3 2020, 4:34 PM · Dolphin, Goal: All About the Apps, VDG
The-Feren-OS-Dev added a comment to T12308: Dolphin UI redesign.

Just some ideas I'd also love to see implemented:

  1. Have the fallback menu button if no menu is shown be an optional toolbar component that can be moved or removed
  2. Have the menu appear when pressing ALT and then disappear after being used, like in Windows.
  3. Have the fallback menu button not appear if a Global Menu is used
Jan 3 2020, 4:24 PM · Dolphin, Goal: All About the Apps, VDG
ngraham updated subscribers of D26362: Move from the searchbox to the results with the down arrow key.

Thanks, this is much better technically.

Jan 3 2020, 3:34 PM · Dolphin
shlomif updated the diff for D26362: Move from the searchbox to the results with the down arrow key.

Convert to emit signal per @ngraham 's comment.

Jan 3 2020, 2:49 PM · Dolphin
ngraham added a reviewer for D26362: Move from the searchbox to the results with the down arrow key: Dolphin.
Jan 3 2020, 12:42 AM · Dolphin
ngraham requested changes to D26362: Move from the searchbox to the results with the down arrow key.

Given that the down arrow key currently does nothing here, I think that this makes sense conceptually. I'm not a huge fan of this setView() function though. Instead, pressing the down arrow key should emit focusViewRequest(); This is how the filter bar implements this functionality.

Jan 3 2020, 12:42 AM · Dolphin
ngraham accepted D26343: (search) Keep menu open when selecting tags.

No, I think it's nicer to keep it open, even with a bit of flickering.

Jan 3 2020, 12:34 AM · Dolphin

Jan 2 2020

ngraham updated the diff for D17597: Use newly-upstreamed rename dialog from KIO.

Create the KFileItemList inline

Jan 2 2020, 7:20 PM · Dolphin
ngraham updated the summary of D17597: Use newly-upstreamed rename dialog from KIO.
Jan 2 2020, 7:16 PM · Dolphin
ngraham updated the diff for D17597: Use newly-upstreamed rename dialog from KIO.
  • Rebase
  • Fix build failure
  • Update minimum frameworks version
Jan 2 2020, 7:05 PM · Dolphin
shlomif added a comment to D26362: Move from the searchbox to the results with the down arrow key.

As far as I can tell, currently the focus will change from the searchbar to the view when you press <Enter>.
Would that be an acceptable workflow?

Jan 2 2020, 6:10 PM · Dolphin
iasensio added a reviewer for D26343: (search) Keep menu open when selecting tags: VDG.
Jan 2 2020, 4:50 PM · Dolphin
iasensio added a comment to D26362: Move from the searchbox to the results with the down arrow key.

As far as I can tell, currently the focus will change from the searchbar to the view when you press <Enter>.
Would that be an acceptable workflow?

Jan 2 2020, 4:25 PM · Dolphin
iasensio added a comment to D26343: (search) Keep menu open when selecting tags.

The flickering in the current state is kind of unavoidable.
Every time a tag is clicked and a new search is made, the whole search url is reparsed and the menu gets repainted several times.
It seems to me that it is less annoying when the repainting is done "in the dark" and then show the menu again, that when it's keep visible the whole time.
Due to the way that tags are retrieved (using a KDirLister, as in the context menu) I cannot think of a better while simple way to do it without a major refactor and lots of extra code.

Jan 2 2020, 4:21 PM · Dolphin
ngraham added a comment to D26343: (search) Keep menu open when selecting tags.

Heh, there still seems to be a bit of flickering here even with this version. However this version has much less code! :D

Jan 2 2020, 3:56 PM · Dolphin
ngraham accepted D26369: (search) Fix searching tags with spaces.

Thanks!

Jan 2 2020, 3:55 PM · Dolphin
iasensio updated the diff for D26369: (search) Fix searching tags with spaces.

Sorry, I messed up with the diffs. Back to normal

Jan 2 2020, 3:44 PM · Dolphin
iasensio updated the diff for D26343: (search) Keep menu open when selecting tags.

Going back to the simpler option.
This should have less flickering

Jan 2 2020, 3:43 PM · Dolphin
iasensio updated the diff for D26369: (search) Fix searching tags with spaces.
Jan 2 2020, 3:42 PM · Dolphin
iasensio added a comment to D26343: (search) Keep menu open when selecting tags.

Ehhhh, I find the flicker pretty annoying. :/

I think I'll re-upload the first revision so you can try it too, and decide on that.

Jan 2 2020, 3:27 PM · Dolphin
iasensio requested review of D26369: (search) Fix searching tags with spaces.
Jan 2 2020, 3:20 PM · Dolphin
shlomif requested review of D26362: Move from the searchbox to the results with the down arrow key.
Jan 2 2020, 1:02 PM · Dolphin
apol added inline comments to D26358: KIO/SMB convert kio protocol declaration to json format.
Jan 2 2020, 12:23 PM · Frameworks, Dolphin
dfaure accepted D26191: Add support for FileJob->truncate() in smb/sftp slaves.
Jan 2 2020, 8:50 AM · Frameworks, Dolphin
meven added a comment to D26358: KIO/SMB convert kio protocol declaration to json format.

Not too sure if it helps bug https://bugs.kde.org/show_bug.cgi?id=414482

Jan 2 2020, 7:38 AM · Frameworks, Dolphin
meven added a reviewer for D26358: KIO/SMB convert kio protocol declaration to json format: ngraham.
Jan 2 2020, 7:38 AM · Frameworks, Dolphin
meven updated the diff for D26358: KIO/SMB convert kio protocol declaration to json format.

clean

Jan 2 2020, 7:22 AM · Frameworks, Dolphin
meven requested review of D26358: KIO/SMB convert kio protocol declaration to json format.
Jan 2 2020, 7:21 AM · Frameworks, Dolphin

Jan 1 2020

feverfew updated the diff for D26191: Add support for FileJob->truncate() in smb/sftp slaves.

Fix introduction of BIC method

Jan 1 2020, 11:59 PM · Frameworks, Dolphin
ngraham added a comment to D26343: (search) Keep menu open when selecting tags.

Ehhhh, I find the flicker pretty annoying. :/

Jan 1 2020, 10:06 PM · Dolphin
iasensio added a comment to D26343: (search) Keep menu open when selecting tags.

I have uploaded the version with eventFilter so you may try if the flicker is too much to be annoying or it is just me.
I'd still prefer the simplest/maybe hackiest oneliner to just re-show the menu:

Jan 1 2020, 5:28 PM · Dolphin
iasensio updated the diff for D26343: (search) Keep menu open when selecting tags.
  • Use eventFilter
Jan 1 2020, 5:25 PM · Dolphin
broulik closed D24431: Restore cursor thumbnailer.
Jan 1 2020, 5:21 PM · Frameworks, Dolphin
iasensio added a comment to D26343: (search) Keep menu open when selecting tags.

I think you probably want to use an event filter instead to keep the menu from closing in the first place?

I'm not so sure I want to enter there 😃

Jan 1 2020, 5:18 PM · Dolphin
davidedmundson accepted D24431: Restore cursor thumbnailer.
Jan 1 2020, 4:58 PM · Frameworks, Dolphin
broulik added a comment to D26343: (search) Keep menu open when selecting tags.

I think you probably want to use an event filter instead to keep the menu from closing in the first place?

Jan 1 2020, 3:17 PM · Dolphin
iasensio updated the test plan for D26343: (search) Keep menu open when selecting tags.
Jan 1 2020, 3:14 PM · Dolphin
iasensio updated the test plan for D26343: (search) Keep menu open when selecting tags.
Jan 1 2020, 3:08 PM · Dolphin
iasensio requested review of D26343: (search) Keep menu open when selecting tags.
Jan 1 2020, 3:06 PM · Dolphin
fazevedo added a comment to D8208: Add Duplicate feature.

I'm a bit surprised by all the bad comments concerning an useful feature.
Are you taking people for dumbs that can not understand duplicate would
copy/paste in one go in the source location? macOS has such feature for
years and nobody comes complaining disk would have failed. Also, it does
not mean people will use it many times per day. I personally use duplicate
feature a lot and really miss it from dolphin.

Jan 1 2020, 10:30 AM · Dolphin
dfaure added a comment to D8208: Add Duplicate feature.

I see. No, I'm not aware that KIO implements that.

Jan 1 2020, 10:21 AM · Dolphin
cfeck added a comment to D8208: Add Duplicate feature.

Hopefully aunt Debby won't use "Duplicate, then move the duplicate to other disk"

What's the problem with doing that?

Jan 1 2020, 10:18 AM · Dolphin
dfaure added a comment to D8208: Add Duplicate feature.

Hopefully aunt Debby won't use "Duplicate, then move the duplicate to other disk"

What's the problem with doing that?

Jan 1 2020, 9:57 AM · Dolphin

Dec 31 2019

broulik requested review of D24431: Restore cursor thumbnailer.
Dec 31 2019, 12:28 PM · Frameworks, Dolphin
broulik updated the diff for D24431: Restore cursor thumbnailer.
  • Find XCursor specifically
Dec 31 2019, 11:58 AM · Frameworks, Dolphin

Dec 30 2019

meven added inline comments to D11382: Add an option to show tabs from last time when Dolphin starts.
Dec 30 2019, 10:37 AM · Dolphin

Dec 29 2019

iasensio closed D26150: Clean-up DolphinFacetsWidget.
Dec 29 2019, 8:05 PM · Dolphin
meven added a comment to D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.

You marked my issues as Done but didn't change the code there. Please test with CheckColorRoles on Fusion widget style.

Dec 29 2019, 4:46 PM · Dolphin
cfeck added a comment to D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.

You marked my issues as Done but didn't change the code there. Please test with CheckColorRoles on Fusion widget style.

Dec 29 2019, 2:35 PM · Dolphin
meven updated the diff for D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.

Add a tooltip displaying the % of disk usage

Dec 29 2019, 1:09 PM · Dolphin
meven added a comment to D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.

The missing screenshot (with breeze dark) :

Dec 29 2019, 1:04 PM · Dolphin
meven updated the diff for D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.

Fix percent, improve variable name

Dec 29 2019, 1:03 PM · Dolphin

Dec 28 2019

ngraham moved T8349: Improve Places panel usability and presentation from Backlog/Planned to Sent to dev on the VDG board.
Dec 28 2019, 8:51 PM · VDG, Dolphin
ngraham moved T9094: Improve Dolphin's tag support from Backlog/Planned to Sent to dev on the VDG board.
Dec 28 2019, 8:41 PM · VDG, Baloo, Frameworks, Dolphin
elvisangelaccio added a comment to D11382: Add an option to show tabs from last time when Dolphin starts.

Fair enough.

Please note that I'm planning to rework the dbus handling in global.cpp during the christmas holidays. If you don't mind I'd wait to get that merged and then rebase this patch (which should also become simpler).

Dec 28 2019, 6:09 PM · Dolphin
elvisangelaccio accepted D26150: Clean-up DolphinFacetsWidget.

Nice cleanup!

Dec 28 2019, 6:07 PM · Dolphin
elvisangelaccio added a comment to D8208: Add Duplicate feature.

If the main/classic method of copying doesn't work well with many files, imho we should find a way to fix that. So that the use case would be ok for everyone, not just those who have the menubar visible or know the CTRL+D shortcut.

Dec 28 2019, 5:56 PM · Dolphin
elvisangelaccio added a comment to D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.

So the threshold is now 50%? Isn't that a bit too low?

Dec 28 2019, 5:40 PM · Dolphin
cfeck added inline comments to D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.
Dec 28 2019, 5:07 PM · Dolphin
cfeck added inline comments to D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.
Dec 28 2019, 5:03 PM · Dolphin
ngraham accepted D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.
Dec 28 2019, 4:46 PM · Dolphin
meven updated the diff for D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.

Update following review, commandeer revision, rebase

Dec 28 2019, 1:56 PM · Dolphin
meven commandeered D16353: Change color(NegativeBackground) of status bar in space info when storage exceeds 90%.
Dec 28 2019, 1:55 PM · Dolphin

Dec 27 2019

cfeck added a comment to D8208: Add Duplicate feature.

No, that doesn't sound weird, but seems a valid use case. Hopefully aunt Debby won't use "Duplicate, then move the duplicate to other disk" as I remember reading somewhere as a potential use case for users that fear that dragging a file to a different place will destroy the original.

Dec 27 2019, 7:46 PM · Dolphin
ngraham added a comment to D8208: Add Duplicate feature.

Yes, for the case where you want to make a copy, somewhere else, using copy/paste makes more sense. But this feature is explicitly for the use case where you want to use create a duplicate next to the original, for some subsequent operation (e.g. creating a backup, making a copy that you will then edit in a different way from the original to then later compare the two, etc). I find myself doing this quite a lot. Maybe I'm a weirdo.

Dec 27 2019, 7:08 PM · Dolphin
cfeck added a comment to D8208: Add Duplicate feature.

But you usually copy here and paste there, not at the same place.

Dec 27 2019, 6:53 PM · Dolphin
ngraham added a comment to D8208: Add Duplicate feature.

And I still don't think that makes any sense, unless you think that copy-and-paste should do the same thing. This feature is nothing more than a slightly quicker way to create a copy of a file than by doing copy-paste-rename.

Dec 27 2019, 6:30 PM · Dolphin
cfeck added a comment to D8208: Add Duplicate feature.

I still believe it is wrong. I probably wouldn't object if the duplicate is a hardlink, instead of a physical copy of the file.

Dec 27 2019, 6:28 PM · Dolphin
ngraham added a comment to D8208: Add Duplicate feature.

Ready for re-review.

Dec 27 2019, 5:52 PM · Dolphin

Dec 26 2019

iasensio closed D26029: Rename methods on DolphinFacetsWidget.
Dec 26 2019, 6:30 PM · Dolphin
iasensio closed D26237: Port from deprecated KIconLoader::IconSize().
Dec 26 2019, 6:26 PM · Dolphin
elvisangelaccio accepted D26029: Rename methods on DolphinFacetsWidget.
Dec 26 2019, 6:06 PM · Dolphin
elvisangelaccio accepted D26237: Port from deprecated KIconLoader::IconSize().
Dec 26 2019, 6:05 PM · Dolphin
elvisangelaccio added inline comments to D26213: Exclude daemonized processes from Dolphin::attachToExistingInstance().
Dec 26 2019, 6:00 PM · Dolphin
elvisangelaccio updated the diff for D26213: Exclude daemonized processes from Dolphin::attachToExistingInstance().

Improve API

Dec 26 2019, 5:59 PM · Dolphin
iasensio added a task to D26237: Port from deprecated KIconLoader::IconSize(): T11637: KIconThemes Cleanups.
Dec 26 2019, 4:35 PM · Dolphin
iasensio requested review of D26237: Port from deprecated KIconLoader::IconSize().
Dec 26 2019, 4:32 PM · Dolphin
ngraham added a parent task for T11663: Move URL Navigator into toolbar: T12308: Dolphin UI redesign.
Dec 26 2019, 3:06 PM · VDG, Dolphin
ngraham added a subtask for T12308: Dolphin UI redesign: T11663: Move URL Navigator into toolbar.
Dec 26 2019, 3:06 PM · Dolphin, Goal: All About the Apps, VDG
ngraham added a project to T12308: Dolphin UI redesign: Dolphin.
Dec 26 2019, 3:02 PM · Dolphin, Goal: All About the Apps, VDG
fbg13 abandoned D20532: Proof of Concept: Add double click actions to empty space in the folder view.
Dec 26 2019, 5:15 AM · Dolphin

Dec 25 2019

feverfew updated the diff for D26191: Add support for FileJob->truncate() in smb/sftp slaves.

Add fact that protocol supports truncation

Dec 25 2019, 10:49 PM · Frameworks, Dolphin
anthonyfieroni added inline comments to D26213: Exclude daemonized processes from Dolphin::attachToExistingInstance().
Dec 25 2019, 6:10 AM · Dolphin

Dec 24 2019

feverfew updated the diff for D26191: Add support for FileJob->truncate() in smb/sftp slaves.

Avoid code duplication

Dec 24 2019, 6:52 PM · Frameworks, Dolphin
feverfew updated the diff for D26191: Add support for FileJob->truncate() in smb/sftp slaves.

Avoid free(NULL)

Dec 24 2019, 6:47 PM · Frameworks, Dolphin
ahmadsamir requested review of D26215: Port QRegExp to QRegularExpression.
Dec 24 2019, 6:44 PM · Dolphin
elvisangelaccio added a dependent revision for D26213: Exclude daemonized processes from Dolphin::attachToExistingInstance(): D26214: Switch to generated MainWindow dbus interface.
Dec 24 2019, 5:59 PM · Dolphin
elvisangelaccio added a dependency for D26214: Switch to generated MainWindow dbus interface: D26213: Exclude daemonized processes from Dolphin::attachToExistingInstance().
Dec 24 2019, 5:59 PM · Dolphin
elvisangelaccio requested review of D26214: Switch to generated MainWindow dbus interface.
Dec 24 2019, 5:58 PM · Dolphin
elvisangelaccio requested review of D26213: Exclude daemonized processes from Dolphin::attachToExistingInstance().
Dec 24 2019, 5:55 PM · Dolphin

Dec 23 2019

feverfew added inline comments to D26191: Add support for FileJob->truncate() in smb/sftp slaves.
Dec 23 2019, 7:12 PM · Frameworks, Dolphin
fvogt requested changes to D26191: Add support for FileJob->truncate() in smb/sftp slaves.
Dec 23 2019, 7:01 PM · Frameworks, Dolphin
feverfew added a dependency for D26191: Add support for FileJob->truncate() in smb/sftp slaves: D26148: Add truncation support to FileJob.
Dec 23 2019, 5:42 PM · Frameworks, Dolphin