gajim: moved draw_tool into image class for delete/edit workaround

2009-08-24 Thread Ummu
changeset 3d7d967808a6 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=3d7d967808a6 description: moved draw_tool into image class for delete/edit workaround diffstat: src/whiteboardwidget.py | 33 - 1 files changed, 16

gajim: sends remove stanza when line is removed

2009-08-24 Thread Ummu
changeset e916bdb8f382 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=e916bdb8f382 description: sends remove stanza when line is removed diffstat: src/common/connection.py | 10 ++ src/common/jingle.py | 4 src/whiteboardwidget.py | 7

gajim: Deleting works.

2009-08-24 Thread Ummu
changeset ae5e9961e699 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=ae5e9961e699 description: Deleting works. diffstat: src/common/jingle.py | 21 ++--- 1 files changed, 14 insertions(+), 7 deletions(-) diffs (34 lines): diff -r e916bdb8f382

gajim: Item-created callback does not work, item-view-created as...

2009-08-15 Thread Ummu
changeset ddfe129e6abb in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=ddfe129e6abb description: Item-created callback does not work, item-view-created as said in docs does not exist, small hack used right now. xmpp not in on this commit. diffstat:

gajim: line tool implemented

2009-07-31 Thread Ummu
changeset dacb6e4fd6be in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=dacb6e4fd6be description: line tool implemented diffstat: data/glade/whiteboard_widget.glade | 15 ++- src/whiteboardwidget.py| 25 + 2 files

gajim: stroke color selection

2009-07-31 Thread Ummu
changeset d3a8c41969c8 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=d3a8c41969c8 description: stroke color selection diffstat: data/glade/whiteboard_widget.glade | 40 src/whiteboardwidget.py| 41

gajim: fixed merge error with line tool

2009-07-31 Thread Ummu
changeset 9300ee948779 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=9300ee948779 description: fixed merge error with line tool diffstat: src/whiteboardwidget.py | 7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diffs (24 lines): diff -r

gajim: Linked buttons to tools. Today was the happiest day of my...

2009-07-24 Thread Ummu
changeset 32fe0483a8ec in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=32fe0483a8ec description: Linked buttons to tools. Today was the happiest day of my life I think. diffstat: src/whiteboardwidget.py | 12 ++-- 1 files changed, 2 insertions(+), 10

gajim: Linked the other buttons to tools too, did not save properly

2009-07-24 Thread Ummu
changeset 19d935da3b4e in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=19d935da3b4e description: Linked the other buttons to tools too, did not save properly diffstat: src/whiteboardwidget.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (16

gajim: some cleanup, need to commit before I merge

2009-07-24 Thread Ummu
changeset 6d5cd13ac5e0 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=6d5cd13ac5e0 description: some cleanup, need to commit before I merge diffstat: src/chat_control.py | 4 ++-- src/dialogs.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

gajim: here goes

2009-07-21 Thread Ummu
changeset b97defc178c9 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=b97defc178c9 description: here goes diffstat: data/glade/whiteboard_widget.glade | 57 src/chat_control.py| 29 --

gajim: Fixed some errors in chat_control for the right-hand butt...

2009-07-21 Thread Ummu
changeset f655e1974784 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=f655e1974784 description: Fixed some errors in chat_control for the right-hand buttons, but still errors diffstat: data/glade/whiteboard_widget.glade | 3 +++ src/chat_control.py

gajim: Now there is valid SVG produced

2009-06-25 Thread Ummu
+ + +A whiteboard widget made for Gajim. Only has basic line tool that draws +SVG Paths. +- Ummu + + +class Whiteboard(goocanvas.Canvas): +def __init__(self): +goocanvas.Canvas.__init__(self) +self.set_flags(gtk.CAN_FOCUS) +self.root = self.get_root_item() + +# Events