William Bowling is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

wbowling / adium (fork of adium / adium)

Fork of Adium for patches/improvements

Clone this repository (size: 338.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/wbowling/adium
hg clone ssh://hg@bitbucket.org/wbowling/adium
Filename Size Date modified Message
AIUtilities
AdiumSpotlightImporter.xcodeproj
English.lproj
cs.lproj
da.lproj
de.lproj
fi.lproj
fr.lproj
fr_CA.lproj
is.lproj
it.lproj
ja.lproj
nb.lproj
nl.lproj
pl.lproj
pt.lproj
ru.lproj
sl.lproj
sv.lproj
tr.lproj
zh_CN.lproj
AFSIAppDelegate.h 203 B Adding an application target to make the Spotlight importer easy to Shark. Run the app, hit Option-Escape, drag a folder full of log files onto the app.
AFSIAppDelegate.m 2.4 KB Added code to the test app to track how many files it's “imported” and how long it's taken. This reports 0.007231 seconds per file on my machine.
AFSIMain.m 90 B Adding an application target to make the Spotlight importer easy to Shark. Run the app, hit Option-Escape, drag a folder full of log files onto the app.
AdiumFauxSpotlightImporter-Info.plist 4.3 KB Adding an application target to make the Spotlight importer easy to Shark. Run the app, hit Option-Escape, drag a folder full of log files onto the app.
AdiumSpotlightImporter.h 181 B I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
GetMetadataForFile.m 10.4 KB Set kMDItemDurationSeconds to a double, not an int. Fixes a warning.
GetMetadataForHTMLLog-Additions.h 461 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
GetMetadataForHTMLLog-Additions.m 9.4 KB Remove unused function
GetMetadataForHTMLLog.h 286 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
GetMetadataForHTMLLog.m 11.7 KB Fixed sign-comparison warnings by unifying variables on size_t instead of int.
Info.plist 1.4 KB Link and compile AIUtilities from the spotlight importer.
Version 22 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
en_GB.lproj 872 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
es.lproj 902 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
main.c 8.1 KB I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
maintest.m 187 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
pt_BR.lproj 433 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
schema.xml 1.8 KB svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
version.plist 472 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
zh_TW.lproj 419 B svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk