[krusader-users] Re: Patches for the terminal emulator interaction

2006-09-01 Thread Karai Csaba
Hi! I've committed the TE patches, based on your modifications. It works a bit differently (see ChangeLog): 1. Ctrl+F (configurable!) switches between full/normal TE 2. Ctrl+Up goes up to the origin line, Ctrl+Down comes back 3. Ctrl+Down / Ctrl+Up calls the TE if command line is hid

[krusader-users] Re: Help! My new install of 1.70 crashes!

2006-08-30 Thread Karai Csaba
Hi! Probably your package is wrong. You should compile the 1.70.1 version manually, or try to get a working package from somewhere. There are 3 possibilities: 1. - the package is wrong / or some deps are missing (most probable) 2. - 1.70.1 crashes, CVS not (not all crashfix were ported from CVS

[krusader-users] Re: Is search dialog really a dialog?

2006-08-29 Thread Karai Csaba
Yes. The searcher, packer, synchronizer widgets are non-modals. That's why you can search / pack / synchronize in the background... Csaba --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "krusader-users" group. To

[krusader-users] Re: Closing krusader on SIGTERM

2006-08-22 Thread Karai Csaba
Hi! > There is still the question of reentrancy. If you're lucky, you'll > get a freeze of krusader (see attached backtrace). > My idea is: 1. create a shutdown thread, it's important because mutexes won't work in the SIGNAL handler. The question is that: Is it valid to create a n

[krusader-users] Re: Patches for the terminal emulator interaction

2006-08-21 Thread Karai Csaba
Hi! Shie, any progress in that question? You mentioned that you'll look at it. Will you, or may I do this? ext Václav Jùza írta: > //--- > 01insertFileName) if focus is in the panel and command line is not visible, > Ctrl+Enter and Ctrl+Shift+Enter will copy the name to the terminal e

[krusader-users] Re: Closing krusader on SIGTERM

2006-08-18 Thread Karai Csaba
Hi Jiri! I've committed a new version. Can you please check it? It doesn't call slotClose, as it is needless to question anything at SIGTERM. Few seconds later SIGKILL will be called, which kill the application. There's no time for interaction... Instead of that I call saveSettings and exit. I

[krusader-users] Re: new functionalities suggestion: overwrite __?__ on copy/move and close to tray

2006-08-16 Thread Karai Csaba
ext Sa¹a Tomic írta: > If I decide to retry copying to the same place, I get a dialog in which > I can chose to "Overwrite" a _directory_ and no dialog is shown for the > rest of _files_. This is strange. Unfortunately, it's a KDE speciality. I wrote once a bug report about it, but the KDE gu

[krusader-users] Re: start a new tab in an existing krusader from a terminal?

2006-08-15 Thread Karai Csaba
ext [EMAIL PROTECTED] írta: > I would like to use krusader for things like the open file in firefox. > Right now, I have it using konqueror which opens a new instance. > Is it possible to invoke a command that will open a directory in an > existing krusader instance in a new tab? > > Something li

[krusader-users] Re: Closing krusader on SIGTERM

2006-08-15 Thread Karai Csaba
Hi! Committed a basic patch with SIGTERM. It simply calls slotClose() to close Krusader. Asks whether to save the edited texts in the internal editor,... Can you please check it? Thanks, Csaba --~--~-~--~~~---~--~~ You received this message because you a

[krusader-users] Re: Closing krusader on SIGTERM

2006-08-10 Thread Karai Csaba
Hi! I have some problems with the kill patch. 1. a philosophycal question: - why should we catch the SIGKILL signal? if a process goes to some deadlock, then the only way to stop it is the SIGKILL. If we catch SIGKILL and after that we do some deadlock, then users will be unable to sto

[krusader-users] Re: Closing krusader on SIGTERM

2006-08-09 Thread Karai Csaba
Hi Jiri! Committed the editor fix based on your work. SIGTERM will be committed later. >> - does it work with all shutdown scenarios? > > The patch should work with any of the scenarios (as long as there is no > function which gets activated during any of the scenarios which calls > exit()), b

[krusader-users] Re: Closing krusader on SIGTERM

2006-07-28 Thread Karai Csaba
Hi! I also downloaded your patches. It was not easy to understand, so I didn't commit it. How to write a patch: === 1. at one time focus only one problem, so the developers may easily understand and commit if it works. The modifications should be committed step by st

[krusader-users] Re: Viewing files under /proc

2006-06-26 Thread Karai Csaba
ext Jiri Palecek írta: > Hello, > > I have noticed, that I cannot view files like /proc/interrupts etc. > I thought it is because they report size 0 and the data is therefore > never read. However, as this strace exercept shows, the data IS > read. Do you know where is the problem, then? > Is it

[krusader-users] Re: New features in archive handling

2006-03-23 Thread Karai Csaba
> Since only advanced users care about this, what do you think about > adding a lineedit for additional commandline switches? This shound't > be too hard to do and would would make all those "I want this special > feature of this tool"-guys happy... The dialog could save the line > for eac

[krusader-users] Re: New features in archive handling

2006-03-23 Thread Karai Csaba
> Hi, > > really nice features, but one little glitch - is it necessary after > ALT+P is pressed, that "advance" button is focused? Focus on "OK" > should be fine as default I think, dont you? Fixed. Csaba --~--~-~--~~~---~--~~ You received this message becaus

[krusader-users] Re: New features in archive handling

2006-03-23 Thread Karai Csaba
> 1) setting compression level even for tar.gz That's a hard question, because tar doesn't support setting the compression levels for gzip/bzip2. Two solutions are possible: 1. tar cvf arch.tar files... gzip --best arch.tar 2. tar -cv files... | gzip --best >output.tar.gz Both versions are te

[krusader-users] New features in archive handling

2006-03-22 Thread Karai Csaba
Good evening! I've added some missing features to the archive management. - 7z support - pack/unpack multiple volumes for rar,arj - pack compression level for rar,arj,7z,zip - pack/unpack passworded archives for 7z,rar,arj,zip(,ace) - pack header encryption for rar In the pack dialog, there's t

[krusader-users] Re: synch dirs: exclude all .svn directories

2006-02-21 Thread Karai Csaba
> Hi, > > how can I exclude all .svn directories from the synch dirs function? > With TotalCommander I use: *.* | .svn\ Currently this will not work. I think, it's a useful feature, so I will implement it. The next stable version may contain this feature. Csaba --~--~-~--~~

[krusader-users] Re: 1.60.1 on suse SIGSEGV entering /dev or /sbin

2006-02-21 Thread Karai Csaba
Please update to the 1.70 version. This bug is already fixed. Csaba ext [EMAIL PROTECTED] írta: > Today I found question on czech linux portal: > > Krusader SIGSEGV after entering /sbin or /dev - Krusader 1.60.1 (Using > KDE 3.4.2 Level "b" suse 10.0) qt - 3.3.4. > > Is it problem for you to