Feed Advanced Search

Mar 24 2019

feverfew added a comment to T10263: FUSE daemon for accessing KIO Slaves.

@feverfew Sure! I don't know much about GSoC though, I hope that's not an issue.

Mar 24 2019, 3:04 PM

Mar 16 2019

feverfew added a comment to T10263: FUSE daemon for accessing KIO Slaves.

@fvogt I have some free time this summer and would like to help out in getting https://gitlab.com/Vogtinator/kio-fuse finished. Would you be willing to get in contact and flesh out a project proposal for GSoC 2019?

Mar 16 2019, 4:48 PM

Mar 14 2019

feverfew added a comment to D16648: Open externally called files/directories in new tabs.

However after merging the KF5 min version has changed to 5.56 and so I am unfortunately am unable to test the code atm and don't have the time to switch disros. On that note, I currently use Kubuntu 18.10, any recommendations on a distro which doesn't have archaic versions of KDE frameworks/applications. I was thinking OpenSUSE TumbleWeed or KDE Neon, thoughts?

Easy-but-might-not-work option: change the minimum frameworks version in CMakeLists.txt to match the latest version that you have on disk. If the version was bumped just because of new icons or something, this will work. If Dolphin then fails to build because the dependency was bumped because of using new API in KIO or something, then you'll probably to use the...

Harder-but-more-correct option: build all the frameworks from source. It's not actually hard at all. Here's how: https://community.kde.org/Get_Involved/development#One-time_setup:_your_development_environment. I'm generally available to help on the #kde-devel IRC/Matrix channel. If you don't want to do this, then there's always the...

Easy-but-uses-a-ton-of-disk-space option: Put KDE Neon dev unstable in a VM and develop in that. When you compile, install to /usr. Boom, done. This does tend to take up quite a lot of space, though.

Mar 14 2019, 3:15 PM · Dolphin

Mar 13 2019

feverfew added a comment to T10262: Integrate KIO Slaves into file system using FUSE gateway.

@ngraham I'll be having some free time this summer. I was thinking if we could solidify this task into exactly what we need to do so we can get a proposal in for GSoC?

Mar 13 2019, 11:45 PM · Dolphin

Mar 4 2019

feverfew added a comment to D16648: Open externally called files/directories in new tabs.

I'm not sure if I'm testing this patch the wrong way, but it doesn't seem to work here. What I did:

  1. Start patched dolphin (make sure no other instances are running)
  2. Call the ShowFolders method from QDBusViewer

    The folder is opened in a new window, not in a new tab in the already running dolphin process.
Mar 4 2019, 1:30 AM · Dolphin
feverfew updated the test plan for D16648: Open externally called files/directories in new tabs.
Mar 4 2019, 1:20 AM · Dolphin
feverfew updated the diff for D16648: Open externally called files/directories in new tabs.
  • Fixed ShowFolder method
  • Merge remote-tracking branch 'origin' into DBusTabInstance
  • Refactoring test case
Mar 4 2019, 12:18 AM · Dolphin

Feb 24 2019

feverfew added a comment to D11382: Add an option to show tabs from last time when Dolphin starts.

I'll take over from here.

We have some WIP work to add a "single window mode" to Dolphin where all new window calls generate new tabs in the current window instead (D16648, D19150). What do folks think about making this an option only when that mode is being used? Or would that be too restrictive?

Feb 24 2019, 11:53 PM · Dolphin
feverfew added a comment to D16648: Open externally called files/directories in new tabs.

@feverfew, are you still around to work on these issues?

Feb 24 2019, 11:31 PM · Dolphin

Jan 30 2019

feverfew added a comment to D16648: Open externally called files/directories in new tabs.

Just a little bump, hope a review comes soon :)

Jan 30 2019, 11:06 PM · Dolphin

Dec 23 2018

feverfew added a comment to D16648: Open externally called files/directories in new tabs.

Any progress on the state of this patch?

Dec 23 2018, 8:47 PM · Dolphin

Nov 23 2018

feverfew updated the diff for D16648: Open externally called files/directories in new tabs.
  • Added braces to one line conditions
Nov 23 2018, 6:46 PM · Dolphin
feverfew updated the diff for D16648: Open externally called files/directories in new tabs.
  • Make new window option clearer, remove unnecessary string and whitespace
Nov 23 2018, 6:46 PM · Dolphin
feverfew updated the diff for D16648: Open externally called files/directories in new tabs.
  • Removed opening new tabs as an option.
Nov 23 2018, 6:41 PM · Dolphin

Nov 4 2018

feverfew added a comment to D16648: Open externally called files/directories in new tabs.

--new-window will be more readable, about me. Add braces on one line conditions, tryRise should be raise ('try' does not make sense).

Nov 4 2018, 8:41 PM · Dolphin

Nov 3 2018

feverfew updated the diff for D16648: Open externally called files/directories in new tabs.
  • Make new window option clearer, remove unnecessary string and whitespace
Nov 3 2018, 7:55 PM · Dolphin
feverfew updated the diff for D16648: Open externally called files/directories in new tabs.
  • Removed unnecessary string
Nov 3 2018, 6:46 PM · Dolphin
feverfew requested review of D16648: Open externally called files/directories in new tabs.
Nov 3 2018, 6:43 PM · Dolphin

Oct 25 2018

feverfew added a comment to D15278: Close Dolphin if last tab closed.

@ngraham a.saoutkin@gmail.com Thanks!

Oct 25 2018, 11:30 AM · Dolphin

Oct 24 2018

feverfew added a comment to D15278: Close Dolphin if last tab closed.

@ngraham Just checked on Firefox and if you right click the last tab it allows you to choose "Close Tab" even though that will also close the window. Hence, seeming as most people aren't bothered by this behaviour in Firefox, I think we can probably just land this as is?

Oct 24 2018, 9:10 PM · Dolphin

Oct 14 2018

feverfew added a comment to D15278: Close Dolphin if last tab closed.

In D15278#340898, @elvisangelaccio wrote:
I still think this should be addressed. Maybe we can change the text of the action from "Close Tab" to "Close Window" if there is only one tab ?

Oct 14 2018, 1:10 PM · Dolphin

Sep 6 2018

feverfew added a comment to D15278: Close Dolphin if last tab closed.

I think including the patch as is would only annoy the people who hold the close tab shortcut in attempt to close all tabs bar one, whoever that may be. We could also always show the tab bar, to make it more obvious that Dolphin uses tabs (as a Windows user I always used multiple windows). I think the best option would be to add closing Dolphin via closing the last tab as a setting. However, I originally tried to do this, the problem is that when I tried to add it as a setting it would only apply when the last tab was changed (DolphinMainWidget::tabCountChanged) and the change would never show on the menubar until Dolphin was restarted. The best solution for this patch is a setting that actually works, otherwise, if the features is not deemed too unobtrusive, this should go through, even if I may be a bit biased (seeming as it is my first patch for KDE) :)

Sep 6 2018, 12:27 AM · Dolphin

Sep 5 2018

feverfew added a watcher for Dolphin: feverfew.
Sep 5 2018, 4:15 PM

Sep 4 2018

feverfew updated the diff for D15278: Close Dolphin if last tab closed.

Removed line due to it being redundant

Sep 4 2018, 9:44 PM · Dolphin
feverfew added a reviewer for D15278: Close Dolphin if last tab closed: Dolphin.
Sep 4 2018, 8:37 PM · Dolphin
feverfew requested review of D15278: Close Dolphin if last tab closed.
Sep 4 2018, 8:36 PM · Dolphin