forked from SiriusDely/Cascades-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
982 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>rssnews</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> | ||
<arguments> | ||
<dictionary> | ||
<key>?name?</key> | ||
<value></value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.append_environment</key> | ||
<value>true</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.autoBuildTarget</key> | ||
<value>Device-Debug</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.buildArguments</key> | ||
<value></value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.buildCommand</key> | ||
<value>make</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key> | ||
<value>clean</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.contents</key> | ||
<value>org.eclipse.cdt.make.core.activeConfigSettings</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.enableAutoBuild</key> | ||
<value>true</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.enableCleanBuild</key> | ||
<value>true</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.enableFullBuild</key> | ||
<value>true</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.fullBuildTarget</key> | ||
<value>Device-Debug</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.stopOnError</key> | ||
<value>true</value> | ||
</dictionary> | ||
<dictionary> | ||
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key> | ||
<value>true</value> | ||
</dictionary> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> | ||
<triggers>full,incremental,</triggers> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.rim.tad.tools.qml.core.qmlFileBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.qnx.tools.bbt.xml.core.bbtXMLValidationBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>com.rim.tad.tools.wst.jsdt.core.jsNature</nature> | ||
<nature>org.eclipse.cdt.core.cnature</nature> | ||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> | ||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> | ||
<nature>com.qnx.tools.ide.bbt.core.bbtnature</nature> | ||
<nature>org.eclipse.cdt.core.ccnature</nature> | ||
<nature>com.rim.tad.tools.qml.core.qmlNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.cdt.codan.checkers.errnoreturn=Warning | ||
org.eclipse.cdt.codan.checkers.errnoreturn.params={implicit\=>false} | ||
org.eclipse.cdt.codan.checkers.errreturnvalue=Error | ||
org.eclipse.cdt.codan.checkers.errreturnvalue.params={} | ||
org.eclipse.cdt.codan.checkers.noreturn=Error | ||
org.eclipse.cdt.codan.checkers.noreturn.params={implicit\=>false} | ||
org.eclipse.cdt.codan.internal.checkers.AbstractClassCreation=-Error | ||
org.eclipse.cdt.codan.internal.checkers.AbstractClassCreation.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.AmbiguousProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.AmbiguousProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.AssignmentInConditionProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.AssignmentInConditionProblem.params={} | ||
org.eclipse.cdt.codan.internal.checkers.AssignmentToItselfProblem=Error | ||
org.eclipse.cdt.codan.internal.checkers.AssignmentToItselfProblem.params={} | ||
org.eclipse.cdt.codan.internal.checkers.CaseBreakProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.CaseBreakProblem.params={no_break_comment\=>"no break",last_case_param\=>true,empty_case_param\=>false} | ||
org.eclipse.cdt.codan.internal.checkers.CatchByReference=Warning | ||
org.eclipse.cdt.codan.internal.checkers.CatchByReference.params={unknown\=>false,exceptions\=>()} | ||
org.eclipse.cdt.codan.internal.checkers.CircularReferenceProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.CircularReferenceProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.FieldResolutionProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.FieldResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.FunctionResolutionProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.FunctionResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.InvalidArguments=-Error | ||
org.eclipse.cdt.codan.internal.checkers.InvalidArguments.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.InvalidTemplateArgumentsProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.InvalidTemplateArgumentsProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.LabelStatementNotFoundProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.LabelStatementNotFoundProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.MemberDeclarationNotFoundProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.MemberDeclarationNotFoundProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.MethodResolutionProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.MethodResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.NamingConventionFunctionChecker=-Info | ||
org.eclipse.cdt.codan.internal.checkers.NamingConventionFunctionChecker.params={pattern\=>"^[a-z]",macro\=>true,exceptions\=>()} | ||
org.eclipse.cdt.codan.internal.checkers.NonVirtualDestructorProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.NonVirtualDestructorProblem.params={} | ||
org.eclipse.cdt.codan.internal.checkers.OverloadProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.OverloadProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.RedeclarationProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.RedeclarationProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.RedefinitionProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.RedefinitionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.ReturnStyleProblem=-Warning | ||
org.eclipse.cdt.codan.internal.checkers.ReturnStyleProblem.params={} | ||
org.eclipse.cdt.codan.internal.checkers.ScanfFormatStringSecurityProblem=-Warning | ||
org.eclipse.cdt.codan.internal.checkers.ScanfFormatStringSecurityProblem.params={} | ||
org.eclipse.cdt.codan.internal.checkers.StatementHasNoEffectProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.StatementHasNoEffectProblem.params={macro\=>true,exceptions\=>()} | ||
org.eclipse.cdt.codan.internal.checkers.SuggestedParenthesisProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.SuggestedParenthesisProblem.params={paramNot\=>false} | ||
org.eclipse.cdt.codan.internal.checkers.SuspiciousSemicolonProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.SuspiciousSemicolonProblem.params={else\=>false,afterelse\=>false} | ||
org.eclipse.cdt.codan.internal.checkers.TypeResolutionProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.TypeResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} | ||
org.eclipse.cdt.codan.internal.checkers.UnusedFunctionDeclarationProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.UnusedFunctionDeclarationProblem.params={macro\=>true} | ||
org.eclipse.cdt.codan.internal.checkers.UnusedStaticFunctionProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.UnusedStaticFunctionProblem.params={macro\=>true} | ||
org.eclipse.cdt.codan.internal.checkers.UnusedVariableDeclarationProblem=Warning | ||
org.eclipse.cdt.codan.internal.checkers.UnusedVariableDeclarationProblem.params={macro\=>true,exceptions\=>("@(\#)","$Id")} | ||
org.eclipse.cdt.codan.internal.checkers.VariableResolutionProblem=-Error | ||
org.eclipse.cdt.codan.internal.checkers.VariableResolutionProblem.params={launchModes\=>{RUN_ON_FULL_BUILD\=>false,RUN_ON_INC_BUILD\=>false,RUN_AS_YOU_TYPE\=>true,RUN_ON_DEMAND\=>true}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
eclipse.preferences.version=1 | ||
environment/project/com.qnx.qcc.toolChain.1232292928/CPULIST/delimiter=, | ||
environment/project/com.qnx.qcc.toolChain.1232292928/CPULIST/operation=append | ||
environment/project/com.qnx.qcc.toolChain.1232292928/CPULIST/value=x86 | ||
environment/project/com.qnx.qcc.toolChain.1232292928/VARIANTLIST/delimiter=, | ||
environment/project/com.qnx.qcc.toolChain.1232292928/VARIANTLIST/operation=append | ||
environment/project/com.qnx.qcc.toolChain.1232292928/VARIANTLIST/value=g | ||
environment/project/com.qnx.qcc.toolChain.1232292928/append=true | ||
environment/project/com.qnx.qcc.toolChain.1232292928/appendContributed=true | ||
environment/project/com.qnx.qcc.toolChain.1524206142/CPULIST/delimiter=, | ||
environment/project/com.qnx.qcc.toolChain.1524206142/CPULIST/operation=append | ||
environment/project/com.qnx.qcc.toolChain.1524206142/CPULIST/value=arm | ||
environment/project/com.qnx.qcc.toolChain.1524206142/EXCLUDE_VARIANTLIST/delimiter=, | ||
environment/project/com.qnx.qcc.toolChain.1524206142/EXCLUDE_VARIANTLIST/operation=append | ||
environment/project/com.qnx.qcc.toolChain.1524206142/EXCLUDE_VARIANTLIST/value=r | ||
environment/project/com.qnx.qcc.toolChain.1524206142/append=true | ||
environment/project/com.qnx.qcc.toolChain.1524206142/appendContributed=true | ||
environment/project/com.qnx.qcc.toolChain.215561400/CPULIST/delimiter=, | ||
environment/project/com.qnx.qcc.toolChain.215561400/CPULIST/operation=append | ||
environment/project/com.qnx.qcc.toolChain.215561400/CPULIST/value=arm | ||
environment/project/com.qnx.qcc.toolChain.215561400/VARIANTLIST/delimiter=, | ||
environment/project/com.qnx.qcc.toolChain.215561400/VARIANTLIST/operation=append | ||
environment/project/com.qnx.qcc.toolChain.215561400/VARIANTLIST/value=g | ||
environment/project/com.qnx.qcc.toolChain.215561400/append=true | ||
environment/project/com.qnx.qcc.toolChain.215561400/appendContributed=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
QMAKE_TARGET = rssnews | ||
QMAKE = $(QNX_HOST)/usr/bin/qmake | ||
TARGET = $(QMAKE_TARGET) | ||
|
||
|
||
all: Makefile $(QMAKE_TARGET) | ||
|
||
clean: | ||
$(MAKE) -C ./arm -f Makefile sureclean | ||
$(MAKE) -C ./x86 -f Makefile sureclean | ||
|
||
|
||
Makefile: FORCE | ||
$(QMAKE) -spec unsupported/blackberry-armv7le-g++ -o arm/Makefile $(QMAKE_TARGET).pro CONFIG+=device | ||
$(QMAKE) -spec unsupported/blackberry-x86-g++ -o x86/Makefile $(QMAKE_TARGET).pro CONFIG+=simulator | ||
$(MAKE) -C ./translations -f Makefile update release | ||
|
||
FORCE: | ||
|
||
$(QMAKE_TARGET): device simulator | ||
|
||
device: | ||
$(MAKE) -C ./arm -f Makefile all | ||
|
||
Device-Debug: Makefile | ||
$(MAKE) -C ./arm -f Makefile debug | ||
|
||
Device-Release: Makefile | ||
$(MAKE) -C ./arm -f Makefile release | ||
|
||
simulator: | ||
$(MAKE) -C ./x86 -f Makefile all | ||
|
||
Simulator-Debug: Makefile | ||
$(MAKE) -C ./x86 -f Makefile debug |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
/* Copyright (c) 2012 Research In Motion Limited. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
import bb.cascades 1.0 | ||
|
||
Container { | ||
property alias title : titleLabel.text | ||
property alias pubDate : pubDateLabel.text | ||
|
||
layout: DockLayout {} | ||
|
||
ImageView { | ||
horizontalAlignment: HorizontalAlignment.Fill | ||
verticalAlignment: VerticalAlignment.Fill | ||
|
||
imageSource: "asset:///images/article_background.png" | ||
} | ||
|
||
Container { | ||
horizontalAlignment: HorizontalAlignment.Fill | ||
verticalAlignment: VerticalAlignment.Fill | ||
|
||
layout: StackLayout { | ||
orientation: LayoutOrientation.LeftToRight | ||
} | ||
|
||
Container { | ||
leftPadding: 50 | ||
|
||
Label { | ||
topPadding: 10 | ||
id: titleLabel | ||
} | ||
|
||
Label { | ||
id: pubDateLabel | ||
|
||
textStyle.base: SystemDefaults.TextStyles.SmallText | ||
textStyle.color: Color.Gray | ||
} | ||
} | ||
|
||
ImageView { | ||
verticalAlignment: VerticalAlignment.Center | ||
minWidth: 20 | ||
|
||
imageSource: "asset:///images/arrow.png" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ "order": 1, "name": "Top News", "feed": "news.google.com/news?topic=h&output=rss" }, | ||
{ "order": 2, "name": "World", "feed": "news.google.com/news?topic=w&output=rss" }, | ||
{ "order": 3, "name": "Canada", "feed": "news.google.com/news?ned=ca&topic=n&output=rss" }, | ||
{ "order": 4, "name": "Business", "feed": "news.google.com/news?topic=b&output=rss" }, | ||
{ "order": 5, "name": "Technology", "feed": "news.google.com/news?topic=tc&output=rss" }, | ||
{ "order": 6, "name": "Health", "feed": "news.google.com/news?topic=m&output=rss" }, | ||
{ "order": 7, "name": "Sports", "feed": "news.google.com/news?topic=s&output=rss" }, | ||
{ "order": 8, "name": "Entertainment", "feed": "news.google.com/news?topic=e&output=rss" }, | ||
{ "order": 9, "name": "Science", "feed": "news.google.com/news?topic=snc&output=rss" } | ||
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.