summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-02ParaShoot: libopie -> libopie2drw4-5/+5
2004-03-02ZLines: libopie -> libopie2drw4-6/+5
2004-03-02KCheckers: libopie -> libopie2drw4-5/+6
2004-03-02TicTac: libopie -> libopie2drw4-4/+5
2004-03-02fix typomickeyl1-1/+1
2004-03-02Tetrix: libopie -> libopie2drw4-5/+5
2004-03-02Word game: libopie -> libopie2, added libwordgames.so* to control filedrw4-6/+6
2004-03-02prefix correction for secondary namespacealwin2-14/+14
2004-03-02Bounce: libopie -> libopie2drw4-9/+10
2004-03-02Fifteen: libopie -> libopie2drw4-5/+5
2004-03-02drafts how namespaces in opie2 should be handled.alwin2-0/+126
2004-03-02Backgammon: libopie -> libopie2drw4-4/+4
2004-03-02Minesweep: libopie -> libopie2drw4-7/+7
2004-03-02Patience: libopie -> libopie2drw4-4/+4
2004-03-02ZSame: libopie -> libopie2drw4-7/+7
2004-03-02Snake: libopie -> libopie2drw4-4/+4
2004-03-02QAsteroids: libopie -> libopie2drw4-4/+4
2004-03-02Go: libopie -> libopie2drw4-4/+4
2004-03-02Fix key handling bug 1268zecke1-45/+34
2004-03-02DrawPad: libopie -> libopie2drw9-21/+21
2004-03-02libopie1->libopie2, segfaultingharlekin6-22/+24
2004-03-02libopie1->libopie2harlekin2-2/+2
2004-03-02fix so it will compile with gcc2 toolchainalwin1-1/+2
2004-03-02-rpath -> -rpath-linkalwin1-1/+1
ToDo: I think, we should do that for all other used mkspecs.
2004-03-02hack so it compiles with gcc2 toolchainalwin1-0/+4
2004-03-02failure while linking due a typo (please - check your changes beforealwin1-1/+1
commit)
2004-03-02-rpath -> -rpath-linkalwin1-1/+1
it makes more sense when crosscompiling (tnx mickeyl for that hint)
2004-03-02enable chosing libslcompatmickeyl1-0/+1
2004-03-02d'oh! did i never commit this?mickeyl1-1/+1
2004-03-02remove dead corpsemickeyl1-10/+0
2004-03-02reorder includes, printf-->qdebug, reformat sourcemickeyl1-46/+53
2004-03-02Today fortune plugin: libopie -> libopie2drw8-21/+18
2004-03-02Minor depends updatedrw1-1/+1
2004-03-02Today stock ticker plugin: libopie -> libopie2drw11-45/+43
2004-03-02Added OTicker class to libopie2drw3-10/+288
2004-03-02fix includeschicken23-51/+1
2004-03-02Today weather plugin: libopie -> libopie2drw8-18/+17
2004-03-02Added #include <qwidget.h>drw1-0/+1
2004-03-02revert effects of fixincludesmickeyl1-0/+1
2004-03-02OpieRec: libopie -> libopie2drw4-6/+8
2004-03-02ShowImg: libopie -> libopie2drw5-10/+11
2004-03-02Fix missed libopie includedrw2-3/+2
2004-03-02fix includeschicken34-110/+1
2004-03-02fixed up todlist to work again. The segfault resulted due a real ugly ↵alwin3-7/+5
code-style: Never, realy never, use "using namespace <...>" inside a include file. Ever use "Opie::<class>" or such inside include files. Think twice, before using a "use namespace <...>" inside a c++ file. If you're using it just 3,4 times, write "Opie::<class>::<variable>" or such. If you just simple write a using namespace all the time it makes the idea of namespaces obsolete. Mostly: just integrate your OWN namespace (in that case use namespace Todo;) - but try to use all other namespaces the explicit way - so you will sure that the compiler inherits the right methods. ToDo: write this statement into the developer wiki
2004-03-02applied changes from optimize_connect scriptalwin4-32/+32
2004-03-02applied the patch generated by the optimize_connect script fromalwin174-816/+812
TT.
2004-03-02run the optimize_connect scriptalwin113-531/+536
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-02build order fixmickeyl1-2/+2
2004-03-01fix includeschicken1-1/+0
2004-03-01remove boiler plate code in favour of a templatemickeyl21-354/+67