summaryrefslogtreecommitdiffstats
path: root/networkstatus/README.statetransition
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-02 05:19:12 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-02 05:19:12 +0000
commit5f99bff82d3413803bcc652999f4f631058179d6 (patch)
tree5725f0b58bd7221ea0021631bf63361dcf6dca06 /networkstatus/README.statetransition
parent0cebafdea768e0e7716a3e7e8c8b0198f03bc53e (diff)
downloadtdelibs-5f99bff82d3413803bcc652999f4f631058179d6.tar.gz
tdelibs-5f99bff82d3413803bcc652999f4f631058179d6.zip
* Added new networkstatus widget from SuSE
* Fixed up the HTTP kioslave git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1170793 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'networkstatus/README.statetransition')
-rw-r--r--networkstatus/README.statetransition29
1 files changed, 29 insertions, 0 deletions
diff --git a/networkstatus/README.statetransition b/networkstatus/README.statetransition
new file mode 100644
index 000000000..ac075ea77
--- /dev/null
+++ b/networkstatus/README.statetransition
@@ -0,0 +1,29 @@
+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
+