Feed Advanced Search

Jul 5 2020

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

You're completely right in the sense that for a batch rename files will be in the same folder. However, rename really is just a move operation. The current BatchRenameJob has a hardcoded logic about placeholders and extensions which make it unusable outside of its current scope.

Jul 5 2020, 6:27 PM · Frameworks
emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

I honestly think the GUI is mostly ready, at least what I wanted to achieve with it: Something that is advanced enough but not over the top with options as there's already tools for that. Will check at some point to finish the items left from the review here. What this needs to be fully implemented is support from KIO for a "proper" batch move operation. I've submitted a patch for that at D27760 but am still waiting for a review.

Jul 5 2020, 6:01 PM · Frameworks

Apr 3 2020

nicopons awarded D14631: Adds a new RenameDialog to KIO with more options for batch renaming a Love token.
Apr 3 2020, 2:45 PM · Frameworks
emateli added inline comments to D27760: WIP | Added BatchMoveJob.
Apr 3 2020, 8:06 AM · Frameworks

Mar 1 2020

emateli added a comment to D27760: WIP | Added BatchMoveJob.

In that it supports moving them to different directories but as well as moving them with a different name. This operation is to allow also batch renaming of items. See this patch for more details: D14631

Mar 1 2020, 12:54 PM · Frameworks
emateli added reviewers for D27760: WIP | Added BatchMoveJob: dfaure, ngraham.
Mar 1 2020, 12:08 PM · Frameworks
emateli requested review of D27760: WIP | Added BatchMoveJob.
Mar 1 2020, 12:02 PM · Frameworks

Feb 28 2020

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

Well, this patch is more or less complete but it doesn't make sense to be deployed without batch operations from KIO as it would spawn a job for each file to be renamed.

Feb 28 2020, 9:25 AM · Frameworks

Sep 14 2019

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

I spent some time with modifying CopyJob but didn't make much progress and it's too deep into KIO internals - a lot one has to familiarize himself with. Maybe it's best someone who already did work on KIO to add the batch stuff. Once that is done and merged we can resume over here.

Sep 14 2019, 9:31 PM · Frameworks
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

Jul 21 2019

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

KIO::move (implemented by CopyJob) can move N files to a single destination directory, but they get the same name at that dest.
KIO::moveAs (implemented by CopyJob too) can move/rename a single file to a specific filename at destination.

What you're suggesting is a new job that can move N files to a destination directory (to make this generic it doesn't have to be in-place renames, right?), but you're providing the filename at destination for each file, right?

Jul 21 2019, 8:15 PM · Frameworks
emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

Before continuing work I'd like to hear some opinions on this.

Jul 21 2019, 9:13 AM · Frameworks

May 28 2019

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

I'll need to rewrite the BatchRenameJob part which does the batch processing without breaking binary compatibility. Been unusually busy lately between job and uni but I'll start working on this sooner than later.

May 28 2019, 8:32 AM · Frameworks

Feb 19 2019

emateli added a comment to D15742: Add close tab and create new tab on middle click event.

Looks like a few git conflict markers have made their way in the code.

Feb 19 2019, 2:45 PM · Konsole

Jan 31 2019

emateli added a comment to D18623: Add a new RenderMode in the accessibility settings: Use System Colors.

Perhaps this patch might not be it, but Okular does actually need a "Night Mode" or "Reading Mode" of sorts, in similar fashion to many epub/pdf readers like @filipf suggests.

Jan 31 2019, 4:14 PM · Okular

Jan 30 2019

emateli added a comment to D18563: Don't create directory tree when a new folder has a '/' in the name.

Agree, something similar is being proposed over at D18384. These dialogs are getting out of hand.

Jan 30 2019, 8:45 PM · Frameworks
emateli updated the diff for D18609: Remove "Full Screen(All Monitors)" when only one monitor exists.
  • change option label when on a single screen
Jan 30 2019, 8:33 PM · Spectacle
emateli added a comment to D18609: Remove "Full Screen(All Monitors)" when only one monitor exists.

Ah, thought you and @nicolasfella meant to change the wording on the "Current Screen" option. Isn't it a bit awkward to have "Full Screen (All monitors)" when there is just one active though? Ideally, "Current Screen" could be changed to "Full Screen" when there is only 1 monitor and left as is when there's more than one.

Jan 30 2019, 7:14 PM · Spectacle
emateli updated the diff for D18609: Remove "Full Screen(All Monitors)" when only one monitor exists.
  • Rename action
Jan 30 2019, 4:15 PM · Spectacle
emateli added a comment to D18384: Allow creating directory named '~' and throw a warning before creating it..

I am of the opinion that such dialogs are not very user friendly and honestly very much against them. Not commenting on the usefulness of this particular warning, but dolphin has quite a few of these kind of dialogs with the same process: Input something -> Get error -> Restart. Feedback should instead be given inplace.

Jan 30 2019, 10:26 AM · Frameworks

Jan 29 2019

emateli updated the diff for D18609: Remove "Full Screen(All Monitors)" when only one monitor exists.
  • Code style fix
Jan 29 2019, 11:00 PM · Spectacle
emateli added a reviewer for D18609: Remove "Full Screen(All Monitors)" when only one monitor exists: Spectacle.
Jan 29 2019, 10:34 PM · Spectacle
emateli requested review of D18609: Remove "Full Screen(All Monitors)" when only one monitor exists.
Jan 29 2019, 10:33 PM · Spectacle

Jan 19 2019

emateli added a comment to D17635: After opening and switching to a new tab, always focus the view.

Chiming in here as the author of the bug report mentioned in this patch.

Jan 19 2019, 5:31 PM · Dolphin

Jan 15 2019

emateli planned changes to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
Jan 15 2019, 6:33 PM · Frameworks

Jan 12 2019

emateli added a comment to D17599: Confirm closing muliple tabs..

@dhaumann It's not about the lines of code but about making the dialog consistent in all the applications in a way that one cannot get it wrong. You can notice that the title, text, icons, confirmation are all different in each of them even though the dialog itself is trivial to implement. Okuar goes the extra step and even inverts the check box action. Even this patch, which is designed after the Dolphin implementation gets the title wrong.

Jan 12 2019, 7:40 PM · Kate
emateli added a comment to D17599: Confirm closing muliple tabs..

Honestly this multiple tabs stuff is all over the place and IMO it should go into the frameworks as a sort of utility function in order to stay consistent instead of being written at application level. I'm sure everyone involved is familiar with the topic but I'll attach some of the confirmations just in case.

Jan 12 2019, 1:31 PM · Kate

Dec 16 2018

emateli updated subscribers of D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

Pinging @chinmoyr as the original author of the BatchRenameJob class.

Dec 16 2018, 8:43 PM · Frameworks
emateli updated the diff for D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
  • convert to namespace from class
  • do not show first captured group
  • remove help button
  • Use d-ptr pattern
  • remove show/hide methods and autoshow dialog
  • update doc
  • KFileItemList -> QList<QUrl>; KFileItem usage was unnecessary
  • update doc
  • WIP Change BatchRenameJobPrivate class
Dec 16 2018, 8:40 PM · Frameworks
emateli added a comment to D17617: Display error instead of silently failing when asked to create folder that already exists.

FWIW: The patch over at D11304 changes the behavior to select the currently existing folder instead of doing nothing.

Dec 16 2018, 8:36 PM · Frameworks
emateli updated the diff for D11304: Fix bug where dolphin fails to select any item where a path is created using "Create New | Folder".
  • remove qdebug include
  • remove unnecessary prefixes
Dec 16 2018, 2:12 PM · Dolphin
emateli updated the test plan for D11304: Fix bug where dolphin fails to select any item where a path is created using "Create New | Folder".
Dec 16 2018, 2:09 PM · Dolphin
emateli updated the diff for D11304: Fix bug where dolphin fails to select any item where a path is created using "Create New | Folder".
  • Merge remote-tracking branch 'origin/master' into arcpatch-D11304
  • Fix item would not scroll and selection issue
Dec 16 2018, 2:08 PM · Dolphin

Dec 15 2018

emateli added a comment to D17596: [KDirOperator] Allow renaming files from the context menu.

IMO it would be great if this would just rename inline rather than opening a dialog.

Dec 15 2018, 9:41 PM · Frameworks

Dec 14 2018

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

There's still some work to do with the actual BatchRenameClass now and the d-pointer pattern. I'll update this in a few days.

Dec 14 2018, 7:29 PM · Frameworks
emateli added a comment to D17571: Fix pixmap scaling on HiDPI screens.

The only difference in the process list is that the plasmashell icon becomes smaller. Aren't the charts and process list handled by libksysguard instead of this repository?

Dec 14 2018, 9:46 AM · Plasma

Dec 13 2018

emateli added a comment to D17571: Fix pixmap scaling on HiDPI screens.

There are no side effects from what I can tell.

Dec 13 2018, 8:00 PM · Plasma
emateli added a reviewer for D17571: Fix pixmap scaling on HiDPI screens: mlaurent.
Dec 13 2018, 7:51 PM · Plasma
emateli requested review of D17571: Fix pixmap scaling on HiDPI screens.
Dec 13 2018, 7:45 PM · Plasma

Dec 10 2018

emateli added a comment to D16694: Improve visibility for Konsole icon when using Breeze Dark.

@anishgiri What is the advantage of using this outlined version of the Konsole icon(which we haven't seen in a light scheme yet) compared to using one of the monochrome icons already available?

Dec 10 2018, 9:27 AM · Frameworks

Dec 7 2018

emateli added a comment to D16694: Improve visibility for Konsole icon when using Breeze Dark.

Agree with @ndavis with respect to the icon. I would be in favor of using something similar (if not identical) to dialog-scripts. It's monochrome and works with dark and light backgrounds.

Dec 7 2018, 3:36 PM · Frameworks

Dec 5 2018

emateli added a comment to D17244: Edit Profile Dialog UI redesign.

Would be great if the "Line spacing" and "Margins" checkboxes were aligned.

Dec 5 2018, 4:58 PM · Konsole

Nov 23 2018

emateli added a comment to D15862: option to specify icons spacing for systray.

FWIW I agree with @mart. Just give it a default value and leave it at that. More configuration doesn't necessarily mean better.

Nov 23 2018, 2:57 PM · Plasma
emateli added a comment to D16968: [Folder View] improve label contrast against challenging backgrounds.

The classical solution to these problems is always a white text with black outline. Works well for both light and dark backgrounds.

Nov 23 2018, 12:40 PM · Plasma

Nov 16 2018

emateli added a comment to D16905: Add new generic sorting icons; rename existing sorting icons.

@trickyricky26 I think we should stick to whatever conventions the KDE community has. I checked with Dolphin and the arrow goes up for descending and down for ascending, however the VDG makes these calls in the end.

Nov 16 2018, 5:43 PM · Frameworks
emateli added a comment to D16905: Add new generic sorting icons; rename existing sorting icons.
  1. Aren't the names in reverse? view-sort-ascending shows a list in descending order
  2. In view-sort-descending the items are not even sorted. Not sure how i feel about that.
Nov 16 2018, 5:23 PM · Frameworks

Nov 13 2018

emateli updated the diff for D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
  • create on stack
  • upd define
  • remove unused import
  • use qstringliteral
  • remove unused export
  • match file name
  • remove import prefixes
  • remove q_unused on used parameter
  • use fwd class declaration
  • reserve space for items
  • Do not use _p for cpp files
  • simplify expressions
  • add cpp files w/o _p
  • optimize imports
Nov 13 2018, 11:28 PM · Frameworks
emateli added a comment to T9122: Promoting KDE as a brand through KDE apps.

I feel like hosting community projects under the kde.org subdomain would go a long way towards brand recognition(krita.kde.org, kdenlive.kde.org)

Nov 13 2018, 8:48 PM · KDE Promo

Nov 5 2018

emateli updated the diff for D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
  • Initialize pointers to nullptr
  • Code style fix
Nov 5 2018, 10:19 PM · Frameworks

Nov 2 2018

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

Also, thoughts on my previous comments regarding BatchRenameJob?

Nov 2 2018, 11:07 PM · Frameworks
emateli updated the diff for D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
  • coding style fix
Nov 2 2018, 11:05 PM · Frameworks
emateli added a comment to D15980: Warn user before renaming the file/folder to start with a ' . '.

The prompt "Do you still want to rename it" feels unnatural/unusual. "Continue?" or "Do you wish to continue?" or something similar might work better. Just a suggestion, I do not have a strong opinion on the matter.

Nov 2 2018, 4:33 PM · Dolphin

Oct 25 2018

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

Something that might need a bit of input is BatchRenameJob.

Oct 25 2018, 4:42 PM · Frameworks
emateli updated the diff for D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
  • Remove QtCore/
Oct 25 2018, 4:31 PM · Frameworks
emateli updated the diff for D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
  • fix indent
  • remove setlayout call
  • Add missing parent parameters
  • Remove unnecessary QtCore/ prefix
Oct 25 2018, 4:28 PM · Frameworks

Oct 24 2018

emateli updated the diff for D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
  • use _p notation. Add BatchRenameDialog to installable headers
Oct 24 2018, 10:32 PM · Frameworks

Sep 25 2018

emateli added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

As far as i can see none of these headers get installed so should they all be renamed to _p.h ?

Also if the headers don't get installed how do you use the new classes?

Sep 25 2018, 8:22 PM · Frameworks
emateli updated the diff for D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
  • Code style fixes
  • use .insert instead of []
  • Indent Q_OBJECT
  • use isEmpty instead of len==0
  • use aggregate initialization
  • protected -> private
  • added parent check
  • use functions instead of QString fields
  • delete itemData
  • code format
  • FileNameUtils converted to namespace
  • remove unnecessary using
Sep 25 2018, 8:22 PM · Frameworks

Aug 5 2018

emateli updated the summary of D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
Aug 5 2018, 5:13 PM · Frameworks
emateli abandoned D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

Abandoned in favor of D14631

Aug 5 2018, 5:01 PM · Dolphin
emateli added a reviewer for D14631: Adds a new RenameDialog to KIO with more options for batch renaming: Frameworks.
Aug 5 2018, 4:59 PM · Frameworks
emateli requested review of D14631: Adds a new RenameDialog to KIO with more options for batch renaming.
Aug 5 2018, 4:59 PM · Frameworks

Jun 30 2018

emateli added a comment to D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.
In D10698#257863, @nmel wrote:

It seems like a small tool independent of Dolphin to me.

Jun 30 2018, 8:35 AM · Dolphin

Jun 5 2018

emateli added a comment to D13346: Use more contextual strings for some button labels.

In D13346#274446, @abetts wrote:
Could we have a button that enables/disables bluetooth instead? We can show the warning message only if it doesn't seem to be working? or for example, if it runs into an error when enabling, "then" show a warning sign?

Thoughts?

Jun 5 2018, 7:06 PM · Plasma

Jun 4 2018

emateli accepted D13304: Fix scrolling to renamed file when using the rename dialog.
Jun 4 2018, 9:49 PM · Dolphin
emateli added a comment to D13332: Don't generate thumbnail for desktop files with custom icon.

I think application-octet-stream or application-x-desktop could be used for this.

Jun 4 2018, 3:31 PM
emateli added a comment to D13332: Don't generate thumbnail for desktop files with custom icon.

Thoughts on it rendering some default icon instead of processing it as text when the .desktop contains no icon?

Jun 4 2018, 1:48 PM
emateli added a comment to T8707: Window borders.

I just want to chime in with a little observation (sorry if this had been addressed before, the thread is huge).

Jun 4 2018, 1:30 PM · VDG
emateli added a comment to D13304: Fix scrolling to renamed file when using the rename dialog.

Works for me as well. One potential issue is that the object is not deleted if the rename operation is cancelled as the flag is not there anymore.

Jun 4 2018, 1:05 PM · Dolphin

May 29 2018

emateli added a comment to T8552: Polish Open/Save dialogs.

Since this appears to be the main hub for Open/Save dialogs:

May 29 2018, 8:12 AM · Frameworks, VDG

May 27 2018

emateli planned changes to D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

They will have to wait a tad more until I take care of a few other things first. By late June I will resume work with all my pending patches.

May 27 2018, 6:34 PM · Dolphin
emateli planned changes to D6280: Dolphin softer drop shadow for thumbnails.
May 27 2018, 6:31 PM · Dolphin
emateli planned changes to D11304: Fix bug where dolphin fails to select any item where a path is created using "Create New | Folder".
May 27 2018, 6:30 PM · Dolphin
emateli planned changes to D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..
May 27 2018, 6:30 PM · Dolphin

Apr 27 2018

emateli added a comment to D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

This is so nice, and getting nicer all the time. Here's an idea for Capture Groups: we could add a little piece of explanatory text to the window to help people make sense of what they're seeing. I just worry that 99% of people who see that tab will have no idea what it does and feel stupid.

More little nitpicks:

  • Table view cells are still uselessly selectable. Is this not possible to turn off?
  • Let's change the Close button to say "Cancel" to users can be assured that clicking it will leave their files untouched.
  • The Insert Token button needs a downward-pointing arrow to indicate that it opens a menu. I know there's a way to get this automatically but I ran't remember what it is right now.
  • #ext contains the dot and maybe shouldn't?

    Still giving a +1 for moving this into KIO so Gwenview and Krusader can use it too if they'd like.

    Again, truly excellent work. You should be very proud of this.
Apr 27 2018, 11:06 AM · Dolphin

Apr 25 2018

emateli added a comment to T8552: Polish Open/Save dialogs.

Could we have the same icon zoom slider as in Dolphin?

  • Predefined sizes only, no arbitary icon sizes
  • No zoom buttons, (optionally) instead a wider slider It is really difficult setting a specific size. It's like putting a thread in a needle.
Apr 25 2018, 9:38 PM · Frameworks, VDG

Apr 22 2018

emateli updated subscribers of D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

Rename the "Rename" tab to be "Sequential numbering" or something like that

The issue with this is that there are more tokens now than just "#", so perhaps that could be misleading in a way?

Apr 22 2018, 9:44 AM · Dolphin
emateli updated the summary of D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.
Apr 22 2018, 9:34 AM · Dolphin
emateli updated the diff for D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.
  • use a list to keep track of items to be renamed.
  • handle update preview on tab change
  • Add "Insert token"
  • fix check whether file already exists or not
  • wrap strings w/ QStringliteral
  • show captured groups text
  • table column width fits to content
  • update labels
  • Add help button
  • encode new name using KIO::encodeFileName
  • make const
  • hide "ready to rename" message
  • use monospace font for group names
  • show status icon when there is an empty filename
  • remove empty line
Apr 22 2018, 9:33 AM · Dolphin

Apr 4 2018

emateli added a comment to D10990: Add "Show Target" into symlink context menu and file menu.

So I stumbled on something as a result of this patch. When navigating the Network(remote:/) path, right clicking an entry's "Show Original" action raises the following error.

Apr 4 2018, 7:11 PM

Apr 3 2018

emateli added a comment to D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

Might this patch also fix https://bugs.kde.org/show_bug.cgi?id=392681, or be trivially adjusted to do so?

Apr 3 2018, 10:06 PM · Dolphin
emateli added a comment to D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

I don't see why not. Even though this does seem like rather irrelevant functionality for an image viewer. Perhaps it could be useful to the fokls on the Krusader Project ?

Apr 3 2018, 8:53 AM · Dolphin

Mar 31 2018

emateli added inline comments to D11304: Fix bug where dolphin fails to select any item where a path is created using "Create New | Folder".
Mar 31 2018, 7:01 PM · Dolphin
emateli updated the diff for D11304: Fix bug where dolphin fails to select any item where a path is created using "Create New | Folder".

Moved the code which finds the child to a separate function + added a test suite for it.

Mar 31 2018, 6:58 PM · Dolphin
emateli updated the diff for D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..

Revert to original state (Uploaded wrong diff via arcanist by using arc diff --update with the wrong differential number)

Mar 31 2018, 6:55 PM · Dolphin
emateli updated the diff for D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..
Mar 31 2018, 6:51 PM · Dolphin
emateli added a comment to D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

So this is finally updated with the latest changes and a new test suite for some utility functions and the code which does the macro substitution, find&replace and group capturing.

Mar 31 2018, 6:20 PM · Dolphin
emateli updated the diff for D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.
  • Added column headers
  • Remove preview button & add automatic preview when content changes.
  • Use i18nc
  • remove unnecessary comment
  • translate table headers
  • use KMessageWidget for status update
  • focus the edit of the first tab
  • code format
  • reorganize imports
  • removed qdebug import
  • reorganized files
  • added tests for filenameutils
  • update filenameutilstest
  • Moved filename utils to a class
  • Add tests for rename types
  • Added capture groups tests
  • rename newnamebuilder to capturegroups
  • translate (empty name) string
Mar 31 2018, 6:05 PM · Dolphin

Mar 26 2018

emateli added a comment to D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

Everything's alright. Just being a bit busier than usual. On the weekend I will update this with some more thoughts on the matter and a new diff.

Mar 26 2018, 9:15 PM · Dolphin

Mar 18 2018

emateli added a comment to D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..

The feature is that you can open a file by typing its name in the url navigator, see e9463ffe2ac11019.

Mar 18 2018, 12:36 PM · Dolphin

Mar 17 2018

emateli added a comment to D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

Apologies in advance for the wall of text.

Mar 17 2018, 11:00 PM · Dolphin

Mar 16 2018

emateli added a comment to D10937: Retouching of Screen Layout Selection OSD Icons.

Hi, while I do appreciate the icons I also have a question: Why the use of laptop and projector over of two simple generic screens. Wouldn't that be better for all use cases?

Mar 16 2018, 9:37 PM · VDG, Frameworks
emateli updated the diff for D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming.

New arc diff.

Mar 16 2018, 9:04 PM · Dolphin
emateli updated the summary of D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..
Mar 16 2018, 8:56 AM · Dolphin

Mar 15 2018

emateli added a comment to D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..

I don't understand, this is a feature. Why would we want to remove it? If you want to select the file you can use --select, no?

Mar 15 2018, 10:54 PM · Dolphin
emateli added inline comments to D11304: Fix bug where dolphin fails to select any item where a path is created using "Create New | Folder".
Mar 15 2018, 10:51 PM · Dolphin
emateli added a comment to D11354: Add vi-mode.

I'm also not sold on the usefulness of this. Dolphin can already be fully controlled by keyboard only. Ranger also has to have these extensive key bindings since it's not a GUI application so without those you can't really use it.

Mar 15 2018, 6:16 PM

Mar 14 2018

emateli updated the diff for D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..
  • Open archive in new tab only when the appropriate setting is selected.
Mar 14 2018, 10:24 PM · Dolphin
emateli added inline comments to D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..
Mar 14 2018, 10:11 PM · Dolphin
emateli requested review of D11324: Select files instead of opening them when trying to open a QUrl as a directory when in fact it is a file..
Mar 14 2018, 12:07 PM · Dolphin