aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Workaround clang buggy explicit specializations function templates exportv5.6.2BogDan Vatra2016-07-191-225/+225
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* Purge sRGB chunks from PNG in documentation.Edward Welbourne2016-03-291-0/+0
* Make more ctors explicitMarc Mutz2016-03-221-2/+2
* De-inline ~QAndroidJniObject() dtorMarc Mutz2016-03-222-3/+5
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-221-2/+2
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-1/+2
* Doc: Update examplesinstallpath to include the repository namev5.6.0-beta1Topi Reinio2015-10-211-3/+1
* Doc: fix missing comma in sample codeSamuel Gaist2015-08-031-1/+1
* Mark deprecated functions with QT_DEPRECATED.v5.5.0-beta1Christian Strømme2015-03-191-15/+23
* Doc: Remove unused documentation for comparison overloadsv5.5.0-alpha1Sergio Ahumada2015-03-061-30/+0
* Fix comparison overloads.Christian Strømme2015-03-021-21/+7
* Fixed BSD licensed file headersJani Heikkinen2015-02-172-6/+6
* Update copyright headersJani Heikkinen2015-02-1215-98/+98
* Android: Add more convenience types to QAndroidJniObject.Christian Strømme2015-01-111-39/+267
* Add missing methodChristian Strømme2015-01-111-0/+6
* Fix use of va_list in QAndroidJniObjectv5.4.0-rc1Christian Strømme2014-11-061-32/+34
* Fix QAndroidJniObject documentation errors/inconsistenciesAlex Blasche2014-10-281-4/+4
* Update license headers and add new licensesv5.4.0-alpha1Jani Heikkinen2014-08-2410-185/+105
* Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-071-1/+0
* Fix documentation for QAndroidJniObjectChristian Strømme2014-03-182-2/+45
* Fix typoSergio Ahumada2014-03-031-1/+1
* Fix includes in qandroidactivityresultreceiver.hv5.3.0-alpha1Christian Strømme2014-02-241-2/+2
* Add QAndroidActivityResultReceiver to the documentation.Christian Strømme2014-02-202-2/+1
* Add API for starting intentsEskil Abrahamsen Blomfeldt2014-02-166-2/+362
* Add non-template version of QAndroidJniObject::object()Christian Strømme2014-02-131-0/+1
* Add non-templated versions of get[Static]ObjectField()Christian Strømme2014-02-132-0/+29
* Add API to get the Android API levelChristian Strømme2014-02-072-0/+12
* Add new method to get the main Android activity.Christian Strømme2014-02-076-4/+142
* Fix for some typos in the QAndroidJniObject documentation.old/5.2Christian Strømme2014-01-271-2/+2
* Doc: Updated the qdocconf to include .java filesVenu2013-12-131-0/+1
* Fix non-compiling doc snippets.Alex Blasche2013-12-132-9/+9
* Remove stray curly bracket in QAndroidJniObject's documentation.Christian Strømme2013-12-131-1/+1
* Add examplesinstallpath in qdocconfv5.2.0-rc1v5.2.0Christian Strømme2013-11-211-0/+3
* Fix note about jni references in documentation.Christian Strømme2013-11-071-2/+2
* Fix bug in code snippet.Christian Strømme2013-11-071-2/+3
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Update documentationChristian Strømme2013-10-297-53/+281
* Rename QJNIXxx classes to QAndroidJniXxx.Christian Strømme2013-10-107-390/+390
* Doc: Adding "qtdoc" to the depends qdocconf variable.Jerome Pasion2013-10-081-1/+3
* Doc: Enable running 'make docs' on non-android platformsTopi Reinio2013-09-261-2/+7
* Fix infinite recursion in QJNIObject::getStaticField<jfloat>()Eskil Abrahamsen Blomfeldt2013-09-231-2/+2
* Improve documentation.Christian Strømme2013-09-237-71/+191
* Add example of JNI APIEskil Abrahamsen Blomfeldt2013-09-232-1/+1
* Add guard to disable other platforms then AndroidChristian Strømme2013-09-231-1/+1
* Add Qt JNI API.Christian Strømme2013-09-2013-0/+2708