summaryrefslogtreecommitdiff
path: root/x11/ipc
AgeCommit message (Collapse)AuthorFilesLines
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl2-8/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl2-2/+8
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke1-1/+1
2003-02-10better commit that...zecke2-23/+23
2003-02-05Fix the IPC server and clientzecke2-3/+14
registering channel is done locally with refcounts if the channel is already registered globally Fix some sizes to allow proper communication..
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth2-2/+2
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth2-0/+8
2002-11-06QMAKE looks for server.pro and not ocopserver.prozecke1-0/+10
2002-11-06Dont generate x11 config.in'skergoth1-0/+5
2002-11-05you know the drillkergoth2-0/+2
2002-10-18Fix OCOPServer bugs... when removing clientszecke1-24/+35
Implement the Opie side for the OK button now the awesome matchbox needs to get an update I was too excited about X11 so i did not do any PIM work yet
2002-10-16More IPC integtrationzecke3-8/+35
OCOPClient::self() added so we keep the connections low
2002-10-16some debug outputzecke3-6/+9
+ bugfix besides some problems with the server IPC is working on X11 too
2002-10-16more implementation!!zecke2-3/+26
OCOPClient now tries to start the server
2002-10-16Make it linkzecke2-10/+10
2002-10-15More OPIE X11 Stuffzecke1-1/+4
Some empty stubs to compile against Qt2/X it will not link though
2002-10-01The client should be workingzecke3-0/+186
it's complete but I never compiled it
2002-10-015th tryzecke9-0/+735
initial checkin of X11 Opie stuff it features an IPC Server the client is todo this will become the OPIE X11 department including alternative QPEApplication, QCOP replacement