You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/networkstatus
Michele Calgaro bba3128085
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
10 months ago
..
CMakeL10n.txt
CMakeLists.txt
Makefile.am
README.statetransition
clientiface.h
clientifaceimpl.cpp
clientifaceimpl.h
connectionmanager.cpp
connectionmanager.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
network.cpp
network.h
networkstatus.cpp Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago
networkstatus.desktop
networkstatus.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
networkstatus.tdevelop
networkstatuscommon.cpp Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago
networkstatuscommon.h
networkstatusiface.h
networkstatusindicator.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
networkstatusindicator.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
provideriface.h
serviceiface.h
serviceifaceimpl.cpp
serviceifaceimpl.h
testservice.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
testservice.h Replace Q_OBJECT with TQ_OBJECT 2 years ago

README.statetransition

This table defines the actions to be taken on state transition.

TODO: potentially add extra states OnlineReading and OnlineWriting

                       NEW
       |Offline         |        Online |
---+---+----------------+---------------+
   |   |                |N|set online   |
   |   |                |L|reload       |
   | O |                |C|resources    |
   | F |                +---------------+ 
   | F |                |L|set online   | 
O  |   |                |C|reload res.  |
L  |   |                | |write res.   |
D  +---+----------------+---------------+
   |   |N|set offline   |               |
   |   |C|              |               |
   |   | |              |               |
   | O +---------------+|               |
   | N |U|set offline   |               |
   |   |W|write locally |               |
   |   |C|(subject to   |               |
   |   | |  save policy)|               |
---+---+----------------+---------------+
LC = Local changes exist
NLC = No local changes exist
UWC = Unsaved changes exist
NC = no changes exist