No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
tdelibs/networkstatus
Michele Calgaro ba3b5b77e1
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
hace 3 meses
..
CMakeL10n.txt Desktop file translations: hace 4 años
CMakeLists.txt Desktop file translations: hace 4 años
Makefile.am Additional k => tde renaming and fixes hace 11 años
README.statetransition * Added new networkstatus widget from SuSE hace 14 años
clientiface.h Additional kde to tde renaming hace 13 años
clientifaceimpl.cpp Additional kde to tde renaming hace 13 años
clientifaceimpl.h Additional kde to tde renaming hace 13 años
connectionmanager.cpp Rename additional header files to avoid conflicts with KDE4 hace 11 años
connectionmanager.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
network.cpp Additional kde to tde renaming hace 13 años
network.h Additional kde to tde renaming hace 13 años
networkstatus.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
networkstatus.desktop Desktop file translations: hace 4 años
networkstatus.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
networkstatus.tdevelop Finish rename from prior commit hace 13 años
networkstatuscommon.cpp Fix fvisibility option hace 12 años
networkstatuscommon.h Additional kde to tde renaming hace 13 años
networkstatusiface.h Removed code formatting modelines. hace 4 años
networkstatusindicator.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
networkstatusindicator.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
provideriface.h Additional kde to tde renaming hace 13 años
serviceiface.h Additional kde to tde renaming hace 13 años
serviceifaceimpl.cpp Additional kde to tde renaming hace 13 años
serviceifaceimpl.h Additional kde to tde renaming hace 13 años
testservice.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
testservice.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses

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