選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
tdelibs/networkstatus
Timothy Pearson d46b1b9c64
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10年前
..
CMakeLists.txt Revert commit 1d498994 10年前
Makefile.am Additional k => tde renaming and fixes 11年前
README.statetransition * Added new networkstatus widget from SuSE 14年前
clientiface.h Additional kde to tde renaming 13年前
clientifaceimpl.cpp Additional kde to tde renaming 13年前
clientifaceimpl.h Additional kde to tde renaming 13年前
connectionmanager.cpp Rename additional header files to avoid conflicts with KDE4 11年前
connectionmanager.h Revert automated changes 14年前
network.cpp Additional kde to tde renaming 13年前
network.h Additional kde to tde renaming 13年前
networkstatus.cpp Rename common header files for consistency with class renaming 11年前
networkstatus.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10年前
networkstatus.h Additional kde to tde renaming 13年前
networkstatus.tdevelop Finish rename from prior commit 13年前
networkstatuscommon.cpp Fix fvisibility option 13年前
networkstatuscommon.h Additional kde to tde renaming 13年前
networkstatusiface.h Additional kde to tde renaming 13年前
networkstatusindicator.cpp Rename additional header files to avoid conflicts with KDE4 11年前
networkstatusindicator.h Revert automated changes 14年前
provideriface.h Additional kde to tde renaming 13年前
serviceiface.h Additional kde to tde renaming 13年前
serviceifaceimpl.cpp Additional kde to tde renaming 13年前
serviceifaceimpl.h Additional kde to tde renaming 13年前
testservice.cpp Fix FTBFS when build with clang 11年前
testservice.h Additional kde to tde renaming 13年前

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