« April 2007 | Archives index | June 2007 »
May 30, 2007
Install r82, 7 items changed
Update year strings in InfoPlist.strings files (preparation for 1.3.1 release)
Posted 2:57 PM
Install r81, 1 item changed
Explicit prebinding settings for PPC and i386 targets (silences linker warnings): on for PPC (10.2.8) and off for i386 (10.4)
Posted 2:51 PM
Install r80, 11 items changed
Display Uninstall button even if no previous install detected
Posted 2:46 PM
May 29, 2007
WOTest r164, 2 items changed
Header updates
Posted 7:42 PM
Synergy Advance r490, 1 item changed
Fix subtle build dependency ordering problem
Posted 7:39 PM
WOTest r163, 2 items changed
Fix problems with header file inclusion after doing a full clean (wiping out the shared built products folder)
Posted 5:00 PM
May 20, 2007
Synergy Advance r489, 52 items changed
Initial import of new help documentation
Posted 8:54 PM
May 18, 2007
WOTest r162, 1 item changed
Ignore Xcode index file in SOURCE_ROOT
Posted 12:26 PM
WOTest r161, 1 item changed
Reorder build phases to catch compilation and linker errors faster
Posted 12:25 PM
WOBezel r68, 1 item changed
Reorder build phases to catch compilation and linker errors faster
Posted 12:24 PM
WOHotKey r98, 1 item changed
Ignore Xcode index file in SOURCE_ROOT
Posted 12:24 PM
WOHotKey r97, 1 item changed
Reorder build phases to catch compilation and linker errors faster
Posted 12:24 PM
WODebug r175, 1 item changed
Ignore Xcode index file in SOURCE_ROOT
Posted 12:22 PM
WODebug r174, 1 item changed
Reorder build phases to catch compilation and linker errors faster
Posted 12:22 PM
WOCommon r632, 1 item changed
Ignore Xcode index file in SOURCE_ROOT
Posted 12:19 PM
WOCommon r631, 1 item changed
Reorder build phases to catch compilation and linker errors faster
Posted 12:19 PM
Synergy Advance r488, 1 item changed
Reorder build phases to catch compilation and linker errors faster
Posted 12:17 PM
May 17, 2007
WOCommon r630, 2 items changed
Notes for Leopard; Comment clean-up
Posted 3:36 PM
Synergy Advance r487, 1 item changed
Bump version number post-release
Posted 8:21 AM
buildtools r78, 1 item changed
Tag for Synergy Advance 0.5.1b release
Posted 8:21 AM
WOHotKey r96, 1 item changed
Tag for Synergy Advance 0.5.1b release
Posted 8:19 AM
WODebug r173, 1 item changed
Tag for Synergy Advance 0.5.1b release
Posted 8:16 AM
WOBezel r67, 1 item changed
Tag Synergy Advance 0.5.1b release
Posted 8:14 AM
WOCommon r629, 1 item changed
Tag Synergy Advance 0.5.1b release
Posted 8:12 AM
Synergy Advance r486, 1 item changed
Tag 0.5.1b release
Posted 8:10 AM
Synergy Advance r485, 1 item changed
Xcode project file noise
Posted 8:00 AM
May 16, 2007
WOCommon r628, 1 item changed
Bump Synergy Advance version number
Posted 8:17 PM
Synergy Advance r484, 2 items changed
Bump version number pre-release
Posted 8:16 PM
Synergy Advance r483, 5 items changed
Add rating adjustment nib
Posted 8:06 PM
Synergy Advance r482, 3 items changed
Class export for WORatingMenu (necessary for Release builds)
Posted 7:50 PM
Synergy Advance r481, 9 items changed
Replace previous implementation of Ratings submenu in Global Menu with newly refactored WORatingMenu class; now the Global Menu can also show/set half-star ratings whenever the Option key is held down, just like the new Dock Menu can
Posted 7:32 PM
Synergy Advance r480, 1 item changed
Update headers for WORatingMenu
Posted 5:51 PM
Synergy Advance r479, 14 items changed
Factor out ratings menu code into separate WORatingMenu class where it can be used by both the Dock and Global Menu
Posted 5:50 PM
Synergy Advance r478, 2 items changed
Automatically bundle up dSYM packages after each release build
Posted 1:30 PM
May 15, 2007
Synergy Advance r477, 1 item changed
Correct the selector used in three-star case
Posted 7:52 PM
Synergy Advance r476, 1 item changed
Use NSMixedState to mark half-star ratings, NSOnState to mark other ratings
Posted 7:50 PM
Synergy Advance r475, 2 items changed
Hint in user interface about use of Option key
Posted 7:26 PM
Synergy Advance r474, 1 item changed
Use 'black star' instead of 'white star' in WORatingTransformer
Posted 7:11 PM
Synergy Advance r473, 1 item changed
Remove header declaration for method refactored into other class; silences build warning
Posted 6:19 PM
Synergy Advance r472, 1 item changed
Ghost 'Stop' menu item if not applicable
Posted 6:14 PM
Synergy Advance r471, 4 items changed
New strings (for Dock menu)
Posted 6:12 PM
Synergy Advance r470, 2 items changed
Dock menu is now functional for all options exposed in the preferences
Posted 6:11 PM
Synergy Advance r469, 1 item changed
Handle more player states when updating Global Menu
Posted 6:10 PM
Synergy Advance r468, 1 item changed
Parameterless variants of many actions (allows for distinct behaviour for menu-driven and hot-key-driven invocations); Use macros instead of integer literals for better readability and robustness.
Posted 6:08 PM
Synergy r362, 16 items changed
Bump version number post-release
Posted 2:50 PM
Install r79, 1 item changed
Tag Synergy 3.1.3b release
Posted 11:53 AM
Install r78, 1 item changed
Ignore Xcode index file in SRCROOT
Posted 11:52 AM
Install r77, 1 item changed
Prep for Synergy 3.1.3b release
Posted 11:50 AM
Synergy r361, 2 items changed
Correct the tag for the 3.1.1 release
Posted 11:43 AM
Synergy r360, 1 item changed
Tagging 3.1.3b release.
Posted 11:42 AM
Synergy r359, 1 item changed
Ignore Xcode index file in SRCROOT
Posted 11:41 AM
Synergy r358, 18 items changed
Bump version number pre-release
Posted 11:39 AM
Synergy r357, 2 items changed
Source code cleanup
Posted 11:35 AM
May 14, 2007
Synergy Advance r467, 33 items changed
Refactoring: rating-to-string and player-state-to-string conversions now handled in NSValueTransformer subclasses for better modularity, plan is to later replace some related old-fashioned code with Cocoa bindings; Additional Dock preferences: basic working prototype of user-customizable Dock menu; Additional hot-keys for setting half-star ratings; Code improvements: many integer literals replaced with new macros for better robustness and readability (was able to delete many comments as a result); Renamed many methods in iTunes controller class (some actions were labelled using nouns instead of verbs); Update copyright dates; Source code formatting improvements
Posted 9:28 PM
Synergy r356, 1 item changed
Fix for encoding issue described in http://wincent.com/a/support/bugs/show_bug.cgi?id=566
Posted 4:21 PM
Synergy Advance r466, 2 items changed
To avoid confusion, suppress echoing of harmless warning messages to console at default log level (http://wincent.com/a/support/bugs/show_bug.cgi?id=568)
Posted 4:10 PM
May 11, 2007
WOCommon r627, 30 items changed
Upgrade RSpec plug-in to 0.9.4
Posted 1:21 PM
May 9, 2007
Synergy Advance r465, 1 item changed
Ignore Xcode index in SOURCE_ROOT
Posted 8:24 PM
May 6, 2007
WOCommon r626, 24 items changed
Upgrade RSpec plug-in to 0.9.3
Posted 9:05 PM
May 3, 2007
WOCommon r625, 199 items changed
Update rspec plugins to 0.9.2
Posted 12:17 PM
Walrus r192, 20 items changed
Spec updates for RSpec 0.9.2
Posted 11:27 AM


