You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
I managed to fix some build/crash issues, ported several plugins to the new
architecture, and and now using Alchemy for several days without major
problem. Here is the essential changes I made to the blacktree-alchemy
trunk tree.
If maintenance is not actively done in the trunk (so it seems), I am
willing to do that, e.g. cleaning obsolete codes, replacing/removing
deprecated api calls, better formatting and also porting existing plugins.
Diff description:
Quicksilver/Application/Code/QSPreferencesController.m
* remove setAnimationDelay:
Quicksilver/Application/Code/QSCatalogPrefPane.m
* selectRow:byExtendingSelection: => selectRowIndexes:byExtendingSelection:
* some code cleansing
Crucible/External/ND/NSString+NDCarbonUtilities.m
* check the return of CFURLCreateFromFSRef
Crucible/Code/NSWindow_BLTRExtensions.h
* add method decl
Crucible/Code/QSCommand.m
* allow [oDict objectForKey:@"indirectArchive"] == nil
I also needed to make the following changes, which are not included in the
diff, due to the files being non-text ones.
Quicksilver/Application/Resources-Nibs/QSActionsPrefPane.nib/keyedobjects.nib
* Catalog entry Info middle pane, right column: remove binding path
Quicksilver/Application/Resources-Nibs/QSActionsPrefPane.nib/keyedobjects.nib
* Remove binding to icon
Original issue reported on code.google.com by [email protected] on 23 Oct 2009 at 9:20
Original issue reported on code.google.com by
[email protected]
on 23 Oct 2009 at 9:20Attachments:
The text was updated successfully, but these errors were encountered: