Page 3 of 6

Re: FTP client

Posted: Mon Aug 22, 2016 3:27 pm
by nisargshah95
zutokaza wrote:Feedback:
I think the blue color is a bit too much on the eyes and there is too much extra space.
The blue color is the default color for the window and many applications use it. I will try to see what can be done. I agree about the extra space though, but the problem is the width of tree list element is fixed, so its difficult to fill that gap between the two tree list elements. Will try to do something about it.

Re: FTP client

Posted: Mon Aug 22, 2016 3:56 pm
by nisargshah95
Progress Update
So GSoC is coming to and end and here is a gist of all the work done during this GSoC - https://gist.github.com/nisargshah95/0b ... 3190da0e63
I request you to check out FTPC and report bugs, if any :D
Note - For logging, change default path from ftp.ini file.

Re: FTP client

Posted: Sat Oct 01, 2016 7:42 pm
by nisargshah95
So I have changed the color theme to white-grey (hopefully it looks more pleasant now) and also filled up the extra space to some extent. Let me know if there are any issues.
Image

Re: FTP client

Posted: Sat Oct 01, 2016 11:07 pm
by Pathoswithin
Maybe it's time to upload it to SVN?

Re: FTP client

Posted: Sat Oct 01, 2016 11:12 pm
by nisargshah95
Pathoswithin wrote:Maybe it's time to upload it to SVN?
Good idea. I will confirm with ashmew2 first if he sees any issues (since he has mentored this project). If he agrees, I will commit it to SVN.

Re: FTP client

Posted: Fri Oct 07, 2016 5:17 pm
by Leency
Hey, any news?
You can upload to SVN as is version and than update it if need.

Re: FTP client

Posted: Fri Oct 07, 2016 5:21 pm
by nisargshah95
Hmm. ok I will upload it to SVN in a few hours.

Re: FTP client

Posted: Sun Oct 16, 2016 6:20 am
by ashmew2
hey

Yes, please upload to SVN

Re: FTP client

Posted: Sun Oct 16, 2016 3:14 pm
by 0CodErr

Re: FTP client

Posted: Sun Oct 16, 2016 3:20 pm
by nisargshah95
Yes I already uploaded it as Leency said I could modify it later. But I am having issues over how to put the the modified icons for boxlib's tree list. I converted the icons to PNG but don't know how to combine the new PNGs with the existing ones (as suggested by Pathoswithin to keep image size minimum).
So currently, there's simply blank space in place of the tree list icons in FTPC.

Re: FTP client

Posted: Sun Oct 16, 2016 5:37 pm
by 0CodErr
nisargshah95, I just note that to load the png file you can use cnv_png.obj library. For example, this library already used by opendialhttp://websvn.kolibrios.org/filedetails ... endial.asm and iconhttp://websvn.kolibrios.org/filedetails ... 40icon.asm.

Re: FTP client

Posted: Sun Oct 16, 2016 5:45 pm
by nisargshah95
I am loading images using libimg currently. I can load PNG images properly, that is not the issue. My concern is if I merge two PNGs (for example the old TL_SYS_16.PNG and the modified TL_SYS_16_W.PNG, how would boxlib know which parts of the combined PNG to load?

Re: FTP client

Posted: Sun Oct 16, 2016 5:50 pm
by 0CodErr
nisargshah95 wrote:how would boxlib know which parts of the combined PNG to load?
Oh, I think it would be better do not merge them then.

Re: FTP client

Posted: Thu Oct 20, 2016 8:20 am
by zutokaza
nisargshah95 wrote:So I have changed the color theme to white-grey (hopefully it looks more pleasant now) and also filled up the extra space to some extent. Let me know if there are any issues.
Image
Looks gorgeous!
nisargshah95 wrote:
zutokaza wrote:Feedback:
I think the blue color is a bit too much on the eyes and there is too much extra space.
The blue color is the default color for the window and many applications use it. I will try to see what can be done. I agree about the extra space though, but the problem is the width of tree list element is fixed, so its difficult to fill that gap between the two tree list elements. Will try to do something about it.
Also, thank you for mentioning the default color. I learned something new.

Re: FTP client

Posted: Mon Jan 29, 2018 5:50 pm
by nisargshah95
I want the fix the icon issue with ftpc once and for all, but I don't understand where to put the icon file. I am using the icon files from develop/libraries/box_lib/trunk/ but if i specify path to box_lib/trunk then the build does not include the icons. How do I include those icons in ftpc?
I see that t_edit has those files in its own directory. Should I follow the same path?