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 55cd4e5c56
Replace Q_OBJECT with TQ_OBJECT
1 year ago
..
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README.statetransition
clientiface.h
clientifaceimpl.cpp
clientifaceimpl.h
connectionmanager.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
connectionmanager.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
network.cpp
network.h
networkstatus.cpp Rename common header files for consistency with class renaming 12 years ago
networkstatus.desktop Desktop file translations: 4 years ago
networkstatus.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
networkstatus.tdevelop
networkstatuscommon.cpp
networkstatuscommon.h
networkstatusiface.h Removed code formatting modelines. 4 years ago
networkstatusindicator.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
networkstatusindicator.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
provideriface.h
serviceiface.h
serviceifaceimpl.cpp
serviceifaceimpl.h
testservice.cpp Fix FTBFS when build with clang 11 years ago
testservice.h Replace Q_OBJECT with TQ_OBJECT 1 year 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