diff -Nru pyside-mobility-0.2.3/ChangeLog pyside-mobility-0.2.3+git4~8118106/ChangeLog --- pyside-mobility-0.2.3/ChangeLog 2011-11-04 21:09:38.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/ChangeLog 1970-01-01 00:00:00.000000000 +0000 @@ -1,1282 +0,0 @@ -commit 7f5632ce8adff5811a7e4368b86ba8508601a920 -Author: Lauro Neto -Date: Fri Nov 4 17:59:41 2011 -0300 - - Raise dependency to PySide/Shiboken 1.0.7 - - Reviewer: Bruno Araujo - Reviewer: Marcelo Lira - Reviewer: Luciano Wolf - -commit be59e9c42ca7b49b320c6a4232dfbdaa4e196cbe -Author: Lauro Neto -Date: Tue Nov 1 16:38:45 2011 -0300 - - Fix contacts functions. - -commit 85f87cbbf467d1d119f35b78adcad724e26a05de -Author: Lauro Neto -Date: Tue Oct 4 15:19:04 2011 -0300 - - Add missing flags - -commit 7edbc8800280fdf7eafd3dc65fe1552ce1464b6f -Author: Lauro Neto -Date: Sat Aug 27 19:10:15 2011 -0300 - - Add small QtContacts test. - -commit bbca0ac985502aceb136b8930839946121a14164 -Author: Lauro Neto -Date: Thu Aug 18 16:06:57 2011 -0300 - - Update test to work with Python 2.5 - - Reviewer: Bruno Araujo - Reviewer: Willer Moreira - -commit b1640173077ba1f059735cbcf3f4cab9664b73b9 -Author: Lauro Neto -Date: Thu Aug 18 16:06:36 2011 -0300 - - Bump to 0.2.3 and depend on PySide 1.0.6 - -commit df372b8b3dc4e1fd710a3adda46525aba3ea51bd -Author: Lauro Neto -Date: Fri Aug 12 19:03:35 2011 -0300 - - Fix test. - - Some simple errors. - - Reviewer: Willer Moreira - Reviewer: Luciano Wolf - -commit 4bd26759df52187cb6fe6d21fa831faad105410b -Author: Lauro Neto -Date: Fri Aug 12 19:02:43 2011 -0300 - - Use the correct python executable. - - Was using python without debug even in debug mode. - -commit a07123368f6887b8be24edaa6761c416fdcf9f26 -Author: Lauro Neto -Date: Fri Aug 12 19:01:43 2011 -0300 - - Add :: to function signature. - - Was causing problems in generated code, with a plain "QMap*" (no - instantiation) leading to compile errors. - -commit 7b5e696ab16a3e04cefe90c22cb43abab2603dda -Author: Lauro Neto -Date: Fri Aug 12 19:00:32 2011 -0300 - - Use new versioning option in shiboken. - - Using the old option with shiboken was causing classes - with "since="4.x" from PySide being rejected due to QtMobility - 1.2 api version. - -commit 0733da49c5f663a7d2f8852afa02c74983f958ef -Author: Bruno dos Santos de Araujo -Date: Fri Aug 12 13:58:08 2011 -0400 - - Organizer module: Uncomment two classes - -commit a35e699e2248561d8d7d4a60cf6c89173b983136 -Author: Bruno dos Santos de Araujo -Date: Tue Jun 7 10:36:27 2011 -0400 - - Organizer module: put back QOrganizerCollectionEngineId and QOrganizerItemEngineId classes - - Reviewers: Hugo Parente Lima - Luciano Wolf - -commit c756282e618732c3d6f1580c717fb04bdc97e790 -Author: Renato Filho -Date: Tue Apr 26 10:13:08 2011 -0300 - - Added the missing file for unit test of bug 818. - -commit 4e83ba21bea16a95c28dc6e9384e791166f45275 -Author: Renato Filho -Date: Wed Apr 13 13:19:00 2011 -0300 - - Created unit test for bug #818. - -commit 454b1221b4e8338b057586e966060a5cdbda7ceb -Author: Lauro Neto -Date: Mon Apr 4 10:50:33 2011 -0300 - - Changed (and fix) QGallery filter operators - - Python does not allow wrapping && as "and", so - we changed it to the arithmetic operator &. The - same applies to union (|| -> |). - - Requires shiboken 1.0.1. - - Reviewer: Bruno Araujo - Reviewer: Willer Moreira - -commit 7ad6932fc445a8f60cecb21c3596372dbffd452b -Author: Lauro Neto -Date: Mon Mar 21 09:50:02 2011 -0300 - - Add Connectivity Module - - Based on debian patch by Willer Moreira - -commit a133377fa458aefd09ccb5876de6267e97e704c5 -Author: Lauro Neto -Date: Mon Mar 21 09:22:33 2011 -0300 - - Add MultimediaKit 1.2 classes - - From debian patch by Bruno Araujo - -commit 937561a02482130a08954e89601166b3225594d9 -Author: Lauro Neto -Date: Sat Mar 19 21:28:22 2011 -0300 - - Add Versit 1.2 classes - - From debian patch by Bruno Araujo - -commit 35ae3e1c98159ad63a212325ab533df047eadb1f -Author: Lauro Neto -Date: Sat Mar 19 20:30:44 2011 -0300 - - Add SystemInfo 1.2 classes - - From debian patch by Bruno Araujo - -commit 1ab46e8b09fbe2155a5da617faa0b4e639e821ce -Author: Lauro Neto -Date: Sat Mar 19 19:51:14 2011 -0300 - - Add ServiceFramework 1.2 classes - - From debian patch by Bruno Araujo - -commit 41262268c2cdf78bee99badc49d1bd248e3cfcb1 -Author: Lauro Neto -Date: Sat Mar 19 19:50:39 2011 -0300 - - Print message with QtMobility version - -commit c07d5b0a36330169849f731f462dd0aa241b63fc -Author: Lauro Neto -Date: Sat Mar 19 18:41:17 2011 -0300 - - Add Sensors 1.2 classes - - From debian patch by Bruno Araujo - -commit 676bf77ee083048eb5499802fca7a16abac7ab43 -Author: Lauro Neto -Date: Fri Mar 18 18:35:27 2011 -0300 - - Organizer 1.2 classes - - From debian patch by Bruno Araujo - -commit 3d0f036e10fc9f8d04f1a91fb271abdeb70f88b5 -Author: Lauro Neto -Date: Fri Mar 18 18:07:59 2011 -0300 - - Bump version to 0.2.2 - -commit 7af2e9e46ba824396e9c72011474861488966233 -Author: Lauro Neto -Date: Fri Mar 18 15:53:54 2011 -0300 - - Update local .prf data for 1.0 builds - - This file will be used only for Mobility 1.0 builds. - - Reviewer: Luciano Wolf - Reviewer: Marcelo Lira - -commit d337616d0a9311527733d8fc0601186e2c1ed061 -Author: Lauro Neto -Date: Fri Mar 18 15:35:44 2011 -0300 - - Some Versit classes requires version >= 1.1 - -commit 53cf3f60d007b113a024efd7210791192a791612 -Author: Lauro Neto -Date: Fri Mar 18 15:23:00 2011 -0300 - - Fix VersitOrganizer support. - - Instead of hardcoded, only add its classes if the - Organizer module was found. - -commit 0c98f2f3a919c53e195b27ea519eb551905cf2f6 -Author: Lauro Neto -Date: Fri Mar 18 15:12:06 2011 -0300 - - Fix check for VersitOrganizer - -commit f1103abc4fb3a57c1d401728cfe3a9d462dccd66 -Author: Lauro Neto -Date: Thu Mar 17 19:18:39 2011 -0300 - - Add new macro that allows custom typesystems - - The old macro guesses the typesystem file name - and allows no custom typesystem paths. - -commit f7b8605e8033722a1c4cfc79a8312e941a454afb -Author: Lauro Neto -Date: Thu Mar 17 17:52:52 2011 -0300 - - Add mobility >=1.1 shield for QCamera classes - -commit 541be976f37b6fb8c544a7a1cc59f49814c3ebc6 -Author: Lauro Neto -Date: Thu Mar 17 17:10:31 2011 -0300 - - Fix QtMultimediaKit detection - - In upstream mobilityconfig.prf, multimedia kit - is specified by just 'multimedia' - -commit db70d6039c4d132df1a385b051b42f4e0a036bac -Author: Lauro Neto -Date: Thu Mar 17 17:07:28 2011 -0300 - - Remove QtMultimedia entry from pyside global.h - - This entry was conflicting with QtMultimediaKit 1.0 - on fremantle. - - As no other Qt module uses QtMultimedia, this change is - harmless. - -commit 96926ecd7fe26c933275f7181e230869c2e1bd3a -Author: Lauro Neto -Date: Tue Mar 15 11:10:35 2011 -0300 - - Fix QVersitOrganizer detection. - - VersitOrganizer is not listed in the system mobilityconfig.prf file, - so we add the same check used by qmake. - -commit a6e1d6e03d3f17442bd0518923fd1ee57caed2e6 -Author: Lauro Neto -Date: Tue Mar 15 11:09:42 2011 -0300 - - Add new QContactObserver class (new in 1.2) - -commit 933b8ac7a100205d5bc4877daf9e5422e6971b56 -Author: Bruno dos Santos de Araujo -Date: Tue Mar 29 15:57:50 2011 -0400 - - Remove rejections for QMessageFilter functions, add LikeComparator enum - - byCc, byTo and byBcc rejects were removed and the LikeComparator enum - was added to the Messaging module. The version of byRecipients that - uses LikeComparator is working now, but the other two versions are - still being rejected because of the same problem: there are declarations - of them in the header but no implementation. - -commit 9009c06fde4276d98ab46009059f315ebf8066ef -Author: Lauro Neto -Date: Thu Feb 24 14:44:53 2011 -0300 - - Remove problematic QtMessaging functions - - These functions are missing implementation in - upstream QtMobility. As PySide generates code for them, - the module gets compilation errors. - - A bug was filed in QtMobility bugzilla: - - http://bugreports.qt.nokia.com/browse/QTMOBILITY-1271 - "QMessageFilter static functions missing implementation (byCc and - byBcc)" - - Reviewer: Marcelo Lira - Reviewer: Bruno Araujo - -commit fad8238b1cbc509bdda6a38288ca2d1929a19d9f -Author: Lauro Neto -Date: Thu Feb 24 13:08:35 2011 -0300 - - Use nested tags for QtContacts - - Instead of populating it with "QtMobility::" prefixes. - -commit 386c1e97768c9d21b8df7673473f85f521491c5e -Author: Lauro Neto -Date: Tue Feb 22 15:59:47 2011 -0300 - - Adding missing class QMediaServiceProvider - - Was making the QMediaPlayer constructor to be rejected. - -commit dacd7a5c1d7620bafed1faac9d97e362a7a560f4 -Author: Lauro Neto -Date: Tue Feb 22 15:39:00 2011 -0300 - - Use option for protected hack - -commit ea409628ecc1d350b0075414687f31842471f0e4 -Author: Lauro Neto -Date: Tue Feb 22 07:49:50 2011 -0300 - - Fix sensor include file. - -commit dc9eeb30c97ae3da8b9d3a2510a653d169d2e2d2 -Author: Lauro Neto -Date: Tue Feb 8 15:26:49 2011 -0300 - - Remove internal functions. - - QFeedback*Interface::instance functions are marked - as "internal" in QtMobility source code. Building - with it was raising unknown symbol error for - QFeedBackThemeInterface::instance. - - Reviewer: Marcelo Lira - Reviewer: Luciano Wolf - -commit 13221adffd0ac0d2dc6b2e96e6415d1ec8ea3b9c -Author: Bruno dos Santos de Araujo -Date: Fri Feb 4 14:38:33 2011 -0400 - - Fix bug #516 (QGalleryProperty overloaded operators missing) - -commit f3dcd2e437461922f1e2dcda02e9b8cfa17c4ef6 -Author: Marcelo Lira -Date: Fri Feb 4 09:30:13 2011 -0300 - - QMessage test must use a QApplication to work properly. - - Reviewed by Lauro Moura - Reviewed by Luciano Wolf - -commit 2730ed918fec7d3eb0b92643327ea485add74410 -Author: Marcelo Lira -Date: Fri Feb 4 09:10:39 2011 -0300 - - Removed conditionals to Qt Mobility 1.1 on the MultimediaKit module. - - There's no need for these conditionals in parts of the type system and - CMake files, since the entire MultimediaKit module does not appear, - and thus doesn't get even added for compiling, before 1.1. - -commit 6b490769f0206a5e78a9d140891e5d3e9d01cb0f -Author: Marcelo Lira -Date: Wed Feb 2 17:48:52 2011 -0300 - - Removed unnecessary generated headers from Organizer sources list. - - Reviewed by Lauro Moura - Reviewed by Luciano Wolf - -commit e33b8ce121a411a3b1d7e187ebe6320fbd773337 -Author: Marcelo Lira -Date: Wed Feb 2 17:45:16 2011 -0300 - - Removed unnecessary generated headers from Location sources list. - -commit 135d548d0782b91b5b7afd19c56e588a4a8b591b -Author: Marcelo Lira -Date: Wed Feb 2 17:36:29 2011 -0300 - - Qt's include path must go last in the include-path parameter for the generator. - - Otherwise bad things happen. For example, the Location module was meant - to be built against QtMobility 1.1, but the generator was getting the - headers from the system's default. - -commit 16c7aaa993b9edb876e80e71f36690b0f63102dd -Author: Marcelo Lira -Date: Wed Feb 2 15:28:58 2011 -0300 - - Updated Contacts type system and CMake files for changes in QtMobility 1.1. - -commit 087628b3bbc23e437230636ebe503dde1dd550c2 -Author: Marcelo Lira -Date: Wed Feb 2 15:17:55 2011 -0300 - - Removed unnecessary generated headers from Versit sources list. - -commit 029c4dd3ab562aeb59beea8681daaf2843b1d6c0 -Author: Marcelo Lira -Date: Wed Feb 2 15:16:47 2011 -0300 - - Removed unnecessary generated headers from ServiceFramework sources list. - -commit f1fa92026f4f4575e3461e46daaea4e5dfa4cd4e -Author: Marcelo Lira -Date: Wed Feb 2 15:09:17 2011 -0300 - - Fixes to MultimediaKit type system and CMake files. - - * QCameraFocusZone class is available for QtMobility 1.1 or higher - * QCameraFocusZone::FocusZoneStatus enum wasn't declared on type system - * QCameraExposure::FlashModes QFlag wasn't declared on type system - -commit 81bc8c2cb365f9bea02243532acf4eb25985361f -Author: Marcelo Lira -Date: Wed Feb 2 14:20:47 2011 -0300 - - Small fix to Messaging module's CMake file. - -commit 63670db77eaf86ec2cb3d00ed0f57fad8f9c9036 -Author: Marcelo Lira -Date: Wed Feb 2 13:59:37 2011 -0300 - - Removed unnecessary generated headers from SystemInfo sources list. - -commit 15f1ff0a79f992301d8da0689dfcc318ca6a9e1e -Author: Marcelo Lira -Date: Wed Feb 2 13:56:54 2011 -0300 - - Removed unnecessary generated headers from Sensors sources list. - -commit dc50d56842812c734d248cc6cfb7f447ac579355 -Author: Marcelo Lira -Date: Wed Feb 2 13:01:31 2011 -0300 - - Removed modification to non-existent QGalleryProperty signature. - -commit 3b675476f6668ce81a256d5f40f421bb7bb1a41c -Author: Marcelo Lira -Date: Wed Feb 2 12:55:20 2011 -0300 - - Added class QFeedbackThemeInterface and refactored Feedback type system file. - -commit fde55abbf9bde90ff885e8dfc91f24a027d91009 -Author: Marcelo Lira -Date: Wed Feb 2 12:48:28 2011 -0300 - - Removed unnecessary generated headers from Gallery sources list. - -commit 1fabb9bf84fc2d7bcb201cb41f5e8c24ed179a2c -Author: Marcelo Lira -Date: Wed Feb 2 10:31:26 2011 -0300 - - Removed unnecessary generated headers from Feedback sources list. - -commit 68c35e830a0d863e92df9d5adf15027b811230f2 -Author: Marcelo Lira -Date: Wed Feb 2 10:27:01 2011 -0300 - - Removed unnecessary generated headers from Contacts sources list. - -commit ab36ffdb2b302ea2a0d8c7d178223f22d0c9d4b4 -Author: Lauro Neto -Date: Thu Feb 3 16:01:37 2011 -0300 - - Switch actuator state when initially enabled - - The test would fail if the initial state were - already enabled. - - Reviewer: Luciano Wolf - Reviewer: Marcelo Lira - -commit 6366679f87f9596160d633032cd4bb08c04dbec2 -Author: Lauro Neto -Date: Thu Feb 3 15:59:20 2011 -0300 - - Use QApplication instead of QCoreApplication - - - Some plugins internally may require it - -commit 27319aebd4bb28f0a48cf431b9f877ac87428854 -Author: Lauro Neto -Date: Thu Feb 3 11:47:26 2011 -0300 - - Do not compare SysInfo.Os to os.uname - - SysInfo.Os behavior isn't consistent with os.uname - - Reviewer: Marcelo Lira - Reviewer: Luciano Wolf - -commit 6a1599275d04d56e60a4a9169dbeb331648d3d16 -Author: Lauro Neto -Date: Thu Feb 3 11:29:21 2011 -0300 - - Improve QServiceManager test - - The previous version crashed when there were other - services installed. - -commit 9ffb002c3aa4447c76319c723e5714687c57038b -Author: Lauro Neto -Date: Wed Feb 2 14:56:44 2011 -0300 - - Bump version to 0.2.1 - -commit 114be94bfc86251ed6b38a9a9541813a42f45293 -Author: Lauro Neto -Date: Mon Jan 31 16:12:08 2011 -0300 - - Make tests installable. - - All .py inside the tests directories will be installed from - tests/CMakeLists. Individual libraries and resources will call - install inside their own CMakeLists (e.g. fakesensor and - sampleservice). - - Reviewer: Luciano Wolf - Reviewer: Marcelo Lira - -commit 619bfdfeb8850061ff5273754204b70e620c13a3 -Author: Lauro Neto -Date: Mon Jan 31 15:58:26 2011 -0300 - - Moving service xml spec to upper directory - - Better layout when installing. - -commit 0e37ad7c49e45a907aac1bf4225e2d9feba91f0f -Author: Lauro Neto -Date: Mon Jan 31 15:38:01 2011 -0300 - - Build tests only for found modules. - -commit d4faaab8a49c3f10edb88aa4e53f43e9c1825dd1 -Author: Marcelo Lira -Date: Tue Feb 1 15:16:41 2011 -0300 - - The user can now select which version of QtMobility should be used to binding generation. - - The command line option is called "MOBILITY_VERSION" and the possible - options (on Fremantle) are "default", "1.1" and "1.2". - - Example usage: cmake .. -DMOBILITY_VERSION=1.1 - - Reviewed by Lauro Moura - Reviewed by Luciano Wolf - -commit 3020a7a7978dfef34089564170759c93f2f17e00 -Author: Marcelo Lira -Date: Tue Feb 1 10:45:11 2011 -0300 - - CMake considers versions 1.1 and 1.2 when looking for QtMobility information. - - CMake looks for the latest first 1.2, 1.1, and so on. - -commit 12b0f15a50ec6f6d0fc69e0c78397cb5a27a919f -Author: Lauro Neto -Date: Tue Feb 1 14:58:04 2011 -0300 - - Updated location test. - - Currently failing due to bug #657 - "Signal emission - inside QtMobility isn't working properly" - - Reviewer: Bruno Araujo - Reviewer: Marcelo Lira - -commit 2234fe969057ca92646094cf1b6aa17f4244e9db -Author: Luciano Wolf -Date: Mon Jan 31 15:47:50 2011 -0300 - - Draft for QtLocation test. - -commit 073d61b7028224feeaa8a05e30ef66dee87e1515 -Author: Marcelo Lira -Date: Mon Jan 31 18:07:07 2011 -0300 - - Added unit tests to MultimediaKit module. - - Reviewed by Lauro Moura - Reviewed by Luciano Wolf - -commit 814ebcc905d2653c306de2f2d5441bb73e64eab2 -Author: Marcelo Lira -Date: Mon Jan 31 18:05:06 2011 -0300 - - Added the macros "%CLASS_NAME_iid" as methods of the form "%CLASS_NAME.iid". - -commit ebb6a93033984b92ad9c639b14afc9664ffa1403 -Author: Marcelo Lira -Date: Mon Jan 31 18:02:43 2011 -0300 - - Added dependency on QtNetwork binding to MultimediaKit module. - - Also removed the list of headers from the source list on CMake file - for the said module. - -commit 1fe593fcb32dfbd3d541768b1b4884f09cb5a47b -Author: Lauro Neto -Date: Mon Jan 31 17:50:46 2011 -0300 - - Add missing test to CMakeLists.txt - - Reviewer: Marcelo Lira - Reviewer: Bruno Araujo - -commit f67c5718e6dcebd0eca85e0d888198ef7aaa1de8 -Author: Lauro Neto -Date: Mon Jan 31 17:46:59 2011 -0300 - - Moving tests to correct folder. - -commit ee045fb28c8176c77be4266cfcc04301b16dd328 -Author: Luciano Wolf -Date: Tue Jan 25 16:20:46 2011 -0300 - - Adding tests: Contacts and Feedback. - - Reviewer: Marcelo Lira - Reviewer: Bruno Araujo - -commit 50b78d1653aaaeb21789cad6a4557bc55509c0d6 -Author: Lauro Neto -Date: Mon Jan 31 14:41:10 2011 -0300 - - Add test for QServiceManager add/remove service - - Includes fake C++ service from usptream QtMobility code. - - Reviewer: Bruno Araujo - Reviewer: Marceli Lira - -commit df2077082b1ea337e35b40927ffc34b96168cd59 -Author: Lauro Neto -Date: Fri Jan 28 14:37:45 2011 -0300 - - Add QtMobility dir to Sensors test link dirs - - Was failing when trying to compile against QtMobility - in a non-canonical directory. - -commit dc1e032c7ac8866ac10e2a783fa1e646a774650f -Author: Bruno dos Santos de Araujo -Date: Fri Jan 28 12:23:42 2011 -0400 - - Add tests for Messaging, Organizer and Versit modules - - Reviewers: Lauro Moura - Marcelo Lira - -commit d96159448b74f72abc5568b0c05835ad90333497 -Author: Marcelo Lira -Date: Fri Jan 28 11:48:11 2011 -0300 - - Renamed the directories under tests to follow the naming of its counterparts on QtMobility dir. - - Reviewed by Luciano Wolf - Reviewed by Bruno Araujo - -commit 05e9bae5084199867334d50358921ea0f0106d70 -Author: Marcelo Lira -Date: Fri Jan 28 11:33:08 2011 -0300 - - Only run tests on CMake 2.8 or greater. - - Due to restrictions on setting environment variables for tests on CMake - 2.6, the tests will be run only when CMake 2.8 is available. - -commit 91e1c700efd6184d8eb35299f1d724afc41b8955 -Author: Marcelo Lira -Date: Thu Jan 27 18:36:44 2011 -0300 - - Added a Sensors unit test. - - The test includes a fake sensor plugin written in C++ that emits clock - ticks every second. - -commit 7c13e309332b39fdcb99f10e2accb7b3ac5ea46a -Author: Marcelo Lira -Date: Fri Jan 28 09:27:57 2011 -0300 - - Added SystemInfo test. - -commit 501b611fa666fd513be8d9b060d62c4ef5fe6dbe -Author: Lauro Neto -Date: Thu Jan 27 16:46:03 2011 -0300 - - Adding some QtGallery tests on filters - - Reviewer: Luciano Wolf - Reviewer: Bruno Araujo - Reviewer: Marcelo Lira - -commit 91e611e77499dbffd5d31d7a2f745567a65d3203 -Author: Bruno dos Santos de Araujo -Date: Fri Jan 14 14:09:42 2011 -0400 - - Add unit tests for Location and Feedback - - Reviewers: Lauro Moura - Luciano Wolf - -commit c9188015e5ca904f9704ea45f2b812122d0c1e3b -Author: Bruno dos Santos de Araujo -Date: Thu Jan 13 15:23:54 2011 -0400 - - Fix #497 and #499 - - 497: Missing __lt__ operators in QtMobility::QGeoMapObject - Remove rejection for the following operators: - QGeoMapObject: '<' and '>' - QFeedbackActuator: '==' - - 499: QFeedbackHapticsInterface and QFeedbackFileInterface are broken - Remove rejection for the following classes and uncomment relevant files - in CMakeLists.txt: - QFeedbackHapticsInterface - QFeedbackFileInterface - -commit 69b445c3abc112f74818390ac0b3787b64bd8599 -Author: Lauro Neto -Date: Mon Dec 20 14:43:53 2010 -0300 - - Fix bug #487 - couldn't generate QList - - Modifications not needed after #484 fix. - - Reviewer: Willer Moreira - Reviewer: Bruno Araujo - -commit e93ece76c08913b295f3ec9b51928202d7e97db5 -Author: Bruno dos Santos de Araujo -Date: Thu Dec 2 11:41:31 2010 -0400 - - Gallery module: add missing enum - -commit 384f92409e3277c6402a560be3da02a47a54b2f3 -Author: Lauro Neto -Date: Thu Nov 25 16:26:39 2010 -0300 - - Fix QGalleryProperty and Type compilation. - - Should be changed to object-type as they don't have - copy constructors. - -commit 4276016c064a74c34aef1dac48477ecde3a46993 -Author: Lauro Neto -Date: Tue Nov 23 15:46:10 2010 -0300 - - Removing function not yet supported. - - Tracked by bugs 484 and 487 in PySide bugzilla. - -commit 1ccda695547ac08951c903106166d59753028284 -Author: Willer Moreira -Date: Fri Nov 26 16:54:28 2010 -0400 - - MultimediaKit module: API update - - Reviewers: Luciano Wolf - Lauro Moura - -commit 6728999ea19e7e6207fedc1bc87c422ec59ee260 -Author: Bruno dos Santos de Araujo -Date: Fri Nov 26 14:35:56 2010 -0400 - - Contacts module: reject function - -commit b91d3489900e0d04dbbe4126351d6017e7042e8d -Merge: 141e9e6 109e791 -Author: Bruno dos Santos de Araujo -Date: Fri Nov 26 11:29:40 2010 -0400 - - Merge remote branch 'baraujo/master' - - Reviewer: Luciano Wolf - Willer Moreira - -commit 109e7919e5ebcd3a16bb6974c01604ecfbc840e6 -Author: Bruno dos Santos de Araujo -Date: Fri Nov 26 08:46:22 2010 -0400 - - Versit module: API update, add VersitOrganizer classes - -commit 3c1c20b18968d7a91520a36d030a744c97951d5c -Author: Bruno dos Santos de Araujo -Date: Thu Nov 25 16:55:33 2010 -0400 - - FindQtMobility.cmake workaround - -commit 141e9e6437ae717e9a792335a3d15bef97db8f7a -Author: Luciano Wolf -Date: Thu Nov 25 16:13:50 2010 -0300 - - Fix some issues on Location and Feedback modules. - - Progress is impeded by bugs #497 and #499. - - Reviewer: Bruno Araujo - Willer Moreira - -commit 50ee72b4c6e07da4ef73bcd1efa0acbc396f75ff -Merge: 41cf5d9 450c0ae -Author: Bruno dos Santos de Araujo -Date: Wed Nov 24 09:14:44 2010 -0400 - - Merge remote branch 'baraujo/master' - - Reviewers: Luciano Wolf - Lauro Moura - -commit 450c0aed979d44e39022a840d2c4019489554172 -Author: Bruno dos Santos de Araujo -Date: Wed Nov 24 08:36:23 2010 -0400 - - Change PySide required version to 1.0.0 in CMakeLists.txt - -commit adecdf39b0a32ff5b4a9958d5244f1f8bddde99a -Author: Bruno dos Santos de Araujo -Date: Mon Oct 11 14:19:21 2010 -0400 - - Organizer module - initial implementation - -commit 41cf5d958df01c652df1c35da8604568cfba4f01 -Author: Lauro Neto -Date: Wed Oct 27 18:16:42 2010 -0300 - - Bump version to 0.2 - - Reviewer: Luciano Wolf - Reviewer: Marcelo Lira - -commit 691adc704b07ce29b97a87a11bebf3558cf5fea8 -Author: Lauro Neto -Date: Wed Oct 27 18:15:27 2010 -0300 - - Update pyside and qtmobility version dependency - -commit 83b52fe779b7cd3bb06f2e9ce5966f168aaa8923 -Author: Lauro Neto -Date: Tue Oct 26 14:59:38 2010 -0300 - - Fix QLatin1Constant hack to work with 1.1 - - Pre 1.1: Declared directly in qtcontactsglobal.h - After 1.1: Declared in a own header. - - Reviewer: Luciano Wolf - Reviewer: Marcelo Lira - -commit cdfe16453ca316e5b30ce2f5d5e8c389e691dc57 -Author: Lauro Neto -Date: Tue Oct 26 14:41:38 2010 -0300 - - Remove prefix dir when including QtMobility global - - It is not present in 1.0 version. - -commit f8bc96a9859a72afdb080a2df0bc9e77b193c887 -Author: Lauro Neto -Date: Tue Oct 26 14:40:44 2010 -0300 - - Make QtLocation support 1.0 again. - - Based on Luciano Wolf's patch. - -commit 62fec8aa70b221aadafe74f04aa98a347c6d3f29 -Author: Lauro Neto -Date: Fri Oct 8 20:47:34 2010 -0300 - - Adding QtGallery - - Reviewer: Renato Filho - Reviewer: Marcelo Lira - -commit b5981b276318146e1b6c4059ae696d96232ab71d -Author: Lauro Neto -Date: Fri Oct 1 17:49:26 2010 -0300 - - Add QtFeedback module. - - Currently it does not support QFeedback*Interface classes. - -commit d48a574088de0a2b84683c9ddd50ec3fa11e26f4 -Author: Lauro Neto -Date: Fri Oct 15 22:00:32 2010 -0300 - - Initial version of QtLocation mapviewer example - - Reviewer: Luciano Wolf - Reviewer: Renato Filho - Reviewer: Hugo Lima - -commit b668998b72b92b0af2a16cfeb04c373b7db37382 -Author: Lauro Neto -Date: Fri Oct 15 17:44:18 2010 -0300 - - Adding new classes to QtLocation - -commit ac899ad29bfae0c2447458266e65aafc542088fa -Author: Lauro Neto -Date: Fri Oct 15 17:39:15 2010 -0300 - - Fix QLatin1Constant masking in global.h - -commit 90ca43e0b95808f3fbd641657131f0f38a5cdbb0 -Author: Lauro Neto -Date: Tue Sep 21 15:21:00 2010 -0300 - - Add missing stuff - - Reviewer: Luciano Wolf - Reviewer: Hugo Lima - Reviewer: Bruno Araujo - -commit e7a8b50d8314a71ae1730665c1e340c4b2ce4441 -Author: Lauro Neto -Date: Mon Sep 20 19:00:50 2010 -0300 - - Remove uneeded modification. - - Function is already remove in upstream. - -commit 49087bf4df0c6f98bac650ee1ed7f7f6a5c5a5c1 -Author: Lauro Neto -Date: Mon Sep 20 18:47:53 2010 -0300 - - Removing duplicated entry - -commit 29a3acb585b7825c928c807583b65ef5aea572db -Author: Lauro Neto -Date: Mon Sep 20 18:47:22 2010 -0300 - - Use .h-style headers for Messaging. - - They do not install -style headers - -commit fb4146fc8762b1ed3987c983d3935e93175f257a -Author: Lauro Neto -Date: Mon Sep 20 17:21:48 2010 -0300 - - Fix QtMobility include path handling - - Now searchs and includes , /QtMobility and - / - -commit a22c1019543d381a64c5c78154135340994eaa07 -Author: Lauro Neto -Date: Mon Sep 20 15:37:44 2010 -0300 - - Fix QtMobility global include - -commit 5ce657becf916a3bbd00ec5316832236836bad03 -Author: renatofilho -Date: Wed Sep 15 14:38:07 2010 -0300 - - Fixed compile when using python debug version. - -commit 09979cd3bfc5a9af34619a2aa1717851cb81ad4e -Author: Bruno dos Santos de Araujo -Date: Mon Aug 16 16:04:48 2010 -0400 - - Add missing file in QtMobility/Bearer/CMakeLists.txt - -commit fb9548cfa42ec0de15a7eed69f7d47246575e7ef -Author: Marcelo Lira -Date: Tue Aug 10 13:48:13 2010 -0300 - - Bump to version 0.1.1. - -commit ccdf7e44c351b0303c687ebe1600dc033f8e1b97 -Author: Marcelo Lira -Date: Fri Aug 6 16:50:23 2010 -0300 - - Modifies cmake file to workaround a problem in QtMobility package. - - QtMobility installation is missing the file - /usr/share/qt4/mkspecs/features/mobilityconfig.prf on Fremantle. - Modifications were made to the cmake build files to fix the problem. - - Reviewed by Luciano Wolf - Reviewed by Renato Araújo - -commit 57f3c4f32fe4daec84b91cb4dd8c42085f19a836 -Author: Marcelo Lira -Date: Thu Aug 5 16:44:34 2010 -0300 - - Changed the PySide build requirement from exactly 0.3.3 to not exactly 0.4 - - Reviewed by Luciano Wolf - Reviewed by Renato Araújo - -commit 83bd552f994df75783c16833635de9b44453214c -Author: Lauro Neto -Date: Mon Aug 2 14:37:30 2010 -0300 - - Add missing enum. - - Reviewer: Luciano Wolf - Reviewer: Renato Filho - -commit 9129b72ff06d59ec056f12c7265ef6ab7bfe7d67 -Author: Lauro Neto -Date: Mon Aug 2 11:18:17 2010 -0300 - - Removing deprecated function. - -commit ce78cf04c78808187f87a8cff3830c6bbc8eb786 -Author: Lauro Neto -Date: Mon Aug 2 11:17:58 2010 -0300 - - Adding missing typedef - -commit ada1ecd52034f9c93d724d12bd8b3a00c69a1194 -Author: Lauro Neto -Date: Mon Aug 2 10:35:38 2010 -0300 - - Check for available modules when running cmake. - - Instead of hard-coding the modules, check MOBILITY_CONFIG in - the mkspec file for available modules. - -commit 6bdcf8d38c685f425d1bccc86263841368a63efb -Author: Marcelo Lira -Date: Thu Jul 29 13:12:17 2010 -0300 - - Fixed publish-subscribe test. - - Reviewed by Luciano Wolf - Reviewed by Renato Araújo - -commit a0feca47c154c4bab82b743fc0d11652a730ac3f -Author: Marcelo Lira -Date: Fri Jul 23 18:31:03 2010 -0300 - - Fixed setUp method for PublishSubscribe unit test. - - Reviewed by Luciano Wolf - Reviewed by Renato Araújo - -commit 57c168b4eb9b385842372bf1e480d823dc56dd2d -Author: Marcelo Lira -Date: Wed Jul 21 19:58:23 2010 -0300 - - Added provisions to compile in Debug mode and also an unit test. - - Reviewed by Luciano Wolf - Reviewed by Renato Araújo - -commit c7d8e47026fafbc3bd60d38f538b7882d8adee93 -Author: Marcelo Lira -Date: Mon Jul 12 12:31:22 2010 -0300 - - Two small fixes to Messaging type system. - - Added a missing enum and corrected a function signature. - - Reviewed by Luciano Wolf - Reviewed by Renato Araújo - -commit 6f44d3770be0edcf97382694264619aa6be77e6b -Author: Marcelo Lira -Date: Fri Jul 9 14:07:58 2010 -0300 - - The Bearer module is generated only for Qt versions below 4.7. - - Reviewed by Hugo Parente - Reviewed by Renato Araújo - -commit f591a7ad7af2bfaebce110dcada30e79e74f7fe4 -Author: Luciano Wolf -Date: Thu Jul 8 16:06:58 2010 -0300 - - Update PySideMobility documentation. - - Reviewer: Renato Araújo - Marcelo Lira - -commit d7b78ff831c306ef1843eb49a5f4137e2717bbf9 -Author: Marcelo Lira -Date: Wed Jul 7 14:35:17 2010 -0300 - - Adding PublishSubscribe module. - - Reviewed by Hugo Parente - Reviewed by Luciano Wolf - -commit dc308c2c8f8830751c6f2812b4d5b95c1e88c9ee -Author: Luciano Wolf -Date: Wed Jul 7 10:54:01 2010 -0300 - - Fix problems found when running Versit example. - - -enable threads; - -fix saveContacts method, to take a PySequence and return a tuple. - - Reviewer: Hugo Parente Lima - Marcelo Lira - -commit a3e7181ce0c824adfbaa660c9cf4f1ee33f3e234 -Author: Luciano Wolf -Date: Fri Jul 2 16:48:56 2010 -0300 - - Fix missing method inside QContactThumbnail. - - Reviewer: Hugo Parente Lima - Marcelo Lira - -commit 4e01d178746d919fb8b4e7863b80490bad537751 -Author: Renato Filho -Date: Mon Jul 5 14:59:35 2010 -0300 - - Append others modules on doc generation. - -commit 842e87ad2b95bd5a86e7c93596d7a872c1c176cf -Author: Renato Filho -Date: Mon Jul 5 14:58:43 2010 -0300 - - Create ServiceFramework binding. - -commit 078e5b6917f9676853441bc87cfe768b78de1476 -Author: Hugo Parente Lima -Date: Fri Jul 2 17:49:18 2010 -0300 - - Method QMessage::from renamed to QMessage::from_ - -commit ba65f34af35f7687a73c6ba40a781a3d036af015 -Author: Hugo Parente Lima -Date: Fri Jul 2 10:49:58 2010 -0300 - - Bindings for QtMobility Messaging module. - -commit 2d5c499b279f435b9037c35d0ba88abfc689a1f2 -Author: Renato Filho -Date: Fri Jul 2 10:25:15 2010 -0300 - - create doc generation scripts. - -commit 6ad41d3d696d87af487797bb273782141c451909 -Author: Renato Filho -Date: Thu Jul 1 19:49:08 2010 -0300 - - Removed unnecessary include dirs, and suppress known error messages. - -commit 977b951d98ae751f1903d238c36049267b1d92bf -Author: Renato Filho -Date: Thu Jul 1 19:48:43 2010 -0300 - - Bindigs for QtVersit. - -commit 1bc5e0c8be993c8738c828e1536631d2f2c933b1 -Author: Renato Filho -Date: Tue Jun 29 19:03:13 2010 -0300 - - created doc dir. - -commit b506843c346f10987d6115715954b99723a10f8c -Author: Hugo Parente Lima -Date: Thu Jul 1 16:40:36 2010 -0300 - - Fix issues with QLatin1Constant attributes found in Contacts module. - -commit d758ed758e6d91f7aca44dc083d8bcfa3efd460b -Author: Hugo Parente Lima -Date: Thu Jul 1 16:40:01 2010 -0300 - - Add hash functions to QtMobility::Contacts types. - -commit 581c9f73426fe72b1c08c2004a8480371eba1f81 -Author: Luciano Wolf -Date: Tue Jun 29 18:39:31 2010 -0300 - - Fix INCLUDE dirs. - -commit 28eb46d31c9031bf1f79e85970198210bac79287 -Author: Renato Filho -Date: Tue Jun 29 18:14:18 2010 -0300 - - Fixed MultimediaKit cmake. - -commit e933100c69f5438c98da5f5e5e9e23ab5ca0608a -Author: Renato Filho -Date: Tue Jun 29 17:39:13 2010 -0300 - - Fixes to compile with QtMobility 1.0. - -commit 54c28fe74a0077ac80f814f5efcf7a764d9a09cb -Author: Renato Filho -Date: Mon Jun 28 10:40:45 2010 -0300 - - Created Sensors bindings. - -commit ef3afa24602ecaa0d570bc4228c27cdf4e5dde59 -Author: Renato Filho -Date: Fri Jun 25 16:50:30 2010 -0300 - - Create Multimediakit bindings. - -commit d51cd56bf8d7b86ba990b19a00bf302468dc6935 -Author: Renato Filho -Date: Wed Jun 23 18:28:16 2010 -0300 - - Create Contacts binding. - -commit b5391acb2d9683eb1d67fa42babb630d65a90436 -Author: Renato Filho -Date: Wed Jun 23 15:22:10 2010 -0300 - - Created Bearer bindings. - -commit 086b1d8cbf99e3a6ed12ed68fb44d513ce95f62f -Author: Hugo Parente Lima -Date: Fri Jun 25 15:52:31 2010 -0300 - - Add QtNetwork dependency to QtMobility.SystemInfo. - - Reviewer: Marcelo Lira - Renato Araújo - -commit d77efd0a46b719fc1fc29f69c64075fecfb734d6 -Author: Hugo Parente Lima -Date: Wed Jun 23 19:14:12 2010 -0300 - - Fix cmake files. - - Reviewer: Luciano Wolf - Marcelo Lira - -commit f126bb332902ebedeaeabc26a4039f3f12771bee -Author: Renato Filho -Date: Wed Jun 23 11:27:49 2010 -0300 - - Put back the 'Q' prefix in the class name to avoid signals connection - mistakes. - -commit e6d7beadcef18beffb9d4963d35e6813c96a6d3e -Author: Renato Filho -Date: Wed Jun 23 11:11:21 2010 -0300 - - Create Location bindings. - - Removed 'Q' from classes names. - -commit b49afb24519dd63bf5156ae09b0955456e23914a -Author: Renato Filho -Date: Tue Jun 22 18:39:46 2010 -0300 - - Fixed SystemInfo module generation. - -commit 7c7d3fd2eb005d4282125ac077098e5ddf2dee40 -Author: Renato Filho -Date: Tue Jun 22 11:34:55 2010 -0300 - - Create CREATE_PYSIDE_MODULE to be used in module generation. - - Moved PySideMobility to QtMobility directory. - -commit c925d249bfd53c84d079974120d538eafff57ed2 -Author: Renato Filho -Date: Mon Jun 21 17:49:10 2010 -0300 - - Created SystemInfo module. - -commit 9fc690d2b26db4e5506c302be857ac8a21582949 -Author: Renato Filho -Date: Mon Jun 21 17:01:16 2010 -0300 - - Created PySide-Mobility skeleton. diff -Nru pyside-mobility-0.2.3/CMakeLists.txt pyside-mobility-0.2.3+git4~8118106/CMakeLists.txt --- pyside-mobility-0.2.3/CMakeLists.txt 2011-11-04 21:06:22.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/CMakeLists.txt 2011-12-30 18:35:21.000000000 +0000 @@ -7,8 +7,8 @@ ${CMAKE_MODULE_PATH}) find_package(PythonLibs REQUIRED) find_package(PythonInterpWithDebug REQUIRED) -find_package(Shiboken 1.0.7 REQUIRED) -find_package(PySide 1.0.7 REQUIRED) +find_package(Shiboken 1.1.0 REQUIRED) +find_package(PySide 1.1.0 REQUIRED) find_package(Qt4 4.6.2 REQUIRED) SET(SUPPORTED_QT_VERSION "4.6.0") find_package(QtMobility 1.0.0 REQUIRED ) diff -Nru pyside-mobility-0.2.3/debian/changelog pyside-mobility-0.2.3+git4~8118106/debian/changelog --- pyside-mobility-0.2.3/debian/changelog 2011-12-14 16:42:30.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/debian/changelog 2012-01-09 14:44:12.000000000 +0000 @@ -1,3 +1,15 @@ +pyside-mobility (0.2.3+git4~8118106-1~o0) oneiric; urgency=low + + * Build in official PPA. + + -- Didier Raboud Mon, 09 Jan 2012 15:44:06 +0100 + +pyside-mobility (0.2.3+git4~8118106-1) unstable; urgency=low + + * New upstream git snapshot, builds against pyside 1.1.0. + + -- Didier Raboud Mon, 09 Jan 2012 15:37:35 +0100 + pyside-mobility (0.2.3-3~o0) oneiric; urgency=low * Build in official PPA. diff -Nru pyside-mobility-0.2.3/examples/gallery/filebrowser.py pyside-mobility-0.2.3+git4~8118106/examples/gallery/filebrowser.py --- pyside-mobility-0.2.3/examples/gallery/filebrowser.py 2011-11-04 21:06:22.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/examples/gallery/filebrowser.py 2011-12-30 18:35:21.000000000 +0000 @@ -221,7 +221,7 @@ if isinstance(value, list): widget.setText('; '.join(value)) else: - widget.setText(value) + widget.setText(unicode(value)) class FileBrowser(QMainWindow): """Example file browsing widget. Based of the C++ example.""" diff -Nru pyside-mobility-0.2.3/examples/location/mapviewer.py pyside-mobility-0.2.3+git4~8118106/examples/location/mapviewer.py --- pyside-mobility-0.2.3/examples/location/mapviewer.py 2011-11-04 21:06:22.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/examples/location/mapviewer.py 2011-12-30 18:35:21.000000000 +0000 @@ -38,7 +38,7 @@ class MapWidget(QGraphicsGeoMap): - coordQueryResult = Signal(QGeoCoordinate) + coordQueryResult = Signal(list) def __init__(self, manager): QGraphicsGeoMap.__init__(self, manager) @@ -327,7 +327,7 @@ self.slider.setMinimum(self.mapManager.minimumZoomLevel()) self.slider.valueChanged[int].connect(self.sliderValueChanged) - self.mapWidget.zoomLevelChanged[float].connect(self.mapZoomLevelChanged) + self.mapWidget.zoomLevelChanged.connect(self.mapZoomLevelChanged) mapControlLayout = QVBoxLayout() diff -Nru pyside-mobility-0.2.3/QtMobility/Gallery/typesystem_gallery.xml pyside-mobility-0.2.3+git4~8118106/QtMobility/Gallery/typesystem_gallery.xml --- pyside-mobility-0.2.3/QtMobility/Gallery/typesystem_gallery.xml 2011-11-04 21:06:22.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/QtMobility/Gallery/typesystem_gallery.xml 2011-12-30 18:35:21.000000000 +0000 @@ -23,19 +23,19 @@ QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); @@ -44,19 +44,19 @@ QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); @@ -64,19 +64,19 @@ QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); QGalleryIntersectionFilter filt = *%CPPSELF && %1; - return %CONVERTTOPYTHON[QGalleryIntersectionFilter](filt); + return %CONVERTTOPYTHON[QtMobility::QGalleryIntersectionFilter](filt); @@ -91,7 +91,8 @@ - %PYARG_0 = %CONVERTTOPYTHON[QGalleryMetaDataFilter](*(%CPPSELF) == %1); + %RETURN_TYPE ret = *(%CPPSELF) == %1; + %PYARG_0 = %CONVERTTOPYTHON[%RETURN_TYPE](ret); diff -Nru pyside-mobility-0.2.3/QtMobility/MultimediaKit/typesystem_multimediakit.xml pyside-mobility-0.2.3+git4~8118106/QtMobility/MultimediaKit/typesystem_multimediakit.xml --- pyside-mobility-0.2.3/QtMobility/MultimediaKit/typesystem_multimediakit.xml 2011-11-04 21:06:22.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/QtMobility/MultimediaKit/typesystem_multimediakit.xml 2011-12-30 18:35:21.000000000 +0000 @@ -66,8 +66,11 @@ - - + + + + %RETURN_TYPE %out = (%RETURN_TYPE)Shiboken::Buffer::getPointer(%PYARG_0); + @@ -76,8 +79,13 @@ - - + uchar* _ret; + int numBytes, bytesPerLine; + %BEGIN_ALLOW_THREADS + _ret = %CPPSELF.%FUNCTION_NAME(%1, &numBytes, &bytesPerLine); + %END_ALLOW_THREADS + %PYARG_0 = Shiboken::Buffer::newObject(_ret, numBytes, Shiboken::Buffer::ReadWrite); + diff -Nru pyside-mobility-0.2.3/QtMobility/Sensors/qtimestamp_conversion.h pyside-mobility-0.2.3+git4~8118106/QtMobility/Sensors/qtimestamp_conversion.h --- pyside-mobility-0.2.3/QtMobility/Sensors/qtimestamp_conversion.h 2011-11-04 21:06:22.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/QtMobility/Sensors/qtimestamp_conversion.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ -namespace Shiboken { - -template<> -inline PyTypeObject* SbkType() -{ - return &PyInt_Type; -} - -template<> -struct Converter -{ - static bool checkType(PyObject* pyObj) - { - return PyInt_Check(pyObj); - } - - static bool isConvertible(PyObject* pyObj) - { - return checkType(pyObj); - } - - static QtMobility::qtimestamp toCpp(PyObject* pyObj) - { - if (checkType(pyObj)) { - long value = PyLong_AsLong(pyObj); - return QtMobility::qtimestamp(value); - } - return QtMobility::qtimestamp(); - } - - static PyObject* toPython(void* cppObj) { return toPython(*reinterpret_cast(cppObj)); } - static PyObject* toPython(const QtMobility::qtimestamp& cppObj) - { - return PyInt_FromLong((quint64)cppObj); - } -}; -} diff -Nru pyside-mobility-0.2.3/QtMobility/Sensors/typesystem_sensors.xml pyside-mobility-0.2.3+git4~8118106/QtMobility/Sensors/typesystem_sensors.xml --- pyside-mobility-0.2.3/QtMobility/Sensors/typesystem_sensors.xml 2011-11-04 21:06:22.000000000 +0000 +++ pyside-mobility-0.2.3+git4~8118106/QtMobility/Sensors/typesystem_sensors.xml 2011-12-30 18:35:21.000000000 +0000 @@ -7,7 +7,20 @@ - + + + return PyInt_FromLong((quint64)%in); + + + + long value = PyLong_AsLong(%in); + %out = QtMobility::qtimestamp(value); + + + %out = QtMobility::qtimestamp(); + + +