CIA.vc
AV
Real-time open source activity stats
Stats » Projects » Adium » AV
informationsyndicateUTC clock
07:15 on May 27, 2012
event counters
The last message was received 1.7 months ago at 04:41 on Apr 06, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 433 messages last month
445 messages since the first one, 0.99 years ago, for an average of 0.81 days between messages
recent messages
dateReversed sort columnprojectcontentlink
04:41 on Apr 06Adium
Commit by Thijs Alkemade <thijsalkemade@gmail.com> :: 754212417d98 r4390 AV/ (5 files in 3 dirs): (link)

  • Fix indentation, formatting and logging of adiumPurpleMedia.
  • The video views are now part of the call window itself, instead of spawning two new windows.
#
03:49 on Apr 06Adium
Commit by Thijs Alkemade <thijsalkemade@gmail.com> :: 89b3680d0b13 r4388 AV/Plugins/Purple Service/ (2 files): (link)

Updated the Adium source:

  • Removed references to libgstfarsight
  • Two pads were overreleased
  • Turn logging to the log window back on for GLib errors
  • Save the registery locally to Adium, so it can't get confused by other apps
#
03:49 on Apr 06Adium
Commit by Thijs Alkemade <thijsalkemade@gmail.com> :: 313cad9650be r4389 AV/Plugins/Purple Service/adiumPurpleMedia.m: (link)
Silence some warnings. Change the CFRunloop based code to libdispatch. According to my understanding of this code, it should work in the same way, but I'm not 100% sure of that.
#
23:54 on Apr 05Adium
Commit by Patrick Steinhardt <steinhardt.p@me.com> :: d8c2916e97d1 r4115 AV/Frameworks/libpurple.framework/ (Headers Resources): (link)
Fixed symlinks of libpurple.framework.
#
23:54 on Apr 05Adium
Commit by Evan Schoenberg :: 7cedf16beeab r4260 AV/ (3 files in 2 dirs): (link)
Nobody should be releasing proxy objects externally; this should only be done when the AIListObject deallocates. Refs #14294
#
23:54 on Apr 05Adium
Commit by Thijs Alkemade <thijsalkemade@gmail.com> :: b5e244e38893 r4387 AV/ (972 files in 164 dirs): (link)

Updated the VV dependencies:

  • Moved to Farstream from Farsight2.
  • Removed gst-plugins-farsight. This has been obsolete for ages.
  • Removed json-glib, we don't need it without Facebook anymore.
  • Updated glib and gstream to more recent versions.
  • CC is currently set to my own MacPorts install of gcc 4.2. glib appears to have some issues with clang.
#
23:54 on Apr 05Adium
Commit by Evan Schoenberg :: 190394c802ee r4088 AV/Adium.xcodeproj/project.pbxproj: (link)
Restored the project file to rev 3870, where it stood before the facebook-xmpp merge
#
23:54 on Apr 05Adium
Commit by Patrick Steinhardt <steinhardt.p@me.com> :: 6815686d7b2f r4135 AV/ (2 files in 2 dirs): (link)
Revert one change made in 3682:5d5b68b95780 to fix updating of channel's topic. Fixes #15240.
#
23:54 on Apr 05Adium
Commit by Stephen Holt <sholt@adium.im> :: 015d5c177f12 r4366 AV/ChangeLogs/Changes Between Betas.txt: (link)
More changeloggin
#
23:53 on Apr 05Adium
Commit by Evan Schoenberg :: 19ad494dc235 r4066 AV/Plugins/Purple Service/ (3 files): (link)
Update to our new app id, api key, and app secret. Also, prevent a crash by not returning nil within the webView willLoadResource method.
(transplanted from da2a143f916836c30d1322dc2516ff2729147eae)
#
23:53 on Apr 05Adium
Commit by Thijs Alkemade <thijsalkemade@gmail.com> :: ffef4c9983a5 r4300 AV/ (5 files in 3 dirs): (link)
I hope this finally makes Adium build correctly with Sparkle as a subrepository. Make sure Adium looks for the right configuration of Sparkle when building.
#
23:53 on Apr 05Adium
Commit by Adrian Godoroja <robotive@me.com> :: 73744b7c2ae7 r4288 AV/Plugins/Dual Window Interface/MessageView.xib: (link)
Fix the annoying 1px borders of SplitView in MessageView.
#
23:53 on Apr 05Adium
Commit by Stephen Holt <sholt@adium.im> :: f724feac97c0 r4316 AV/Source/AIListWindowController.m: (link)
Make this UTF8
#
23:53 on Apr 05Adium
Commit by Gordon Child <gordon@gordonchild.com> :: 14685b7a7900 r4132 AV/ (2 files in 2 dirs): (link)
Fixed ticket 14493 - Contact doesn't highlight when typing despite pref

Prior to the fix, the highlight would only occur on the meta contact when the preferred contact was typing. If any non-preferred contact was typing, then the meta contact would not hilight.

The fix was to remove "isEvent" from the list of forwarded properties in AIMetaContact

Refs #14493, r=xnyhps
#
23:53 on Apr 05Adium
Commit by Evan Schoenberg :: f6b5032e42e3 r4086 AV/Plugins/Purple Service/ (2 files): (link)
Made the Facebook authorization window properly localizable
(transplanted from fcd78a53a9a016fd49c419fe4b298e62e461770e)
#
23:53 on Apr 05Adium
Commit by Evan Schoenberg :: d625c06bf4df r4050 AV/Plugins/Purple Service/CBPurpleAccount.m: (link)
Access 'account' through the accessor, which will lazily create as necessary, to ensure proper behavior. There's no guarantee the PurpleaAccount has already been initialized.
(transplanted from 78f14fe416d99e97c4c382d71caeeb3d3d1e8044)
#
23:53 on Apr 05Adium
Commit by Patrick Steinhardt <steinhardt.p@me.com> :: 546c8a28502f r4143 AV/ (9 files in 4 dirs): (link)
Selecting next(previous) chat now corresponds to Safaris keybinding Ctrl(+Shift)+Tab. The preference regarding this shortcut has been removed. Fixes #15221.
#
23:53 on Apr 05Adium
Commit by Thijs Alkemade <thijsalkemade@gmail.com> :: ef04e5b56748 r4128 AV/Frameworks/Adium Framework/Source/AIListBookmark.m: (link)
Forgot to remove this debug message.
#
23:53 on Apr 05Adium
Commit by Patrick Steinhardt <steinhardt.p@me.com> :: 6e6bfe121003 r4234 AV/Source/DCMessageContextDisplayPlugin.m: (link)
Fixed context-messages showing up even if logging is entirely disabled. Fixes #12577.
#
23:53 on Apr 05Adium
Commit by Adrian Godoroja <robotive@me.com> :: a1c9c5edab48 r3972 AV/ (5 files in 2 dirs): (link)
Failed to remove with previous commit.
#