Show last: 20 , 50 , 100 , All

Date File Revision Author Revision Log
2010/07/18 08:54:14 19 19 moose - add new Pinned HostInfo flag
- make NetworkInfoEngine::hostSourceName public
- remove NetworkInfoEngine::updateHostInfo
- disable engine timer
- change to using DataContainer's in NetworkInfoEngine
- check for registered containers in NetworkInfoEngine::updateSourceEvent
- call addSource in NetworkInfoEngine::hostAdded
- add HostInfoDataContainer
- change to using widgets/arrows.svg Svg instead of QStyle arrows
- change plasmoid to connect to sources with a 20s timeout.

2010/07/14 15:13:48 18 18 moose - change up HostInfo class to send hostChanged signal
- properly handle DNSSD services and hosts disappearing
- temporarily handle Plasma not allowing both periodic and non periodic updates
- move HostInfoDNSSD pinging and other stuff into HostInfo
- add a crap ton of trace qDebug
- change a bunch of slots to connect queued

2010/07/13 03:58:00 17 17 moose - add Flags to HostInfo
2010/07/12 10:53:30 16 16 moose - allow group to be toggled by single click on arrow
2010/07/12 09:32:30 15 15 moose - add latency and mac properties to DataEngine HostInfo class
- add DNSSD HostSource
- hopefully fix all the list sizing issues
- allow groups to collapse
- show host items with online/offline icon
- fix HostItem drawing/sizing
- hack the DataEngine to auto add .local domain, and _printer._tcp service type

2010/07/07 10:03:35 14 14 moose - initialize host_up in HostInfo
- modify dnssd-test to only insert one of each service type (fixed the dups problem!)
- change HostInfoManual::update to use address rather than hostname
- prefix a lot of qDebug logs with class::method name
- begin "add host" support
- make the HostList widget prettier
- use a Plasma::ItemBackground object.
- remove shitty debug lines
- remove item spacing
- remove contents margins
- convert plasmoid to pure popup, disable Extender stuff
- change the HostList::updateHost logic to actualy work
- change NetworkInfoApplet::sourceAdded to skip host sources
- rename HostListGroup::contains to containsHost to unhide base class contains method
- give HostItem a sizeHint method to be able to specify the item's size
- make HostItem::setData call updateGeometry so Qt updates the sizeHint's
- make NetworkInfoEngine update host and source data all at once

2010/07/06 23:18:08 13 13 moose - add new C++ plasmoid
- add new HostList widget
- fix premature updating of some data items in DataEngine
- actually make stuff compile with -ggdb3 and no optimizations in Debug mode.

Copied from /branches/prototype/plasmoid/metadata.desktop:12
2010/07/01 21:55:21 12 12 moose - make plasmoid dir the C++ plasmoid
2010/06/30 11:03:41 11 11 moose - "branch" off javascript plasmoid to own dir, so I can start on C++ version in the original dir
Copied from /branches/prototype/plasmoid:10
2010/06/30 11:02:32 10 10 moose - fix bug where the manual source would appear twice after adding a host
- add initial javascript plasmoid
2010/06/29 09:15:04 9 9 moose - change source name munging to use a @ rather than a _ which is a valid character in domain names
- add "hosts" property to HostSource sources.
2010/06/29 08:51:39 8 8 moose - add HostInfo::setAddress(QString)
- add HostInfo DataEngine Service
- fix NetworkInfoEngine to somewhat uniquely name hosts, so hosts on more than one source work
2010/06/29 06:31:25 7 7 moose - add setAddress & update methods and "up" property and hostUpdated signal to HostInfo class
- add HostSource Service
- add name property and host method to HostSource
- set some svn:ignore props
- make HostInfoManual try to see if host is up using port 9 (discard/null port)
2010/06/26 14:38:36 6 6 moose switching back to prototype1
2010/06/26 13:02:32 5 5 moose start on DataContainer based api, leave the old code for maybe a stand-alone app, or a kded daemon?
Copied from /branches/prototype:4
2010/06/26 11:09:21 4 4 moose readd build dirs
2010/06/26 11:08:28 3 3 moose remove build contents
2010/06/26 11:06:58 2 2 moose commit first version
2010/06/26 11:04:47 1 1 moose add basic structure