summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/session-manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-23Completely remove InkboardKrzysztof Kosi??ski1-410/+0
(bzr r10346)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-16/+7
(bzr r9828)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-1/+1
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-5/+5
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-5/+5
(bzr r8405)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-2/+2
create methods to match DOM (bzr r2253)
2006-11-18separate updating window from updating layersbulia byak1-0/+1
(bzr r1984)
2006-08-06initial keynodetable workdaleharvey1-5/+6
(bzr r1570)
2006-08-04finalising session establishmentdaleharvey1-3/+6
(bzr r1559)
2006-08-03empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey1-2/+2
(bzr r1553)
2006-08-03work on jabber_whiteboarddaleharvey1-60/+59
(bzr r1550)
2006-08-03added StateHandling to whiteboarddaleharvey1-1/+4
(bzr r1545)
2006-08-02refactored session establishmentdaleharvey1-251/+203
(bzr r1541)
2006-07-31restructuring whiteboarddaleharvey1-4/+0
(bzr r1534)
2006-07-31handling recieved messagesdaleharvey1-10/+49
(bzr r1521)
2006-07-30restructuring session-managerdaleharvey1-63/+2
(bzr r1520)
2006-07-30more session establishmentdaleharvey1-1/+1
(bzr r1517)
2006-07-30working on session establishmentdaleharvey1-33/+30
(bzr r1515)
2006-07-29update to whiteboard, merged typedefs / defines and constantsdaleharvey1-45/+10
(bzr r1512)
2006-07-26Refactoring Session Establishmentdaleharvey1-13/+10
(bzr r1481)
2006-07-25added sendProtocoldaleharvey1-0/+29
(bzr r1478)
2006-07-25session can be initlialised with a current document which is copied into the ↵daleharvey1-17/+45
inkboard document (bzr r1475)
2006-07-20added choose desktop dialog during intialising a whiteboard sessiondaleharvey1-8/+30
(bzr r1439)
2006-06-23manually merging the INKBOARD_PEDRO branch into trunkdaleharvey1-1120/+329
(bzr r1268)
2006-05-29applied JID patch by Alexander Darovsky David Yip1-2/+14
(see https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1495414&group_id=93438) (bzr r1056)
2006-05-18added functionality to for users to register jabber accounts within the ↵daleharvey1-20/+115
whiteboard->connect dialog (bzr r884)
2006-05-10Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey1-5/+6
lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
2006-05-08removed resource name from self's jid, allowing authentication against ↵daleharvey1-1/+1
jabber.org (bzr r777)
2006-05-08Persist User / Server / ChatServer name across succesful sessions (Given By ↵daleharvey1-0/+10
Botty) (bzr r773)
2006-05-03removed lm_initialize calls and supporting infrastructure; loudmouth 1.1.1 ↵David Yip1-5/+10
does not require it for Win32 operation (bzr r712)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-2/+2
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
2006-04-17SP_DT_DOCUMENT -> sp_desktop_documentDavid Yip1-2/+2
(bzr r531)