aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions/propertylist.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix build with MSVCChristian Kandeler2018-05-081-8/+9
* Fix macOS buildChristian Kandeler2018-05-081-5/+1
* Refactor all jsextension code into the .cpp filesJake Petroules2017-01-051-2/+37
* Change style of #includes of Qt headersJake Petroules2017-01-041-4/+5
* Remove version checks on macOSJake Petroules2016-11-301-62/+24
* Warn against possibly improper use of JS extensions in qbs project filesChristian Kandeler2016-11-111-0/+7
* Update license headersIikka Eklund2016-08-291-14/+23
* Merge 1.5 into 1.6Jake Petroules2016-06-281-1/+1
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-1/+1
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Bump required Qt version to 5.4.0Orgad Shaneh2016-06-061-6/+6
|/
* PropertyList extension: print filenames as part of errors.Jake Petroules2016-03-241-14/+11
* Add a readFromData method to the PropertyList extension.Jake Petroules2015-12-071-3/+8
* Fix memory leaks in PropertyList (de)serialization.Jake Petroules2015-05-121-99/+103
* Refactor/cleanup PropertyList class.Jake Petroules2015-05-121-159/+150
* update license headersJoerg Bornemann2015-03-021-3/+3
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-7/+7
|\
| * Update LicenseEike Ziller2015-01-261-7/+7
* | Support converting a PropertyList object directly to/from JSON.Jake Petroules2014-11-061-14/+39
|/
* License update.Eike Ziller2014-10-161-7/+8
* Compile with C++11/libc++Eike Ziller2014-03-061-6/+8
* Introduce PropertyList functions isEmpty and clear.Jake Petroules2014-02-281-0/+16
* Add support for writing a PropertyList object directly to a file.Jake Petroules2014-02-281-0/+15
* Centralize plist writing code.Jake Petroules2014-02-281-46/+88
* Add support for reading the plist format in the PropertyList extension.Jake Petroules2014-02-271-3/+32
* Add support for reading JSON plists in the PropertyList extension.Jake Petroules2014-02-271-5/+21
* Rename PropertyList API functions for better self-documentation.Jake Petroules2014-02-271-8/+8
* Fix potential uncaught exception when reading files with PropertyList.Jake Petroules2014-02-271-3/+3
* Properly retain/release the propertyListObject held by the plist object.Jake Petroules2014-02-271-1/+3
* Use localizedDescription instead of description when printing NSErrors.Jake Petroules2014-02-271-4/+4
* Use the same string conversion functions names as in QtCore.Jake Petroules2014-02-271-21/+23
* Only import Foundation for the PropertyList extension.Jake Petroules2014-01-211-1/+1
* Add a JS extension for working with property lists.Jake Petroules2014-01-201-0/+215