Hi Oliver, and thanks for your suggestions!

Oliver Eichler ha scritto:
> Concerning the password: Imho it's a better practice to ask for the
> login once each session and to keep the provided information in RAM.
> Thus you will be asked for login only once every QLGT startup. I
> wouldn't store that stuff in a registry or any other config file.

Yes, I do agree, much better.

> Can you change that? It's removing the setup from the config dialog and to
> use QInputDialog::getText() if there is no login and password yet defined.

I managed to use an input widget, but I'm having some difficulties in 
getting the result I want.

I would prompt for user name and password only if proxy does require 
authentication. In case username or password is incorrect, I would 
prompt the user again.

But, in my current implementation, if I insert the wrong username, it 
continues to send that wrong username to the proxy (monitored through 
WireShark), and no response is got.

I'll try to correct this behaviour in the next days.

> And please use the command "svn diff > patch.txt" and send the resulting
> patch.txt That's much easier to handle for me and you :)

Right!   ;^)

Is it ok if I use "git diff --no-prefix > patch.txt" ? It should result 
in the same output, I think.

Thanks,
   Davide

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to