summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-1139-39/+39
| | | | | | | | Manually update strings that did not get fixed by previous search-and-replace. Change-Id: Ie9ff57f08ce0dcf91d28620fa2dc9eeb8e98481e Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-111712-1720/+1720
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into ↵Qt Continuous Integration System2011-12-061-2/+0
|\ | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging: Fix declarative examples and demos issue on Windows
| * Fix declarative examples and demos issue on WindowsDaniel Molkentin2011-12-061-2/+0
| | | | | | | | | | | | | | | | On Windows, if the resulting binaries reside in /Delease and /Debug subdirs. Thus we require the same hack as on Meego where the binary alone resides in the /bin subdir. Reviewed-by: Alessandro Portale
* | Fix QtDemo declarative examplesAlan Alpert2011-12-021-0/+1
| | | | | | | | | | | | | | | | The attempt to turn them into C++ examples messed them up as QML examples. Have QtDemo treat them as C++ examples for now. Task-Number: QTBUG-22983 Reviewed-By: Chris Adams
* | Correct image paths for dynamicsceneAlan Alpert2011-12-021-5/+5
| | | | | | | | | | Task-number: QTBUG-22937 Reviewed-by: Chris Adams
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into ↵Qt Continuous Integration System2011-11-29251-0/+0
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging: Set execution bits for more scripts. Set execution bits for .test files. Fix more permissions (no execute bit). Fix permission (no execute bit). QGraphicsLayoutItem - bound constraint the minimum and maximum size Notify X11 of its resizable state through MWM Hints.
| * Fix permission (no execute bit).Frederik Gladhorn2011-11-22292-0/+0
| |
* | Added missing license header.Rohan McGovern2011-11-251-0/+40
| |
* | Adjust pathes once again.Daniel Molkentin2011-11-241-3/+3
| | | | | | | | Reviewed-by: trustme
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-stagingKevin Wright2011-11-249-0/+10
|\ \
| * | Rename files to show up in docs.Casper van Donderen2011-11-249-0/+10
| | |
* | | Split behavior and wigglytext examplesKevin Wright2011-11-246-0/+204
|/ /
* | Fix up examples.Daniel Molkentin2011-11-24175-2955/+49
| | | | | | | | | | | | | | | | | | - Remove dependencies from examples - Remove stray copies of qtc_packaging - remove .desktop files - rename examples (to their old name) Reviewed-By: Casper van Donderen
* | Removed unecessary files from folders.Kevin Wright2011-11-2416-532/+0
| |
* | Removed unecessary duplicate files.Kevin Wright2011-11-2428-1696/+0
| |
* | Fix abstractitemmodel compilation error.Daniel Molkentin2011-11-242-7/+0
| |
* | Update documentation for QML examples.Casper van Donderen2011-11-241-0/+3
| |
* | Compile fix for Mac OS X.Daniel Molkentin2011-11-241-1/+1
| | | | | | | | Reviewed-By; Casper van Donderen
* | Fix build error: specifying full path to pro file is required here.Daniel Molkentin2011-11-233-6/+6
| | | | | | | | Reviewed-By: Oswald Buddenhagen
* | Declarative Examples: Fall back to local qmlapplicationviewer.Daniel Molkentin2011-11-2263-63/+130
| | | | | | | | Rubberstamped-by: Oswald Buddenhagen
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-stagingCasper van Donderen2011-11-2212-20/+81
|\ \
| * | Fix "make install" for declarative examplesDaniel Molkentin2011-11-2212-20/+81
| | | | | | | | | | | | Reviewed-by: Oswald Buddenhagen
* | | Change installation location of examples.Casper van Donderen2011-11-2214-30/+30
|/ / | | | | | | | | | | The cppextensions examples were still installed to a previous location, the files had been moved within the source tree, but the .pro files were not changed accordingly.
* | Update the license in the qmlapplicationviewer.Casper van Donderen2011-11-222-76/+76
| | | | | | | | | | | | The license had too many comments in them, these are now removed Reviewed-By: Trust me
* | Examples: Add Copright headers, Remove stray file.Daniel Molkentin2011-11-223-166/+78
| | | | | | | | Reviewed-by: trustme
* | Fix use of qmlapplicationviewer.Daniel Molkentin2011-11-2167-64/+282
| | | | | | | | | | | | | | - Two separate copies for demos and example - Fix deployment (don't install to opt in desktop case) Reviewed-by: Casper van Donderen
* | Update qrc files.Casper van Donderen2011-11-181-1/+1
| | | | | | | | | | | | | | The qml files were moved within the examples, the qrc files were not updated accordingly. This change fixes the problem. Reviewed-By: Daniel Molkentin
* | Update qmlapplicationviewer template,Casper van Donderen2011-11-173-146/+115
| | | | | | | | | | | | | | | | The previous version of the template did not work on Harmattan, It caused the application executable to look in the $HOME directory, instead of the application directory. Reviewed-By: Daniel Molkentin
* | cppextensions/qgraphicslayout example correctionsartoka2011-11-172-31/+0
| | | | | | | | | | | | | | Cleaned qgraphicsgridlayout.pro and qgraphicslinearlayout.pro files. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | xml/xmlhttprequestexample example modificationsartoka2011-11-178-436/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/tabwidget example modificationsartoka2011-11-1711-3/+209
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/spinner example modificationsartoka2011-11-179-30/+166
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/slideswitch example modificationsartoka2011-11-1712-604/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/searchbox example modificationsartoka2011-11-1713-3/+209
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/scrollbar example modificationsartoka2011-11-1711-4/+210
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/progressbar example modificationsartoka2011-11-1711-592/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/main example modificationsartoka2011-11-1724-500/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/flipaple example modificationsartoka2011-11-1713-571/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | ui-components/dialcontrol example modificationsartoka2011-11-1717-672/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | Toys Examples Modificationsartoka2011-11-1793-3649/+30
| | | | | | | | | | | | | | | | | | | | | | | | toys/ clocks, corkboards, dynamicscene, tic-tac-toe and tvtennis example modifications Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | Touchintegration Examples Modificationsartoka2011-11-1726-1036/+178
| | | | | | | | | | | | | | | | | | | | | | | | touchintegration/ gestures, mousearea and pincharea example modifications Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | threading/ threadedlistmodel and workerscript example modificationsartoka2011-11-1720-6/+418
| | | | | | | | | | | | | | | | | | Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | text/textselection example modificationsartoka2011-11-1712-725/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | text/ availableFonts, banner, fonts and hello example modificationsartoka2011-11-1749-2061/+24
| | | | | | | | | | | | | | | | | | Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | sqllocalstorage example modificationsartoka2011-11-179-3/+210
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | shadereffects example modificationsartoka2011-11-1735-22/+61
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | RightToLeft Examples Modificationsartoka2011-11-1727-9/+627
| | | | | | | | | | | | | | | | | | | | | | | | righttoleft/ layoutdirection, layoutmirroring and textalignment example modifications Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | positioners example modificationsartoka2011-11-1712-767/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* | modelviews/visualitemmodel example changesartoka2011-11-178-550/+6
| | | | | | | | | | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>