CIA.vc
mfuchs
Real-time open source activity stats
Stats » Authors » mfuchs
informationsyndicateUTC clock
16:15 on May 26, 2012
event counters
The last message was received 3.29 months ago at 21:15 on Feb 17, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
964 messages since the first one, 4.97 years ago, for an average of 1.88 days between messages
recent messages
dateReversed sort columnprojectcontentlink
21:15 on Feb 17KDE
Commit by mfuchs :: r1280603 kget/trunk/KDE/ (15 files in 5 dirs): (link)

Using FileDeleter.

  • DataSourceFactory uses FileDeleter to delete files asynchronously
  • NewTransferDialog also uses FileDeleter
  • Removing all synchronous file removal operations
#
21:15 on Feb 17KDE
Commit by mfuchs :: r1280602 kget/trunk/KDE/kdenetwork/kget/ (7 files in 3 dirs): (link)
Adds FileDeleter which manages the removal of files.

Users of FileDeleter simply specify the url of the file
to delete and are then able to connect to the job.
FileDeleter makes sure that for each file there is only
one job, i.e. it is possible to call deleteFile multiple
times.
Also adds a unit test for FileDeleter.
#
16:52 on Dec 28, 2011KDE
Commit by mfuchs :: r1270729 kget/trunk/KDE/kdenetwork/kget/core/datasourcefactory.cpp: (link)
Does not assume on reparing that there is a file size of the download.
BUG:288929
#
16:50 on Dec 28, 2011KDE
Commit by mfuchs :: r1270728 kget/branches/KDE/4.8/kdenetwork/kget/core/datasourcefactory.cpp: (link)
Does not assume on reparing that there is a file size of the download.
BUG:288929
#
14:53 on Dec 28, 2011KDE
Commit by mfuchs :: r1270726 kget/trunk/KDE/kdenetwork/kget/core/kget.cpp: (link)
Uses KSaveFile to avoid losing the transfer state when KGet crashes during
saving.
CCBUG:288929
#
14:46 on Dec 28, 2011KDE
Commit by mfuchs :: r1270725 kget/trunk/KDE/kdenetwork/kget/ui/newtransferdialog.cpp: (link)
Optimizes the visual input handling:
The timer restarts now and takes longer to timeout, thus there will be
less flickering when entering addresses manually.
#
14:09 on Dec 28, 2011KDE
Commit by mfuchs :: r1270722 filesharing/trunk/KDE/ (69 files in 49 dirs): (link)
Reverting faulty commits.
#
13:31 on Dec 28, 2011KDE
Commit by mfuchs :: r1270720 kget/branches/KDE/4.8/kdenetwork/kget/core/kget.cpp: (link)
Uses KSaveFile to avoid losing the transfer state when KGet crashes during
saving.
CCBUG:288929
#
13:30 on Dec 28, 2011KDE
Commit by mfuchs :: r1270719 kget/branches/KDE/4.8/kdenetwork/kget/ui/newtransferdialog.cpp: (link)
Optimizes the visual input handling:
The timer restarts now and takes longer to timeout, thus there will be
less flickering when entering addresses manually.
#
13:16 on Dec 28, 2011KDE
Commit by mfuchs :: r1270717 kget/trunk/KDE/kdenetwork/kget/core/kget.cpp: (link)
Uses KSaveFile to avoid losing the transfer state when KGet crashes during
saving.
CCBUG:288929
#
13:16 on Dec 28, 2011KDE
Commit by mfuchs :: r1270716 kget/trunk/KDE/kdenetwork/kget/ui/newtransferdialog.cpp: (link)
Optimizes the visual input handling:
The timer restarts now and takes longer to timeout, thus there will be
less flickering when entering addresses manually.
#
23:50 on Nov 30, 2011KDE
Commit by mfuchs :: r1266820 kget/branches/KDE/4.7/kdenetwork/kget/mainwindow.cpp: (link)
Backport r126681
Makes dropping urls on KGet work in more cases.
Thanks go to Dawit for the patch.
#
23:50 on Nov 30, 2011KDE
Commit by mfuchs :: r1266819 kget/branches/KDE/4.7/kdenetwork/kget/core/ (2 files): (link)
Backport r1264875
Does not assume that pointer size == int size in drag and drop
operations of transfers and also makes that operation more secure by
using a QWeakPointer to store the transfer pointer.
#
23:48 on Nov 30, 2011KDE
Commit by mfuchs :: r1266818 kget/trunk/KDE/kdenetwork/kget/mainwindow.cpp: (link)
Makes dropping urls on KGet work in more cases.
Thanks go to Dawit for the patch.
#
22:54 on Nov 19, 2011KDE
Commit by mfuchs :: r1264875 kget/trunk/KDE/kdenetwork/kget/core/ (2 files): (link)
Does not assume that pointer size == int size in drag and drop
operations of transfers and also makes that operation more secure by
using a QWeakPointer to store the transfer pointer.
#
19:51 on Oct 09, 2011KDE
Commit by mfuchs :: r1258067 kget/branches/KDE/4.7/kdenetwork/kget/core/kget.cpp: (link)
Backport r1258066
GenericOberser::allTransfersFinished works more acurately now.

Counts transfers as were finished if they were FinishedKeepAlive
or Finished and their current status is either Finished or
FinishedKeepAlive.
That ensures that after transfer actions are not executed if
KGet starts and the status of a finished transfer changes to the
other finished state.
#
19:50 on Oct 09, 2011KDE
Commit by mfuchs :: r1258066 kget/trunk/KDE/kdenetwork/kget/core/kget.cpp: (link)
GenericOberser::allTransfersFinished works more acurately now.

Counts transfers as were finished if they were FinishedKeepAlive
or Finished and their current status is either Finished or
FinishedKeepAlive.
That ensures that after transfer actions are not executed if
KGet starts and the status of a finished transfer changes to the
other finished state.
#
18:43 on Oct 09, 2011KDE
Commit by mfuchs :: r1258059 kget/branches/KDE/4.7/kdenetwork/kget/transfer-plugins/bittorrent/bttransfer.cpp: (link)
Backport r1258053
Keep the .torrent file if the user downloaded it.
#
18:43 on Oct 09, 2011KDE
Commit by mfuchs :: r1258058 kget/branches/KDE/4.7/kdenetwork/kget/transfer-plugins/bittorrent/ (bttransfer.cpp bttransfer.h): (link)
Backport r1258052
Use the filename of the destination for torrents.

The destination can contain suggested file names
from konqueror or entered by the users.
Thus working with a torrent gotten via a php skript
also works now. Before it would have a wrong filename.
#
18:43 on Oct 09, 2011KDE
Commit by mfuchs :: r1258057 kget/branches/KDE/4.7/kdenetwork/kget/transfer-plugins/bittorrent/bttransferfactory.cpp: (link)
Backport r1258051
More general approach in accepting files as torrents.

E.g. downloads.php?id=something.torrent is also accepted
now.
#