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 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588
|
2001-04-19 Sergio Moretti <sermore@libero.it>
* stable release 1.1.2:
Added DCOP interface.
Fixed restoring, "start with resume check", fatal error management
and some other minor bugs.
2001-04-18 Sergio Moretti <sermore@libero.it>
* kmago/kcontainerview.cpp: fixed drop with mozilla and others using
text/plain format
* kmago/Makefile.am: updated icon managements
* kmago/templates/*: removed templates for kdevelop
* icons: added kmago-16.png, kmago-low-22.png, kmago-low-32.png,
removed kmago-low-*.xpm
* admin/*: updated directory from kdesdk
* rpm-specs/kmago-rh.spec: updated from RH maintainer
* debian/*: updated directory from debian maintainer's tarball
* welcome to new debian maintainer: Michael Janssen <jamuraa@debian.org>
2001-04-12 Sergio Moretti <sermore@libero.it>
* kmago/ktransferimpl.cpp, kmago/kmagodoc.cpp: fixed fatal error
management
2001-04-10 Sergio Moretti <sermore@libero.it>
* kmago/main.cpp (main): fixed restore from unique app
2001-04-07 Sergio Moretti <sermore@libero.it>
* kmago/ktransferimpl.cpp : added needRestart() function, to permit
to start transfer even if download is locked (i.e. for check + start)
2001-04-06 Sergio Moretti <sermore@libero.it>
* kmago/kmagodoc.cpp (isDuplicate): fixed compare between locals
* kmago/kmagodoc.h : changed OpenFlags, moved startMode conf entry into
it, changed addTransfer signature
* kmago/main.cpp: added DCOP management
* kmago/kmago.cpp: added implementation for DCOP interface KMagoAppIface
* kmago/kmagoappiface.h : added DCOP interface KMagoAppIface for
KMagoApp operations
* kmago/kmagodcopobj.cpp : added implementation for KMagoIface DCOP
interface, object named KMagoIface
* kmago/kmagoiface.h : added DCOP interface for global operations
2001-04-05 Sergio Moretti <sermore@libero.it>
* kmago/kmmanagerlistview.cpp: added ID column
* kmago/ktmanagerlistview.cpp (applySettings): set default sort by ID
2001-04-04 Sergio Moretti <sermore@libero.it>
* first stable release 1.1.1:
Rearranged clipboard operations.
Ready for translations.
Added "disable http cache" kio config entry.
Added event notification on transfer start, error, complete,
application quit.
Added menu entries for exit on idle, kill all, execute on idle.
Added conf entry for "idle command".
Added a bunch of options to control run-time behaviour.
Added transfer's download progress windows, with tray icon.
2001-04-03 Sergio Moretti <sermore@libero.it
* kmago/kmagodoc.cpp: added "idle command" config entry, shell command
executed on first idle state, enabled/disabled by "execute_on_idle"
menu entry
* kmago/kmagoui.rc: changed some action's name
* kmago/kmago.cpp: added "kill all", "execute on idle" menu entries,
fixed error in slotFileOpen, slotFileOpenRecent, slotFileSaveAs.
* kmago/kdlgapp.cpp: changed from QWidget to KTabCtl
* kmago/ksystrayview.cpp: changed icon, now there is an icon for idle
state and an icon for active state.
* kmago/kdlgtransferprogress.cpp: added transfer progress window, with
tray icon, its behaviour is controllable with 2 config entries.
2001-04-02 Sergio Moretti <sermore@libero.it>
* kmago/main.cpp:
Added option --single-doc, to run as unique application and using a
single document located in $appdata/data.
Added options --enable/disable-notify, to enable/disable events
notification.
Added --new-document option, to force starting with a tmp doc.
* kmago/kmago.cpp : moved exit-on-idle from config to menu
* kmago/eventsrc: added events config file
* kmago/kmagodoc.cpp : added configure entry to enable/disable event
notification, removed kdlgsound.*, substituted by System Notification
dialog in KDE Settings
2001-04-01 Sergio Moretti <sermore@libero.it>
* configure.in.in: substituted --enable-kurlreq-err configure option
with a version check
2001-03-31 Sergio Moretti <sermore@libero.it>
* FAQ.html: added FAQ
2001-03-29 Sergio Moretti <sermore@libero.it>
* kmago/ktransferkioimpl.cpp: added "disable cache" config entry
2001-03-28 Sergio Moretti <sermore@libero.it>
* po/it.po: added italian translation (a bare one, much like a test)
* kmago/Makefile.am: some fixes, test now compiles in "check" target,
fixes in "messages" target
2001-03-27 Sergio Moretti <sermore@libero.it>
* kmago/main.cpp: fixed bug preventing correct restoring
2001-03-26 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp: download lock icon changing on button state changing
* kmago/kdlgsound.cpp: added dialog for sound configuration
* kmago/kmagodoc.cpp: added sounds configure entries
2001-03-25 Sergio Moretti <sermore@libero.it>
* kmago/kcontainerview.cpp: rearranged clipboard operations
2001-03-24 Sergio Moretti <sermore@libero.it>
* beta release 1.1: the last last beta (I promise)
"set" entry in menu to modify some settings, included priority.
"minimum bandwidth" manager configuration entry.
option to run as single application.
"settings" dialog included in "configure" dialog, now "status" dialog
is read-only.
"disable cookie" configure entry for kio transfer.
new managers view based on ListView.
"exit-on-idle" option, to enable the to stop the program when there
are no transfer available to download.
"download-lock" option, to enable/disable download lock.
document format changed, added version control.
too many changes to tell.
2001-03-23 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp: code rearrangement between KMagoDoc and KMagoApp,
all dependancy from KMagoApp are moved to KMagoDoc, who act more like
a control object in the document-control-view model
* configure.in.in : removed configure option for kaction error
2001-03-21 Sergio Moretti <sermore@libero.it>
* kmago/ktransferimpl.cpp: changed resume checking architecture:
checking is done without active waits and separate control flows.
2001-03-16 Sergio Moretti <sermore@libero.it>
* kmago/test.cpp: added test app for testing document management in
a minimal gui
* kmago/kcontainerimpl.cpp : added iterator class
KContainerImpl::Iterator for KObjectImpl objects, removed itemNext
and itemPrev methods from KContainer*
* kmago/kcntiterator.cpp: added iterator class for KObject objects
2001-03-15 Sergio Moretti <sermore@libero.it>
* kmago/main.cpp: added options for enable/disable exit on idle and
download locking
* kmago/kmago.cpp: added management for exit on idle
* kmago/kmmanagerimpl.cpp : added idle management, if there are no
transfers available for running, emit MDI_IDLE
* kmago/kcontainerimpl.cpp (itemCopy): if copy fail, it still add a
dom entry: fixed
2001-03-07 Sergio Moretti <sermore@libero.it>
* kmago/kmmanagerlistview.cpp: added manager's list view
2001-03-05 Sergio Moretti <sermore@libero.it>
* kmago/kdlgtransferkio1.cpp: added dialog for kio transfers
* kmago/ktransferkioimpl.cpp: added "disable cookie" config entry
2001-03-04 Sergio Moretti <sermore@libero.it>
* kmago/kdlgtransferset.cpp: added dialog for transfer's settings
2001-03-02 Sergio Moretti <sermore@libero.it>
* kmago/kdlgmanagerset.cpp: added dialog for manager's settings
2001-03-01 Sergio Moretti <sermore@libero.it>
* kmago/main.cpp: added option "-s, --single" to run as unique
application
2001-02-28 Sergio Moretti <sermore@libero.it>
* configure.in.in: added configure switch to disable wget retriever
2001-02-13 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp: added items ordering for either transfer's and
manager's views
2001-02-13 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp: complete rewrite of notification management, now
able to react to a very wide range of changes
2001-02-12 Sergio Moretti <sermore@libero.it>
* kmago/kmagodoc.cpp: removed all notification management from KMagoDoc
to KMagoApp
2001-02-11 Sergio Moretti <sermore@libero.it>
* changed notification system, now an object hold an attributes
modification bitmap, set on every change on it, and with the emitMod
method, it raise the request for updating the views
* changed attributes management, removed update* functions to sync dom
state to object state, now dom's value is set directly in set*
operation
2001-02-10 Sergio Moretti <sermore@libero.it>
* kmago/krootcontainerimpl.cpp: moved all root's functions in a new
object, the root container
2001-02-04 Sergio Moretti <sermore@libero.it>
* kmago/ktmanagerimpl.cpp: added Minimum Bandwidth config entry
* kmago/ktransferimpl.cpp: added stop operation
* kmago/kmago.cpp: added priority management in menus
added "set" entry in object's menu, in which you can modify the state
of the object, like priority management, resume state for transfers,...
2001-02-02 Sergio Moretti <sermore@libero.it>
* beta release 1.0.3: the last beta (I hope)
many fixes in kio, now ready to use
visual improvements, as transfer's detail settings,
manager's renameable, menus extensions
minor fixes in wget parsing
* kmago/kdlgmanager1.cpp: added slotOpenFileDialog (only for kde > 210..)
* configure.in.in: enabled kio retriever by default, added check for
kde version > 210 beta 2
* kmago/kmagoui.rc: added menu view->transfers view
* kmago/ktmanagerlistview.cpp: added settings to control columns view
* kmago/kcontainerview.cpp: added settings managements
2001-01-28 Sergio Moretti <sermore@libero.it>
* kmago/ktmanagerlistview.cpp: add transfer type column
* kmago/ksystrayview.cpp: menu now driven by xml
2001-01-25 Sergio Moretti <sermore@libero.it>
* kmago/ktmanagerlistview.cpp: removed opening of status dlg on "execute"
2001-01-22 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp: fixed windows settings save/restore
* kmago/kmmanagericonview.cpp: added item renameable, sorting
2001-01-19 Sergio Moretti <sermore@libero.it>
* kmago/ktransferimpl.cpp: added checkState, so the transfer state
is checked at the beginning
* kmago/kobjectimpl.cpp: added checkState method called at the end of
load, to check and update the correctness of the new loaded object
2001-01-18 Sergio Moretti <sermore@libero.it>
* beta release 1.0.2:
mainly to test new Makefile environment, exceptions are now disabled,
some bugs fixed, stripped "default" dialog from "document".
* kmago/kmmanagericonview.h: hack to make working move action in iconview
widget
2001-01-17 Sergio Moretti <sermore@libero.it>
* kmago/kdlgopentransfer.cpp: fixed bug in updating file line edit
* kmago/kdlgdefault.cpp: added new dialog for defaults, stripped from
kdlgdoc, that now contains only document settings
* kmago/kdlg*: set dialog's minimumSize
2001-01-16 Sergio Moretti <sermore@libero.it>
* dropped KDevelop makefiles for KDE2 environment makefiles
* kmago/km.h: disabled exceptions
2001-01-13 Sergio Moretti <sermore@libero.it>
* beta release 1.0.1:
added popup menu with managers on dropping into systray or dropping
target
added a manager selection in transfer dialog
added wget version in parse bug report
bugs fixed
* kmago/ktransferwgetimpl.cpp: added wget version to parse bug report
2001-01-06 Sergio Moretti <sermore@libero.it>
* kmago/ktransferwgetimpl.cpp: fixed bug with locale settings
2001-01-05 Sergio Moretti <sermore@libero.it>
* kmago/kdlgopentransfer.cpp: removed default state from Ok button
* kmago/kmago.cpp: changed loadState, to enable load of config-only data
2001-01-04 Sergio Moretti <sermore@libero.it>
* kmago/kcontainerview.cpp: added selectManager, create a popup menu
with a list of managers and return the manager selected
* kmago/kmago.cpp: added ListOnDrop configure entry, to control the
opening of a menu with a list of managers on dropping into systray
or drop target
* kmago/ktransferimpl.cpp: moved reset transfer message at opRunStart
* kmago/kdlgopentransfer.cpp: redesigned, added combobox with manager
selection
2001-01-03 Sergio Moretti <sermore@libero.it>
* beta release 1.0:
- redesign of view interface
- manager view is an icon view, with icons changing in response to
changes in manager's state
- rearragement of configure dialogs, now grouped into one more KDE
compliant
- fixed parse bugs
- there still a problem in d'n'd between manager views, move actions
are misteriously transformed in copy actions
- added a lock/unlock button for automatic downloading
- added drop target for motif d'n'd
- added XML driven gui
- added toolbar and keybinding configuration (still broken the
changing of the xml file, due to xml bug in reading document type
- split toolbar into manager toolbar and transfer toolbar, icons
are needed to substitute the duplicated ones
- added rpm for red hat, thanks to Andrea Pesarini <andreapes@iol.it>
* kmago/kdropper.cpp: drop target for motif d'n'd
* kmago/kdlgconfigure.cpp: dialog to display main configuration
* kmago/kcontainerview.cpp: abstract class to handle container view
* kmago/ktransferdrag.*: class KTransferDrag removed
* kmago/ktmanagerdrag.*: class KTManagerDrag removed
* kmago/kmagoview.*:
complete redesign of view interface: now KMagoView holds 2
KContainerView instances, one for manager view, one for transfer view,
and visualization is driver by the KContainerView interface.
class ManagerView substituted with KMManagerIconView
class ManagerItem substituted with KMManagerIconItem
class KTManagerDrag substituted with KTManagerListDrag,
KMManagerIconDrag
class TransferView substituted with KTManagerListView
class TransferItem substituted with KTManagerListItem
class KTransferDrag substituted with KTransferListDrag
* kmago/ksystrayview.cpp: modified d'n'd operations
* kmago/kdlgdoc.cpp:
converted from standalone dialog to embeddable widget
* kmago/kdlgapp.cpp:
converted from standalone dialog to embeddable widget
accept() commit changes to all KMagoApp instances
* kmago/kcontainerimpl.cpp:
add priority, itemSearch, initDefaults, initItems, initGlobals
2000-12-14 Sergio Moretti <sermore@libero.it>
* kmago/ktmanagerimpl.cpp: moved config entries Priority and WorkingDir
to KContainerImpl, to discard KTransferImpl dependancy from
KTManagerImpl
2000-12-13 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp: added XMLGUI, more KDE compliance in menus
2000-12-12 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp: added Manager toolbar
* kmago/kmmanagerimpl.cpp: added MaxConnection & MaxBandwidth configure
entries
* kmago/ktransferwgetimpl.h: changed all [^\n] to [[:print:]] in regexs
2000-12-11 Sergio Moretti <sermore@libero.it>
* kmago/ktransferimpl.cpp: changed resume policy: unknown and checkfail
resume state transfers now are acceptable for running
* kmago/kmmanagerimpl.cpp: fixed priority compare in starting transfers
* kmago/kmago.cpp: added automatic download locking action
* kmago/kmmanagerimpl.cpp: added automatic download locking attribute
* kmago/ktransferwgetimpl.cpp: fixed parse error in http -> ftp
redirection
2000-12-06 Sergio Moretti <sermore@libero.it>
* kmago/ktransferwgetimpl.cpp: fixed parse error
* kmago/kcontainerimpl.cpp: added defaults management
* kmago/kdlg*1.cpp: rearrangement of dialog's configuration management,
now the global config don't overwrite the local one.
2000-11-21 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp: added menu entry fileDocConf for document defaults
* kmago/kdlgdoc.cpp: new Dialog for Document configuration
* kmago/ktransferwgetimpl.cpp: added IgnoreLength configuration entry
* kmago/kmagoview.cpp: added message field to transfer's listview
* kmago/ktransferimpl.cpp: added message method
2000-11-20 Sergio Moretti <sermore@libero.it>
* kmago/ktransferwgetimpl.cpp: another fix to parseAck
* kmago/ktransferimpl.cpp:
removed getBandSampleTime config entry
moved start download time from opDownload to opProcessStart
2000-11-18 Sergio Moretti <sermore@libero.it>
* kmago/kdlgopentransfer.cpp: derived from KDialogBase
* kmago/kdlgopenmanager.cpp: derived from KDialogBase
* kmago/kdlgtransfer.cpp: derived from KDialogBase
* kmago/kdlgmanager.cpp: derived from KDialogBase
* kmago/kdlgapp.cpp: derived from KDialogBase
* kmago/kmago.cpp:
add transfer clear action
add manager clear action
* kmago/ktransferimpl.cpp: added clear() method
2000-11-17 Sergio Moretti <sermore@libero.it>
* rearrange kmago/*.h documentation.
* removed files kmago/*.kdevdlg.
* kmago/ktransferwgetimpl.cpp:
fixed ack parsing error, fixed trail discarding error.
2000-11-16 Sergio Moretti <sermore@libero.it>
* kmago/kmago.cpp:
fixed "add manager" bug, fixed "status bar resize" bug.
2000-11-14 Sergio Moretti <sermore@libero.it>
* kmago/ktmanagerimpl.cpp: changed in KTManagerImpl, KTManager:
QString getWorkingDir --> QDir getWorkingDir
QString getDownloadDir --> QDir getDowloadDir
itemNew(int,QString,QString) --> itemNew(int, KURL, KURL)
* kmago/ktransferimpl.cpp: changed KTransferImpl, KTransfer, ...:
QString url() --> KURL remote()
QString file() --> KURL local()
QString getTmpFile() --> KURL getTmpFile()
QString getTempFile(KURL, QString) --> KURL getTempFile(KURL, KURL)
move log file from Download directory to Working directory
* kmago/kobject.h: fixed private typedef for gcc 2.96
2000-11-13 Sergio Moretti <sermore@libero.it>
* kmago/kcontainerimpl.h: fixed private typedef "RH7" bug (for gcc 2.96)
* dialogs rearrangements
* kmago/kmmanagerimpl.cpp: changed saving logic.
* kmago/utils.cpp: added math library dependancy (for gcc 2.96)
2000-11-10 Sergio Moretti <sermore@libero.it>
* added bug report automatic opening on parse error.
* debian packaging management from Mariusz Przygodzki <dune@home.pl>
2000-11-09 Sergio Moretti <sermore@libero.it>
* alpha release 0.4:
Code rearrangement in KTransferImpl hierarchy.
Added KTransferKio, transfer based on KIO* library, but still broken.
Removed KTransferTest, useless.
Bug fixes.
Rebuilt wget parsing.
2000-10-30 Sergio Moretti <sermore@libero.it>
* alpha release 0.3.2: fixed solaris bug, minor changes
2000-10-29 Sergio Moretti <sermore@libero.it>
* alpha release 0.3.1: bug fixes, made regex case insensitive
2000-10-28 Sergio Moretti <sermore@libero.it>
* alpha release 0.3: add system tray icon, floating menus, bug fixes
2000-10-09 Sergio Moretti <sermore@libero.it>
* alpha release 0.2.1: bug fixes in resume checking, reset view,
status display, code rearrange in KTransfer hierarchy
2000-10-04 Sergio Moretti <sermore@libero.it>
* alpha release 0.2: major code rearrangement
2000-09-24 Sergio Moretti <sermore@libero.it>
* first alpha release
|