diff options
author | Thierry Crozat | 2016-03-20 21:27:47 +0000 |
---|---|---|
committer | Thierry Crozat | 2016-03-25 15:37:13 +0000 |
commit | d519dd8ec3ee7258ed3657821990553a84960e2a (patch) | |
tree | 7bf099f9fef3e2621e3a27f035f766c7f6a4fc04 /.gitignore | |
parent | 2671918c92d68733e651fa870ee0e1de167ed128 (diff) | |
download | scummvm-rg350-d519dd8ec3ee7258ed3657821990553a84960e2a.tar.gz scummvm-rg350-d519dd8ec3ee7258ed3657821990553a84960e2a.tar.bz2 scummvm-rg350-d519dd8ec3ee7258ed3657821990553a84960e2a.zip |
OS X: Implement a Dock Tile Plugin to display recent games menu in dock
This allows to start a recently played game directly from the dock. The
ScummVM.app application should have been permanently added to the
dock and the menu is only present when ScummVM is not running. The
list of recently played game is written by the taskbar code in ScummVM.
The Dock Tile Plugin only reads that list to populate the menu.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 03e3393220..3e80289a16 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ lib*.a /config.log /scummvm /scummvm-static +/ScummVMDockTilePlugin* /config.h /config.mk /.gdb_history @@ -19,6 +20,7 @@ lib*.a /MT32_CONTROL.ROM /MT32_PCM.ROM /ScummVM.app +/scummvm.docktileplugin /scummvm-ps3.pkg /*.ipk /.project |