Feed Advanced Search

Jul 13 2019

gengisdave accepted D22431: Fixed lost editor when file is updating and the list model to correctly handle next item.

Tested on Fedora 30; it compiles and the bug is not present anymore; during the same test, a Krusader version without this patch was having this problem while the patched one was able to rename the file.

Jul 13 2019, 9:52 AM · Krusader

Jun 16 2019

gengisdave closed D21323: Shortcuts for move tab.

Forgot to add the reference to this revision in the commit message, closed with Shortcuts to move tab

Jun 16 2019, 11:10 AM · Krusader

Jun 15 2019

gengisdave committed R167:ca00347a865e: Shortcuts to move tab (authored by gengisdave).
Shortcuts to move tab
Jun 15 2019, 7:32 PM

Jun 9 2019

gengisdave updated the diff for D21323: Shortcuts for move tab.

Removed the single tab check in favor of a comment, like proposed by @abika

Jun 9 2019, 6:20 AM · Krusader

May 29 2019

gengisdave added a comment to D21323: Shortcuts for move tab.

@abika : this is intentional to define that these two methods do nothing when the panel has just one tab, I can change them with a comment remarking this logic

May 29 2019, 5:18 AM · Krusader

May 21 2019

gengisdave requested review of D21323: Shortcuts for move tab.
May 21 2019, 7:00 PM · Krusader

Oct 11 2018

gengisdave updated the diff for D15376: Replace deprecated UDSEntry::insert with UDSEntry::fastInsert.

I thought I had already committed that... changed to a more human macro name

Oct 11 2018, 8:20 PM · Krusader

Sep 22 2018

gengisdave added a comment to D15400: Fix compile warnings on missing override declarations.

Confirmed by the build (https://build.kde.org/job/Extragear/job/krusader/job/kf5-qt5%20FreeBSDQt5.11/4/warnings12Result/), 51 warnings fixed and 'missing-override' is not in the remaining 57.

Sep 22 2018, 9:03 AM · Krusader
gengisdave committed R167:b6cbaf17dd2e: Fix compile warnings on missing override declarations (authored by gengisdave).
Fix compile warnings on missing override declarations
Sep 22 2018, 8:54 AM
gengisdave closed D15400: Fix compile warnings on missing override declarations.
Sep 22 2018, 8:54 AM · Krusader

Sep 19 2018

gengisdave updated the diff for D15376: Replace deprecated UDSEntry::insert with UDSEntry::fastInsert.

Changed in favor of a macro solution (as suggested by Nikita).

Sep 19 2018, 2:15 PM · Krusader
gengisdave added a comment to D15376: Replace deprecated UDSEntry::insert with UDSEntry::fastInsert.

What do you think about creating a specialized version of UDSEntry, e.g. KrUDSEntry? This way the code:

Sep 19 2018, 12:15 PM · Krusader
gengisdave updated the diff for D15400: Fix compile warnings on missing override declarations.

Added flag for GCC as default

Sep 19 2018, 11:59 AM · Krusader
gengisdave added a comment to D15400: Fix compile warnings on missing override declarations.

I've looked at the Clang behaviour: the -Winconsistent-missing-override flag is always set (Debug, Release and none), so GCC should be set the same. My initial thought was to not users to be worried; on a second thought, every user is a tester too.

Sep 19 2018, 11:42 AM · Krusader

Sep 14 2018

gengisdave added a comment to D15400: Fix compile warnings on missing override declarations.

I've tested with clang compiler and no additional flags are needed, on a clean Fedora 28 I used:

Sep 14 2018, 8:25 AM · Krusader

Sep 12 2018

gengisdave added a comment to D15376: Replace deprecated UDSEntry::insert with UDSEntry::fastInsert.

The use of a Macro was my second way to solve this, but I thought it would add more complexity to the code; instead, this patch makes the code unclear to read.

Sep 12 2018, 8:51 AM · Krusader
gengisdave added a comment to D15400: Fix compile warnings on missing override declarations.

I updated the diff to v2 to fix spaces as requested.

Sep 12 2018, 8:40 AM · Krusader
gengisdave updated the diff for D15400: Fix compile warnings on missing override declarations.
Sep 12 2018, 8:31 AM · Krusader

Sep 10 2018

gengisdave requested review of D15400: Fix compile warnings on missing override declarations.
Sep 10 2018, 10:24 AM · Krusader

Sep 9 2018

gengisdave requested review of D15376: Replace deprecated UDSEntry::insert with UDSEntry::fastInsert.
Sep 9 2018, 2:34 PM · Krusader

May 28 2018

gengisdave committed R167:94ff5d6ccb3a: Fixed ugly message dialog on Compare by Content error (authored by gengisdave).
Fixed ugly message dialog on Compare by Content error
May 28 2018, 6:29 PM
gengisdave closed D12904: Fixed ugly message dialog on Compare by Content error.
May 28 2018, 6:28 PM · Krusader

May 22 2018

gengisdave added a comment to D12904: Fixed ugly message dialog on Compare by Content error.

I tried to break as less things as possible. I have a little knowledge of i18n but I think that merging the text will require a new strings translation; from my point of view, translations magically appear when I compile. I can put a comment in the final commit to let others to know that it can be refactored.

May 22 2018, 4:50 AM · Krusader
gengisdave retitled D12904: Fixed ugly message dialog on Compare by Content error from Ugly message dialog on Compare by Content error to Fixed ugly message dialog on Compare by Content error.
May 22 2018, 4:48 AM · Krusader

May 19 2018

gengisdave committed R167:eb60c734b940: Unselect all items when calculating occupied space on ".." (authored by gengisdave).
Unselect all items when calculating occupied space on ".."
May 19 2018, 9:56 AM
gengisdave retitled D12906: Unselect all items when calculating occupied space on ".." from Unselect all items when calculating occupied space to Unselect all items when calculating occupied space on "..".
May 19 2018, 9:49 AM · Krusader

May 15 2018

gengisdave requested review of D12906: Unselect all items when calculating occupied space on "..".
May 15 2018, 8:05 PM · Krusader
gengisdave updated the summary of D12904: Fixed ugly message dialog on Compare by Content error.
May 15 2018, 7:21 PM · Krusader
gengisdave requested review of D12904: Fixed ugly message dialog on Compare by Content error.
May 15 2018, 7:20 PM · Krusader

Mar 11 2018

gengisdave accepted D11221: Fix current item selection after exiting a tar archive.

All tests fine, it also work with zip:/ protocol

Mar 11 2018, 10:49 AM · Krusader

Feb 27 2018

gengisdave accepted D10898: In the INSTALL file: add an additional check.
Feb 27 2018, 7:03 PM · Krusader

Feb 25 2018

gengisdave closed D10817: Fix compiler warning on GCC <= 7.

Tested on Slackware 14.2 with gcc 5 and Fedora 25 with gcc 6

Feb 25 2018, 9:37 PM · Krusader
gengisdave committed R167:8837fa2b4bf2: Fix compiler warnings for older GCC (authored by gengisdave).
Fix compiler warnings for older GCC
Feb 25 2018, 9:34 PM
gengisdave changed the visibility for D10817: Fix compiler warning on GCC <= 7.
Feb 25 2018, 9:21 AM · Krusader
gengisdave requested review of D10817: Fix compiler warning on GCC <= 7.
Feb 25 2018, 9:21 AM · Krusader

Feb 22 2018

gengisdave committed R167:b4d3f4a9840d: Closing calculate occupied space window aborts the calculation (authored by gengisdave).
Closing calculate occupied space window aborts the calculation
Feb 22 2018, 9:06 PM

Feb 17 2018

gengisdave added a reviewer for D10608: Closing calculate occupied space window aborts the calculation: Krusader.
Feb 17 2018, 4:09 PM · Krusader
gengisdave requested review of D10608: Closing calculate occupied space window aborts the calculation.
Feb 17 2018, 4:08 PM · Krusader

Sep 10 2017

gengisdave abandoned D2603: Add advanced debugging to KIso.

Solved in https://cgit.kde.org/krusader.git/commit/?id=4df7f97cdd2a3a8234b54dcbb205c9e6349d564c

Sep 10 2017, 9:44 AM · Krusader

Jul 29 2017

Alexander Bikadorov <alex.bikadorov@kdemail.net> committed R167:34159361b0c8: Fix compile warning in krArc (authored by gengisdave).
Fix compile warning in krArc
Jul 29 2017, 6:14 PM
gengisdave closed D3491: Fix compile warning in krArc by committing R167:34159361b0c8: Fix compile warning in krArc (authored by gengisdave).
Jul 29 2017, 6:14 PM · Krusader

Nov 24 2016

gengisdave added a revision to T2966: Code Cleaning: D3491: Fix compile warning in krArc.
Nov 24 2016, 7:00 PM · Krusader
gengisdave added a task to D3491: Fix compile warning in krArc: T2966: Code Cleaning.
Nov 24 2016, 7:00 PM · Krusader
gengisdave added a reviewer for D3491: Fix compile warning in krArc: Krusader.
Nov 24 2016, 6:59 PM · Krusader

Nov 20 2016

gengisdave added a comment to D2603: Add advanced debugging to KIso.

Yes, kiso is missing the option we added to krarc (see https://groups.google.com/forum/#!topic/krusader-devel/mN8uyxBj4Wg).

Nov 20 2016, 7:00 PM · Krusader
gengisdave committed R167:9c7b6e57ea5e: KIso : add debug to file (authored by gengisdave).
KIso : add debug to file
Nov 20 2016, 6:40 PM
gengisdave added a comment to D2603: Add advanced debugging to KIso.

What distro do you have? I'll dive into KIO to see where the problem is.

Nov 20 2016, 6:37 PM · Krusader
gengisdave added a comment to D2603: Add advanced debugging to KIso.

This patch can be applied on master; is this helpful, or the rework on VFS will make it obsolete?

Nov 20 2016, 10:13 AM · Krusader

Oct 24 2016

gengisdave added a comment to T3770: New Release.

Great work!!! Sorry for not being present lately, but I have some issues with my pc an my work keeps my spare time lower.

Oct 24 2016, 5:36 PM · Krusader

Oct 10 2016

gengisdave moved T1930: Krarc with Write Support freezes from TODO to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2768: Normalize some compressed file types and deduplicate code in krarc.cpp and krarchandler.cpp. from TODO to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T1944: Items selection after a copy/move job has started from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2328: Add an accepted commentary by Davide Gianforte and a source address from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2401: Preferring krarc as a primarily chosen protocol for various archive formats from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2251: Improve debugging (more detailed and intuitive traces, etc.) for krarc. from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2394: Deduplicate code in two functions. from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2180: New file (Shift+F4) behaviour from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T3456: Proposal: remove "Remote content search" checkbox from Search dialog and set it always to "true" from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T3451: Improve the TODO file from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T3452: Standardize the version number of Krusader from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2108: Ctrl+Left/Right also open compressed files in the target panel from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2000: Add a comment about the aim of `strUrl.replace("#", "%23");` from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2090: Avoid that the user thinks that two directories are equal... when he really was comparing the same directory. from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2115: Solve a problem installing the kio_krarc.so file and related ones. from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T2046: Adapt the description of two buttons from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T1972: Direct reading remotely searched files not working from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T3000: Config options for URL navigator from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader
gengisdave moved T3140: Simplify searching in current folder view from In progress to Done on the Krusader board.
Oct 10 2016, 8:47 PM · Krusader

Sep 21 2016

gengisdave added a comment to D2614: First attempt to rename files inside archives.

I tried only on zip files, but I have to check all kind of archives supported by 7za. To stop the kio, I use error(ERR_CANNOT_RENAME). This doesn't permit KIO to switch to copy+del or get+put.

Sep 21 2016, 9:11 PM · Krusader

Sep 17 2016

gengisdave added a comment to D2808: Fix for context menu "Open with"->"Other..." option opens only first selected file..

You can't pass a QList of urls to every program, not every program likes it so no files are opened at all.

Sep 17 2016, 10:45 PM
gengisdave updated the diff for D2614: First attempt to rename files inside archives.

This is the first attempt to use 7za to rename a file inside an archive. It works, but we have to do more checks.

Sep 17 2016, 8:54 PM · Krusader

Aug 31 2016

gengisdave added a comment to D2614: First attempt to rename files inside archives.

I forgot non-empty folders. My solution can't be useful anymore. So I turned again on zipnote and looking to a possibile method with other types of archive, I've found that newer versions of 7za can rename files inside archives (both .zip and .7z).

Aug 31 2016, 10:22 PM · Krusader

Aug 28 2016

gengisdave accepted D2552: Show always text when viewer is in text-mode.
Aug 28 2016, 12:30 PM · Krusader
gengisdave accepted D2472: Remove "Remote content search" checkbox from Search dialog and set it always to "true".
Aug 28 2016, 12:29 PM · Krusader
gengisdave updated the test plan for D2614: First attempt to rename files inside archives.
Aug 28 2016, 11:58 AM · Krusader
gengisdave added a task to D2614: First attempt to rename files inside archives: T3479: Krusader freezes when renaming a file that is inside an archive.
Aug 28 2016, 11:57 AM · Krusader
gengisdave added a revision to T3479: Krusader freezes when renaming a file that is inside an archive: D2614: First attempt to rename files inside archives.
Aug 28 2016, 11:57 AM · Krusader
gengisdave added a reviewer for D2614: First attempt to rename files inside archives: Krusader.
Aug 28 2016, 11:57 AM · Krusader

Aug 27 2016

gengisdave added a comment to T3490: #344460 - kio_iso can't browse paths with symlinks.

A fix could be to change in krusader/Panel/panelfunc.cpp:215

Aug 27 2016, 2:39 PM · Krusader
gengisdave added a comment to T3490: #344460 - kio_iso can't browse paths with symlinks.

Using D2603, I was able to find where to problem is:

Aug 27 2016, 11:58 AM · Krusader
gengisdave added a revision to T3490: #344460 - kio_iso can't browse paths with symlinks: D2603: Add advanced debugging to KIso.
Aug 27 2016, 11:43 AM · Krusader
gengisdave added a task to D2603: Add advanced debugging to KIso: T3490: #344460 - kio_iso can't browse paths with symlinks.
Aug 27 2016, 11:43 AM · Krusader
gengisdave added a reviewer for D2603: Add advanced debugging to KIso: Krusader.
Aug 27 2016, 11:42 AM · Krusader

Aug 24 2016

gengisdave added a comment to T3419: Rework of VFS (Now: FileSystem).

I agree too. The KrCalcSpaceDialog pops up after a while when calculating directory space. It is a way to know that Krusader isn't freezed. When done, the popup closes and the <DIR> string is changed with the dir space. Anything to say "hey, I'm working, but I'm not freezed" is good to; like when krarc reads a file.

Aug 24 2016, 5:53 AM · Krusader

Aug 23 2016

gengisdave added a comment to T3479: Krusader freezes when renaming a file that is inside an archive.

Atm, this task is almost a discussion, if you have already done some work, no problem. I'm focused on kio_iso T3490 (the solution to recognize path with symlinks, the other one is trivial).

Aug 23 2016, 8:10 PM · Krusader
gengisdave accepted D2551: Fixing bug when opening corrupted archive works for the second time.
Aug 23 2016, 7:29 PM · Krusader
gengisdave added a comment to T3419: Rework of VFS (Now: FileSystem).
In T3419#48717, @asensi wrote:

I agree, too, and maybe with those VFS improvements... important bugs like

A problem renaming a file that is inside an archive
https://bugs.kde.org/show_bug.cgi?id=350028

would be solved.

Aug 23 2016, 7:27 PM · Krusader

Aug 21 2016

gengisdave accepted D2519: Lister: Escape key behaviour on par with other file modes.
Aug 21 2016, 3:39 PM · Krusader
gengisdave added a comment to T3490: #344460 - kio_iso can't browse paths with symlinks.

I've found two possible solutions:

Aug 21 2016, 1:25 PM · Krusader
gengisdave created T3490: #344460 - kio_iso can't browse paths with symlinks.
Aug 21 2016, 1:16 PM · Krusader
gengisdave accepted D2508: Last steps to normalize some compressed file types and to deduplicate code in krarc.cpp and krarchandler.cpp..
Aug 21 2016, 9:58 AM · Krusader
gengisdave accepted D2510: Update to non-deprecated QStyleOptionViewItem class.
Aug 21 2016, 9:56 AM · Krusader
gengisdave accepted D2514: Implement cursor blinking in Lister.
Aug 21 2016, 9:55 AM · Krusader

Aug 20 2016

gengisdave added a comment to T3479: Krusader freezes when renaming a file that is inside an archive.

This explain very well the problem. We can't use kio_krarcProtocol::copy to rename an item inside an archive, and krArc doesn't have a rename method, so we must implement it.

Aug 20 2016, 10:54 PM · Krusader

Aug 18 2016

gengisdave added a comment to T3479: Krusader freezes when renaming a file that is inside an archive.

The problem starts here: the job is started but it is never completed.

Aug 18 2016, 9:43 PM · Krusader
gengisdave created T3479: Krusader freezes when renaming a file that is inside an archive.
Aug 18 2016, 9:20 PM · Krusader

Aug 16 2016

gengisdave added a comment to T3456: Proposal: remove "Remote content search" checkbox from Search dialog and set it always to "true".

I agree, the analysis is right; it is also needed to search into archives (because they have the tar: krarc: or zip: scheme).

Aug 16 2016, 6:08 AM · Krusader

Aug 14 2016

gengisdave accepted D2443: Modification of all the text files where a "2.4" or "15.08" version was seen..
Aug 14 2016, 5:25 PM · Krusader
gengisdave added a comment to T3452: Standardize the version number of Krusader.

In the first days of porting, I thought Extragear software was merging into Applications and no one never changed it.

Aug 14 2016, 2:20 PM · Krusader
gengisdave accepted D2442: Set default delete mode to "Move to trash".

CTRL+DEL works fine and it doesn't seems to conflicts with other actions (afaik, it is used to delete the whole next word, but we're not in an edit mode).

Aug 14 2016, 1:49 PM