1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568
|
version 0.4.12
==============
* Translations updated and added new ones.
* Make GTM work with galeon 2. Thanks to Philip Langdale
<philipl@mail.utexas.edu> for the patch.
* GTM can now detach from wget and let it run in the background.
Thanks to Robert Millan <zeratul2@wanadoo.es> for the patch.
* MIME support to open downloaded files. Thanks to Mark Heily
<mark@heily.com> for this patch.
* GTM now works with wget 1.8.1. Thanks to Philip Langdale
<philipl@mail.utexas.edu> for the patch. Many thanks to many others
who took the time to come up with a patch to fix this.
* The applet now opens GTM if the network is on. This is by default
off but you can change it on the applet properties.
* New proxy option to allow the user to use the same proxy options
for all the protocols. Thanks to Markus Saarinen <heroine@sci.fi>
for the piece of code.
version 0.4.11
==============
* Updated translations
* Updated English manual and translated it to Portuguese
* Fixed bugs:
- When checking if the user could write to a certain
directory all the groups the user was in where not
checked so it was possible to write while the application
said otherwise.
- Spec file rewrote to be more correct, thanks to Gregory
Leblanc <gleblanc@linuxweasel.com>
version 0.4.10
==============
* OAF instead of gnorba, thanks to Christophe Fergeau
<teuf@users.sourceforge.net>
* Added support for HTTPS protocol since wget supports it but you
need to upgrade wget to 1.7
* New icons thanks to Paolo Bacchilega <paolo.bacch@tin.it>
* Proxy settings are better looking now
* Timeout value for wget is configurable now
* Added new pref to run a shell command when all downloads
completed (in other words, when gtm has done all it can do without
user intervention).
* Fixed bugs:
- Crash when the config file was corrupted thanks to
Jo�o Alves Marques Carneiro <ee96090@fe.up.pt>
- Check that target dir exists and is writable
- Do not overwrite an existing file without asking the
user if he wants a override or a resume
- Fixed some problems in the spec file, thanks to Alex
Converse
version 0.4.9
=============
* 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
version 0.4.8
=============
* 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
version 0.4.7
=============
* 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)
* New application and applet icons
version 0.4.6
=============
* 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.
version 0.4.5
=============
* New dialog box with list statistics thanks to Ross Arnold
* The application doesn't crash while starting up because the
CORBA bug was causing this
* Fixed a CORBA bug making the applet crash when a URL was dropped
or added from the dialog box. Or crash with option -g
* List order is now saved thanks thanks to Ross Arnold for the fix
* Better networking detection and also works on NetBSD. Thanks to
Ian Campbell <ijc25@cam.ac.uk> and Mario Kemper
<magick@bundy.lip.owl.de> (the last one made it work on NetBSD)
* The gtm_applet saves a default properties to be used when it
doesn't have session properties to use.
* Now it is possible to disable the selection of the download dir
on the applet dialog boxes. Using this the gtm regexp or the default
are used instead.
* Fixed the problem making the total size reducing everytime a
download was continued (The stats went crazy because of this).
* Now it's possible to change the button click event of the
applet (thanks to Ross Arnold (<ronz@users.sourceforge.net>).
* Ross Arnold (<ronz@users.sourceforge.net>) added regular
expressions based on the download URL to select the download dir.
* Applet correctly transparent now (thanks to Ross Arnold
<ronz@users.sourceforge.net>).
* Changed the confirm remove to confirm remove for incomplete files
and confirm remove complete files (thanks to Ross Arnold
<ronz@users.sourceforge.net>).
* The proxy options can be set even if the global proxy is not used.
This is needed because the user might activate the proxy later and
wants to be sure the proxy options are correct.
* From the toolbar you can toggle the disable auto download option
for selected files.
* From the download info page it is possible to enable/disable auto
download or proxy usage.
* Nailed the bug making the progress stop working for files dropped
on the applet.
* With the new translation setup Kenneth Christiansen
(<kenneth@gnu.org>) help me to put up GTM will be translated before a
new release
version 0.4.4
=============
* The file list is saved to disk not on the end but during program
usage. Now if program shutsdown (due to power failure on the machine)
you will not loose the large list you have to transfer.
* Added sound for events add to the list, transfer started and
transfer complete. A beep is possible instead of sound
* Moved the proxy configuration from the regular configuration to the
private configuration
* Fixed a proxy bug that was almost invisible (thanks to
Damian Bickhoff <q9405096@brampton.cqu.edu.au>).
* Added new url to the menu of the applet
* Fixed the dialog box properties that was not applying changes.
* Fixed the miss calculation of estimated and remain sizes.
* Danish and Portuguese translations updated.
* Added the Korean translation of the program (thanks to Kang
JeongHee <Keizi@mecom.net>).
version 0.4.3
=============
* Applet stuff:
* Replaced the button for the newURL with a pixmap of a
empty tray that becomes full when you drop something on
the tray. You can click on the pixmap like you clicked on
the button.
* Moved button that starts GTM to a menu item
* The applet properties is saved when the panel requires it
* Properties dialog box to set the default download dir
(for the applet), disable/enable change of download dir on
the dialog add or new and disable/enable confirmation of
dropped URL
* CORBA interface no longer opens dialog boxes so they
must be added to the applet.
* Option to enable/disable confirmation of dropped URL
* Persistent of preferences is not delayed to program
finish but is done right after the preferences change
* Option to show/hide the download info page
* Saving of geometry includes height now. Loading of
geometry takes in account that the saved geometry could
be incorrect for the current gtk theme font
* An empty download dir appeared the first time stuff was
dragged to gtm_applet
* Added a command line option to make gtm send an URL
download request to him self (thanks to Ken Lierman
<klierman@bigfoot.com> for the patch)
* Prevented the user from adding duplicate URL
* Option to disable auto download when the user stops a
download
* Changed the order of the pages on dialog properties
* French translation (thanks to Christian Marillat
<marillat@alpes-net.fr>)
* Correct resize of the toolbar after changing style
* start label renamed to start/resume
* Danish translation of the program (thanks to Kenneth Christiansen
<kenneth@ripen.dk>).
version 0.4.2
=============
* New accelarators for the application
* Total redesign the preferences dialog box
* Total redesign the properties dialog box
* New dialog to add URL to download. With this you can drag more than
one URL at a time from gmc and gftp.
* New menu edit with:
- Select all
- Unselect all
- Properties (Moved from donwload menu)
* Changed the gtm CORBA interface:
- Open a dialog box to enter a new URL to download
- Open a dialog box with a list of URL to be added to the list
* Drag and drop from gftp (you need at least gftp-2.0.5a because the
author fixed some bugs on dnd) and gmc (I tested only this two but I
think it works with more programs I just didn't test it).
* New program preferences:
- Confirmation of remove
- Confirmation of restart
- Dialog box add can also change the default download dir like
dialog box new
* Portuguese translation updated.
* Bug fixes:
- Fixed the incorrect sizing of the application. Now the
download info page never gets clipped
- Some strings were untranslated and forgot to start the
translation system on the applet
- Some people using LC_ALL environment variable had problems
because wget messages got translated and gtm couldn't talk
with wget
- DND was not working on the file list and it is the only
place you can drag stuff (dropping URL to download on menus
and toolbar was stupid)
- Removed the predefined location of wget which was causing
problems to people installing gtm with rpm and used a
diferent location of wget
- Removed stupid information showing up when the file was
completely downloaded
- The total and session speeds were all round down
- Disable auto download of a file when the user manually stops
the transfer
version 0.4.1
=============
* Bug fixes. The user important ones:
- When an error ocurred the download stopped but auto
download system started again showing the same error
message. Now after an error auto download is disabled for
the file with the error.
- Apply preferences signal for property boxs was ignoring
page_num.
- When the URL had encoded characters they were not decoded
and the statistics stuff was dead but the file was
correctly downloaded.
* Possibility to change the location of the file on the network using
properties dialog box.
* Portuguese translation updated.
version 0.4.0
=============
* Lots of bug fixes. The user important ones:
- Drag and drop from netscape to applet was broken
- Incorrect statistical information
- Not using LANG=en_US and wget output was not correctly
processed and would make like the program didn't work for
people with other LANG then en_US. (thanks to Yuri Valentini
<yuri@mo.nettuno.it>
for pointing this out)
- Using setenv to set environment variables prevented the
program from working on Solaris
- Using libtool and it was not needed
* New and more useful interface. Also fixed some inconsistent stuff.
* Spec files are now compatible with rpms distributed with RedHat 6.0.
* Auto download. With this you can choose the number of simultaneous
downloads and when you connect to the network the program automatically
starts downloading the files. (thanks to Gianluca Montecchi
<gianluca@pluto.linux.it> for his help)
* Program icon for panel entries (thanks to Kevin Fox
<bob@thestuff.net> for the icon)
* Brazilian translation of the program (thanks to Marcus Brito
<pazu@linuxbr.com.br>).
* New program preferences:
- Passive FTP
- Dialog new changes default download dir
- Show list statistics
- Show page statistics
* Update Portuguese translation
version 0.3.1
=============
* Changed the applet to be more compact.
* Drag and drop changed. You can drag URL from netscape if you want to.
* Wget log processing now works fine and catches most common errors.
But doesn't yet support multiple file downloads with one URL. This
also make work the download information stuff.
* Spanish translation of desktop files thanks to
Ra�l Alexis Betancort Santana <a2363@correo.dis.ulpgc.es>.
* Fixed some CORBA related stuff.
* Fixed a stupid bug that blocked the program when the connection was
staled or slow
* Spanish translation of the program thanks to
Ra�l Alexis Betancort Santana <a2363@correo.dis.ulpgc.es>.
* Configure option to disable applet building.
* Italian translation of desktop files and help files thanks to
Gianluca Montecchi <gianluca@pluto.linux.it>.
version 0.3.0
=============
* Changed a little bit the help files but they are still not very
useful.
* Added new popup menu to the list of downloaded files.
* More buttons on the toolbar. If it is too ugly or useful please
tell me.
* Added a new properties dialog box to configure the files being
downloaded. This way it's possible to change options after using
the dialog box new.
* Added buttons and menus to give the user the chance to restart the
download.
* Added new option to disable proxy when the user adds a new URL
to download
* Added the Italian translation of the program (thanks to Gianluca
Montecchi <gianluca@pluto.linux.it>).
* Added a new panel applet to the package that interfaces with the
application using CORBA. This applet can be a good point to start
for other developers that want to use GTM to handle transfers
(for now only downloads but I think I can implement more). The
applet is capable of launching GTM, ask to open a new download URL
on GTM and accept links (using drag and drop) from netscape and
give them to GTM.
* Changed the method to make sure that only one GTM was running
using CORBA server instead of the pid.
* Added CORBA support but I don't know if I have implemented
correctly because I don't know well the technology. But it's working.
* Fixed some typos
version 0.2.1
=============
* Complete proxy options
* Bug fixes
* Better translation
* Better gnome compliant application
* Help system has some things working
version 0.2.0
=============
* Drag and drop support (thanks to Tim Wilson <td_email@usa.net>)
* Portuguese translation (thanks to Jo�o Neves <jneves@rnl.ist.utl.pt>)
* Global program preferences:
- Use proxy
- Default download directory
- Number of retries
- Toolbar style
- File list refresh rate"
version 0.1.0
=============
* New toolbar with some handy buttons
* New download menu on main menu with start and stop options
* Menu and toolbar change with the currently selected download file
* List with information of the current download files
* Application bar at bottom with some information
* The wget is used to download the files and can be controlled with
start and stop options
* The program only allows one program running at a time per user
* Automatically saves/loads the current program state when the program
exits/starts
* Correctly handles some signals like SIGINT
* On the file list it's possible to change the speed and time columns
between total download and this session download
version 0.0.0
=============
* Menu with "file/quit" and "help/about"
* About dialog
* Session management
* Internationalization support
|