connectionMgr/inc/background.h [code] | ConnectionMgr - background creation/update |
connectionMgr/inc/commonData.h [code] | ConnectionMgr - common data handling getting and setting data from/into registry |
connectionMgr/inc/connectBackground.h [code] | ConnectionMgr - |
connectionMgr/inc/connectionMgr.h [code] | |
connectionMgr/inc/connectionMgrData.h [code] | ConnectionMgr - data handling with screen creation and handling |
connectionMgr/inc/connectionMgrLog.h [code] | ConnectionMgr - enable/disable messages printed to stderr |
connectionMgr/inc/connectPing.h [code] | ConnectionMgr -According to the results of scanning networks, use the profile one by one to ping until it succeeds |
connectionMgr/inc/connectScan.h [code] | ConnectionMgr - for wireless, using scanThread to scan the networks for the others, get the networks from registry |
connectionMgr/inc/connectScreen.h [code] | ConnectionMgr - the entry of 'connect-to-server' screen containing a connectScreenOptions and a connectScreenProfiles screen handling and event processing |
connectionMgr/inc/connectScreenData.h [code] | ConnectionMgr - connect screen data handling |
connectionMgr/inc/connectScreenOptions.h [code] | ConnectionMgr - the first page of 'connect-to-server' screen the connection options configuration screen containing a selection widget lets users choose which server(iDS/PC) connect with a selection widget lets users choose the network type (wired/wireless/dialup) a information widget gives some feedback to users |
connectionMgr/inc/connectScreenProfiles.h [code] | ConnectionMgr - the second page of 'connect-to-server' screen the connection profiles screen containing a profile list and a new profile entry |
connectionMgr/inc/displayStatus.h [code] | Control - application interface with the display manager |
connectionMgr/inc/ecdc_err.h [code] | |
connectionMgr/inc/editScreen.h [code] | ConnectionMgr - the entry of 'profile-editor' screen containing a editScreenProfiles and a editScreenSearch and a editScreenOverview and a editScreenWireless and a editScreenWirelessExt and a editScreenStatic and a editScreenProxy screen handling and event processing |
connectionMgr/inc/editScreenData.h [code] | ConnectionMgr - edit screen data handling |
connectionMgr/inc/editScreenDialup.h [code] | ConnectionMgr - "Dialup" screen |
connectionMgr/inc/editScreenOverview.h [code] | |
connectionMgr/inc/editScreenProfiles.h [code] | ConnectionMgr - the first page of 'edit' screen the edit profiles screen containing a selection for network type and a new profile entry and a profile list(registry) |
connectionMgr/inc/editScreenProxy.h [code] | ConnectionMgr - "Proxy Server" screen |
connectionMgr/inc/editScreenSearch.h [code] | ConnectionMgr - edit "search and select" wireless screen |
connectionMgr/inc/editScreenStatic.h [code] | |
connectionMgr/inc/editScreenWireless.h [code] | ConnectionMgr - "Wireless Configuration" screen |
connectionMgr/inc/editScreenWirelessExt.h [code] | ConnectionMgr - edit wireless screen |
connectionMgr/inc/erbusy.h [code] | ConnectionMgr - busybar |
connectionMgr/inc/gettext.h [code] | |
connectionMgr/inc/gtkInfoItem.h [code] | ConnectionMgr - item showing additional help or info text |
connectionMgr/inc/gtkProfileEntry.h [code] | ConnectionMgr - the network-profile entry containing a button with profile name or SSID a icon showing the wireless signal quality a icon showing it's a profile with encryption a label showing the status a button to let user enter the profile editor |
connectionMgr/inc/gtkProfileGroup.h [code] | |
connectionMgr/inc/gtkSettingItem.h [code] | ConnectionMgr - empty setup item containing a header label and some item information text. <File description>=""> |
connectionMgr/inc/gtkSettingItemTextEntry.h [code] | ConnectionMgr - item containing one text entry field |
connectionMgr/inc/languages.h [code] | |
connectionMgr/inc/modemUtils.h [code] | ConnectionMgr - provide wireless modem related utilities (e.g. signal strength) |
connectionMgr/inc/pagebar.h [code] | ConnectionMgr - pageBar deamon interaction with setup application |
connectionMgr/inc/pingThread.h [code] | Check whether IDS server can be reached |
connectionMgr/inc/scanThread.h [code] | Scan for available wireless networks |
connectionMgr/inc/system.h [code] | |
connectionMgr/inc/toolbar.h [code] | ConnectionMgr - toolbar |
connectionMgr/inc/widgetUtils.h [code] | ConnectionMgr - Some utilities of creating widgets |
connectionMgr/src/background.c [code] | ConnectionMgr - background creation/update |
connectionMgr/src/commonData.c [code] | ConnectionMgr - common data handling getting and setting data from/into registry |
connectionMgr/src/connectBackground.c [code] | ConnectionMgr - background connection |
connectionMgr/src/connectionMgr.c [code] | ConnectionMgr - Main routines to create an environment for the Network-connection application and to handle key strokes |
connectionMgr/src/connectionMgrData.c [code] | ConnectionMgr - connectionMgr data handling |
connectionMgr/src/connectPing.c [code] | ConnectionMgr -According to the results of scanning networks, use the profile one by one to ping until it succeeds |
connectionMgr/src/connectScan.c [code] | ConnectionMgr - wireless: using scanThread to scan the networks the others: get the networks from registry |
connectionMgr/src/connectScreen.c [code] | ConnectionMgr - the entry of 'connect-to-server' screen containing a connectScreenOptions and a connectScreenProfiles screen handling and event processing |
connectionMgr/src/connectScreenData.c [code] | ConnectionMgr - connect screen data handling |
connectionMgr/src/connectScreenOptions.c [code] | ConnectionMgr - the first page of 'connect-to-server' screen the connection options configuration screen containing a selection widget lets users choose which server(iDS/PC) connect to a selection widget lets users choose the network type (wired/wireless/dialup) a information widget gives some feedback to users |
connectionMgr/src/connectScreenProfiles.c [code] | ConnectionMgr - the second page of 'connect-to-server' screen the connection profiles screen containing a profile list and a new profile entry |
connectionMgr/src/displayStatus.c [code] | |
connectionMgr/src/editScreen.c [code] | ConnectionMgr - the entry of 'profile-editor' screen containing a editScreenProfiles and a editScreenSearch and a editScreenOverview and a editScreenWireless and a editScreenWirelessExt and a editScreenStatic and a editScreenProxy screen handling and event processing |
connectionMgr/src/editScreenData.c [code] | ConnectionMgr - edit screen data handling |
connectionMgr/src/editScreenDialup.c [code] | ConnectionMgr - "Dialup" screen |
connectionMgr/src/editScreenOverview.c [code] | ConnectionMgr - edit overview screen |
connectionMgr/src/editScreenProfiles.c [code] | ConnectionMgr - the first page of 'edit' screen the edit profiles screen containing a new profile entry and a profile list(registry) |
connectionMgr/src/editScreenProxy.c [code] | |
connectionMgr/src/editScreenSearch.c [code] | ConnectionMgr - "Search or Manually" screen |
connectionMgr/src/editScreenStatic.c [code] | ConnectionMgr - "Static IP address" screen |
connectionMgr/src/editScreenWireless.c [code] | ConnectionMgr - "Wireless Configuration" screen |
connectionMgr/src/editScreenWirelessExt.c [code] | |
connectionMgr/src/erbusy.c [code] | ConnectionMgr - busybar |
connectionMgr/src/gtkInfoItem.c [code] | ConnectionMgr - setup item showing additional help or info text` |
connectionMgr/src/gtkProfileEntry.c [code] | ConnectionMgr - the network-profile entry containing a button with profile name or SSID a icon showing the wireless signal quality a icon showing it's a profile with encryption a label showing the status a button to let user enter the profile editor |
connectionMgr/src/gtkProfileGroup.c [code] | ConnectionMgr - the network-profile group containing a header label a information label a list of gtkProfileEntry |
connectionMgr/src/gtkSettingItem.c [code] | ConnectionMgr - empty setup item containing a header label and some item information text. <File description>=""> |
connectionMgr/src/gtkSettingItemTextEntry.c [code] | ConnectionMgr - setup item containing one text entry field |
connectionMgr/src/languages.c [code] | |
connectionMgr/src/main.c [code] | |
connectionMgr/src/modemUtils.c [code] | ConnectionMgr - provide wireless modem related utilities |
connectionMgr/src/pagebar.c [code] | ConnectionMgr - pageBar deamon interaction with setup application |
connectionMgr/src/pingThread.c [code] | |
connectionMgr/src/scanThread.c [code] | |
connectionMgr/src/system.c [code] | |
connectionMgr/src/toolbar.c [code] | ConnectionMgr - toolbar |
connectionMgr/src/widgetUtils.c [code] | ConnectionMgr - Some utilities of creating widgets |