summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/session-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-410/+0
| | | (bzr r10346)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-16/+14
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-16/+7
|/ | | (bzr r9828)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-5/+5
| | | (bzr r8405)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+2
| | | | | create methods to match DOM (bzr r2253)
* separate updating window from updating layersbulia byak2006-11-181-0/+1
| | | (bzr r1984)
* initial keynodetable workdaleharvey2006-08-061-5/+6
| | | (bzr r1570)
* finalising session establishmentdaleharvey2006-08-041-3/+6
| | | (bzr r1559)
* empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey2006-08-031-2/+2
| | | (bzr r1553)
* work on jabber_whiteboarddaleharvey2006-08-031-60/+59
| | | (bzr r1550)
* added StateHandling to whiteboarddaleharvey2006-08-031-1/+4
| | | (bzr r1545)
* refactored session establishmentdaleharvey2006-08-021-251/+203
| | | (bzr r1541)
* restructuring whiteboarddaleharvey2006-07-311-4/+0
| | | (bzr r1534)
* handling recieved messagesdaleharvey2006-07-311-10/+49
| | | (bzr r1521)
* restructuring session-managerdaleharvey2006-07-301-63/+2
| | | (bzr r1520)
* more session establishmentdaleharvey2006-07-301-1/+1
| | | (bzr r1517)
* working on session establishmentdaleharvey2006-07-301-33/+30
| | | (bzr r1515)
* update to whiteboard, merged typedefs / defines and constantsdaleharvey2006-07-291-45/+10
| | | (bzr r1512)
* Refactoring Session Establishmentdaleharvey2006-07-261-13/+10
| | | (bzr r1481)
* added sendProtocoldaleharvey2006-07-251-0/+29
| | | (bzr r1478)
* session can be initlialised with a current document which is copied into the ↵daleharvey2006-07-251-17/+45
| | | | | inkboard document (bzr r1475)
* added choose desktop dialog during intialising a whiteboard sessiondaleharvey2006-07-201-8/+30
| | | (bzr r1439)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-1120/+329
| | | (bzr r1268)
* applied JID patch by Alexander Darovsky David Yip2006-05-291-2/+14
| | | | | (see https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1495414&group_id=93438) (bzr r1056)
* added functionality to for users to register jabber accounts within the ↵daleharvey2006-05-181-20/+115
| | | | | whiteboard->connect dialog (bzr r884)
* Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey2006-05-101-5/+6
| | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
* removed resource name from self's jid, allowing authentication against ↵daleharvey2006-05-081-1/+1
| | | | | jabber.org (bzr r777)
* Persist User / Server / ChatServer name across succesful sessions (Given By ↵daleharvey2006-05-081-0/+10
| | | | | Botty) (bzr r773)
* removed lm_initialize calls and supporting infrastructure; loudmouth 1.1.1 ↵David Yip2006-05-031-5/+10
| | | | | does not require it for Win32 operation (bzr r712)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* SP_DT_DOCUMENT -> sp_desktop_documentDavid Yip2006-04-171-2/+2
| | | (bzr r531)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1118
(bzr r1)