25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
tdelibs/networkstatus
Michele Calgaro ba3b5b77e1
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 ay önce
..
CMakeL10n.txt Desktop file translations: 4 yıl önce
CMakeLists.txt Desktop file translations: 4 yıl önce
Makefile.am Additional k => tde renaming and fixes 11 yıl önce
README.statetransition * Added new networkstatus widget from SuSE 14 yıl önce
clientiface.h Additional kde to tde renaming 13 yıl önce
clientifaceimpl.cpp Additional kde to tde renaming 13 yıl önce
clientifaceimpl.h Additional kde to tde renaming 13 yıl önce
connectionmanager.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
connectionmanager.h Replace Q_OBJECT with TQ_OBJECT 8 ay önce
network.cpp Additional kde to tde renaming 13 yıl önce
network.h Additional kde to tde renaming 13 yıl önce
networkstatus.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
networkstatus.desktop Desktop file translations: 4 yıl önce
networkstatus.h Replace Q_OBJECT with TQ_OBJECT 8 ay önce
networkstatus.tdevelop Finish rename from prior commit 13 yıl önce
networkstatuscommon.cpp Fix fvisibility option 12 yıl önce
networkstatuscommon.h Additional kde to tde renaming 13 yıl önce
networkstatusiface.h Removed code formatting modelines. 4 yıl önce
networkstatusindicator.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
networkstatusindicator.h Replace Q_OBJECT with TQ_OBJECT 8 ay önce
provideriface.h Additional kde to tde renaming 13 yıl önce
serviceiface.h Additional kde to tde renaming 13 yıl önce
serviceifaceimpl.cpp Additional kde to tde renaming 13 yıl önce
serviceifaceimpl.h Additional kde to tde renaming 13 yıl önce
testservice.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
testservice.h Replace Q_OBJECT with TQ_OBJECT 8 ay önce

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