<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/galago/notify-python</link><counters><counter name="forever" lastEventTime="1160356978" firstEventTime="1145944966">19</counter></counters><metadata></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module><branch>0.1.1</branch></source><body><commit><revision>2922</revision><author>chipx86</author><log>Branch notify-python 0.1.1 for release (r2919) </log><diffLines>3</diffLines><files><file/></files></commit></body><timestamp>1160356978</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2919</revision><author>chipx86</author><log>Bump to version 0.1.1.  </log><diffLines>42</diffLines><files><file>ChangeLog</file><file>configure.ac</file></files></commit></body><timestamp>1160356177</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2918</revision><author>chipx86</author><log>Patch by Johan Svedberg to fix some problems in thread-based programs.  </log><diffLines>78</diffLines><files><file>ChangeLog</file><file>NEWS</file><file>src/pynotify.override</file></files></commit></body><timestamp>1160355855</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2901</revision><author>chipx86</author><log>Patch by lmacken to add support for Notification.attach_to_status_icon.  </log><diffLines>79</diffLines><files><file>AUTHORS</file><file>ChangeLog</file><file>NEWS</file><file>src/pynotify.defs</file><file>src/pynotify.override</file></files></commit></body><timestamp>1157439845</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2900</revision><author>chipx86</author><log>How did these not get committed? Gah.  </log><diffLines>21</diffLines><files><file>ChangeLog</file><file>NEWS</file></files></commit></body><timestamp>1157439421</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2780</revision><author>chipx86</author><log>- Add EXPIRES_NEVER and EXPIRES_DEFAULT constants.
- Fix test-replace.py to set the second notification to have a default expiration.  </log><diffLines>54</diffLines><files><file>ChangeLog</file><file>src/pynotifymodule.c</file><file>tests/test-replace.py</file></files></commit></body><timestamp>1146039110</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2776</revision><author>chipx86</author><log>Added a Notification.set_hint() method, which takes a variety of types.  </log><diffLines>112</diffLines><files><file>ChangeLog</file><file>src/pynotify.override</file><file>tests/test-xy-stress.py</file><file>tests/test-xy.py</file></files></commit></body><timestamp>1146032668</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2775</revision><author>chipx86</author><log>Added two new test apps.  </log><diffLines>149</diffLines><files><file>ChangeLog</file><file>tests/Makefile.am</file><file>tests/test-replace-widget.py</file><file>tests/test-xy-stress.py</file></files></commit></body><timestamp>1146030826</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2774</revision><author>chipx86</author><log>dded several test apps.  </log><diffLines>162</diffLines><files><file>ChangeLog</file><file>tests/Makefile.am</file><file>tests/applet-critical.png</file><file>tests/test-default-action.py</file><file>tests/test-image.py</file><file>tests/test-multi-actions.py</file></files></commit></body><timestamp>1146029319</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2773</revision><author>chipx86</author><log>Fix add_action() to actually work.  </log><diffLines>87</diffLines><files><file>ChangeLog</file><file>src/pynotify.override</file></files></commit></body><timestamp>1146029287</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2772</revision><author>chipx86</author><log>Get action support working. We may be leaking a reference, though, I can't really tell. Oh, and test-multi-actions cannot quit from inside an action handler. Huh.  </log><diffLines>153</diffLines><files><file>ChangeLog</file><file>src/pynotify.override</file><file>tests/Makefile.am</file><file>tests/test-multi-actions.py</file></files></commit></body><timestamp>1145956039</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2771</revision><author>chipx86</author><log>- Add default values and null-ok to the message and icon parameters in the Notification constructor and update() method.
- Add a few test cases.  </log><diffLines>267</diffLines><files><file>ChangeLog</file><file>src/Makefile.am</file><file>src/pynotify.defs</file><file>tests/Makefile.am</file><file>tests/test-markup.py</file><file>tests/test-replace.py</file><file>tests/test-server-info.py</file><file>tests/test-urgency.py</file><file>tests/test-xy.py</file></files></commit></body><timestamp>1145954945</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2770</revision><author>chipx86</author><log>Fix get_server_caps(). It doesn't crash anymore.  </log><diffLines>64</diffLines><files><file>ChangeLog</file><file>src/pynotify.override</file></files></commit></body><timestamp>1145954382</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2769</revision><author>chipx86</author><log>- It works!
- Accept None for pynotify.Notification's icon and widget parameters, and default to None.  </log><diffLines>100</diffLines><files><file>ChangeLog</file><file>src/Makefile.am</file><file>src/pynotify.defs</file><file>src/pynotify.override</file><file>src/pynotifymodule.c</file><file>tests/test-basic.py</file></files></commit></body><timestamp>1145953748</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2768</revision><author>chipx86</author><log>- Wrap the remaining function.
- Add a test program.
- Absolutely nothing works.  </log><diffLines>264</diffLines><files><file>ChangeLog</file><file>src/Makefile.am</file><file>src/pynotify.defs</file><file>src/pynotify.override</file><file>src/pynotifymodule.c</file><file>tests/Makefile.am</file><file>tests/test-basic.py</file></files></commit></body><timestamp>1145951996</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2767</revision><author>chipx86</author><log>Reference the gdk-types.defs file so we can get NotifyNotification.set_icon_from_pixbuf for free.  </log><diffLines>43</diffLines><files><file>ChangeLog</file><file>src/Makefile.am</file><file>src/pynotify.override</file></files></commit></body><timestamp>1145947257</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2766</revision><author>chipx86</author><log>Wrap notify_get_server_caps() and notify_get_server_info().  </log><diffLines>126</diffLines><files><file>ChangeLog</file><file>src/pynotify.override</file></files></commit></body><timestamp>1145945644</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2765</revision><author>chipx86</author><log>Shush!  </log><diffLines>63</diffLines><files><file/><file>src/</file><file>tests/</file></files></commit></body><timestamp>1145945086</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-python</module></source><body><commit><revision>2764</revision><author>chipx86</author><log>Add the beginnings of the Python libnotify bindings.  </log><diffLines>1314</diffLines><files><file/><file>AUTHORS</file><file>COPYING</file><file>ChangeLog</file><file>INSTALL</file><file>Makefile.am</file><file>NEWS</file><file>README</file><file>acinclude.m4</file><file>autogen.sh</file><file>configure.ac</file><file>notify-python.pc.in</file><file>src/</file><file>src/Makefile.am</file><file>src/__init__.py</file><file>src/pynotify.defs</file><file>src/pynotify.override</file><file>src/pynotifymodule.c</file><file>tests/</file><file>tests/Makefile.am</file></files></commit></body><timestamp>1145944966</timestamp></message></recentMessages></statsTarget>
