Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-02 | enable chosing libslcompat | mickeyl | 1 | -0/+1 |
2004-03-02 | d'oh! did i never commit this? | mickeyl | 1 | -1/+1 |
2004-03-02 | remove dead corpse | mickeyl | 1 | -10/+0 |
2004-03-02 | reorder includes, printf-->qdebug, reformat source | mickeyl | 1 | -46/+53 |
2004-03-02 | Today fortune plugin: libopie -> libopie2 | drw | 8 | -21/+18 |
2004-03-02 | Minor depends update | drw | 1 | -1/+1 |
2004-03-02 | Today stock ticker plugin: libopie -> libopie2 | drw | 11 | -45/+43 |
2004-03-02 | Added OTicker class to libopie2 | drw | 3 | -10/+288 |
2004-03-02 | fix includes | chicken | 23 | -51/+1 |
2004-03-02 | Today weather plugin: libopie -> libopie2 | drw | 8 | -18/+17 |
2004-03-02 | Added #include <qwidget.h> | drw | 1 | -0/+1 |
2004-03-02 | revert effects of fixincludes | mickeyl | 1 | -0/+1 |
2004-03-02 | OpieRec: libopie -> libopie2 | drw | 4 | -6/+8 |
2004-03-02 | ShowImg: libopie -> libopie2 | drw | 5 | -10/+11 |
2004-03-02 | Fix missed libopie include | drw | 2 | -3/+2 |
2004-03-02 | fix includes | chicken | 34 | -110/+1 |
2004-03-02 | fixed up todlist to work again. The segfault resulted due a real ugly ↵ | alwin | 3 | -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-02 | applied changes from optimize_connect script | alwin | 4 | -32/+32 |
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 174 | -816/+812 |
TT. | ||||
2004-03-02 | run the optimize_connect script | alwin | 113 | -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-02 | build order fix | mickeyl | 1 | -2/+2 |
2004-03-01 | fix includes | chicken | 1 | -1/+0 |
2004-03-01 | remove boiler plate code in favour of a template | mickeyl | 21 | -354/+67 |
2004-03-01 | fix includes | chicken | 77 | -223/+2 |
2004-03-01 | Updated ChangeLog | drw | 1 | -0/+1 |
2004-03-01 | Still need qfile, qtextstream includes | drw | 1 | -40/+42 |
2004-03-01 | fix includes | chicken | 24 | -99/+2 |
2004-03-01 | - Makefile-patch ( gcc -> g++ in some files ) solve compile and link ↵ | ar | 1 | -0/+151 |
problems for qt embedded 2.3.7 | ||||
2004-03-01 | fix includes | chicken | 20 | -77/+0 |
2004-03-01 | fix whatever it was | llornkcor | 1 | -2/+2 |
2004-03-01 | fix includes | chicken | 20 | -4291/+4221 |
2004-03-01 | remove duplicated boiler plate code in favour of the OTaskbarApplet template | mickeyl | 31 | -688/+107 |
2004-03-01 | fix includes | chicken | 3 | -4/+1 |
2004-03-01 | fiox includes | chicken | 4 | -15/+0 |
2004-03-01 | fix includes | chicken | 27 | -130/+1 |
2004-03-01 | revert last commit and | mickeyl | 2 | -19/+19 |
libopie1-->libopie2 | ||||
2004-03-01 | fix includes | chicken | 28 | -74/+1 |
2004-03-01 | fix includes | chicken | 11 | -29/+0 |
2004-03-01 | fix includes | chicken | 4 | -31/+0 |
2004-03-01 | fix includes | chicken | 34 | -123/+1 |
2004-03-01 | some header files and glue to compile japanese apps | mickeyl | 12 | -1/+916 |
pretty much work in progress - maybe someone wants to finish | ||||
2004-03-01 | fix includes | chicken | 12 | -77/+2 |
2004-03-01 | fix includes | chicken | 17 | -114/+2 |
2004-03-01 | osearch libopie1->libopie2 | harlekin | 23 | -109/+137 |
2004-03-01 | fix includes | chicken | 14 | -35/+0 |
2004-03-01 | fix includes | chicken | 28 | -110/+1 |
2004-03-01 | fix includes | chicken | 25 | -67/+1 |
2004-03-01 | today plus datebook, mail, todolist plugins libopie1->libopie2 | harlekin | 33 | -98/+109 |
2004-03-01 | fix includes | chicken | 17 | -41/+4 |
2004-03-01 | fixed opiepim to depend on opiedb2 and also add the forgotten today ↵ | harlekin | 4 | -4/+176 |
interface files |