Skip to content

Commit

Permalink
Merge pull request blackberry#190 from blackberry-community/gh-pages
Browse files Browse the repository at this point in the history
Several Catalog updates
  • Loading branch information
pelegri committed Nov 18, 2012
2 parents a2f8a66 + f4ccd2d commit 33d1ab8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions All_Repos.json
Expand Up @@ -396,7 +396,7 @@
"url": "http://github.com/blackberry/QtNFCSubset", "url": "http://github.com/blackberry/QtNFCSubset",
"type": "native", "type": "native",
"branches": ["master"], "branches": ["master"],
"portinfo": "Code will be eventually contributed back to QtMobility and when the port of QtMobiliy to BlackBerry 10 is complete, the repo will be deprecated", "portinfo": "This code will be released in a near beta of BlackBerry 10. The code will be eventually contributed back to QtMobility and when the port of QtMobiliy to BlackBerry 10 is complete, the repo will be deprecated",
"note": "Also see Qt and QtLocationSubset", "note": "Also see Qt and QtLocationSubset",
"tags": [ "native", "bb10", "Qt", "port", "NFC" ] "tags": [ "native", "bb10", "Qt", "port", "NFC" ]
}, },
Expand All @@ -405,7 +405,7 @@
"url": "http://github.com/blackberry/QtLocationSubset", "url": "http://github.com/blackberry/QtLocationSubset",
"type": "native", "type": "native",
"branches": ["master"], "branches": ["master"],
"portinfo": "Code will be eventually contributed back to QtMobility and when the port of QtMobiliy to BlackBerry 10 is complete, the repo will be deprecated", "portinfo": "This code is already present in the current beta of BlackBerry 10. The code will be eventually contributed back to QtMobility and when the port of QtMobiliy to BlackBerry 10 is complete, the repo will be deprecated",
"note": "Also see Qt and QtNFCSubset", "note": "Also see Qt and QtNFCSubset",
"tags": [ "native", "bb10", "Qt", "port", "location" ] "tags": [ "native", "bb10", "Qt", "port", "location" ]
}, },
Expand Down
22 changes: 22 additions & 0 deletions All_Samples.json
Expand Up @@ -612,6 +612,13 @@
"note": "Uses the LDE API, overlays images, creates custom components", "note": "Uses the LDE API, overlays images, creates custom components",
"tags": [ "native", "client", "bb10", "cascades", "led" ] "tags": [ "native", "client", "bb10", "cascades", "led" ]
}, },
"LED(ext,bb10)": {
"desc": "WebWorks BB10 extension to control the LED",
"url": "https://github.com/blackberry/WebWorks-Community-APIs/tree/master/BB10/LED",
"repo": "WebWorks-Community-APIs",
"repourl": "http://github.com/blackberry/WebWorks-Community-APIs",
"tags": [ "html5", "client", "bb10", "extension", "led" ]
},
"LightningCrossfadeCpp": { "LightningCrossfadeCpp": {
"desc": "Lightning Crossfade for Text and Image, usinc C++", "desc": "Lightning Crossfade for Text and Image, usinc C++",
"url": "https://github.com/blackberry/Cascades-Samples/tree/master/lightningcrossfadecpp", "url": "https://github.com/blackberry/Cascades-Samples/tree/master/lightningcrossfadecpp",
Expand Down Expand Up @@ -805,6 +812,14 @@
"note": "<p>For Java-based BlackBerry Smartphones; requires BB 7.1 or above</p><p>Also see the <a href='NFC.html'>NFC</a> Wiki page</p>", "note": "<p>For Java-based BlackBerry Smartphones; requires BB 7.1 or above</p><p>Also see the <a href='NFC.html'>NFC</a> Wiki page</p>",
"tags": [ "java", "client", "nfc", "bbos" ] "tags": [ "java", "client", "nfc", "bbos" ]
}, },
"NfcToolLite": {
"desc": "How to use selected BlackBerry 10 NFC APIs, focusing on the Invocation Framework",
"url": "https://github.com/blackberry/Cascades-Community-Samples/tree/master/NfcToolLite",
"repo": "Cascades-Community-Samples",
"repourl": "http://github.com/blackberry/Cascades-Community-Samples",
"note": "Focuses on those NFC APIs that make use of the Invocation Framework allowing many NFC interactions to take place using QML rather than C/C++",
"tags": [ "native", "client", "nfc", "bb10", "cascades", "invocation" ]
},
"NfcTool": { "NfcTool": {
"desc": "Shows how to use selected BlackBerry 10 NFC APIs", "desc": "Shows how to use selected BlackBerry 10 NFC APIs",
"url": "https://github.com/blackberry/Cascades-Community-Samples/tree/master/NfcTool", "url": "https://github.com/blackberry/Cascades-Community-Samples/tree/master/NfcTool",
Expand Down Expand Up @@ -1238,6 +1253,13 @@
"repourl": "http://github.com/blackberry/WebWorks-Community-APIs", "repourl": "http://github.com/blackberry/WebWorks-Community-APIs",
"tags": [ "html5", "client", "bbos", "extension", "screen", "keyboard" ] "tags": [ "html5", "client", "bbos", "extension", "screen", "keyboard" ]
}, },
"Screen(ext,bb10)": {
"desc": "WebWorks BB10 extension to set the Wallpaper and potentially other features",
"url": "http://github.com/blackberry/WebWorks-Community-APIs/tree/master/BB10/screen",
"repo": "WebWorks-Community-APIs",
"repourl": "http://github.com/blackberry/WebWorks-Community-APIs",
"tags": [ "html5", "client", "bb10", "extension", "screen" ]
},
"ScreenTemplate": { "ScreenTemplate": {
"desc": "Template you can use to set your application to start using the BPS infrastructure", "desc": "Template you can use to set your application to start using the BPS infrastructure",
"url": "https://github.com/blackberry/NDK-Samples/tree/master/ScreenTemplate", "url": "https://github.com/blackberry/NDK-Samples/tree/master/ScreenTemplate",
Expand Down

0 comments on commit 33d1ab8

Please sign in to comment.