summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-10140-140/+140
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fix build on QNX.Thomas McGuire2012-11-234-8/+11
| | | | | | | | | | | | | | | | | | * Not all C++ compilers inject C functions into global namespace, On QNX you need to use std:: when using functions from <cstdlib> for example. * Disable a few modules that don't compile. * QNX linker doesn't like -rdynamic. * Explicitly link against network, sql and declarative modules since QNX's linker doesn't pull in indirect dependencies. * Don't build against gstreamer on QNX. Change-Id: Ic3a202fbbbb77b25334323681e7dbf8bd5872f59 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
* Update to new license formatSergio Ahumada2012-11-07140-3088/+3088
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-07140-420/+420
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia ↵Qt Continuous Integration System2011-11-231-1/+1
|\ | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia: Revert "Fixed a typo in qsysteminfo_s60.cpp" Silenced compiler warnings Replaced CAP_GENERAL_DLL with 'ALL -TCB' Fixed a typo in qsysteminfo_s60.cpp
| * Silenced compiler warningsGareth Stockwell2011-11-221-1/+1
| | | | | | | | Reviewed-by: TrustMe
* | Use /usr/bin/invoker instead of deprecated /usr/bin/single-instance.Aaron McCarthy2011-11-101-1/+1
| | | | | | | | | | /usr/bin/single-instance is deprecated, applications should be invoked via /usr/bin/invoker.
* | Print error and don't fail postinst prerm scripts.Aaron McCarthy2011-11-102-2/+2
| | | | | | | | | | | | On MeeGo 1.2 Harmattan PR 1.0, registering and unregistering can return an error code. Print an error prevent the failing result from propagating to the postinst and prerm return code.
* | NDEF message handlers are required to be single instance.Aaron McCarthy2011-11-071-1/+1
| |
* | Fix generated NDEF handler data type.Aaron McCarthy2011-11-071-1/+1
| | | | | | | | The NDEF handler data type needs to be quoted with '.
* | Fix ndefhandlergen help output.Aaron McCarthy2011-11-071-1/+1
| |
* | Fixed incorrect interface name in symbian.xml file of ndefhandlergenTarmo Lehto2011-09-301-1/+1
| | | | | | | | | | | | | | | | | | Replaced "<name>com.nokia.symbian.NdefMessageHandler</name>" line with "<name>com.nokia.qtmobility.nfc.NdefMessageHandler</name>" line in tools/ndefhandlergen/templates/symbian/symbian.xml file. Reviewed-by: Alex Task-number: QTMOBILITY-1836
* | Register NDEF handers on the session bus.Aaron McCarthy2011-09-053-6/+6
| | | | | | | | | | | | | | | | Registering on the session bus does not require privileges like registering on the system bus does. This simplifies requirements for application developers. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=280316
* | Rename ndefhandlergen option.Aaron McCarthy2011-08-316-15/+17
|/
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-30140-2388/+2388
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* Add service name into servicefwAndrew Stanley-Jones2011-05-201-1/+1
| | | | | | servicefw when generating dbus .service files only used the internface name and would overwrite multiple services providing the same inteface name.
* Add ndefhandlergen tool.Aaron McCarthy2011-03-219-0/+294
| | | | | | This tool facilitates generating the platform specific registration files required to implement NDEF message handlers on both Symbian^3 and Maemo6 platforms.
* QtMobility-1307 :Fix servicefw build on msvc and test configuration.Wolfgang Beck2011-03-071-1/+1
|
* make compile servicefwAlex2011-03-071-1/+3
| | | | Task-number:QTMOBILITY-1307
* Revert "Fix meego6 compile error from Fix1307"Wolfgang Beck2011-03-041-6/+0
| | | | This reverts commit cdfcabec6bc8af130ee866e2116928ef3d4e9244.
* Fix meego6 compile error from Fix1307Wolfgang Beck2011-03-041-0/+6
|
* Fix import export linker error in metaobject builderWolfgang Beck2011-03-041-3/+1
|
* Fix spelling mistakes.Toby Tomkins2011-01-042-6/+6
|
* Correcting example organizationDomainsAlex Wilson2010-12-081-1/+1
| | | | | | Previously put in "com.nokia.qt" instead of "qt.nokia.com" Task-number: MOBILITY-334
* Setting organization and application names in examples for Publ-SubsAlex Wilson2010-12-081-0/+3
| | | | | | | The ContextKit backend needs unique names for each application, so the examples now have names. Task-number: MOBILITY-334
* Don't build static by default, CI system can'tAndrew Stanley-Jones2010-11-082-3/+8
|
* Fixes and additions to QtSF database generationTomi Vihria2010-11-053-15/+25
|
* fix tst_qservicemanager_ipc unit test on dbusAlex2010-10-211-1/+1
| | | | | and improve the dbus autostart related usage message provided by servicefw
* Merge ipcredesign changes into 1.1Andrew Stanley-Jones2010-10-062-63/+126
|
* D-Bus IPC backend rendezvous support + docoEvan Nguyen2010-09-291-0/+43
|
* Fix icheck's conflicting header file on SymbianAndrew Stanley-Jones2010-09-2923-24/+24
|
* Temporary disable icheck for symbianAndrew Stanley-Jones2010-09-281-1/+4
|
* Add Mobility version string to servicedbgenAndrew Stanley-Jones2010-09-221-1/+1
|
* ServiceFW tool segfault fix for maemo 5 & 6Evan Nguyen2010-09-141-0/+5
|
* Fixed tool servicefw bug on maemo + 4.7Evan Nguyen2010-09-131-16/+27
| | | | Also added error codes for convenience
* SFW xml version docs + more OOPEvan Nguyen2010-08-302-5/+2
|
* Updated serviecxmlgen tool with SFW versioning tagEvan Nguyen2010-08-262-1/+8
|
* ServiceFW tool updated for IPC and ScopeEvan Nguyen2010-08-261-25/+79
|
* code cleanup in serviceframeworkAlex2010-08-231-2/+1
|
* make servicedbgen compile on non test enabled Qt buildsAlex2010-08-231-1/+1
| | | | Task-number: MOBILITY-1053
* Updated Servicexmlgen tool for SFW xml extensionEvan Nguyen2010-08-193-4/+35
|
* SFW XML extension prefix finalised + ServiceFW tool updateEvan Nguyen2010-08-191-4/+11
|
* Revert "Revert "Merge branch 'master' of ../../mainline/qtmobility""David Laing2010-07-052-5/+20
| | | | | | | | | | | | This reverts commit e38ebf00c0b539a7756b21946693e201269b976a. Conflicts: examples/telephony/dialer/dialer.pro src/s60installs/bwins/QtMultimediaKitu.def src/s60installs/bwins/QtServiceFrameworku.def src/s60installs/bwins/QtSystemInfou.def src/s60installs/eabi/QtSystemInfou.def
* Revert "Merge branch 'master' of ../../mainline/qtmobility"David Laing2010-07-042-20/+5
| | | | | This reverts commit 448d4a4301b7abeb9065aca13b62c70422239b94, reversing changes made to 815d646dc485b6d15fbddc2814201a5b50be4a85.
* Implement && and || operator vor icheck Value struct to fix the pulse build ↵Wolfgang Beck2010-07-021-3/+18
| | | | for linux g++ build.
* Added parentheses to a for-loop conditionEvan Nguyen2010-07-021-2/+2
|
* Update README with symbian deployment detailsAndrew Stanley-Jones2010-06-171-0/+23
|
* Merge branch '1.0' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframework ↵Alex2010-06-071-85/+95
|\ | | | | | | into 1.0
| * Clean up the README for servicedbgenAndrew Stanley-Jones2010-06-071-85/+95
| |
* | make compile on winceAlex2010-06-071-1/+44
|/ | | | | 1.) getenv doesn't exist on WinCE. Use qgetnev instead 2.) add missing license header