- Added man pages of the gtm and gtm_applet thanks to Christian
Marillat <marillat@wanadoo.fr>.
- Fixed a couple of bugs
- The buttons on the download info page where not disable on
startup
- Wrong error message if the file already existed in the download
dir when the new download was added. Replace the file to solve it
- Correct wrong English strings (thanks #i18n people)
- Wrong call to gtk_rc_get_style instead of gtk_widget_get_style
- Added new log text box to the application and removed all the
poping windows for download log events
- Added the ability to auto hide the download info page, controled
from the preferences dialog box
- Added a toolbar button to toggle the download info page (removed
the show download info page from the preferences dialog box)
- Master switch to pause the auto start of the downloads. Added new
preference to keep the state of the pause button after an
application restart
- Fixed UI problems on the preferences dialog box
- Compacted the download info page
- Fixed lots of bugs
- Make all the error dialog boxes parented so they don't go
away from the window generating the error
- Update the check interface time without a restart
- BUG 8
- When BUG 2 was fixed dialog for the numeric download was missed
- New icon on the list for the not started state (sourceforge
bug #208692)
- When loading a file not downloaded gave an error of
already existing file
- If the auto download was unset because an error occurred
and the user had the option to stop download on a error this
auto download change was not saved on the configuration file
- Changing the auto download from the dialog properties
stopped the download
- If you do a restart the percentage on the list doesn't get
updated right away
- If the file size is unspecified the downloaded size and the
total and session time doesn't grow
- Hide the progress bar on the download info if it doesn't make
sense
- If the download is complete show the downloaded file size
instead of unspecified in the case downloads of unknown size
- Sharpen the application icon
This update was contributed by Mario Kemper in PR pkg/12519.
- New default settings for application first use.
- Totally redesign the applet properties box and also changed
the way download dir works in the applet add and new dialog boxes.
Now it's more consistent.
- Lots of BUG fixes (2, 4, 7, 9, 10, 11)
The update was supplied by Mario Kemper in PR pkg/12429.
Changes:
* New dialog box to add a list of files to be downloaded differing
only in a sequence number (code contributed by Matthew Tuck
<matty@chariot.net.au>).
* Fixed lot of error messages showing when network was down (thanks
to Gianluca Montecchi <gianluca@pluto.linux.it> for the patch)
* Scroll the file list to make the file just started visible
(automatically or manually started)
* Applet properly resizes to different panel sizes
* Fixed incorrect CORBA communication error messages reported to the
user
* Applet transparency problems solved. Now the applet properly
sets its background with different GTK themes and panel backgrounds
* GTM and GTM applet now set their icons (looks cool when iconized)
* Fixed wget timeout bad argument
* Added ability to drag files from GTM, also the new file dialogs
now accept drag data.