Feed Advanced Search

Sep 21 2019

gengisdave accepted D24026: Replace explicite type casting with dynamic casts.

Tested Synchronizer, Konfigurator and DiskUsage, no problems found.

Sep 21 2019, 2:21 PM · Krusader

Sep 17 2019

abika added a project to D24026: Replace explicite type casting with dynamic casts: Krusader.
Sep 17 2019, 4:00 PM · Krusader

Sep 16 2019

abika added a comment to D22932: Remove 'isExiting' logic from closing sequence.

Thanks, Toni and Nikita.

Sep 16 2019, 2:58 PM · Krusader
Diffusion closed D22932: Remove 'isExiting' logic from closing sequence.
Sep 16 2019, 2:57 PM · Krusader
abika accepted D23938: Fix warning about macro expansion.

...where !(_job == 0) is not equal to !_job == 0.

Isn't the result always the same?

Sep 16 2019, 2:30 PM · Krusader
nmel added a comment to D22891: If an item that is going to be renamed is also going to be hidden by default, then warn the user.

3rd opinion. I agree it should be shown only if the file is actually going to be hidden (Show Hidden is off in settings), otherwise Krusader looks dumb. I agree that users should be able to disable the warning, because for us it may look like an uncommon operation, however some users may work with dot files extensively. This kind of attention to small details make a huge difference in user experience.

Sep 16 2019, 4:24 AM · Krusader

Sep 15 2019

asensi closed D22957: Replace Q_WS_WIN with Q_OS_WIN in all the source code.
Sep 15 2019, 10:13 PM · Krusader
asensi added a comment to D22957: Replace Q_WS_WIN with Q_OS_WIN in all the source code.

I agree with you. Thanks Alex and Nikita! (and Moritz :-)

Sep 15 2019, 10:12 PM · Krusader
asensi closed D23549: Identify the "vnd.comicbook+zip" and "vnd.comicbook-rar" MIME types in order to allow some operations.
Sep 15 2019, 9:57 PM · Krusader
asensi added a comment to D23549: Identify the "vnd.comicbook+zip" and "vnd.comicbook-rar" MIME types in order to allow some operations.

Thanks, Alex!

Sep 15 2019, 9:56 PM · Krusader
asensi added a comment to D15693: Shift+Del in order to remove cruft from the history of the "Search for" comboBox in the search dialog.

And thanks Nikita, Alex, and Moritz! (and Yuri :-)

Sep 15 2019, 9:55 PM · Krusader
asensi closed D15693: Shift+Del in order to remove cruft from the history of the "Search for" comboBox in the search dialog.
Sep 15 2019, 9:40 PM · Krusader
asensi added a comment to D15693: Shift+Del in order to remove cruft from the history of the "Search for" comboBox in the search dialog.

Code looks good and still works!

Sep 15 2019, 9:39 PM · Krusader
asensi accepted D23912: Respect .hidden files.
Sep 15 2019, 9:36 PM · Krusader
asensi accepted D23924: Add QT::KeyMenu action to search results.
Sep 15 2019, 9:36 PM · Krusader
gengisdave closed D23880: Handle Ctrl+Left/Right not working in brief view.
Sep 15 2019, 8:29 PM · Krusader
abika added a comment to D22891: If an item that is going to be renamed is also going to be hidden by default, then warn the user.

Sorry, but not being able to have a way to disable the warning message is not acceptable for me. There may be users who do this renaming very often to filter folders in their list view.
Dolphin has the option to disable it, Krusader should have it too.

Sep 15 2019, 6:40 PM · Krusader
yurchor added a comment to D15693: Shift+Del in order to remove cruft from the history of the "Search for" comboBox in the search dialog.
In D15693#531988, @nmel wrote:

@yurchor, could you please update the docs once it's merged?

Sep 15 2019, 6:38 PM · Krusader
nmel accepted D15693: Shift+Del in order to remove cruft from the history of the "Search for" comboBox in the search dialog.

Works great and the code looks clean and neat! Thanks for working on this.

Sep 15 2019, 6:36 PM · Krusader
abika accepted D23880: Handle Ctrl+Left/Right not working in brief view.

Thanks for fixing the bug i introduces, Davide! Works fine.
These shortcut redirections a damn complicated.

Sep 15 2019, 6:28 PM · Krusader
asensi updated the diff for D15693: Shift+Del in order to remove cruft from the history of the "Search for" comboBox in the search dialog.

Alex's recommendations were applied in order to ease the reading of the source code (and the changes could be applied quickly :-) ).

Sep 15 2019, 6:20 PM · Krusader
nmel accepted D22957: Replace Q_WS_WIN with Q_OS_WIN in all the source code.

a) Under non-Windows operating systems: The "#ifndef Q_OS_WIN or #else block after #ifdef Q_OS_WIN" code paths have to work (as they did before this commit), because Q_OS_WIN is not defined there now, nor Q_WS_WIN was defined there previously.
b) Under Windows operating systems is where the behavior has to change (the Q_OS_WIN code paths are aimed to work, because Q_OS_WIN is defined there).

Sep 15 2019, 6:11 PM · Krusader
abika accepted D23549: Identify the "vnd.comicbook+zip" and "vnd.comicbook-rar" MIME types in order to allow some operations.

Didn't test myself. But if you tested it, Toni, adding the two lines should be safe.

Sep 15 2019, 5:35 PM · Krusader
asensi closed D23243: Avoid that Krusader crashes when trying to view any archive using the ark part.
Sep 15 2019, 5:32 PM · Krusader
asensi added a comment to D23243: Avoid that Krusader crashes when trying to view any archive using the ark part.

Some tests were also performed by Moritz Bunkus (https://bugs.kde.org/show_bug.cgi?id=411446#c10) and he didn't see any problem.

Sep 15 2019, 5:30 PM · Krusader
abika accepted D22957: Replace Q_WS_WIN with Q_OS_WIN in all the source code.

I also don't see any problems. Q_WS_WIN was always false before, now Q_OS_WIN is still false under Linux.
And if it compiles now Windows and seems to work, even better.

Sep 15 2019, 5:23 PM · Krusader
asensi closed D23885: Update build status icon.
Sep 15 2019, 5:16 PM · Krusader
abika accepted D15693: Shift+Del in order to remove cruft from the history of the "Search for" comboBox in the search dialog.

Code looks good and still works!

Sep 15 2019, 5:13 PM · Krusader
asensi added a comment to D23885: Update build status icon.

All right, Davide and Nikita, thanks!

Sep 15 2019, 4:49 PM · Krusader
asensi closed D23476: Identify the "application/vnd.rar" MIME type in order to allow some operations.
Sep 15 2019, 4:32 PM · Krusader
asensi added a comment to D23476: Identify the "application/vnd.rar" MIME type in order to allow some operations.

Note: For the tests that I performed under Kubuntu 18.04, executing dpkg -l showed:
kio 5.44.0-0ubuntu1 amd64 Resource and network access abstraction

Sep 15 2019, 4:30 PM · Krusader
asensi added a comment to D22957: Replace Q_WS_WIN with Q_OS_WIN in all the source code.

Some tests were also performed by Moritz Bunkus (https://bugs.kde.org/show_bug.cgi?id=411446#c10) and he didn't see any problem.

Sep 15 2019, 4:21 PM · Krusader
asensi closed D23606: Provide two keyboard shortcuts in (de-)selection and filter dialogs.
Sep 15 2019, 4:11 PM · Krusader
asensi added a comment to D23606: Provide two keyboard shortcuts in (de-)selection and filter dialogs.

Some tests were also performed by Moritz Bunkus (https://bugs.kde.org/show_bug.cgi?id=411446#c10) and he didn't see any problem.

Sep 15 2019, 4:00 PM · Krusader
asensi added a comment to D23912: Respect .hidden files.

The new code works using Kubuntu 18.04. Other people can do their checks. Thanks, Davide!

Sep 15 2019, 3:44 PM · Krusader
asensi added a comment to D23924: Add QT::KeyMenu action to search results.

The new code works using Kubuntu 18.04. Other people can do their checks. Thanks, Davide!

Sep 15 2019, 3:38 PM · Krusader
asensi added a comment to D23880: Handle Ctrl+Left/Right not working in brief view.

The new code works using Kubuntu 18.04. Other people can do their checks. Thanks, Davide!

Sep 15 2019, 3:35 PM · Krusader
ltoscano added a comment to D23001: For the "kde4" branch: 08 - Update the synchronizer.docbook file because of the latest changes REVIEW: 124335.

I personally think that the original repo could be used, my perfect solution would be a scratch repo. But (this is a big but) the target of this set of patches shouldn't be a normal user but a distro packager, and we must show big warning saying that this does not mean that the developing is active and only trivial patches for critical bugs could be backported; sometime a single-line patch cannot be backported because all the logic around was changed, or the backport does not fix at all or even worse. Also, because the development is closed, no bugs should be reported because the first answer would be "can you try on a newer version?".

Sep 15 2019, 11:34 AM · Krusader, Documentation

Sep 14 2019

gengisdave added a comment to D23001: For the "kde4" branch: 08 - Update the synchronizer.docbook file because of the latest changes REVIEW: 124335.

I personally think that the original repo could be used, my perfect solution would be a scratch repo. But (this is a big but) the target of this set of patches shouldn't be a normal user but a distro packager, and we must show big warning saying that this does not mean that the developing is active and only trivial patches for critical bugs could be backported; sometime a single-line patch cannot be backported because all the logic around was changed, or the backport does not fix at all or even worse. Also, because the development is closed, no bugs should be reported because the first answer would be "can you try on a newer version?".

Sep 14 2019, 1:46 PM · Krusader, Documentation
gengisdave requested review of D23938: Fix warning about macro expansion.
Sep 14 2019, 11:29 AM · Krusader
gengisdave closed D22434: Replace obsolete QFontMetrics::width with QFontMetrics::horizontalAdvance.
Sep 14 2019, 7:54 AM · Krusader
gengisdave added 1 commit(s) for D22434: Replace obsolete QFontMetrics::width with QFontMetrics::horizontalAdvance: R167:f66e2a7481f0: Replace obsolete QFontMetrics::width with QFontMetrics::horizontalAdvance.
Sep 14 2019, 7:54 AM · Krusader

Sep 13 2019

gengisdave added a comment to D23885: Update build status icon.

I don't have write access to the repo, can someone please push? Thanks

Sep 13 2019, 8:53 PM · Krusader
gengisdave requested review of D23924: Add QT::KeyMenu action to search results.
Sep 13 2019, 10:58 AM · Krusader

Sep 12 2019

gengisdave requested review of D23912: Respect .hidden files.
Sep 12 2019, 5:04 PM · Krusader
gengisdave accepted D23476: Identify the "application/vnd.rar" MIME type in order to allow some operations.

The patch works fine, although it requires KIO 5.62 or a reverse patch

Sep 12 2019, 12:25 PM · Krusader
nmel requested changes to D23309: Change the document about helping Krusader, add other ways.

This diff contains combined changes on two separate repositories. Phabricator will have a problem with this kind of change. Please split into two reviews. I'm ok with the content.

Sep 12 2019, 5:33 AM · Documentation, Krusader
nmel accepted D23885: Update build status icon.
Sep 12 2019, 5:26 AM · Krusader

Sep 11 2019

gengisdave requested review of D23885: Update build status icon.
Sep 11 2019, 8:10 PM · Krusader
gengisdave requested review of D23880: Handle Ctrl+Left/Right not working in brief view.
Sep 11 2019, 4:14 PM · Krusader
gengisdave accepted D23243: Avoid that Krusader crashes when trying to view any archive using the ark part.

Tested, it works perfectly with every archive as if it had been opened with Ark

Sep 11 2019, 8:56 AM · Krusader

Sep 6 2019

nmel accepted D22932: Remove 'isExiting' logic from closing sequence.

Reviewed and tested (I'm using Plasma) - works good. Thanks for the fix, Alex!

Sep 6 2019, 6:16 AM · Krusader
nmel accepted D23243: Avoid that Krusader crashes when trying to view any archive using the ark part.

Reviewed and tested - works good. Thanks for the fix, Toni!

Sep 6 2019, 6:02 AM · Krusader

Sep 4 2019

asensi added a comment to D23409: In the main page, add a very visible link asking people to help Krusader.

The baloon-like message presents strange behaviors when doing some resizing, if someone wants propose HTML+CSS code, or an image, or other way, in order to draw attention of more developers...

Sep 4 2019, 10:49 PM · Krusader
asensi closed D23574: Erase an old page.
Sep 4 2019, 10:47 PM · Krusader
asensi updated the diff for D23574: Erase an old page.

The disabled source code was removed, as nobody objected to it, and it's undoable.

Sep 4 2019, 10:44 PM · Krusader
asensi added a comment to D23574: Erase an old page.

Sometimes people are aware that there's a git history, but leave code disabled on purpose. Anyway, this change can be undone, too :-)

Sep 4 2019, 10:21 PM · Krusader

Sep 3 2019

nmel requested changes to D23409: In the main page, add a very visible link asking people to help Krusader.

The first screenshot looks better than others, IMO.

Sep 3 2019, 6:41 AM · Krusader
nmel added a comment to D23574: Erase an old page.

It can be restored from git history in case it's needed. It's your call.

Sep 3 2019, 6:26 AM · Krusader

Sep 2 2019

asensi added a comment to D23574: Erase an old page.

I also have seen it when I tested published changelog files and wanted to remove it. Thanks for bringing my thoughts to live. :)
It's not rendered but mentioned in old comment in the report-bugs/index.html - can you remove the comment as well?

Sep 2 2019, 9:49 PM · Krusader
asensi added a comment to D23606: Provide two keyboard shortcuts in (de-)selection and filter dialogs.

Reviewed and tested - all good! Thanks for the fix, Toni!

Sep 2 2019, 9:46 PM · Krusader
nmel accepted D23574: Erase an old page.

I also have seen it when I tested published changelog files and wanted to remove it. Thanks for bringing my thoughts to live. :)

Sep 2 2019, 5:46 AM · Krusader
nmel accepted D23606: Provide two keyboard shortcuts in (de-)selection and filter dialogs.

Reviewed and tested - all good! Thanks for the fix, Toni!

Sep 2 2019, 5:40 AM · Krusader

Sep 1 2019

asensi added a comment to D22891: If an item that is going to be renamed is also going to be hidden by default, then warn the user.

Kindly ping

Sep 1 2019, 6:53 PM · Krusader
asensi added a comment to D15693: Shift+Del in order to remove cruft from the history of the "Search for" comboBox in the search dialog.

Kindly ping

Sep 1 2019, 6:29 PM · Krusader
asensi retitled D23118: Changed shortcut for the embedded terminal emulator from Because Ctrl+Alt+T is now a global shortcut, use another shortcut for the embedded terminal emulator to Changed shortcut for the embedded terminal emulator.
Sep 1 2019, 5:42 PM · Krusader
asensi closed D23118: Changed shortcut for the embedded terminal emulator.
Sep 1 2019, 5:40 PM · Krusader
asensi added a comment to D23118: Changed shortcut for the embedded terminal emulator.

Thanks, Nikita! After asking in the krusader-users mailing list, no objections were made since Aug . 19. The commit will be made.

Sep 1 2019, 5:38 PM · Krusader
asensi updated the test plan for D23243: Avoid that Krusader crashes when trying to view any archive using the ark part.
Sep 1 2019, 5:15 PM · Krusader

Aug 31 2019

asensi requested review of D23606: Provide two keyboard shortcuts in (de-)selection and filter dialogs.
Aug 31 2019, 4:35 PM · Krusader

Aug 29 2019

asensi retitled D23574: Erase an old page from An old page was deleted to Erase an old page.
Aug 29 2019, 9:15 PM · Krusader
asensi requested review of D23574: Erase an old page.
Aug 29 2019, 9:14 PM · Krusader

Aug 28 2019

asensi requested review of D23549: Identify the "vnd.comicbook+zip" and "vnd.comicbook-rar" MIME types in order to allow some operations.
Aug 28 2019, 10:07 PM · Krusader

Aug 27 2019

asensi updated the diff for D23476: Identify the "application/vnd.rar" MIME type in order to allow some operations.

"application/vnd.rar" was incorporated to krArc/krarc.protocol, as suggested by N. Higa. Two reminders were also added.

Aug 27 2019, 9:13 PM · Krusader
asensi added a comment to D23476: Identify the "application/vnd.rar" MIME type in order to allow some operations.

Should we also add application/vnd.rar to krArc/krarc.protocol?

Aug 27 2019, 9:10 PM · Krusader
asensi closed D23276: Add more compressed file types to the list of file types that krarc supports.
Aug 27 2019, 9:00 PM · Krusader
asensi added a comment to D23276: Add more compressed file types to the list of file types that krarc supports.

Note: The krarc.protocol file is also being talked about by N. Higa in https://phabricator.kde.org/D23476

Aug 27 2019, 8:59 PM · Krusader
nhiga added a comment to D23476: Identify the "application/vnd.rar" MIME type in order to allow some operations.

Should we also add application/vnd.rar to krArc/krarc.protocol?

Aug 27 2019, 11:55 AM · Krusader
broulik added a comment to D23476: Identify the "application/vnd.rar" MIME type in order to allow some operations.

+1 according to shared-mime-info the mime type is indeed application/vnd.rar

Aug 27 2019, 6:33 AM · Krusader

Aug 26 2019

asensi requested review of D23476: Identify the "application/vnd.rar" MIME type in order to allow some operations.
Aug 26 2019, 9:23 PM · Krusader

Aug 25 2019

nmel closed D23236: Updates related to v2.7.2 release.
Aug 25 2019, 6:51 PM · Krusader
nmel updated the diff for D23236: Updates related to v2.7.2 release.
  • updated SHA256 checksum
Aug 25 2019, 7:03 AM · Krusader
nmel closed D23235: Released v2.7.2.
Aug 25 2019, 6:47 AM · Krusader

Aug 24 2019

asensi requested review of D23409: In the main page, add a very visible link asking people to help Krusader.
Aug 24 2019, 6:38 PM · Krusader
elvisangelaccio added a comment to D23243: Avoid that Krusader crashes when trying to view any archive using the ark part.

Haven't tested the patch, but the change looks good to me.

Aug 24 2019, 4:38 PM · Krusader

Aug 22 2019

asensi added a comment to D23309: Change the document about helping Krusader, add other ways.

P.S.: Some steps still have to be done, like the ones that Nikita commented "It will be great to have starting steps for each type of work (for example, want to do Bug Triaging - go to the specific bugzilla link showing the list of not triaged bugs and try to repro bugs one by one, and then post your comments in the bugs)" or mentioning that a linked page is in English.

Aug 22 2019, 9:31 PM · Documentation, Krusader
asensi updated the diff for D23309: Change the document about helping Krusader, add other ways.

I suppose that today you have received a "Invitation to participate in a survey" mail from Lydia Pintscher. It reminds of when she wrote in https://phabricator.kde.org/T9581 about Krusader on Windows and "have you thought about using this as an opportunity to recruit someone new? Maybe a blog post or mailing list post asking if there is someone with the will and knowledge to drive this forward?", which has something to do with the subject of the present code review.

Aug 22 2019, 9:18 PM · Documentation, Krusader
yurchor added a comment to D23309: Change the document about helping Krusader, add other ways.
In D23309#516348, @nmel wrote:

@yurchor, in any case, the changes to the docs shall be made only in master, since stable is in the doc-freeze mode, correct?

Aug 22 2019, 6:38 AM · Documentation, Krusader
nmel added a comment to D23309: Change the document about helping Krusader, add other ways.
In D23309#516339, @pino wrote:

The only problem with https://krusader.org/get-involved/ is that it is even more conservative than our user docs

https://cgit.kde.org/websites/krusader-org.git/
Just open a review request for that repository (or commit directly), it is not complicated...

Please always open a review! Committed and pushed changes are deployed directly to live site. People make mistakes, it's normal, and reviews reduce the likelihood of a mistake.

Aug 22 2019, 6:36 AM · Documentation, Krusader
nmel closed D23197: Updated ChangeLog and NEWS with v2.7.2 changes.
Aug 22 2019, 5:52 AM · Krusader
nmel added a comment to D23197: Updated ChangeLog and NEWS with v2.7.2 changes.

Thanks everyone!

Aug 22 2019, 5:48 AM · Krusader
yurchor added a comment to D23309: Change the document about helping Krusader, add other ways.

It seems that we need some thoughts from developers on how to proceed.

Aug 22 2019, 5:25 AM · Documentation, Krusader
pino added a comment to D23309: Change the document about helping Krusader, add other ways.

The only problem with https://krusader.org/get-involved/ is that it is even more conservative than our user docs

Aug 22 2019, 4:47 AM · Documentation, Krusader
yurchor accepted D23309: Change the document about helping Krusader, add other ways.

Yes, Pino is right on the general level. The only problem with https://krusader.org/get-involved/ is that it is even more conservative than our user docs (slowly updates, no translations, etc.). So I'd better leave the things as is. Just my 2 cents.

Aug 22 2019, 4:36 AM · Documentation, Krusader

Aug 21 2019

asensi updated the diff for D23309: Change the document about helping Krusader, add other ways.

Changes that were suggested.

Aug 21 2019, 9:30 PM · Documentation, Krusader
asensi added inline comments to D23309: Change the document about helping Krusader, add other ways.
Aug 21 2019, 9:29 PM · Documentation, Krusader
pino added a comment to D23309: Change the document about helping Krusader, add other ways.

Note: There are some reasons why Krusader users have documentation available in their computers, maybe Yuri Chornoivan can give more information about it.

Aug 21 2019, 7:17 AM · Documentation, Krusader
yurchor accepted D23309: Change the document about helping Krusader, add other ways.

Personally, I think that there will be no harm if we have as many ways to engage new developers as we can.

Aug 21 2019, 6:39 AM · Documentation, Krusader
asensi added a comment to D23309: Change the document about helping Krusader, add other ways.
In D23309#515717, @pino wrote:

TBH I'd just add the instructions to https://krusader.org/get-involved/, and not to the user documentation.

Aug 21 2019, 6:32 AM · Documentation, Krusader
yurchor accepted D23276: Add more compressed file types to the list of file types that krarc supports.
Aug 21 2019, 5:19 AM · Krusader