Menu

Tree [592e98] master /
 History

HTTPS access


File Date Author Commit
 About.nib 2005-12-17 aufflick aufflick [742bf4] added license text
 Deployment 2005-11-03 aufflick aufflick [37769f] added deployment folder
 English.lproj 2005-12-17 aufflick aufflick [ecabfa] code ready for v6 - voice & text chat - prefere...
 Preferences.nib 2005-12-17 aufflick aufflick [271753] adding new stuff for version b6
 SkypeMenuX.xcode 2005-11-06 aufflick aufflick [c0e47f] 0.5b
 SkypeMenuX.xcodeproj 2006-01-15 aufflick aufflick [8e873f] ready for v0.6b release
 .DS_Store 2005-12-17 aufflick aufflick [271753] adding new stuff for version b6
 .cvsignore 2005-11-03 aufflick aufflick [d7d3b6] *** empty log message ***
 AboutController.h 2005-12-17 aufflick aufflick [742bf4] added license text
 AboutController.m 2005-12-17 aufflick aufflick [742bf4] added license text
 Banner.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 Credits.html 2005-12-17 aufflick aufflick [742bf4] added license text
 Info.plist 2005-12-17 aufflick aufflick [742bf4] added license text
 Large dmg bg.png 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 PreferenceController.h 2005-12-17 aufflick aufflick [742bf4] added license text
 PreferenceController.m 2006-01-15 aufflick aufflick [8e873f] ready for v0.6b release
 README.txt 2006-01-15 aufflick aufflick [592e98] forgot to add about the xcode trials
 Skype mask.psd 2005-10-29 aufflick aufflick [d068d5] Initial revision
 Skype.psd 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeIcon.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeIconDisabled.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeIconHighlight.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeMenuController.h 2005-12-17 aufflick aufflick [742bf4] added license text
 SkypeMenuController.m 2006-01-15 aufflick aufflick [8e873f] ready for v0.6b release
 SkypeMenuX Help.webloc 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 SkypeMenuX Installation.webloc 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeMenuX dmg.icns 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 SkypeMenuX-Icon.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeMenuX-Info.plist 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeMenuX.icns 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeMenuX.psd 2005-10-29 aufflick aufflick [d068d5] Initial revision
 SkypeMenu_Prefix.pch 2005-10-29 aufflick aufflick [d068d5] Initial revision
 banner-right.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 buddyMenuImage.png 2005-11-06 aufflick aufflick [e323ba] first hit at adding buddy status
 buildDMG.pl 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 dmg bg.png 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 dmg bg.psd 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 dmg bg.xcf 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 dmg icon.psd 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 dmgSLA.r 2006-01-15 aufflick aufflick [526495] ready for v0.6b release
 main.m 2005-12-17 aufflick aufflick [ecabfa] code ready for v6 - voice & text chat - prefere...
 statusaway.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 statuschat.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 statusdonotdisturb.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 statusinvisible.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 statusnotavailable.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 statusoffline.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 statusonline.png 2005-10-29 aufflick aufflick [d068d5] Initial revision
 text_chat.png 2005-12-17 aufflick aufflick [ecabfa] code ready for v6 - voice & text chat - prefere...
 version.plist 2005-10-29 aufflick aufflick [d068d5] Initial revision
 voice_chat.png 2005-12-17 aufflick aufflick [ecabfa] code ready for v6 - voice & text chat - prefere...
 x-click-but21.gif 2005-12-17 aufflick aufflick [ecabfa] code ready for v6 - voice & text chat - prefere...

Read Me

2005-12-27 : 0.6b : Bugs fixed
   * Disk image no longer created automtically by buildDMG.pl due
     to aesthetic requirements
   * Now also tested on OSX 10.3.9

 Bugs Fixed:
   * Skype launching at startup is now reliable
     (changed Skype activation code to use cocoa workspace object instead
     of applescript)

2005-12-18 : (never released) : Additional features + project upgraded to Xcode 2.1
 Added Features:
   * Start either voice calls or text chats with online buddies
   * Set preferences to start SkypeMenuX and Skype on startup

 Build Notes:
   * I had problems with Xcode 2.1 upgrading the Xcode 1.5 project. In
     the end I built a new project from scratch :(
   * Built on OS 10.4 - 10.3 not yet tested
   * Disk Image target requires buildDMG.pl - you can download it from
     http://www.objectpark.org

2005-11-07 : 0.5b : Code cleanup and package
 * Buddy status feature now ready for general consumption

2005-11-06 : 0.4b : Rewrite of buddy status feature
 * Updating the menu from within the validate menuItem callback turns
   out to be a bad idea!
 * Now requires OS X 10.3 or later due to use of the ObjC thread
   synchronisation

2005-11-05 : 0.3b : Initial limited release of the buddy status feature

2005-11-03 : 0.2b : Minor enahncement release
 * Added a registered creator code to the application build
 * Moved the Quit menu options into a submenu to save vertical clutter

2005-10-29 : 0.1b : Initial release

------------ Note from initial check in --------

A quick note for the initial source checkin.

This code is licensed under the BSD license. See Credits.html for
more information.  The latest version can always be downloaded from
http://sourceforge.net/projects/skypemenux

To compile and link this code, you will need a copy of the Skype
Cocoa API.  See http://share.skype.com/ for information on downloading.

You will also need to download and compile the AGRegex library
(which in turn contains PCRE). See http://sourceforge.net/projects/agkit

You will also need to correct the library search path in the Build
preferences to match the location you have put the libraries.

To contact the author, email mark-skypemenux@aufflick.com or visit
http://sourceforge.net/projects/skypemenux

Mark Aufflick October 2005
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.