Initial commit of ProzGUI 2.0.5beta
This commit is contained in:
229
ChangeLog
Normal file
229
ChangeLog
Normal file
@@ -0,0 +1,229 @@
|
||||
Changes in version 2.0.5beta
|
||||
------------------------
|
||||
The threads now all download to a single file, so now there is no need for
|
||||
a lengthy and slow download joining process. Also this saves the hard disk
|
||||
space.
|
||||
|
||||
Applied Ralphs patch which fixes several wrong links to delrom.ro and has
|
||||
changed them to genesys.ro
|
||||
|
||||
|
||||
Changes in version 2.0.4beta3
|
||||
------------------------
|
||||
|
||||
Filesearching.com was added to the ftpsearch server list as the default as
|
||||
lycos.com has stopped there service.
|
||||
|
||||
Start, Stop and Remove from list buttons added to the menu. The list of
|
||||
downloads is aved to a file as well, so it is saved between sessions. The
|
||||
Stop button is not yet operational.
|
||||
|
||||
Eric Lassauge <ros_at1@muzillac.tls.mms.fr> submitted a patch which added
|
||||
a french translation and also corrected several grammatical errors in my
|
||||
code (Thanks Eric)
|
||||
|
||||
Changes in version 2.0.4beta2
|
||||
------------------------
|
||||
|
||||
The URL parsing code was changed.
|
||||
|
||||
The Start Download button in the ftpsearch Window allows the user to abort
|
||||
the ftpsearch or ping prior to it being completed.
|
||||
|
||||
ftpsearch.uniovi.es added as another ftpsearch server (but it doesn't seem
|
||||
to contain as much results as lycos)
|
||||
|
||||
libprozilla has improved error handling for multiple server based
|
||||
downloads.
|
||||
|
||||
Emanuele Tatti's updated itallian translation was added.
|
||||
|
||||
If no mirrors are found the ftpsearch window is closed.
|
||||
|
||||
configure now checks for sys/stat.h as on solaris this wasnt being
|
||||
included : Keith Leng <keith@keith-leng.demon.co.uk>
|
||||
|
||||
Changes in version 2.0.4-beta
|
||||
------------------------
|
||||
Support for FTPSearch and pinging to select the fastest server(s).
|
||||
|
||||
Multiple server downloads, based on the ftpsearch results prozilla will
|
||||
make multiple connections to different servers and download the file
|
||||
simultaneously, this should give you a further speed increase.
|
||||
|
||||
Itallian translation by Emanuele Tatti <emanu_mary@inwind.it> added.
|
||||
|
||||
A bug in which HTTP-PROXY was not selectable in the http-proxy preferences
|
||||
was fixed.
|
||||
|
||||
Improved error handling while downloading.
|
||||
|
||||
Alberto Zanoni <alberto.zanoni@tiscalinet.it> helped to fix a compilation
|
||||
error and several warnings in prozgui.
|
||||
|
||||
Usual Bugfixes.
|
||||
|
||||
Changes in version 2.0.2
|
||||
------------------------
|
||||
|
||||
The we.cxx file generated by FLUID was not compatible with the fltk
|
||||
-1.0.10 library (it refused to compile), so it was regenerated by FLUID
|
||||
1.0.9 and it is fixed now. Thanks to David L. Matthews <dlm@wam.umd.edu>
|
||||
for reporting this.
|
||||
|
||||
A cool progress bar was added, it was based on the progress bar available
|
||||
at the FLTK bazar. Its slightly modified so as to add a textual progress
|
||||
display on top of the bar as well.
|
||||
|
||||
The password during FTP transfers is hidden, if it is not annonymous, this
|
||||
was based on a suggestion by Calin Damian <calin@work.ro>.
|
||||
|
||||
The romanian translation by Flower for the GUI was available today and has
|
||||
been added, now prozilla GUI should speak romanian.
|
||||
|
||||
Added the manpage which was written by Gustavo.
|
||||
|
||||
Gustavo's libtoolising patch for libprozilla was added :)
|
||||
|
||||
Changes in version 2.0.1
|
||||
---------------------------
|
||||
|
||||
2001-08-25 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/download_win.cpp (start_download): Fixed a annoying bug
|
||||
which made the screen not refresh properly.
|
||||
|
||||
Changes in Version 2.0.0
|
||||
-----------------------------
|
||||
|
||||
2001-08-23 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/download_win.cpp: Added a pause button, and fixed a error
|
||||
where the download didnt restart properly after a server lied
|
||||
about being able to resume.
|
||||
|
||||
2001-08-21 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/main.cpp (cb_url_input_ok): Added a check to see if the URL
|
||||
contains a file, ie if it contains just a hostname it refuses to
|
||||
proceed.
|
||||
|
||||
2001-08-17 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/download_win.cpp (handle_joining_thread): Fixed a display
|
||||
bug which did not update the file rebuilding pregres bar when
|
||||
the file size was not known.
|
||||
|
||||
2001-08-14 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/main.h: Make it use dgettextr
|
||||
instead of gettext, so I defined _(String) dgettext(PACKAGE,
|
||||
String)
|
||||
|
||||
|
||||
2001-08-14 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* Added KoV's portugese translation and we now have portugese
|
||||
prozila, slight cosmetic changes were necessary since it appears
|
||||
that the portugese laguage has certain texts which were larger
|
||||
than I anticipated, this was fixed by asking the widgets to wrap
|
||||
the text.
|
||||
* Added prozillas own URL open dialog, which replaces the generic
|
||||
FLTK one.
|
||||
|
||||
2001-08-13 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* Added support for GNU gettext.
|
||||
|
||||
2001-08-12 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/download_win.h: Changed the enums in dlg_class to be prefixed by DLG_xxx
|
||||
changed the enums in dlwin_status_t to DL_xxxx
|
||||
|
||||
*It now checks and warns about overwriting the target file.
|
||||
|
||||
2001-08-08 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/download_win.cpp (handle_download_thread): Fixed the bug
|
||||
bought to notice by Ralph Slooten, where the hours and minutes
|
||||
left were displayed incorrectly in the estiamted time remaining
|
||||
box.
|
||||
|
||||
2001-08-05 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/Makefile.am : Fixed a bug where the prozilla library in the
|
||||
libpath was linked instead of the one in ../../libprozilla/src
|
||||
|
||||
* src/download_win.cpp: The window modal was changed slightly so
|
||||
as to allow the handling of task, ie not let fltk interrupt the
|
||||
processing as happens when you use modal dialogs like the fl_ask
|
||||
functions.
|
||||
|
||||
Changes Prior to 2.0.0
|
||||
---------------------------
|
||||
|
||||
2001-08-02 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* Added a prozilla icon which was kindly drawn by Krogg, added
|
||||
checks for libxpm which is needed to draw the icon, the
|
||||
localtion of the fltk headers and libs can be specified via the
|
||||
./configure sript now
|
||||
|
||||
2001-08-01 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/main.cpp: Added option parsing (currently does not parse any
|
||||
options) and the abilty to handle multiple URL's on the
|
||||
commandline.
|
||||
|
||||
2001-07-29 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/options.cpp (set_runtime_values):
|
||||
Now the file fragments are downloaded to the directory where the
|
||||
output file is created.
|
||||
|
||||
2001-07-20 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* Added Kroggs cool logo for prozilla (Thanks Krogg)
|
||||
* Fixed the bug where the the GUI froze at startup.
|
||||
|
||||
2001-07-11 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* Now we have a rebuilding file window with a progress bar, and
|
||||
message display :-)
|
||||
|
||||
2001-07-09 Kalum / Grendel <kalum@delrom.ro>
|
||||
|
||||
* src/prefs.cpp: Now we save the entire set of preferences in the
|
||||
dialog.
|
||||
|
||||
2001-07-08 <kalum@delrom.ro>
|
||||
|
||||
* Added prefs.cpp and prefs.h which saves prozillas runtime
|
||||
parameters to a ~/.prozilla/prozconfig file. It also loads the
|
||||
parameters from the file.
|
||||
|
||||
2001-07-07 <kalum@delrom.ro>
|
||||
|
||||
* src/main.h: home_dir added to the runtime struct and inited.
|
||||
|
||||
2001-07-06 <kalum@delrom.ro>
|
||||
|
||||
* src/options.cpp : The Preferences panel now displays
|
||||
options for not using PASV for ftp transfers, and for
|
||||
using the no-cache directive.
|
||||
|
||||
2001-07-02 <kalum@delrom.ro>
|
||||
* Displays estimated time in hours/minutes/sec
|
||||
|
||||
2001-06-21 <kalum@delrom.ro>
|
||||
* Increased the polling rate to every 0.4 /sec, added
|
||||
some CREDITS to the about box.
|
||||
|
||||
2001-06-18 <kalum@delrom.ro>
|
||||
|
||||
* src/download_win.cpp (my_cb): Added dl_win.cxx which is
|
||||
generated by FLUID so that dialogs can be created quickly and
|
||||
easily.
|
||||
(my_cb): Now checks whether the number of threads are the same as
|
||||
the previous occasion when resuming a download and
|
||||
takes approprite action.
|
||||
Reference in New Issue
Block a user