applications needed!

Forum thread started by reneManqueros on Mon, 2009-12-28 21:48

anyone has any ideas/suggestions for common applications needed in haiku, i can develop some

Comments

Re: applications needed!

Hi Rene!

Since NetPenguin won't work anymore on Haiku, a FTP app would be nice. Even better, IMO, would be to fix what's keeping FTP-fs from running. Having FTP integrated in Tracker is even better than a separate client.

Others have probably other needs. You can also have a look at the projects on OSDrawer.net and join up with the devs there. IMO, a project can only be successful if you're interested in the app yourself (or you get paid to work on it. Good luck with that. :)). So, your first question should be, "What do I need that's still missing?", then see if others are interested in those things as well. Maybe some were already started at OSDrawer or Sourceforge.

Regards,
Humdinger

Re: applications needed!

thanks, i'll keep you posted on how it goes.

Re: applications needed!

Hey, I just thought of another nice little tool: A "password safe" that keeps track of all your different logins/passwords. Securely encrypted and with nice features like generating new passwords and reminding the user after a while to change passwords etc.

Regards,
Humdinger

Re: applications needed!

Neat idea Humdinger :)

Re: applications needed!

thank you guys, matter of fact im going to dedicate some time to develop some python bindings for the API, tried to get bethon to run but i didn't like it, so i now have 3 applications that i can develop.

Re: applications needed!

Cool!

reneManqueros wrote:

thank you guys, [...] i now have 3 applications that i can develop.

So, "Thank you, Rene", is more like it. :)

Regards,
Humdinger

Re: applications needed!

i also tried to contact the guy that manages the mirrors because i can also provide a mirror for haiku but he didn't answer.

Re: applications needed!

Haven't read from Urias for a while. Maybe he's busy at the moment. I guess you could try again later, maybe shortly before the next release, as it makes sense to ramp up resources when the traffic picks up.

Regards,
Humdinger

Re: applications needed!

Hey, wanted to give you an update on the ftp app, here is a screenshot of the current version, it already connects to an FTP server, gets a list of files and folders, i've only have to implement uploads and downloads and it will be ready for release, let me know what you think of it.

Re: applications needed!

Great!

Two questions (opinions):

- I would rather have the connection details at the lower part of the window, and the folders and files at the upper part

- Why do you need separate window for folders and files? Why not just one for local and another for remote (with both folders and files)

Otherwise, I hope you will continue working on it and soon we could test an initial version. Thanks!

Re: applications needed!

Looks good so far. If you don't mind that your application will only work on Haiku, you should probably use the layout manager. This will take care of resizing each individual component very nicely. http://www.haiku-os.org/documents/dev/laying_it_all_out_part_1
Drag and drop will be nice to have (both from inside the app, but also to and from tracker itself. Keep it up!

Re: applications needed!

thank you guys for you comments and keep em comming, i want to release a working version as soon as possible so that i can get your feedback from early development and make it a much better application.

to pistooli:
1) now that i think of it, the connection details would look better at the bottom, nice one.

to PieterPan:
1) thanks for that link i'll take it in mind, actually the app will only run in haiku so no problem there. :P
2)i'll leave drap and drop for a next version but it's a good idea.

Re: applications needed!

A nice first pre-alpha. :)

I agree, that files and folders should be listed in one view. And since drag&drop is an integral part of the Haiku experience, it's a must before you go v1.0. :)

A few ideas:
* use icons (probably according to file extensions).
* have the connection details hideable via an expander widget (or show/hide it as extra window)
* include a progress meter similar to Tracker's copy status window that shows number of files to be transferred and the current transfer rate. A bubblehelp could show a list of all files that were/have to be transferred.

Have fun!
Humdinger

Re: applications needed!

If your up for coding it, I would like an Outlook .pst to Haiku's Mail App converter.

Re: applications needed!

@vooshy : if you get me some specs on both formats i could give it a try

Re: applications needed!

@reneManqueros and vooshy
I think it is too early for such a tool. Microsoft announces detailed specification for this file format to be released.
They said that in october last year the specification was at its early stage.
But it will be a nice feature to have (import/export from mail)

Re: applications needed!

Maybe for the pst<->Mail converter, a look at the mail utilities can help. At least for the Mail format part.

Regards,
Humdinger

Re: applications needed!

Well, why re-invent the wheel every time ?
What about a FileZilla port ?

Check out Qt-based FTP clients too: http://www.qt-apps.org/index.php?xcontentmode=4236

Re: applications needed!

wouldn't that kill the haiku style of doing things / separate the applications from the Be/haiku way of coding? (just a thought)

Re: applications needed!

Libpst is the Linux equivalent, and looking at the source to mail app for haiku.

Link to libpst below:

http://www.five-ten-sg.com/libpst/index.html

Re: applications needed!

thanks mate, send me a private message with whatever you find out ;)

Re: applications needed!

@ReneManqueros:

*AMAZING APP*

thanks for your great work!

I'm waiting for testing!!

Re: applications needed!

Hi reneManqueros,

Very cool that you are working on a native FTP client for Haiku. :)

There was a Japanese dev by the name of momoziro who was working on a native FTP client called FtpPositive. Unfortunately, momoziro has been busy, and development has stalled; but he made the sources availables here:

http://f-x.haiku-talkers.net/archive/FtpPositive/FtpPositive-1.0-alpha3-...

Not sure about the license, but it may still be good as reference for your work.

BTW, my +1 for DnD support.

I look forward to a binary release!

Re: applications needed!

Just a thought, if you don't mind GPL, you could have all the hard FTP, SFTP etc work done by CURL, and focus on the interface. It seems very easy to use, but I'm not sure if it allows you enough flexibility. (like getting progress information and ftp 'chatter'). Maybe others have worked with it and can say more about it?

http://curl.haxx.se/libcurl/c/libcurl-tutorial.html
http://curlpp.org/ --> a c++ wrapper around it.

Re: applications needed!

I'm might give it a try using BeThon - Python (using: ftplib of Python) to make an FTP GUI.

See good example at: http://postneo.com/stories/2003/01/01/beyondTheBasicPythonFtplibExample....

Regards,
hey68you

FTP using Firefox (BeZillaBrowser)

by the way, you can use Firefox (BeZillaBrowser) as an ftp client by typing in the url (uri):

e.g. ftp://@

FireFTP extentsion for Firefox seems to work if you use: 0.97.3

Also FireFTP extentsion for Firefox seems to work if you use: 0.97.3

https://addons.mozilla.org/en-US/firefox/downloads/file/29826/fireftp-0....