Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 243623 Details for
Bug 436045
iOS toolkit - new action "UITabBar - check badge value"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Badge value patch file
badgevalue.diff (text/plain), 4.33 KB, created by
Kiss Tamás
on 2014-05-28 08:11:34 EDT
(
hide
)
Description:
Badge value patch file
Filename:
MIME Type:
Creator:
Kiss Tamás
Created:
2014-05-28 08:11:34 EDT
Size:
4.33 KB
patch
obsolete
>From 12d036594bdc9c3879b3b3af4002bdeb162c05cc Mon Sep 17 00:00:00 2001 >From: Tamas Kiss <tamas.kiss@z-consulting.eu> >Date: Wed, 28 May 2014 13:36:57 +0200 >Subject: [PATCH] Add check badge value method to UITabBar > (https://jubula.atlassian.net/browse/JUB-409) > >--- > .../resources/xml/ComponentConfiguration.xml | 18 +++++++++++++++++- > .../toolkit/provider/mobile/ios/I18nStrings.properties | 4 +++- > 2 files changed, 20 insertions(+), 2 deletions(-) > >diff --git a/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml b/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml >index b8e3894..02e9f6a 100644 >--- a/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml >+++ b/org.eclipse.jubula.toolkit.provider.mobile.ios/resources/xml/ComponentConfiguration.xml >@@ -90,11 +90,13 @@ > </param> > </action> > </concreteComponent> >+ > <toolkitComponent type="ios.UILabel" visible="false"> > <realizes>abstract.ios.TextVerifiable</realizes> > <testerClass>com.bredexsw.jubula.rc.mobile.ios.impl.UITextVerifiableTester</testerClass> > <componentClass name="ios.UILabel" /> > </toolkitComponent> >+ > <toolkitComponent type="ios.UITableViewCell" visible="false"> > <realizes>abstract.ios.TextVerifiable</realizes> > <testerClass>com.bredexsw.jubula.rc.mobile.ios.impl.UITextVerifiableTester</testerClass> >@@ -106,6 +108,7 @@ > <testerClass>com.bredexsw.jubula.rc.mobile.ios.impl.UITextVerifiableTester</testerClass> > <componentClass name="ios.UINavigationItemView" /> > </toolkitComponent> >+ > <toolkitComponent type="ios.UITabBarButton" visible="false"> > <realizes>abstract.ios.TextVerifiable</realizes> > <testerClass>com.bredexsw.jubula.rc.mobile.ios.impl.UITextVerifiableTester</testerClass> >@@ -163,15 +166,26 @@ > <testerClass>com.bredexsw.jubula.rc.mobile.ios.impl.UITabComponentTester</testerClass> > <componentClass name="ios.UISegmentedControl" /> > </toolkitComponent> >- <toolkitComponent type="ios.UITabBar" visible="false"> >+ >+ <toolkitComponent type="ios.UITabBar" visible="true"> > <realizes>abstract.ios.TabComponent</realizes> > <testerClass>com.bredexsw.jubula.rc.mobile.ios.impl.UITabComponentTester</testerClass> > <componentClass name="ios.UITabBar" /> >+ <action name="CompSystem.CheckBadgeValue" changed="1.0"> >+ <method>rcCheckBadgeValue</method> >+ <param name="CompSystem.Text"> >+ <type>java.lang.String</type> >+ </param> >+ <param name="CompSystem.TabIndex"> >+ <type>java.lang.Integer</type> >+ </param> >+ </action> > </toolkitComponent> > > <!-- Combo Box Controls --> > <concreteComponent type="abstract.ios.Picker" visible="true"> > <realizes>guidancer.concrete.ComboBox</realizes> >+ > <action name="CompSystem.Swipe" changed="1.00"> > <method>rcSwipe</method> > <param name="CompSystem.Direction"> >@@ -185,6 +199,7 @@ > </valueSet> > </param> > </action> >+ > <action name="CompSystem.VerifyContainsValueInColumn" changed="2.2"> > <method>rcVerifyContainsValue</method> > <param name="CompSystem.Text"> >@@ -213,6 +228,7 @@ > <defaultValue>1</defaultValue> > </param> > </action> >+ > <action name="CompSystem.VerifySelectedIndexInColumn" changed="2.2"> > <method>rcVerifySelectedIndex</method> > <param name="CompSystem.OneIndex"> >diff --git a/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties b/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties >index 01b15eb..96fc355 100644 >--- a/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties >+++ b/org.eclipse.jubula.toolkit.provider.mobile.ios/src/org/eclipse/jubula/toolkit/provider/mobile/ios/I18nStrings.properties >@@ -34,4 +34,6 @@ CompSystem.SelectIndexInColumn=Select Entry by Index in Column > CompSystem.SelectValueInColumn=Select Entry by Value in Column > CompSystem.TapViewWithAccessibilityLabel=Tap View with Accessibility Label > CompSystem.Swipe=Swipe >-CompSystem.Label=Label >\ No newline at end of file >+CompSystem.Label=Label >+CompSystem.CheckBadgeValue=Check badge value >+CompSystem.TabIndex=Tab index >\ No newline at end of file >-- >1.8.5-rc2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
markus.tiede
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 436045
: 243623 |
244733
|
244735
|
244854
|
244911