FileZilla 3 development diary

Moderator: Project members

Message
Author
User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#16 Post by botg » 2004-03-30 22:32

Here's the funnayyyyy: I'm currently adding a disconnect button to the toolbar (well, the disconnect button IS the toolbar)

In order to get the disconnect button working, I've to to implement the engine->ui message passing and most of the command handling functions as well.
If everything goes well, tomorrow FZ3 can disconnect from servers.

The next step would be to write the login code. After that, it would be required to implement the local/remote file lists and in case of the remote file list, the list engine code including the path and the list parser.

eyebex
226 Transfer OK
Posts: 171
Joined: 2004-04-02 15:24

#17 Post by eyebex » 2004-04-02 15:29

botg wrote:[...] called poEdit. Unfortunately the interface looks crappy, guess I'll have to submit a patch to this project as well :D
botg wrote:For the translators, there is a program called poEdit (http://poEdit.sf.net) with a nice gui [...]
Now, is poEdit's GUI crappy or nice? :wink:

BTW: Will FZ3 allow multiple child-windows for local and server views and will it be able to connect to multiple servers and do FXP?

eddan
226 Transfer OK
Posts: 423
Joined: 2004-02-25 08:44
Location: Norway

#18 Post by eddan » 2004-04-02 15:37

eyebex wrote:Now, is poEdit's GUI crappy or nice? :wink:
There was a small glitch in the GUI that BotG fixed, submitted and got accepted.
eyebex wrote:BTW: Will FZ3 allow multiple child-windows for local and server views and will it be able to connect to multiple servers and do FXP?
I think the answer to this is yes, yes and yes! I'm not 100% sure, but who is?

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#19 Post by botg » 2004-04-02 23:15

The poEdit GUI looked crappy but no longer does.
Connections to multiple servers will be handled with a tabbed interface, similar to Mozilla's tabbed browsing (oh I just love that) and FXP will be implemented using Drag&Drop. (If possible)


Today I've added the code that parses the replies into lines, messages from the server now get displayed in the message log. The login code should be easy to implement now.

I've also fixed some small bugs in FileZilla 2.2.5, I guess it's time for a small maintance release.

Golyc
226 Transfer OK
Posts: 89
Joined: 2004-03-02 23:36

#20 Post by Golyc » 2004-04-03 19:52

botg wrote: Connections to multiple servers will be handled with a tabbed interface, similar to Mozilla's tabbed browsing (oh I just love that) and FXP will be implemented using Drag&Drop. (If possible)
It is really nice !adn Drag&Drop is an interesant thing .... :!: :!: :!:

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#21 Post by botg » 2004-04-03 20:21

Build scripts always keep one busy.
The script on the server which generates the downloadable configure script tar.bz2 package for the update-configure script did not work properly. This has been fixed.
Also, I've fixed some dependancy issues and I'm trying to get the resource file inclusion for MinGW builds to work to get a nice application icon.

Other than that, I've made some small fixes, nothing big today.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#22 Post by botg » 2004-04-03 22:37

While the changelog generation for FZ3 did already work for some time, it did not yet display on the changelog page.
But now the changelog is live and there are already 47 individual commits. Using v2 as a base with 1.443 commits, version 3 would already be 3.25% complete :wink:

Golyc
226 Transfer OK
Posts: 89
Joined: 2004-03-02 23:36

#23 Post by Golyc » 2004-04-04 02:26

botg wrote:While the changelog generation for FZ3 did already work for some time, it did not yet display on the changelog page.
But now the changelog is live and there are already 47 individual commits. Using v2 as a base with 1.443 commits, version 3 would already be 3.25% complete :wink:
I hope that you is wrong ... 32,5% is more cool ...

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#24 Post by botg » 2004-04-05 23:41

The logon code now works, FileZilla can now logon to any standard server. Next thing I'll do is adding a cancel button to the toolbar.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#25 Post by botg » 2004-04-10 08:48

A cancel button has been added to the UI. Also, I've added support for international domain names.

pixolex
503 Bad sequence of commands
Posts: 20
Joined: 2004-03-28 22:31

#26 Post by pixolex » 2004-04-11 01:18

Hy!

Thanks for your grate tool!

Can you put some images from FZ3 just to see the baby growing :)...

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#27 Post by botg » 2004-04-11 15:55

Even better, I may release an early prealpha version in a couple of days. :D


Well, I've recently implemented asynchronous dns lookups, so that incases of invalid hostnames or unresponding dns servers the interface doesn't get blocked.


Also, I'm switching to wxTextCtrl for the message log, the html parser is to slow to display 1000 lines in a short amount of time.
Though the text controls aren't perfect yet, there's still one feature missing (different indentations for the first and the remaining lines in a paragraph), Time to write another patch for wxWidgets. :)

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#28 Post by botg » 2004-04-11 20:17

After three hours of debugging, trying to find out why the rich edit control didn't use the tabstops I did set, I found out that it was a glitch in the windows rich edit control itself: If using hanging indentation, the indentation mark did count as tabstop. And since my tabstop was after the indentation, it didn't seem to work.

So much wasted time I could have spent with something else.

Anyhow, my wxWidgets patch is almost complete, only the documentation has to be updated.

pixolex
503 Bad sequence of commands
Posts: 20
Joined: 2004-03-28 22:31

#29 Post by pixolex » 2004-04-12 14:53

botg wrote:Even better, I may release an early prealpha version in a couple of days. :D
it would be nice :D

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#30 Post by botg » 2004-04-12 19:34

Here's a screenshot of the current development version:
Image

The local file list will be implemented next. Then the remote file list and after that I can start with the file transfers and the queue.

Post Reply