Feed Advanced Search

Dec 2 2019

nicolasfella closed D25669: Replace Q_DECL_OVERRIDE with override.
Dec 2 2019, 11:42 AM · Krusader
gengisdave accepted D25669: Replace Q_DECL_OVERRIDE with override.

Thanks Nicolas, compiled with GCC 9 and Clang 9, no errors were detected (also because Q_DECL_OVERRIDE is a macro for the override).

Dec 2 2019, 7:03 AM · Krusader

Nov 10 2019

yurchor added a comment to D24987: Add Kompare as compare application with KIO support.
In D24987#560752, @pino wrote:

I have no idea what "Boy Scout rule" is supposed to mean

Nov 10 2019, 5:33 PM · Krusader
pino requested changes to D24987: Add Kompare as compare application with KIO support.

Mostly OK from my POV, just please remove the unrelated changes to the patch (i.e. the brackets additions in two places).
I have no idea what "Boy Scout rule" is supposed to mean, however adding unrelated changes makes history reading harder, especially when wanting to check why certain changes were done. Again, material for a different patch than this.

Nov 10 2019, 5:26 PM · Krusader
abika added inline comments to D24987: Add Kompare as compare application with KIO support.
Nov 10 2019, 4:31 PM · Krusader
abika updated the diff for D24987: Add Kompare as compare application with KIO support.
  • fixup! Add Kompare as compare application with KIO support
Nov 10 2019, 4:26 PM · Krusader

Nov 2 2019

pino requested changes to D24987: Add Kompare as compare application with KIO support.
Nov 2 2019, 10:48 PM · Krusader
yurchor added a comment to D24987: Add Kompare as compare application with KIO support.

Tested to work as expected. Thanks for your work.

Nov 2 2019, 7:02 PM · Krusader

Oct 27 2019

abika added a project to D24987: Add Kompare as compare application with KIO support: Krusader.
Oct 27 2019, 5:25 PM · Krusader

Oct 20 2019

abika added a project to D24809: Archive: Fix invalid destination URL when packing/unpacking from remote location: Krusader.
Oct 20 2019, 4:54 PM · Krusader
Diffusion closed D24026: Replace explicite type casting with dynamic casts.
Oct 20 2019, 3:12 PM · Krusader
abika added a comment to D24026: Replace explicite type casting with dynamic casts.

Hi Toni,

Oct 20 2019, 3:07 PM · Krusader

Oct 7 2019

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

The first part of the splitted code remains in this code review, and the second part is now in https://phabricator.kde.org/D24480 .

Oct 7 2019, 9:32 PM · Documentation, Krusader
asensi added a comment 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.

Oct 7 2019, 9:31 PM · Documentation, Krusader
asensi requested review of D24480: Change the document about helping Krusader, add other ways (2).
Oct 7 2019, 9:28 PM · Krusader
asensi added a comment to D24026: Replace explicite type casting with dynamic casts.

Hi, Alex, thanks for improving the source code, I would like to add that the krusader/GUI/krhistorycombobox.cpp code has been reviewed recently and replacing

auto keyEvent = static_cast<QKeyEvent *>(event);

with

auto keyEvent = dynamic_cast<QKeyEvent *>(event);

would not be what it's written in https://doc.qt.io/qt-5/qobject.html:

QKeyEvent *keyEvent = static_cast<QKeyEvent *>(event);

The same could be said about

krusader/Panel/krsearchbar.cpp

and its existing

auto *ke = static_cast<QKeyEvent *>(event);
Oct 7 2019, 9:17 PM · Krusader

Sep 21 2019

gengisdave closed D23938: Fix warning about macro expansion.
Sep 21 2019, 3:09 PM · Krusader
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