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 -r

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: 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 insertions(+),

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: data/glade/white

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 37853053c94

gajim: merge

2009-07-31 Thread Ummu
changeset 37853053c942 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=37853053c942 description: merge diffstat: data/glade/whiteboard_widget.glade | 15 ++- src/whiteboardwidget.py| 25 + 2 files changed, 39 inserti

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: 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 cha

gajim: New method works until second item is added. Again with c...

2009-07-27 Thread Ummu
changeset 5dc42736b6d7 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=5dc42736b6d7 description: New method works until second item is added. Again with chatcontrol disappearing. Jingle Problem? New method also adds to whiteboard, node, and self.items correctly. dif

gajim: Pathing works! For some reason only one person can draw b...

2009-07-24 Thread Ummu
changeset d9eaf9d3d532 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=d9eaf9d3d532 description: Pathing works! For some reason only one person can draw because the other loses self.control. Does not yet add to self.items. diffstat: src/common/jingle.py| 10 +

gajim: Made whiteboard into self.whiteboard, fixed export functi...

2009-07-24 Thread Ummu
changeset 654f48289543 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=654f48289543 description: Made whiteboard into self.whiteboard, fixed export function error diffstat: src/chat_control.py | 6 +++--- src/whiteboardwidget.py | 2 +- 2 files changed, 4 inse

gajim: merges

2009-07-24 Thread Ummu
changeset 2ffded3ed32d in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=2ffded3ed32d description: merges diffstat: src/chat_control.py | 4 ++-- src/dialogs.py | 2 +- src/whiteboardwidget.py | 9 ++--- 3 files changed, 5 insertions(+), 10 deletio

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(-) diffs

gajim: Removed useless imports

2009-07-24 Thread Ummu
changeset 7bf8ce36abcf in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=7bf8ce36abcf description: Removed useless imports diffstat: src/whiteboardwidget.py | 5 - 1 files changed, 0 insertions(+), 5 deletions(-) diffs (15 lines): diff -r 19d935da3b4e -r 7bf8ce

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 lin

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 delet

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: 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 -- src/whiteboardwidget.

gajim: whiteboard still does not show, glade made

2009-07-21 Thread Ummu
changeset e08557899421 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=e08557899421 description: whiteboard still does not show, glade made diffstat: data/emoticons/static/emoticons.pyo | data/glade/message_window.glade

gajim: Circle drawing xml sent (hopefully) correctly now

2009-07-16 Thread Ummu
changeset 19f0ee88d090 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=19f0ee88d090 description: Circle drawing xml sent (hopefully) correctly now diffstat: src/whiteboardwidget.py | 48 ++-- 1 files changed, 38 insertion

gajim: Circle drawing, does not send xml yet

2009-07-16 Thread Ummu
changeset 9c358f48cb12 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=9c358f48cb12 description: Circle drawing, does not send xml yet diffstat: src/chat_control.py | 3 +++ src/whiteboardwidget.py | 34 +++--- 2 files changed, 30

gajim: Path xml sending working. TODO: Get more elegant method

2009-07-08 Thread Ummu
changeset 01038a1fc5ea in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=01038a1fc5ea description: Path xml sending working. TODO: Get more elegant method diffstat: src/common/connection.py | 29 + src/whiteboardwidget.py | 36 ++

gajim: Redid self.items so that attributes get their own RID as ...

2009-07-08 Thread Ummu
changeset 3b92e2716889 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=3b92e2716889 description: Redid self.items so that attributes get their own RID as well diffstat: src/whiteboardwidget.py | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-)

gajim: put connect() into connections.py

2009-07-06 Thread Ummu
changeset f6bd1672e3c1 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=f6bd1672e3c1 description: put connect() into connections.py diffstat: src/common/connection.py | 9 - src/whiteboardwidget.py | 15 +++ 2 files changed, 11 insertions(+),

gajim: Try initiating whiteboard, do you get error?

2009-07-05 Thread Ummu
changeset 0873494dab5d in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=0873494dab5d description: Try initiating whiteboard, do you get error? diffstat: src/chat_control.py | 4 +- src/common/connection.py | 3 + src/common/connection_handl

gajim: Restructured as per asterix's advice

2009-07-05 Thread Ummu
changeset 5cfa140fa703 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=5cfa140fa703 description: Restructured as per asterix's advice diffstat: src/whiteboardwidget.py | 38 +++--- 1 files changed, 23 insertions(+), 15 deletions(-)

gajim: Changed minidom to simplexml

2009-07-03 Thread Ummu
changeset c0b161144da5 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=c0b161144da5 description: Changed minidom to simplexml diffstat: src/chat_control.py |8 ++- src/whiteboardwidget.py | 102 --- 2 files c

gajim: Fixed problem with multiple whiteboards and changed glade...

2009-06-28 Thread Ummu
changeset a91c0ade3d9b in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=a91c0ade3d9b description: Fixed problem with multiple whiteboards and changed glade position numbers to fit in new button diffstat: data/glade/message_window.glade | 16 src/ch

gajim: Put in button that starts new widget. Changed widget so i...

2009-06-28 Thread Ummu
changeset a33567165405 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=a33567165405 description: Put in button that starts new widget. Changed widget so it takes in gajim.connection[self.account]. diffstat: data/glade/message_window.glade | 23

gajim: Fixed problem with clicking not producing anything.

2009-06-26 Thread Ummu
changeset f7147f583a98 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=f7147f583a98 description: Fixed problem with clicking not producing anything. diffstat: src/whiteboardwidget.py | 35 ++- 1 files changed, 26 insertions(+), 9 del

gajim: Now there is valid SVG produced

2009-06-25 Thread Ummu
quot;" +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) +

gajim: A stripped down version of the widget stuffed in the mess...

2009-06-25 Thread Ummu
some reason, paths are sometimes broken if you draw it too fast, no idea why. From: Ummu changeset a6060b725966 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=a6060b725966 description: My attempt at minidom. For some reason, paths are sometimes broken if you draw i