summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-10-21netreg: Allow strength notifys at all timesAki Niemi1-8/+0
2010-10-21radio settings: Fix string to enum mappingAki Niemi1-4/+4
2010-10-20stk: Support send ss responseYang Gu1-0/+2
2010-10-20stkutil: Add enum for additional error cause infoYang Gu1-0/+22
2010-10-20radio-settings: Get rid of unneeded castsDenis Kenzior1-18/+22
2010-10-20radio-settings: Fixup various style issuesDenis Kenzior1-13/+14
2010-10-19sim: Read EFust and EFest after phase is knownDenis Kenzior1-11/+10
2010-10-19simfs: Don't cache if phase is unknownDenis Kenzior1-1/+4
2010-10-19sim: Fix setting the correct phase from EFphaseDenis Kenzior1-3/+18
2010-10-19common: Fix mmi code to bearer class mappingsDenis Kenzior1-5/+17
2010-10-15common: Update the basic services in commentsDenis Kenzior1-5/+5
2010-10-15sim: Fix crash on sim re-insertionDenis Kenzior1-5/+5
2010-10-15simfs: Make compileDenis Kenzior1-1/+3
2010-10-15simutil: Remove unneeded enumDenis Kenzior1-1/+0
2010-10-15simutil: response-handler returns now also file-statusPetteri Tikander2-2/+13
2010-10-14Fix style problemAki Niemi1-1/+1
2010-10-14sms: Implement text and datagram watchAki Niemi2-17/+171
2010-10-14simutil: add ID of EFadnPetteri Tikander1-0/+1
2010-10-14stk: Add a debug to print the handled command typeDenis Kenzior1-0/+2
2010-10-14API for STK driver to signal executed commandsAndrzej Zaborowski1-0/+38
2010-10-14stkagent: Add PlayTone and LoopTone requestsAndrzej Zaborowski2-0/+107
2010-10-14stk: Simplify and add icon to alphaId apiAndrzej Zaborowski1-18/+7
2010-10-14stk: Make the stk properties not optionalDenis Kenzior1-30/+21
2010-10-14stkagent: Handle NULL items in append_menu_itemsDenis Kenzior1-1/+2
2010-10-14stk: IdleModeIcon and MainMenuIcon propertiesAndrzej Zaborowski1-0/+23
2010-10-14stk: Rename sms_submit_req to extern_reqAndrzej Zaborowski1-8/+13
2010-10-14stk: Reflow stk_menu_create slightlyDenis Kenzior1-7/+8
2010-10-14stk: Add icon ID information in stk_menuAndrzej Zaborowski3-5/+24
2010-10-14stk: Pass icon IDs in stk agent request parametersAndrzej Zaborowski3-44/+55
2010-10-13sim: Refactor iidf readingDenis Kenzior1-90/+90
2010-10-13sim: Use ay return signature for GetIconDenis Kenzior1-6/+16
2010-10-13simfs: Also clean out image filesDenis Kenzior1-1/+33
2010-10-13simfs: Fix the number of bytes copiedDenis Kenzior1-4/+5
2010-10-13simfs: Add some debug statementsDenis Kenzior1-0/+6
2010-10-13simfs: Move buffer back to the op structureDenis Kenzior1-16/+14
2010-10-13simfs: Reflow to get rid of unnecessary labelDenis Kenzior1-10/+5
2010-10-13sim: Use g_dbus_create_replyDenis Kenzior1-5/+4
2010-10-13sim: Don't re-check for id != 0Denis Kenzior1-9/+1
2010-10-13simutil: add file type for EFimgKristen Carlson Accardi1-0/+1
2010-10-13sim: implement GetIconKristen Carlson Accardi1-0/+187
2010-10-13simfs: Group lines logicallyDenis Kenzior1-3/+0
2010-10-13simfs: If buffer alloc fails, error outDenis Kenzior1-1/+5
2010-10-13simfs: Don't try to read image cache imsi is nullDenis Kenzior1-1/+3
2010-10-13simfs: Make image cache logic a bit easier to readDenis Kenzior1-5/+6
2010-10-13simfs: cache imagesKristen Carlson Accardi2-0/+66
2010-10-10voicecall: check g_try_new0 return valuePekka Pessi1-0/+3
2010-10-10voicecall: remove dial_request_finish() cb paramPekka Pessi1-9/+9
2010-10-10voicecall: Check dial requests in voicecall_is_busyPekka Pessi1-7/+2
2010-10-10ussd: pass call_in_progress to valid_ussd_stringPekka Pessi1-1/+13
2010-10-10common: fixup logic of valid_ussd_string()Pekka Pessi3-27/+21