Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMOB-10820 Blackberry: Upgrade to R8 #155

Merged
merged 2 commits into from Sep 19, 2012

Conversation

jpl-mac
Copy link

@jpl-mac jpl-mac commented Sep 12, 2012

Reviewer: Josh

Changelog:

  • Upgrade to using cascades R8
  • updated the mkspecs in Makefile
  • Removed DockLayoutProperties as the class no longer exists and it is ignored if the parent control doesn't have a DockLayout, which was the case in our code
  • updated classes that have been renamed
  • Removed warnings and fixed some member var names
  • unset parent of controls after removing them, otherwise it now stays in the parent and could get deleted with the parent

Tests:

  • Built the tibbtest to verify that everything builds and is functional
  • install the mobile sdk in studio and built KS. There is an issue with selecting list items, i will investigate and post the fix in a separate PR

Jean-Philippe Lemieux added 2 commits September 12, 2012 17:21
Reviewer: Josh

Changelog:
- Upgrade to using cascades R8
- updated the mkspecs in Makefile
- Removed DockLayoutProperties as the class no longer exists and it is ignored if the parent control doesn't have a DockLayout, which was the case in our code
- updated classes that have been renamed
- Removed warnings and fixed some member var names
- unset parent of controls after removing them, otherwise it now stays in the parent and could get deleted with the parent

Tests:
- Built the tibbtest to verify that everything builds and is functional
- install the mobile sdk in studio and built KS.  There is an issue with selecting list items, i will investigate and post the fix in a separate PR
Fixed issues related to KS operations

Changelog:
- Use triggered signal for listView selection
- Use default PaneProperties for NativeTabObject to fix back behaviour
- Removed unused vars
- Commented out using the cached result inside require implementation as it doesn't work as expected
- Renamed static private functions for naming scheme consistency

Tests:
- Ran tibbtest in the simulator using tibbtest and verified the list selection works normally and repeatedly
-- Verified that the back button works all the time (was working only once before)
@joshthecoder
Copy link

Tested and reviewed changes. Accepted

joshthecoder added a commit that referenced this pull request Sep 19, 2012
TIMOB-10820 Blackberry: Upgrade to R8
@joshthecoder joshthecoder merged commit 6bf86d6 into Macadamian:blackberry Sep 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants