Search found 41 matches

by nisargshah95
Mon Jan 29, 2018 5:50 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

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 t...
by nisargshah95
Sun Oct 16, 2016 5:45 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

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?
by nisargshah95
Sun Oct 16, 2016 3:20 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

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 mini...
by nisargshah95
Fri Oct 07, 2016 5:21 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

Hmm. ok I will upload it to SVN in a few hours.
by nisargshah95
Sat Oct 01, 2016 11:12 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

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.
by nisargshah95
Sat Oct 01, 2016 7:42 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

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
by nisargshah95
Mon Sep 26, 2016 10:01 pm
Forum: English
Topic: Unicode support in filesystem breaking compatibility?
Replies: 2
Views: 3919

Re: Unicode support in filesystem breaking compatibility?

Thanks. It is working as expected :D.
by nisargshah95
Mon Sep 26, 2016 7:21 pm
Forum: English
Topic: Unicode support in filesystem breaking compatibility?
Replies: 2
Views: 3919

Unicode support in filesystem breaking compatibility?

Hi. It seems in recent releases of KolibriOS (I tested this for the Sept 26 2016 release currently put up at http://builds.kolibrios.org/eng/latest-distr.7z), getting current folder for thread (SF 30.2) does not work as expected (there may be other functions whose behavior might have changed, but I ...
by nisargshah95
Thu Aug 25, 2016 3:50 pm
Forum: News
Topic: Google Summer of Code 2016
Replies: 74
Views: 65223

Re: Google Summer of Code 2016

Hi guys, so GSoC 2016 has just ended and I have been asked to write some lines about my overall experience during the program. The reason I chose KolibriOS is mostly due to the fact that I found it fascinating when I came across it in school some years back and that now I was going to be a part of i...
by nisargshah95
Mon Aug 22, 2016 3:56 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

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.
by nisargshah95
Mon Aug 22, 2016 3:27 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

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 elem...
by nisargshah95
Sat Aug 06, 2016 10:55 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

Progress Update Sorry I forgot to post updates. So the following work has been done since last update - Progress bar is working (for uploads and downloads) Add support for logging to file (by default created in /usbhd0/1/ftpc.log, configurable via ftpc.ini. Add a line logfile=/path/to/log.txt ). Ad...
by nisargshah95
Fri Jul 15, 2016 8:27 am
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

Progress Update So the tree list to view remote files is complete. Now files can be downloaded and uploaded to server via GUI (progress bar is not working yet). I will be integrating other commands (cdup, mkd, rmd, rdir, dele) shortly. https://s32.postimg.org/ttv31168x/ftpc_gui_1.png https://s32.po...
by nisargshah95
Thu Jul 14, 2016 1:49 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

Progress Update Integration of GUI with FTPC is underway - tree list for listing local files has been implemented. another for remote files is on the verge of completion. textedit element is working - displays server messages, errors and stuff. Main GUI has been integrated with the login screen. Ne...
by nisargshah95
Sat Jul 02, 2016 7:26 am
Forum: Network
Topic: FTP client
Replies: 75
Views: 62890

Re: FTP client

Progress Update * Completed refactoring which makes it easy to implement both console and GUI interfaces together. I have started work on main GUI. The major components will be - * tree_list from boxlib (used as file browser for local and remote directories). tree list for local directory has been ...