Commit Graph

28 Commits

Author SHA1 Message Date
iCatButler 8b4350fee7 Bring up to date with PCSX-R master (97809) 2016-03-30 15:07:35 +01:00
SND\MaddTheSane_cp ff3bbb27ec OS X: add CFBundleShortVersionString to the QuickLook and Spotlight importers.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93880 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2015-02-08 18:19:54 +00:00
SND\MaddTheSane_cp 527da3c3bb OS X: Fix an off-by-one error that was causing the QuickLook and Spotlight 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
2015-02-07 22:17:23 +00:00
SND\MaddTheSane_cp 759e29705c OS X: Re-work PcsxrMemoryObject to make the properties more readable.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92297 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-11-16 21:05:39 +00:00
SND\MaddTheSane_cp 1c334c0ec8 OS X: update the remaining xib files.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91803 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-10-08 16:51:26 +00:00
SND\MaddTheSane_cp 0abe31f640 OS X: QuickLook: Have the thumbnail images for the memory cards changed to 32 pixels.
Minor coding style changes.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91797 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-10-07 16:51:52 +00:00
SND\MaddTheSane_cp 1ca710ff8f OS X: only store the sjis string from the memory card:
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
2014-09-08 15:01:26 +00:00
SND\MaddTheSane_cp b96092d6fb OS X: Have the memory card images be represented as gif files.
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
2014-09-08 14:27:51 +00:00
SND\MaddTheSane_cp 7fa0b5b481 OS X: attempt to fix the QuickLook plug-in.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91264 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-08-19 21:34:08 +00:00
SND\MaddTheSane_cp da0bd50881 OS X: QuickLook: some minor tweaking.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91193 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-08-06 19:42:16 +00:00
SND\MaddTheSane_cp 2863112f25 OS X: QuickLook: some minor tweaking.
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
2014-08-06 19:39:04 +00:00
SND\MaddTheSane_cp f629ca7098 OS X: QuickLook: use animated gifs to show the memory card image.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91191 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-08-06 19:02:00 +00:00
SND\MaddTheSane_cp 3caff69e7f OS X: minor QuickLook changes.
Changed the table width to 380.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91035 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-22 18:35:23 +00:00
SND\MaddTheSane_cp d801c00dc6 OS X: Generate a thumbnail image for a memory card file.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91028 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-22 02:13:38 +00:00
SND\MaddTheSane_cp af3fc7e2a0 OS X: Center the QuickLook preview page.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91027 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-22 02:07:58 +00:00
SND\MaddTheSane_cp 3584a7617b OS X: trim down how much HTML code is in the SpotLight importer.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91022 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-21 21:54:30 +00:00
SND\MaddTheSane_cp f6fffad08b OS X: more improvements to the QuickLook plug-in.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91020 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-21 21:12:28 +00:00
SND\MaddTheSane_cp 0a350e0957 OS X: Modernize the Cocoa code using Xcode 6.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91019 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-21 20:24:55 +00:00
SND\MaddTheSane_cp 50630078a5 OS X: Implement the memory card QuickLook preview.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91017 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-21 20:23:01 +00:00
SND\MaddTheSane_cp 743106ec0b OS X: Begin work on the memory card QuickLook.
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
2014-07-21 01:32:08 +00:00
SND\MaddTheSane_cp 99d48611d9 OS X: Begin working on a metadata importer for the memory cards.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90602 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-06-06 16:25:30 +00:00
SND\MaddTheSane_cp 35d8295de2 OS X: working on the QuickLook generator.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90520 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-05-26 22:31:45 +00:00
SND\MaddTheSane_cp bc9abb12a5 OS X: Minor changes
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-05-22 04:24:14 +00:00
SND\MaddTheSane_cp bc2deb45eb OS X: Comment additions/changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89907 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-04-12 21:55:37 +00:00
SND\MaddTheSane_cp 4f3311553f OS X: More work on the QuickLook importer.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89716 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-03-29 20:11:02 +00:00
SND\MaddTheSane_cp 4b451d014b OS X:
More work on the QL importer.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89711 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-03-29 01:50:47 +00:00
SND\MaddTheSane_cp dca90ae6a6 OS X: More work on the QuickLook plug-in.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89710 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-03-28 23:34:09 +00:00
SND\MaddTheSane_cp ebfb89de00 OS X: Begin work on a QuickLook plug-in for freeze states.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89709 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-03-28 22:51:46 +00:00