Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
tdelibs/networkstatus
Michele Calgaro ba3b5b77e1
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
před 3 měsíci
..
CMakeL10n.txt Desktop file translations: před 4 roky
CMakeLists.txt Desktop file translations: před 4 roky
Makefile.am Additional k => tde renaming and fixes před 11 roky
README.statetransition * Added new networkstatus widget from SuSE před 14 roky
clientiface.h Additional kde to tde renaming před 13 roky
clientifaceimpl.cpp Additional kde to tde renaming před 13 roky
clientifaceimpl.h Additional kde to tde renaming před 13 roky
connectionmanager.cpp Rename additional header files to avoid conflicts with KDE4 před 11 roky
connectionmanager.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
network.cpp Additional kde to tde renaming před 13 roky
network.h Additional kde to tde renaming před 13 roky
networkstatus.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
networkstatus.desktop Desktop file translations: před 4 roky
networkstatus.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
networkstatus.tdevelop Finish rename from prior commit před 13 roky
networkstatuscommon.cpp Fix fvisibility option před 12 roky
networkstatuscommon.h Additional kde to tde renaming před 13 roky
networkstatusiface.h Removed code formatting modelines. před 4 roky
networkstatusindicator.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
networkstatusindicator.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
provideriface.h Additional kde to tde renaming před 13 roky
serviceiface.h Additional kde to tde renaming před 13 roky
serviceifaceimpl.cpp Additional kde to tde renaming před 13 roky
serviceifaceimpl.h Additional kde to tde renaming před 13 roky
testservice.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
testservice.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci

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