<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/galago/notify-daemon-ng</link><counters><counter name="forever" lastEventTime="1136964800" firstEventTime="1131657985">14</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-daemon-ng</module></source><body><commit><revision>2410</revision><author>chipx86</author><log>Although it's a small hack, add support back for D-BUS 0.36+.  </log><diffLines>106</diffLines><files><file>ChangeLog</file><file>configure.ac</file><file>src/eggnotificationbubblewidget.c</file><file>src/notifydaemon.c</file></files></commit></body><timestamp>1136964799</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2409</revision><author>chipx86</author><log>Fix another case of C99 usage.  </log><diffLines>43</diffLines><files><file>ChangeLog</file><file>src/eggnotificationbubblewidget.c</file></files></commit></body><timestamp>1136962681</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2407</revision><author>chipx86</author><log>More svn:ignore goodness.  </log><diffLines>58</diffLines><files><file/><file>src/</file></files></commit></body><timestamp>1136962304</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2390</revision><author>johnp</author><log> * src/eggnotificationbubblewidget.h (struct _DrawingPipeline):
Added intermediate pipeline for graphics rendering

* src/eggnotificationbubblewidget.c 
(_stencil_bubble*): These methods now take care of prerendering
the graphics to the pipeline and calculating the x, y offset of
the arrow
(struct DrawingInstruction): intermediate drawing primitive
(_drawing_instruction_*): New internal methods for manipulating
drawing instructions
(_edge_line_to, _close_path): internal convinience methods for
drawing skewed lines attached by rounded corners (i.e. you can
draw a box and specify the radius of each corner)
(egg_notification_bubble_widget_set_pos): prerender the bubble here
to get arrow offsets
(draw_bubble_widget): Take out all calculations from this expose
handler and simply render the precalculated pipeline   </log><diffLines>1053</diffLines><files><file>ChangeLog</file><file>src/eggnotificationbubblewidget.c</file><file>src/eggnotificationbubblewidget.h</file></files></commit></body><timestamp>1136332268</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2387</revision><author>johnp</author><log>- This is the 0.3.1 release not 0.3.0  </log><diffLines>28</diffLines><files><file>ChangeLog</file><file>NEWS</file></files></commit></body><timestamp>1134604658</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2386</revision><author>johnp</author><log>* Release 0.3.0

* src/Makefile.am: fix for building in a seperate build directory

* configure.ac: Require D-Bus &gt;= 0.60   </log><diffLines>71</diffLines><files><file>ChangeLog</file><file>NEWS</file><file>configure.ac</file><file>src/Makefile.am</file></files></commit></body><timestamp>1134604512</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2370</revision><author>johnp</author><log>* Checkin changelog  </log><diffLines>28</diffLines><files><file>ChangeLog</file></files></commit></body><timestamp>1134426514</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2369</revision><author>johnp</author><log>* src/eggnotificationbubblewidget.c (size_request_handler): removed
  (egg_notification_bubble_widget_init): initialize draw_arrow to FALSE
  (_populate_window): Move adding widgets to the table to the 
  _layout_window method
  (draw_bubble_widget): now can draw bubble without the arrow
  (egg_notification_bubble_widget_set_draw_arrow): New method for setting
  whether or not we should draw the arrow

* src/notifydaemon.c (_notify_daemon_add_bubble_to_poptart_stack): new
  method which is used for adding bubbles without x, y coordinates to the
  &quot;poptart&quot; stack
  (_remove_bubble_from_poptart_stack): removes a bubble from the stack
  and repositions the rest of the stack
  (notify_daemon_notify_handler): add bubble to poptart stack if no
  no x, y location given   </log><diffLines>976</diffLines><files><file>src/eggnotificationbubblewidget.c</file><file>src/eggnotificationbubblewidget.h</file><file>src/notifydaemon.c</file></files></commit></body><timestamp>1134426197</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2368</revision><author>johnp</author><log>* src/eggnotificationbubblewidget.c (_layout_window): Add buttons for
  actions
  (draw_bubble_widget): close the cairo path so courner caps work
  (egg_notification_bubble_widget_create_button): new method to create
  a button and add it to the bubble
  (egg_notification_bubble_widget_clear_buttons): new method for clearing
  up all the buttons in the bubble

  * src/notifydaemon.xml: make the Notify method async so we can get the
  sender

  * src/notifydaemon.c (_emit_action_invoked_signal):  Emits the dbus 
  signal when one of the action buttons is clicked
  (_emit_closed_signal): emits a Closed signal over the bus when the
  bubble is closed
  (_close_notification): call _emit_closed_signal
  (_notification_daemon_handle_bubble_widget_action): new method - iternal
  callback we hook up to the buttons' &quot;clicked&quot; signal
  (notify_daemon_notify_handler): change to an async method
  store the unique name of the sender that called us
  setup buttons if actions have been added   </log><diffLines>631</diffLines><files><file>ChangeLog</file><file>src/eggnotificationbubblewidget.c</file><file>src/eggnotificationbubblewidget.h</file><file>src/notifydaemon-dbus-glue.h</file><file>src/notifydaemon.c</file><file>src/notifydaemon.h</file><file>src/notifydaemon.xml</file></files></commit></body><timestamp>1134159803</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2342</revision><author>johnp</author><log>* src/eggnotificationbubblewidget.c: Add a more stylized bubble
  and render in both composite and shaped window mode  </log><diffLines>1411</diffLines><files><file>ChangeLog</file><file>configure.ac</file><file>src/eggnotificationbubblewidget.c</file><file>src/eggnotificationbubblewidget.h</file></files></commit></body><timestamp>1132696833</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2315</revision><author>johnp</author><log>Bump to 0.3.0 add build and install fixes </log><diffLines>101</diffLines><files><file>Makefile.am</file><file>configure.ac</file><file>src/Makefile.am</file></files></commit></body><timestamp>1132079189</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2314</revision><author>johnp</author><log>- change refrences from notification to notify </log><diffLines>179</diffLines><files><file>ChangeLog</file><file>Makefile.am</file><file>autogen.sh</file><file>configure.ac</file><file>notification-daemon.service.in</file><file>notify-daemon.service.in</file><file>src/Makefile.am</file></files></commit></body><timestamp>1132068999</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2290</revision><author>johnp</author><log>* Fix notification-daemon.service.in so it points to libexecdir
  correctly  </log><diffLines>24</diffLines><files><file>configure.ac</file><file>notification-daemon.service.in</file></files></commit></body><timestamp>1131659673</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.11</version></generator><source><project>galago</project><module>notify-daemon-ng</module></source><body><commit><revision>2289</revision><author>johnp</author><log>* Changed the package name in aurogen.sh
* Commit correct src/Makefile.am file  </log><diffLines>56</diffLines><files><file>autogen.sh</file><file>src/Makefile.am</file></files></commit></body><timestamp>1131657971</timestamp></message></recentMessages></statsTarget>
