summaryrefslogtreecommitdiff
path: root/src/technology.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-13technology: Returns the right error when setting tetheringTomasz Bursztyka1-2/+6
2012-09-07technology: Fix memory leak as the tethering strings were not freedJukka Rissanen1-0/+4
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-2/+2
2012-08-17technology: Move SetProperty to async method callTomasz Bursztyka1-1/+1
2012-08-17technology: Refactor enable/disable technologyTomasz Bursztyka1-86/+39
2012-08-14technology: Save tethering identifier and passphraseJulien Massot1-0/+18
2012-08-14technology: Rename save_state function by technology_saveJulien Massot1-6/+6
2012-07-05technology: check validity of given properties for tetheringJulien Massot1-2/+5
2012-07-05technology: return already enabled when tethering is enabledJulien Massot1-1/+1
2012-07-05technology: Set regulatory domain by device or fallback to technology basedTomasz Bursztyka1-4/+32
2012-07-05technology: Notify the regulatory domain setting by deviceTomasz Bursztyka1-0/+15
2012-06-25technology: Return proper error code when already disabledJukka Rissanen1-1/+4
2012-06-25technology: Return proper error code when already enabledJukka Rissanen1-1/+4
2012-06-18technology: Disable technology when the last device is unpoweredPatrik Flykt1-4/+8
2012-06-18technology: Remove unneeded scan stop when removing devicePatrik Flykt1-3/+0
2012-05-25device: Make scanning getter method public.Tomasz Bursztyka1-2/+2
2012-05-18Do not set signature and reply in GDBus tablesHenrique Dante de Almeida1-4/+4
2012-05-18Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida1-6/+9
2012-05-18Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-18Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-05-17technology: Set deprecated flag for GetProperties methodMarcel Holtmann1-1/+2
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-27technology: Create the settings file in initJukka Rissanen1-0/+3
2012-04-27technology: Save technology state if entry is missing from fileJukka Rissanen1-28/+30
2012-04-27technology: Offline mode is OFF by defaultJukka Rissanen1-2/+2
2012-04-27technology: Enable ethernet by defaultJukka Rissanen1-2/+9
2012-04-20technology: Fix indentionDaniel Wagner1-1/+1
2012-03-04core: Add extra checks for set property methodsMarcel Holtmann1-0/+7
2012-03-01technology: Enable tech if device is already poweredAlok Barsode1-2/+11
2012-02-24technology: Fix technology refcountingAlok Barsode1-2/+2
2012-02-04technology: Implement Technology Scan and scan start/stop functionalityPatrik Flykt1-11/+100
2012-02-01technology: Fix technology refcountingAlok Barsode1-2/+6
2012-02-01technology: Create a list for technology orphaned rfkill switchesAlok Barsode1-20/+45
2012-02-01technology: Create a list for technology orphaned devicesAlok Barsode1-2/+43
2012-01-24technology: Remove 'State' property from TechnologyPatrik Flykt1-58/+3
2012-01-24technology: Add 'Connected' Technology propertyPatrik Flykt1-0/+23
2012-01-24technology: Add object path to TechnologyAdded signalDaniel Wagner1-0/+2
2012-01-20technology: Fix g_dbus_emit_signal argumentAlok Barsode1-1/+1
2012-01-20technology: Remove unused notifier functionsPatrik Flykt1-6/+0
2012-01-20technology: Add 'Powered' Technology propertyPatrik Flykt1-154/+192
2012-01-16technology: Register a technology is there's a driver for itAlok Barsode1-22/+25
2012-01-16technology: Assign driver to technology at creation timeAlok Barsode1-15/+2
2012-01-13technology: Add missing args terminationDaniel Wagner1-1/+2
2012-01-09technology: There is no need for add_interface to refcount technology.Alok Barsode1-4/+2
2012-01-09technology: return a reply even if there are no devices in the technology list.Alok Barsode1-2/+4
2012-01-05manager: Remove manager 'Technologies' propertyPatrik Flykt1-24/+0
2012-01-05technology: Implement Manager API GetTechnologies method callPatrik Flykt1-0/+20
2012-01-05technology: Add 'TechnologyAdded' and 'TechnologyRemoved' signalsPatrik Flykt1-13/+46
2011-12-22technology: Return technology name Cellular instead 3GDaniel Wagner1-1/+1
2011-12-01technology: Check if pending message is NULL before sending it backSamuel Ortiz1-2/+4