Skip to content

Commit

Permalink
Replaced Cascades 4 with Cascades
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarsby committed Jun 29, 2012
1 parent 1f07df4 commit 205a03e
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ simple instrument app. In this sample, a rotation animation is used to
animate a bell hanging around the neck of a cow.
_Handle rotation animations, Trigger C++ functions from QML, Use an AbsoluteLayout, Play a basic sound with OpenAL_

**Hello Cascades:** This is a very basic Hello World application for Cascades 4.
**Hello Cascades:** This is a very basic Hello World application for Cascades.
_Add an image to the UI, Add text to the UI, Use layouts in QML_

**HelloForeignWindow:** This is a an application that shows how to put a hole in a UI from Cascades to show you're
Expand Down
2 changes: 1 addition & 1 deletion cascadescookbookcpp/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
4 changes: 2 additions & 2 deletions cascadescookbookcpp/recipes/intro.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace bb
*
* The application introduction recipe. Sets up a view with some text
* explaining the purpose of the application and a small example UI
* showing a couple of Cascades 4 Core Controls.
* showing a couple of Cascades Core Controls.
*
*/
class Intro: public bb::cascades::CustomControl
Expand All @@ -47,7 +47,7 @@ Q_OBJECT
private:
/**
* This function sets up a Container showcasing some of the Core Controls
* available in Cascades 4. A text area, Button, Slider and ToggleButton is
* available in Cascades. A text area, Button, Slider and ToggleButton is
* added on top of a nice looking Background image.
*
* @return A Container with a small example UI.
Expand Down
2 changes: 1 addition & 1 deletion cascadescookbookcpp/recipes/stockcurverecipe.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace bb
* This recipe illustrates how the different preset easing curves,
* "stock curves", effect the timing of the animation (stock in this
* case being a collection and having nothing to do with the financial market).
* In the recipe the curves predefined in Cascades 4 is presented in a radio
* In the recipe the curves predefined in Cascades is presented in a radio
* button list to the right. When a new curve is selected an object will animated
* using the animation curve so that you can see how the different curves behaves.
*/
Expand Down
2 changes: 1 addition & 1 deletion cascadescookbookqml/assets/Intro.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import "Common"

// The application introduction recipe. Sets up a view with some text
// explaining the purpose of the application and a small example UI
// showing a couple of Cascades 4 Core Controls.
// showing a couple of Cascades Core Controls.
RecipePage {
RecipeContainer {
Container {
Expand Down
2 changes: 1 addition & 1 deletion cascadescookbookqml/assets/IntroExampleUI.qml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import bb.cascades 1.0

// This QML Component is used by the intro recipe. It sets up a Container
// showcasing some of the Core Controls available in Cascades 4. A text area,
// showcasing some of the Core Controls available in Cascades. A text area,
// Button, Slider and ToggleButton is added on top of a nice looking Background image.

Container {
Expand Down
2 changes: 1 addition & 1 deletion cascadescookbookqml/assets/Stockcurve.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "Common"
// This recipe illustrates how the different preset easing curves,
// "stock curves", effect the timing of the animation (stock in this
// case being a collection and has nothing to do with the financial market).
// In the recipe the curves predefined in Cascades 4 is presented in a radio
// In the recipe the curves predefined in Cascades is presented in a radio
// button list to the right. When a new curve is selected an object will animated
// using the animation curve so that you can see how the different curves behaves.

Expand Down
2 changes: 1 addition & 1 deletion cascadescookbookqml/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion cowbell/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion hellocascades/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion hellocascades/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HelloWorld - Text & Image
========================================================================
Sample Description.

This is a very basic Hello World application for Cascades 4.
This is a very basic Hello World application for Cascades.

You will learn how to:
- Add an image to the UI
Expand Down
2 changes: 1 addition & 1 deletion hellocascades/src/hellocascadesapp.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* HelloWorld
*
* This sample application shows some of the very basic handling of
* images and text in Cascades 4. Loading a QML for a simple hello
* images and text in Cascades. Loading a QML for a simple hello
* world sample application containing to images and a "Hello World"
* text.
*
Expand Down
2 changes: 1 addition & 1 deletion kakel/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion lightningcrossfadecpp/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion lightningcrossfadecpp/src/lightningcrossfadeapp.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace bb
/**
* LightningCrossfade
*
* This is basic Core-controls application for Cascades 4.
* This is basic Core-controls application for Cascades.
*
* Feature summary
* - Adding an image to the UI
Expand Down
2 changes: 1 addition & 1 deletion lightningcrossfadeqml/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion lightningcrossfadeqml/src/lightningcrossfadeapp.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* LightningCrossfade
*
* This is basic Core-controls application for Cascades 4.
* This is basic Core-controls application for Cascades.
*
* Feature summary
* - Adding an image to the UI
Expand Down
2 changes: 1 addition & 1 deletion poemmaker/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion pullmybeard/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion quotes/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion speedwriter/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion stampcollector/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion starshipsettings/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
Expand Down
2 changes: 1 addition & 1 deletion weatherguesser/manifest.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now

desc.path.includes: Cascades 4 Native Includes
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/cpp \
$(QNX_TARGET)/usr/include/cpp/c \
Expand Down

0 comments on commit 205a03e

Please sign in to comment.