CIA.vc
skyphyr
Real-time open source activity stats
Stats » Authors » skyphyr
informationsyndicateUTC clock
22:28 on May 26, 2012
event counters
The last message was received 3.31 years ago at 02:15 on Feb 05, 2009
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
62 messages since the first one, 5.75 years ago, for an average of 1.13 months between messages
recent messages
dateReversed sort columnprojectcontentlink
02:15 on Feb 05, 2009KDE
Commit by skyphyr :: r921426 libs/trunk/KDE/kdeplasma-addons/libs/conversion/currency.cpp:
Fixed issue with prompting for overwrite of currency file which occured even with successful deletion - copy is now done non-interactively
Added kDebug logging of whether delete was successful.
#
08:31 on Jan 02, 2009KDE
Commit by skyphyr :: r904402 kopete/trunk/KDE/kdenetwork/kopete/libkopete/avdevice/ (4 files):
Fixing license - sorry for the noise. Best read carefully when copy pasting
a license. Getting the wrong one is bad.
#
07:37 on Jan 02, 2009KDE
Commit by skyphyr :: r904382 kopete/trunk/KDE/kdenetwork/kopete/libkopete/avdevice/ (7 files):
BUG: 166402
Have created a dummy video device to stand in when a
video device unexpectedly disappears and created
QVector derivitive to handle checking each time access
is attempted.

This should also allow the removal of some other code
that performs these checks shifting it all into one
class.
#
05:52 on Dec 29, 2008KDE
Commit by skyphyr :: r902769 kopete/trunk/KDE/kdenetwork/kopete/plugins/nowlistening/ (8 files):
BUG: 178889
Noatun support is deprecated so we should tidy up unneeded references.
#
05:40 on Dec 29, 2008KDE
Commit by skyphyr :: r902768 amarok/trunk/extragear/multimedia/amarok/cmake/modules/FindMySQLAmarok.cmake:
Added /usr/lib64 for mysqlclient so Mandriva's library locations can be found too
#
01:23 on Dec 29, 2008KDE
Commit by skyphyr :: r902727 kopete/trunk/KDE/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:
BUG: 161536
getImage() was attempting to access elements in an empty vector.
Have added a check at the start for the size of the vector to
prevent this.

There is no UI feedback when the camera is already taken like this,
as it seems the camera still responds to some commands causing
kopete to think it's available. Perhaps the UI should be modified
to show the camera is unavailable? The QImage could be changed at
this point in the code to display a camera unavailable image.
#
08:06 on May 17, 2008KDE
Commit by skyphyr :: r808630 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/filter/ (filter.cpp matches.cpp matches.h):
Added in more of the filter and matches features. Should be doing all testing required now.
Also started storing file list in matches to allow checking for proper without needing the torrent to be kept.
#
16:13 on May 16, 2008KDE
Commit by skyphyr :: r808438 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/filter/ (5 files):
Fixed some bugs with the xml data that matches are stored in.
Matches now save to xml.
#
15:32 on May 16, 2008KDE
Commit by skyphyr :: r808432 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/filter/ (5 files):
Added creation of directories for matches, and perhaps archiving of matches - needs testing
#
14:11 on May 16, 2008KDE
Commit by skyphyr :: r808400 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/ (5 files in 2 dirs):
Started work on Matches class - this will be used for tracking previous matches
#
12:17 on May 16, 2008KDE
Commit by skyphyr :: r808348 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/ (5 files in 2 dirs):
Got more of the processing in place for Filters
#
11:06 on May 16, 2008KDE
Commit by skyphyr :: r808323 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/ (6 files in 2 dirs):
Added some more bits and pieces to BFItem
Got the threads firing up and down for the Filters
Started putting the processing of BFItems in place in the filters
#
16:39 on May 14, 2008KDE
Commit by skyphyr :: r807750 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/ (4 files in 2 dirs):
Fixed warning message in copy constructor for capture
Added basics of BFItem - this will be the class that filters accept for processing and while sources emit
#
12:12 on May 14, 2008KDE
Commit by skyphyr :: r807697 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/ (7 files in 2 dirs):
Added filter xml file loading and fixed the saving (added a root node - it seems Xml doesn't like being with a root)
#
16:08 on May 12, 2008KDE
Commit by skyphyr :: r806946 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/filter/ (filter.cpp filter.h filterdetails.cpp):
Removing expressisonns wasn't working - d'oh - Fixed :)
#
21:44 on May 11, 2008KDE
Commit by skyphyr :: r806633 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/filter/filterlistmodel.cpp:
Order matters for filters. So we better trigger a save if the order is changed or a filter is removed :O No triggering for add because if they add it and don't
change anything - what was the point of adding it?
#
21:20 on May 11, 2008KDE
Commit by skyphyr :: r806628 ktorrent/trunk/extragear/ (15 files in 3 dirs):
Fixed up a bug with notification of mappings changes
Now the filters automagically save to XML - how useful when they don't load
Also ensure directories needed for config files are created
#
19:24 on May 10, 2008KDE
Commit by skyphyr :: r806260 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/filter/ (6 files):
Added reordering to filter list
Filter list buttons highlight for availability
New filters open up tab on creation
#
16:37 on May 10, 2008KDE
Commit by skyphyr :: r806228 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/ (7 files in 2 dirs):
Some rearranging of setup of widgets to make more sense (filtersview now handles it's own toolbar management)
Can now add and remove filters
Changing type/name pushes updates to filtersview and the tab title
#
14:48 on May 10, 2008KDE
Commit by skyphyr :: r806209 ktorrent/trunk/extragear/network/ktorrent/plugins/bitfinder/filter/ (5 files):
Fixed a bunch of bugs with how it connected the filter to the filterdetails that were changing info.
#