<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/author/anevilyak</link><counters><counter name="thisWeek" lastEventTime="1337808329" firstEventTime="1337808329">1</counter><counter name="forever" lastEventTime="1337808329" firstEventTime="1204032445">869</counter><counter name="lastMonth" lastEventTime="1335659548" firstEventTime="1333243674">10</counter><counter name="thisMonth" lastEventTime="1337808329" firstEventTime="1335842428">7</counter></counters><metadata></metadata><recentMessages><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44195</revision>       <author>anevilyak</author>       <log>Fix #8596: common_getgroups copies too little data

common_getgroups, when called from within the kernel, copies actualCount
bytes instead of actualCount * sizeof(gid_t) bytes.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=021ccbd</url>     </commit>   </body>   <timestamp>1337792170</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44122</revision>       <author>anevilyak</author>       <log>Style fixes.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=95aae4a</url>     </commit>   </body>   <timestamp>1336335136</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44113</revision>       <author>anevilyak</author>       <log>Fix regressions introduced by previous commit.

- Conditionally enable and disable event masks as needed when we detect
  the mouse entering/exiting the deskbar area. This is necessary because
  otherwise the app_server appears to eat mouse messages due to the ctrl+cmd+
  resize shortcut. Also change some conditionals slightly to better deal with
  differing combinations of autohide and/or autoraise.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=ec3fd17</url>     </commit>   </body>   <timestamp>1336246379</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44112</revision>       <author>anevilyak</author>       <log>Fix ticket #8497.

- Rework Deskbar's handling for the autoraise/autohide cases to not
  need event masks. This prevents various problems that would occur
  if one happened to be working in another window that overlapped part
  of Deskbar, as reported in #8497. Instead, we now use a message filter
  to redirect the messages as needed.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=22812ba</url>     </commit>   </body>   <timestamp>1336243528</timestamp> </message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>haiku-webkit</project></source><body><commit><revision>588</revision><author>anevilyak</author><log>Fix build.   </log><diffLines>45</diffLines><url>http://webpositive.haiku-os.org/changeset/588</url><files><file action="modify" uri="http://webpositive.haiku-os.org/browser/webkit/trunk/WebCore/Jamfile">webkit/trunk/WebCore/Jamfile</file><file action="modify" uri="http://webpositive.haiku-os.org/browser/webkit/trunk/WebKit/Jamfile">webkit/trunk/WebKit/Jamfile</file></files></commit></body><timestamp>1335927346</timestamp></message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44087</revision>       <author>anevilyak</author>       <log>Make memory menu items 64-bit safe.

Redo the precision levels of various calculations in the memory bar items
so they don't overflow on systems with &gt; 4GB of RAM. Previously one could
see fun results like the kernel using negative amounts of memory on such
systems.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=aa19448</url>     </commit>   </body>   <timestamp>1335837390</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44086</revision>       <author>anevilyak</author>       <log>Fix remaining part of #8094.

Set an explicit minimum size on the source path view, in order to prevent it
from unduly influencing the initial size constraints of the window. (Belatedly)
fixes the remaining part of #8094.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=119c90f</url>     </commit>   </body>   <timestamp>1335827305</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44076</revision>       <author>anevilyak</author>       <log>Fix decorator reload crash.

- SetTopTap() -&gt; SetTopTab().
- When reloading the decor, if the window in question is borderless,
  short circuit. Previously, we wouldn't allocate a decorator for such
  a window, but would then go through the remaining steps of attempting
  to set the focus/top tab, which would obviously crash. Fixes #8500 and
  possibly others.
- Add error check that adding tabs to the decorator actually succeeded.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=03b82a6</url>     </commit>   </body>   <timestamp>1335644479</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44074</revision>       <author>anevilyak</author>       <log>Handle gcc2 quirks with paths.

When asked to build via a relative path (i.e. from within a generated subdir),
gcc2 was generating a compilation directory attribute pointing to the generated
subdirectory, as well as entering the actual filename attribute as the full
absolute path to the file. This wasn't checked for, leading to the issue
described in ticket #8498. gcc4 does not appear to have the same behavior,
it generates a relative path + filename in all cases.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=96493c2</url>     </commit>   </body>   <timestamp>1335642173</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44034</revision>       <author>anevilyak</author>       <log>Reorder names alphabetically.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=937ca11</url>     </commit>   </body>   <timestamp>1334492578</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44022</revision>       <author>anevilyak</author>       <log>Rework NetworkStatus's status tracking a bit.

NetworkStatus now tracks the status of each interface separately, and
uses that information to make correct comparisons for notifications.
Previously, it would only send notifications using whatever interface
was last in the enumeration list, and if an earlier interface had a higher
configuration level than that, the notification would incorrectly be sent
as occurring on the last interface. We now send notifications for each
interface separately. The status shown by the deskbar icon remains that
of the most highly configured detected interface. Fixes #8468.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=5c46b17</url>     </commit>   </body>   <timestamp>1334407608</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44003</revision>       <author>anevilyak</author>       <log>Implement DW_LNE_set_discriminator from DWARF 4.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=3c57632</url>     </commit>   </body>   <timestamp>1334186939</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44002</revision>       <author>anevilyak</author>       <log>Fix slight oversight in previous commit.

Only trigger autoconfiguration if the link status changed from down
to up.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=56981da</url>     </commit>   </body>   <timestamp>1334183504</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44001</revision>       <author>anevilyak</author>       <log>Keep more accurate track of media status changes.

AutoConfigLooper now remembers the last media state it received from the device,
and compares both to see if the active state actually changed. Should help with
quality changes where the link didn't actually drop. May also help on ethernet
if the chipset sends spurious link status change notifications.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=9cac658</url>     </commit>   </body>   <timestamp>1334183240</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43972</revision>       <author>anevilyak</author>       <log>Fix typeahead cancellation in file panels.

- Add accessor to PoseView that reports whether the view is currently
  typeahead filtering.
- Use said accessor in the file panel's filter in order to detect whether
  to tell the latter to cancel filtering vs closing the panel.

Fixes #8140.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=3da13b8</url>     </commit>   </body>   <timestamp>1333844439</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43942</revision>       <author>anevilyak</author>       <log>Fix incorrect error check.

The case where GetRefreshLimits() failed wasn't being detected and
handled correctly.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=ec495b3</url>     </commit>   </body>   <timestamp>1333404256</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43923</revision>       <author>anevilyak</author>       <log>Fix crashing corner case in screen prefs.

If the refresh limits only allowed a single refresh, the menu item constructed
had no BMessage. This caused _UpdateRefreshControls() to crash when attempting
to match the current refresh rate to the item. For simplicity, give it a message
containing the fixed refresh rate just as in all other cases. Should finally
fix #8431.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=cf07696</url>     </commit>   </body>   <timestamp>1333229481</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43919</revision>       <author>anevilyak</author>       <log>Updated Web+ package.

Fixes an oversight in yesterday's bug fix.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=484afd3</url>     </commit>   </body>   <timestamp>1333218064</timestamp> </message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>haiku-webkit</project></source><body><commit><revision>586</revision><author>anevilyak</author><log>Be more specific about how we check the modifiers mask.   </log><diffLines>16</diffLines><url>http://webpositive.haiku-os.org/changeset/586</url><files><file action="modify" uri="http://webpositive.haiku-os.org/browser/webkit/trunk/WebKit/haiku/WebPositive/autocompletion/TextViewCompleter.cpp">webkit/trunk/WebKit/haiku/WebPositive/autocompletion/TextViewCompleter.cpp</file></files></commit></body><timestamp>1333231861</timestamp></message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43909</revision>       <author>anevilyak</author>       <log>Update Web+ optional package.

- Fixes a problem in Web+'s autocompletion handler that would
  result in it eating things like workspace switching shortcuts
  if Web+'s URL input had focus.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=ab29485</url>     </commit>   </body>   <timestamp>1333160638</timestamp> </message></recentMessages></statsTarget>
