summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-03-24Add definitions for element states and errorsMarcel Holtmann1-0/+24
2009-03-23Fix crash with property blobsMarcel Holtmann1-1/+1
2009-03-14Don't load last used network from configurationMarcel Holtmann1-0/+2
2009-03-11Add initial support for common property key constantsMarcel Holtmann1-7/+14
2009-03-11Add fully dynamic property storage capabilitiesMarcel Holtmann4-32/+127
2009-03-11Add implementation for notifier hooksMarcel Holtmann1-0/+61
2009-03-11Hook up device type and offline mode notificationsMarcel Holtmann3-6/+33
2009-03-11Add type for GPS based devices (just for power control)Marcel Holtmann2-0/+10
2009-03-11Add more helpers for handling profile/service supportMarcel Holtmann3-1/+79
2009-03-11Add basic support for notifier infrastructureMarcel Holtmann4-2/+88
2009-03-11Add skeleton for profile/service integrationMarcel Holtmann4-0/+58
2009-03-09Enforce threading support when using Intel WiMAX pluginMarcel Holtmann1-5/+6
2009-03-08Use idle callback and make sure it is not called twiceMarcel Holtmann1-2/+4
2009-03-08Let the network drivers set connection state via idle callbackMarcel Holtmann1-1/+1
2009-03-08Use the network list from the hash tableMarcel Holtmann1-2/+10
2009-03-08Fix wrong return value for device type checkMarcel Holtmann1-1/+1
2009-03-08Move network connection state handling to idle callbackMarcel Holtmann1-39/+47
2009-03-08Fix connected state change handlingMarcel Holtmann1-1/+2
2009-03-08Make sure only matching device probe routines are calledMarcel Holtmann1-0/+3
2009-03-08Don't send signals when powered state changes occur during probeMarcel Holtmann1-0/+3
2009-03-08Fix issue with network identifier lookupMarcel Holtmann1-20/+1
2009-02-28Load plugins in priority orderMarcel Holtmann1-6/+13
2009-02-27Add priority field to plugin descriptionMarcel Holtmann1-1/+9
2009-02-26Fix missing include of "string.h"Marcel Holtmann1-0/+2
2009-02-26Convert identifier on-demand if neededMarcel Holtmann2-2/+36
2009-02-26Disable WiMAX device detection for nowMarcel Holtmann1-1/+3
2009-02-26Add network type for WiMAXMarcel Holtmann1-0/+2
2009-01-23Move connection signal handling away from elements coreMarcel Holtmann2-85/+180
2009-01-23Remove some empty linesMarcel Holtmann1-6/+0
2009-01-21Reset scan trigger when scanning was performedMarcel Holtmann1-0/+11
2009-01-21Add support for ScanInterval propertyMarcel Holtmann1-0/+93
2009-01-21Add support for toggling debug outputMarcel Holtmann3-0/+17
2009-01-21Don't try to re-connect to networks out of rangeMarcel Holtmann1-0/+3
2009-01-21Add extra options to exclude devices and pluginsMarcel Holtmann4-8/+27
2009-01-21Fix network out of range detectionMarcel Holtmann1-1/+4
2009-01-21Remove the disconnected state once connectedMarcel Holtmann2-4/+6
2009-01-21Add support for special disconnected device stateMarcel Holtmann2-0/+37
2009-01-21Introduce global "connecting" stateMarcel Holtmann1-1/+22
2009-01-21Reconnecting to last selected network by defaultMarcel Holtmann2-7/+36
2009-01-21Don't sent available signal for connected networksMarcel Holtmann1-1/+4
2009-01-21More simplification of property functionsMarcel Holtmann3-78/+27
2009-01-21Add support for static IPv4 settingsMarcel Holtmann4-28/+137
2009-01-21Track current network within device frameworkMarcel Holtmann3-4/+16
2009-01-21Add support for disconnecting networks firstMarcel Holtmann3-0/+53
2009-01-21Add function to get device modeMarcel Holtmann1-0/+11
2009-01-21Verify argument type before processingMarcel Holtmann3-0/+27
2009-01-20Remove old property systemMarcel Holtmann4-378/+56
2009-01-20Rename FlightMode to OfflineModeMarcel Holtmann3-16/+16
2009-01-20Remove networks that are no longer availableMarcel Holtmann1-1/+32
2009-01-12Fix setting network remember statusMarcel Holtmann1-0/+2