diff --git a/Classes/IncallViewController.m b/Classes/IncallViewController.m index 8a961044b..25e82ebe9 100644 --- a/Classes/IncallViewController.m +++ b/Classes/IncallViewController.m @@ -90,8 +90,8 @@ int callCount(LinphoneCore* lc) { - (void)viewDidLoad { [super viewDidLoad]; //Controls - [mute initWithOnImage:[UIImage imageNamed:@"mic_muted.png"] offImage:[UIImage imageNamed:@"mic_active.png"] ]; - [speaker initWithOnImage:[UIImage imageNamed:@"Speaker-32-on.png"] offImage:[UIImage imageNamed:@"Speaker-32-off.png"] ]; + [mute initWithOnImage:[UIImage imageNamed:@"micro_inverse.png"] offImage:[UIImage imageNamed:@"micro.png"] ]; + [speaker initWithOnImage:[UIImage imageNamed:@"HP_inverse.png"] offImage:[UIImage imageNamed:@"HP.png"] ]; //Dialer init @@ -139,10 +139,13 @@ int callCount(LinphoneCore* lc) { -(void) pauseCallPressed { if (!selectedCall) return; - if (linphone_call_get_state(selectedCall) == LinphoneCallPaused) + if (linphone_call_get_state(selectedCall) == LinphoneCallPaused) { + [pause setSelected:NO]; linphone_core_resume_call([LinphoneManager getLc], selectedCall); - else + }else{ linphone_core_pause_call([LinphoneManager getLc], selectedCall); + [pause setSelected:YES]; + } } @@ -261,12 +264,12 @@ int callCount(LinphoneCore* lc) { else if (linphone_call_get_state(selectedCall)==LinphoneCallPaused) { [pause setHidden:NO]; //[pause setTitle:@"Resume" forState:UIControlStateNormal]; - pause.selected = YES; + // pause.selected = YES; pause.highlighted = NO; } else if (callCount(lc) == callsCount && callsCount == 1) { [pause setHidden:NO]; //[pause setTitle:@"Pause" forState:UIControlStateNormal]; - pause.selected = NO; + // pause.selected = NO; pause.highlighted = NO; } else { [pause setHidden:YES]; @@ -493,7 +496,7 @@ int callCount(LinphoneCore* lc) { [self updateCell:cell at:indexPath withCall: [self retrieveCallAtIndex:indexPath.row inConference:NO] conferenceActive:linphone_core_is_in_conference(lc)]; - cell.userInteractionEnabled = YES; + cell.userInteractionEnabled = YES; cell.selectionStyle = UITableViewCellSelectionStyleNone; //cell.selectionStyle = UITableViewCellSelectionStyleBlue; @@ -503,7 +506,7 @@ int callCount(LinphoneCore* lc) { UIImage *theImage = [UIImage imageWithContentsOfFile:path]; cell.imageView.image = theImage;*/ return cell; -} +} // UITableViewDataSource (required) diff --git a/Classes/IncallViewController.xib b/Classes/IncallViewController.xib index a77415f09..678052028 100644 --- a/Classes/IncallViewController.xib +++ b/Classes/IncallViewController.xib @@ -13,9 +13,9 @@ YES IBUIViewController - IBUITableView - IBUIView IBUIButton + IBUIView + IBUITableView IBProxyObject @@ -45,14 +45,14 @@ 274 - {320, 276} + {320, 251} - + _NS:418 - + 3 - MC42NjY2NjY2NjY3AA + MCAwAA YES IBCocoaTouchFramework @@ -72,10 +72,10 @@ 292 - {{36, 8}, {248, 52}} + {{0, 1}, {320, 66}} - + 1 MSAwIDAuMDgyMzIwMjU5MDQgMC4xOAA @@ -101,6 +101,10 @@ NSImage stopcall-red.png + + NSImage + clavier-01-106px.png + Helvetica-Bold Helvetica @@ -114,15 +118,12 @@ - {{0, 392}, {320, 68}} + {{0, 393.5}, {320, 77}} _NS:196 - - 3 - MC4zMzMzMzMzMzMzAA - + IBCocoaTouchFramework @@ -133,11 +134,11 @@ 292 - {{119, 58}, {82, 52}} + {{107, 70}, {106, 66}} - - + + NO NO IBCocoaTouchFramework @@ -149,11 +150,14 @@ MC4xOTYwNzg0MzE0IDAuMzA5ODAzOTIxNiAwLjUyMTU2ODYyNzUAA - + NSImage conf_merge.png - + + NSImage + grouper.png + 2 17 @@ -167,11 +171,11 @@ 292 - {{36, 5}, {82, 52}} + {{0, 4}, {107, 66}} - + NO NO IBCocoaTouchFramework @@ -187,6 +191,14 @@ NSImage mic_active.png + + NSImage + micro_inverse.png + + + NSImage + micro.png + 2 2 @@ -200,11 +212,11 @@ 292 - {{36, 58}, {82, 52}} + {{0, 70}, {107, 66}} - - + + NO NO IBCocoaTouchFramework @@ -218,7 +230,7 @@ NSImage - addcall-green.png + ajouter.png @@ -226,17 +238,16 @@ 292 - {{202, 58}, {82, 52}} + {{213, 70}, {107, 66}} - + NO NO IBCocoaTouchFramework 0 0 - Cont 1 @@ -248,7 +259,7 @@ NSImage - contact-orange.png + contact.png @@ -256,11 +267,11 @@ 292 - {{119, 5}, {82, 52}} + {{107, 4}, {106, 66}} - + NO NO IBCocoaTouchFramework @@ -274,7 +285,7 @@ NSImage - numpad.png + clavier.png @@ -282,34 +293,41 @@ 292 - {{202, 5}, {82, 52}} + {{213, 4}, {107, 66}} - + NO NO IBCocoaTouchFramework 0 0 - Spk 1 MC4xOTYwNzg0MzE0IDAuMzA5ODAzOTIxNiAwLjUyMTU2ODYyNzUAA + + NSImage + HP_inverse.png + + + NSImage + HP.png + 292 - {{119, 58}, {82, 52}} + {{107, 70}, {106, 66}} - - + + NO NO IBCocoaTouchFramework @@ -325,21 +343,21 @@ NSImage - resumecall.png + pause_inactif.png NSImage - pausecall.png + pause.png - {{0, 276}, {320, 115}} + {{0, 258.5}, {320, 135}} - + NO NO IBCocoaTouchFramework @@ -352,17 +370,17 @@ 292 - {{95, 219}, {82, 52}} + {{119, 251}, {82, 52}} - - + + NO NO IBCocoaTouchFramework 0 0 - Close + close 1 @@ -375,11 +393,14 @@ 292 - {{95, 166}, {82, 52}} + {{119, 193}, {82, 52}} - + + 3 + MC42NjY2NjY2NjY3AA + NO NO IBCocoaTouchFramework @@ -398,11 +419,11 @@ 292 - {{12, 7}, {82, 52}} + {{31, 19}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -421,11 +442,11 @@ 292 - {{95, 7}, {82, 52}} + {{119, 19}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -441,11 +462,11 @@ 292 - {{178, 7}, {82, 52}} + {{207, 19}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -464,11 +485,11 @@ 292 - {{12, 60}, {82, 52}} + {{31, 77}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -487,11 +508,11 @@ 292 - {{95, 60}, {82, 52}} + {{119, 77}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -510,11 +531,11 @@ 292 - {{178, 60}, {82, 52}} + {{207, 77}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -533,11 +554,11 @@ 292 - {{12, 113}, {82, 52}} + {{31, 135}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -556,11 +577,11 @@ 292 - {{95, 113}, {82, 52}} + {{119, 135}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -579,11 +600,11 @@ 292 - {{178, 113}, {82, 52}} + {{207, 135}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -602,11 +623,11 @@ 292 - {{12, 166}, {82, 52}} + {{31, 193}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -625,11 +646,11 @@ 292 - {{178, 166}, {82, 52}} + {{207, 193}, {82, 52}} - + NO NO IBCocoaTouchFramework @@ -646,11 +667,14 @@ - {{24, 115}, {272, 279}} + {{0, 71}, {320, 310}} - + + 3 + MC4yNAA + NO NO IBCocoaTouchFramework @@ -660,10 +684,7 @@ - - 1 - MC44MDAwMDAwMTE5IDAuODAwMDAwMDExOSAwLjgwMDAwMDAxMTkAA - + NO IBCocoaTouchFramework @@ -687,14 +708,6 @@ 23 - - - callTableView - - - - 109 - endCtrl @@ -703,70 +716,6 @@ 99 - - - addCall - - - - 112 - - - - controlSubView - - - - 44 - - - - mergeCalls - - - - 114 - - - - speaker - - - - 82 - - - - dialer - - - - 49 - - - - pause - - - - 115 - - - - mute - - - - 80 - - - - contacts - - - - 84 - star @@ -887,6 +836,78 @@ 122 + + + callTableView + + + + 109 + + + + controlSubView + + + + 44 + + + + mute + + + + 80 + + + + addCall + + + + 112 + + + + dialer + + + + 49 + + + + pause + + + + 115 + + + + speaker + + + + 82 + + + + contacts + + + + 84 + + + + mergeCalls + + + + 114 + doAction: @@ -967,18 +988,13 @@ YES - - + + - - 106 - - - 120 @@ -994,64 +1010,6 @@ end - - 26 - - - YES - - - - - - - - - - controls - - - 113 - - - pauseresume - - - 13 - - - speaker - - - 17 - - - dialer - - - 15 - - - contacts - - - 111 - - - addcall - - - 16 - - - mute - - - 104 - - - merge - 27 @@ -1061,7 +1019,6 @@ - @@ -1070,6 +1027,7 @@ + pad @@ -1152,6 +1110,69 @@ 9 + + 106 + + + + + 26 + + + YES + + + + + + + + + + controls + + + 113 + + + pauseresume + + + 13 + + + speaker + + + 17 + + + dialer + + + 15 + + + contacts + + + 111 + + + addcall + + + 16 + + + mute + + + 104 + + + merge + @@ -1172,6 +1193,7 @@ 120.IBPluginDependency 13.CustomClassName 13.IBPluginDependency + 13.IBUIButtonInspectorSelectedStateConfigurationMetadataKey 15.IBPluginDependency 16.CustomClassName 16.IBPluginDependency @@ -1204,6 +1226,7 @@ 39.IBPluginDependency 40.CustomClassName 40.IBPluginDependency + 40.IBUIButtonInspectorSelectedStateConfigurationMetadataKey 41.CustomClassName 41.IBPluginDependency 9.IBPluginDependency @@ -1220,14 +1243,15 @@ com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin - + com.apple.InterfaceBuilder.IBCocoaTouchPlugin UISpeakerButton com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin UIMuteButton com.apple.InterfaceBuilder.IBCocoaTouchPlugin - + com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -1256,6 +1280,7 @@ com.apple.InterfaceBuilder.IBCocoaTouchPlugin UIDigitButton com.apple.InterfaceBuilder.IBCocoaTouchPlugin + UIDigitButton com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -1554,24 +1579,36 @@ YES YES - addcall-green.png + HP.png + HP_inverse.png + ajouter.png + clavier-01-106px.png + clavier.png conf_merge.png - contact-orange.png + contact.png + grouper.png mic_active.png - numpad.png - pausecall.png - resumecall.png + micro.png + micro_inverse.png + pause.png + pause_inactif.png stopcall-red.png YES - {82, 71} + {164, 104} + {164, 104} + {164, 104} + {106, 60} + {164, 104} {82, 75} - {25, 23} + {164, 104} + {164, 104} {82, 82} - {82, 82} - {82, 75} - {82, 75} + {164, 104} + {164, 104} + {164, 104} + {164, 104} {62, 54} diff --git a/Classes/PhoneViewController.xib b/Classes/PhoneViewController.xib index 385db8b02..be02b22e2 100644 --- a/Classes/PhoneViewController.xib +++ b/Classes/PhoneViewController.xib @@ -59,7 +59,6 @@ IBCocoaTouchFramework 0 0 - <- 3 MQA @@ -72,9 +71,9 @@ 3 MC41AA - + NSImage - clavier-01-106px.png + effacer.png Helvetica-Bold @@ -216,7 +215,10 @@ MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA - + + NSImage + clavier-01-106px.png + @@ -239,7 +241,7 @@ MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA - + @@ -288,7 +290,7 @@ MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA - + @@ -311,7 +313,7 @@ MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA - + @@ -334,7 +336,7 @@ MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA - + @@ -384,7 +386,7 @@ MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA - + @@ -407,7 +409,7 @@ MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA - + @@ -453,7 +455,7 @@ MC4xOTYwNzg0MyAwLjMwOTgwMzkzIDAuNTIxNTY4NjYAA - + @@ -1346,6 +1348,7 @@ clavier-01-106px.png clavier-01-108px.png clavier-01-160px.png + effacer.png startcall-green.png stopcall-red.png @@ -1354,6 +1357,7 @@ {106, 60} {108, 60} {160, 60} + {164, 104} {60, 52} {62, 54} diff --git a/PhoneMainView.xib b/PhoneMainView.xib index 1eb8dfbfc..8f1c9a54f 100644 --- a/PhoneMainView.xib +++ b/PhoneMainView.xib @@ -65,12 +65,18 @@ IBCocoaTouchFramework NO - - + + History + + History + + NSImage + history-orange.png + IBCocoaTouchFramework - 5 + 1 1 @@ -80,25 +86,7 @@ YES - - History - - History - - NSImage - history-orange.png - - IBCocoaTouchFramework - - - - - 1 - 1 - - IBCocoaTouchFramework - NO - + Dialer @@ -118,7 +106,19 @@ IBCocoaTouchFramework NO - + + + IBCocoaTouchFramework + 5 + + + + 1 + 1 + + IBCocoaTouchFramework + NO + @@ -357,7 +357,7 @@ - 47 + 48 0 diff --git a/Resources/HP.png b/Resources/HP.png new file mode 100755 index 000000000..95d132189 Binary files /dev/null and b/Resources/HP.png differ diff --git a/Resources/HP_inverse.png b/Resources/HP_inverse.png new file mode 100755 index 000000000..e343dba73 Binary files /dev/null and b/Resources/HP_inverse.png differ diff --git a/Resources/ajouter.png b/Resources/ajouter.png new file mode 100755 index 000000000..c1526d8ba Binary files /dev/null and b/Resources/ajouter.png differ diff --git a/Resources/clavier.png b/Resources/clavier.png new file mode 100755 index 000000000..3d2d9495b Binary files /dev/null and b/Resources/clavier.png differ diff --git a/Resources/contact.png b/Resources/contact.png new file mode 100755 index 000000000..ecf2b1603 Binary files /dev/null and b/Resources/contact.png differ diff --git a/Resources/effacer.png b/Resources/effacer.png new file mode 100755 index 000000000..685c72cbb Binary files /dev/null and b/Resources/effacer.png differ diff --git a/Resources/grouper.png b/Resources/grouper.png new file mode 100755 index 000000000..70ed3cbc7 Binary files /dev/null and b/Resources/grouper.png differ diff --git a/Resources/micro.png b/Resources/micro.png new file mode 100755 index 000000000..7c694fbff Binary files /dev/null and b/Resources/micro.png differ diff --git a/Resources/micro_inverse.png b/Resources/micro_inverse.png new file mode 100755 index 000000000..dc38d85a6 Binary files /dev/null and b/Resources/micro_inverse.png differ diff --git a/Resources/pause.png b/Resources/pause.png new file mode 100755 index 000000000..37d96580b Binary files /dev/null and b/Resources/pause.png differ diff --git a/Resources/pause_inactif.png b/Resources/pause_inactif.png new file mode 100755 index 000000000..0b46f283c Binary files /dev/null and b/Resources/pause_inactif.png differ diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index 2c15008f4..78f7f6fb4 100755 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -84,6 +84,17 @@ 346A75C814619F73005C9D07 /* IncallViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 222A483212F7176F0075F07F /* IncallViewController.m */; }; 346A75CF14628F02005C9D07 /* UIPauseResumeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 346A75CE14628F02005C9D07 /* UIPauseResumeButton.m */; }; 346A75D21462A786005C9D07 /* CallDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 346A75D11462A786005C9D07 /* CallDelegate.m */; }; + 34AB0AA914714D8700CA32CC /* ajouter.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0A9E14714D8700CA32CC /* ajouter.png */; }; + 34AB0AAA14714D8700CA32CC /* clavier.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0A9F14714D8700CA32CC /* clavier.png */; }; + 34AB0AAB14714D8700CA32CC /* contact.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA014714D8700CA32CC /* contact.png */; }; + 34AB0AAC14714D8700CA32CC /* effacer.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA114714D8700CA32CC /* effacer.png */; }; + 34AB0AAD14714D8700CA32CC /* grouper.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA214714D8700CA32CC /* grouper.png */; }; + 34AB0AAE14714D8700CA32CC /* HP_inverse.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA314714D8700CA32CC /* HP_inverse.png */; }; + 34AB0AAF14714D8700CA32CC /* HP.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA414714D8700CA32CC /* HP.png */; }; + 34AB0AB014714D8700CA32CC /* micro_inverse.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA514714D8700CA32CC /* micro_inverse.png */; }; + 34AB0AB114714D8700CA32CC /* micro.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA614714D8700CA32CC /* micro.png */; }; + 34AB0AB214714D8700CA32CC /* pause_inactif.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA714714D8700CA32CC /* pause_inactif.png */; }; + 34AB0AB314714D8700CA32CC /* pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 34AB0AA814714D8700CA32CC /* pause.png */; }; 34FD9BC0146ACC05004AB726 /* addcall-green.png in Resources */ = {isa = PBXBuildFile; fileRef = 34FD9BB7146ACC05004AB726 /* addcall-green.png */; }; 34FD9BC1146ACC05004AB726 /* conf_merge.png in Resources */ = {isa = PBXBuildFile; fileRef = 34FD9BB8146ACC05004AB726 /* conf_merge.png */; }; 34FD9BC2146ACC05004AB726 /* mic_active.png in Resources */ = {isa = PBXBuildFile; fileRef = 34FD9BB9146ACC05004AB726 /* mic_active.png */; }; @@ -414,6 +425,17 @@ 346A75CE14628F02005C9D07 /* UIPauseResumeButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIPauseResumeButton.m; sourceTree = ""; }; 346A75D01462A786005C9D07 /* CallDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallDelegate.h; sourceTree = ""; }; 346A75D11462A786005C9D07 /* CallDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CallDelegate.m; sourceTree = ""; }; + 34AB0A9E14714D8700CA32CC /* ajouter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ajouter.png; path = Resources/ajouter.png; sourceTree = ""; }; + 34AB0A9F14714D8700CA32CC /* clavier.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = clavier.png; path = Resources/clavier.png; sourceTree = ""; }; + 34AB0AA014714D8700CA32CC /* contact.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = contact.png; path = Resources/contact.png; sourceTree = ""; }; + 34AB0AA114714D8700CA32CC /* effacer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = effacer.png; path = Resources/effacer.png; sourceTree = ""; }; + 34AB0AA214714D8700CA32CC /* grouper.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = grouper.png; path = Resources/grouper.png; sourceTree = ""; }; + 34AB0AA314714D8700CA32CC /* HP_inverse.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HP_inverse.png; path = Resources/HP_inverse.png; sourceTree = ""; }; + 34AB0AA414714D8700CA32CC /* HP.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HP.png; path = Resources/HP.png; sourceTree = ""; }; + 34AB0AA514714D8700CA32CC /* micro_inverse.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = micro_inverse.png; path = Resources/micro_inverse.png; sourceTree = ""; }; + 34AB0AA614714D8700CA32CC /* micro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = micro.png; path = Resources/micro.png; sourceTree = ""; }; + 34AB0AA714714D8700CA32CC /* pause_inactif.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = pause_inactif.png; path = Resources/pause_inactif.png; sourceTree = ""; }; + 34AB0AA814714D8700CA32CC /* pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = pause.png; path = Resources/pause.png; sourceTree = ""; }; 34FD9BB7146ACC05004AB726 /* addcall-green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "addcall-green.png"; path = "Resources/addcall-green.png"; sourceTree = ""; }; 34FD9BB8146ACC05004AB726 /* conf_merge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = conf_merge.png; path = Resources/conf_merge.png; sourceTree = ""; }; 34FD9BB9146ACC05004AB726 /* mic_active.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mic_active.png; path = Resources/mic_active.png; sourceTree = ""; }; @@ -871,6 +893,17 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + 34AB0A9E14714D8700CA32CC /* ajouter.png */, + 34AB0A9F14714D8700CA32CC /* clavier.png */, + 34AB0AA014714D8700CA32CC /* contact.png */, + 34AB0AA114714D8700CA32CC /* effacer.png */, + 34AB0AA214714D8700CA32CC /* grouper.png */, + 34AB0AA314714D8700CA32CC /* HP_inverse.png */, + 34AB0AA414714D8700CA32CC /* HP.png */, + 34AB0AA514714D8700CA32CC /* micro_inverse.png */, + 34AB0AA614714D8700CA32CC /* micro.png */, + 34AB0AA714714D8700CA32CC /* pause_inactif.png */, + 34AB0AA814714D8700CA32CC /* pause.png */, 34FD9BC9146ACD76004AB726 /* contact_orange.png */, 34FD9BB7146ACC05004AB726 /* addcall-green.png */, 34FD9BB8146ACC05004AB726 /* conf_merge.png */, @@ -1032,6 +1065,17 @@ 34FD9BC7146ACC05004AB726 /* Speaker-32-off.png in Resources */, 34FD9BC8146ACC05004AB726 /* Speaker-32-on.png in Resources */, 34FD9BCA146ACD76004AB726 /* contact_orange.png in Resources */, + 34AB0AA914714D8700CA32CC /* ajouter.png in Resources */, + 34AB0AAA14714D8700CA32CC /* clavier.png in Resources */, + 34AB0AAB14714D8700CA32CC /* contact.png in Resources */, + 34AB0AAC14714D8700CA32CC /* effacer.png in Resources */, + 34AB0AAD14714D8700CA32CC /* grouper.png in Resources */, + 34AB0AAE14714D8700CA32CC /* HP_inverse.png in Resources */, + 34AB0AAF14714D8700CA32CC /* HP.png in Resources */, + 34AB0AB014714D8700CA32CC /* micro_inverse.png in Resources */, + 34AB0AB114714D8700CA32CC /* micro.png in Resources */, + 34AB0AB214714D8700CA32CC /* pause_inactif.png in Resources */, + 34AB0AB314714D8700CA32CC /* pause.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/submodules/liblinphone.xcodeproj/project.pbxproj b/submodules/liblinphone.xcodeproj/project.pbxproj index ebd7dd53b..a23b9d634 100644 --- a/submodules/liblinphone.xcodeproj/project.pbxproj +++ b/submodules/liblinphone.xcodeproj/project.pbxproj @@ -156,7 +156,6 @@ 222CA78511F6CFB100621220 /* sipsetup.c in Sources */ = {isa = PBXBuildFile; fileRef = 222CA76311F6CFB100621220 /* sipsetup.c */; }; 222CA78611F6CFB100621220 /* sipsetup.h in Headers */ = {isa = PBXBuildFile; fileRef = 222CA76411F6CFB100621220 /* sipsetup.h */; }; 2252935B12F6CA4700DD9BFB /* ec-calibrator.c in Sources */ = {isa = PBXBuildFile; fileRef = 2252935A12F6CA4700DD9BFB /* ec-calibrator.c */; }; - 225AA2DF144F0AA800BA809B /* libSKP_SILK_SDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 225AA2DE144F0AA800BA809B /* libSKP_SILK_SDK.a */; }; 225AA2E1144F1C6600BA809B /* bitratedriver.c in Sources */ = {isa = PBXBuildFile; fileRef = 225AA2E0144F1C6600BA809B /* bitratedriver.c */; }; 225AA2E3144F1E3400BA809B /* qosanalyzer.c in Sources */ = {isa = PBXBuildFile; fileRef = 225AA2E2144F1E3400BA809B /* qosanalyzer.c */; }; 225AA2FD1451A95400BA809B /* conference.c in Sources */ = {isa = PBXBuildFile; fileRef = 225AA2FC1451A95400BA809B /* conference.c */; }; @@ -188,6 +187,7 @@ 22FC56A813CB69FB002FD0F1 /* qualityindicator.c in Sources */ = {isa = PBXBuildFile; fileRef = 22FC56A713CB69FA002FD0F1 /* qualityindicator.c */; }; 22FC56AA13CB6A4F002FD0F1 /* bitratecontrol.c in Sources */ = {isa = PBXBuildFile; fileRef = 22FC56A913CB6A4F002FD0F1 /* bitratecontrol.c */; }; 3440A54B14697B570076355C /* l16.c in Sources */ = {isa = PBXBuildFile; fileRef = 3440A54A14697B570076355C /* l16.c */; }; + 34AB0AB814725C9900CA32CC /* ortp_srtp.c in Sources */ = {isa = PBXBuildFile; fileRef = 34AB0AB714725C9900CA32CC /* ortp_srtp.c */; }; 7014533C13FA7ECA00A01D86 /* zrtp.h in Headers */ = {isa = PBXBuildFile; fileRef = 7014533B13FA7ECA00A01D86 /* zrtp.h */; }; 7014533E13FA841E00A01D86 /* zrtp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7014533D13FA841E00A01D86 /* zrtp.c */; }; 70E542EE13E147C7002BA2C0 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70E542ED13E147C7002BA2C0 /* OpenGLES.framework */; }; @@ -384,7 +384,6 @@ 222CA76311F6CFB100621220 /* sipsetup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sipsetup.c; sourceTree = ""; }; 222CA76411F6CFB100621220 /* sipsetup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sipsetup.h; sourceTree = ""; }; 2252935A12F6CA4700DD9BFB /* ec-calibrator.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "ec-calibrator.c"; path = "linphone/coreapi/ec-calibrator.c"; sourceTree = SOURCE_ROOT; }; - 225AA2DE144F0AA800BA809B /* libSKP_SILK_SDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSKP_SILK_SDK.a; path = "../liblinphone-sdk/apple-darwin/lib/libSKP_SILK_SDK.a"; sourceTree = ""; }; 225AA2E0144F1C6600BA809B /* bitratedriver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitratedriver.c; sourceTree = ""; }; 225AA2E2144F1E3400BA809B /* qosanalyzer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qosanalyzer.c; sourceTree = ""; }; 225AA2FC1451A95400BA809B /* conference.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conference.c; sourceTree = ""; }; @@ -420,6 +419,7 @@ 22FC56A713CB69FA002FD0F1 /* qualityindicator.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qualityindicator.c; sourceTree = ""; }; 22FC56A913CB6A4F002FD0F1 /* bitratecontrol.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitratecontrol.c; sourceTree = ""; }; 3440A54A14697B570076355C /* l16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = l16.c; sourceTree = ""; }; + 34AB0AB714725C9900CA32CC /* ortp_srtp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ortp_srtp.c; sourceTree = ""; }; 7014533B13FA7ECA00A01D86 /* zrtp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zrtp.h; sourceTree = ""; }; 7014533D13FA841E00A01D86 /* zrtp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zrtp.c; sourceTree = ""; }; 70E542ED13E147C7002BA2C0 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; @@ -434,7 +434,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 225AA2DF144F0AA800BA809B /* libSKP_SILK_SDK.a in Frameworks */, 70E542F113E147CE002BA2C0 /* QuartzCore.framework in Frameworks */, 70E542EE13E147C7002BA2C0 /* OpenGLES.framework in Frameworks */, 221F58A013AB50F800D603C9 /* CoreMedia.framework in Frameworks */, @@ -475,7 +474,6 @@ 0867D691FE84028FC02AAC07 /* liblinphone */ = { isa = PBXGroup; children = ( - 225AA2DE144F0AA800BA809B /* libSKP_SILK_SDK.a */, 70E542F013E147CE002BA2C0 /* QuartzCore.framework */, 70E542ED13E147C7002BA2C0 /* OpenGLES.framework */, 221F589F13AB50F800D603C9 /* CoreMedia.framework */, @@ -701,6 +699,7 @@ 222CA6B611F6CF9F00621220 /* src */ = { isa = PBXGroup; children = ( + 34AB0AB714725C9900CA32CC /* ortp_srtp.c */, 7014533D13FA841E00A01D86 /* zrtp.c */, 222CA6B711F6CF9F00621220 /* .gitignore */, 222CA6B811F6CF9F00621220 /* avprofile.c */, @@ -1121,6 +1120,7 @@ 225AA2FD1451A95400BA809B /* conference.c in Sources */, 22985D9314643BEF005CA0B5 /* aqsnd.c in Sources */, 3440A54B14697B570076355C /* l16.c in Sources */, + 34AB0AB814725C9900CA32CC /* ortp_srtp.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1199,6 +1199,7 @@ TARGET_OS_IPHONE, ); GCC_UNROLL_LOOPS = NO; + GCC_VERSION = com.apple.compilers.llvmgcc42; HEADER_SEARCH_PATHS = ( linphone/mediastreamer2/build/iphone, linphone/mediastreamer2/include, @@ -1251,6 +1252,7 @@ TARGET_OS_IPHONE, ); GCC_UNROLL_LOOPS = NO; + GCC_VERSION = com.apple.compilers.llvmgcc42; HEADER_SEARCH_PATHS = ( linphone/mediastreamer2/build/iphone, linphone/mediastreamer2/include, @@ -1429,6 +1431,7 @@ TARGET_OS_IPHONE, ); GCC_UNROLL_LOOPS = NO; + GCC_VERSION = com.apple.compilers.llvmgcc42; HEADER_SEARCH_PATHS = ( linphone/mediastreamer2/build/iphone, linphone/mediastreamer2/include,