summaryrefslogtreecommitdiff
path: root/x11/libqpe-x11
AgeCommit message (Collapse)AuthorFilesLines
2005-04-16Opie/X11:zecke3-11/+26
Minor updates to build a recent Opie version for usage with the X Window System
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-5/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+5
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-2/+2
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-03-02applied the patch generated by the optimize_connect script fromalwin2-6/+6
TT.
2003-10-07Include custom.h as wellzecke1-0/+1
2003-10-07use OPIE_NEW_MALLOC as wellzecke1-1/+1
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-1/+1
2003-02-15Implement flush and reloadzecke1-1/+8
so that syncing works with Opie/X11 again
2003-02-10better commit that...zecke2-4/+11
2003-02-05Fix the IPC server and clientzecke2-10/+25
registering channel is done locally with refcounts if the channel is already registered globally Fix some sizes to allow proper communication..
2003-02-02Include Rotation so now it compiles againzecke1-0/+1
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth1-1/+1
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-11-18Aye Aye forgot that file to commit add the fonst stuff even to Opie/X11.zecke1-0/+2
This should make Marc Baaden more happy
2002-11-07inlucde qimagezecke1-0/+2
this fixes launcher Opie/X11 compilation
2002-11-06..kergoth1-0/+1
2002-11-06Add X11..kergoth1-4/+5
2002-11-06TARGET is now qpe againzecke1-1/+1
and not qpe-x11 this way we do not have to alter the .pro files
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-10-18If a dialog get's accepted call QDialog::accept and not rejectzecke1-1/+1
Now Opie is fully working under X11 Thanks mallum for the one and only matchbox
2002-10-18Fix OCOPServer bugs... when removing clientszecke2-0/+92
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-17"Add missing include"zecke1-0/+0
2002-10-17More implementation and stubs to build launcherzecke3-1/+53
2002-10-16More IPC integtrationzecke2-15/+34
OCOPClient::self() added so we keep the connections low
2002-10-16more implementation!!zecke2-13/+217
OCOPClient now tries to start the server
2002-10-16More implementation for X11zecke2-1/+502
Hey this QPEApplication looks much better.... There still needs to be some stuff to be implemented InputMethods, eventFilter, hideOrQuit, Styles but they should be copy and paste I'll implement these and then take care of IPC...
2002-10-16Make it linkzecke2-8/+25
2002-10-15More OPIE X11 Stuffzecke9-0/+315
Some empty stubs to compile against Qt2/X it will not link though