summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr-QL
Commit message (Collapse)AuthorAgeFilesLines
* Bring up to date with PCSX-R master (97809)iCatButler2016-03-302-13/+13
|
* OS X: add CFBundleShortVersionString to the QuickLook and Spotlight importers.SND\MaddTheSane_cp2015-02-081-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93880 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix an off-by-one error that was causing the QuickLook and Spotlight ↵SND\MaddTheSane_cp2015-02-071-2/+2
| | | | | | | | plug-ins to crash. The bug was also present in the app itself, but it didn't crash. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93874 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Re-work PcsxrMemoryObject to make the properties more readable.SND\MaddTheSane_cp2014-11-163-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92297 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: update the remaining xib files.SND\MaddTheSane_cp2014-10-081-2/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91803 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: QuickLook: Have the thumbnail images for the memory cards changed to ↵SND\MaddTheSane_cp2014-10-072-4/+4
| | | | | | | | 32 pixels. Minor coding style changes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91797 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: only store the sjis string from the memory card:SND\MaddTheSane_cp2014-09-081-2/+2
| | | | | | The sjis title returned from GetMcdBlockInfo is is the latin title with Shift Japanese added, use that exclusively for PcsxrMemoryObject's name string. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91359 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Have the memory card images be represented as gif files.SND\MaddTheSane_cp2014-09-081-1/+1
| | | | | | This makes it less of a chore handling the animation, as the OS will do it automatically for us now. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91357 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: attempt to fix the QuickLook plug-in.SND\MaddTheSane_cp2014-08-192-3/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91264 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: QuickLook: some minor tweaking.SND\MaddTheSane_cp2014-08-061-9/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91193 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: QuickLook: some minor tweaking.SND\MaddTheSane_cp2014-08-061-12/+17
| | | | | | The generator will use the same APIs as the gif generator if there is only one image. It will still generate a PNG file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91192 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: QuickLook: use animated gifs to show the memory card image.SND\MaddTheSane_cp2014-08-061-7/+30
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91191 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor QuickLook changes.SND\MaddTheSane_cp2014-07-222-4/+2
| | | | | | Changed the table width to 380. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91035 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Generate a thumbnail image for a memory card file.SND\MaddTheSane_cp2014-07-221-1/+64
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91028 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Center the QuickLook preview page.SND\MaddTheSane_cp2014-07-221-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91027 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: trim down how much HTML code is in the SpotLight importer.SND\MaddTheSane_cp2014-07-213-13/+26
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91022 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: more improvements to the QuickLook plug-in.SND\MaddTheSane_cp2014-07-214-5/+26
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91020 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Modernize the Cocoa code using Xcode 6.SND\MaddTheSane_cp2014-07-211-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91019 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Implement the memory card QuickLook preview.SND\MaddTheSane_cp2014-07-212-5/+32
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91017 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Begin work on the memory card QuickLook.SND\MaddTheSane_cp2014-07-216-10/+212
| | | | | | Disable the memory card QuickLook parts: it can wait for another day. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91006 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Begin working on a metadata importer for the memory cards.SND\MaddTheSane_cp2014-06-061-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90602 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: working on the QuickLook generator.SND\MaddTheSane_cp2014-05-261-10/+21
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90520 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Minor changesSND\MaddTheSane_cp2014-05-221-5/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Comment additions/changes.SND\MaddTheSane_cp2014-04-121-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89907 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: More work on the QuickLook importer.SND\MaddTheSane_cp2014-03-293-35/+117
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89716 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-03-292-7/+8
| | | | | | More work on the QL importer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89711 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: More work on the QuickLook plug-in.SND\MaddTheSane_cp2014-03-285-24/+1412
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89710 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Begin work on a QuickLook plug-in for freeze states.SND\MaddTheSane_cp2014-03-287-0/+421
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89709 e17a0e51-4ae3-4d35-97c3-1a29b211df97