Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | ||||
2004-03-01 | libopie1-->libopie2 | mickeyl | 4 | -5/+19 |
2004-03-01 | opie->opie2 | alwin | 1 | -1/+1 |
2004-03-01 | libopie1-->libopie2 | mickeyl | 6 | -113/+20 |
2004-03-01 | libopie1->libopie2 | mickeyl | 5 | -288/+300 |
2004-03-01 | link against opie2 | alwin | 1 | -1/+1 |
2004-03-01 | just modified this way, that it not longer crashes when just startet. | alwin | 1 | -13/+27 |
but completly unusable. Who will maintain this stuff? If no one will do it, we should remove this app in next opie release 'cause this moment it makes no sense. | ||||
2004-03-01 | add error dialogs | llornkcor | 1 | -5/+6 |
2004-02-29 | little update | harlekin | 1 | -13/+27 |
2004-02-29 | beginning of nntp stuff | harlekin | 10 | -212/+842 |
2004-02-29 | initialize int | llornkcor | 1 | -1/+1 |
2004-02-29 | from the branch to find the best shell or fallback to /bin/sh | zecke | 1 | -2/+43 |
2004-02-29 | Hehe Fix the #ifdef properly.... gives me my fonts back | zecke | 1 | -2/+0 |
2004-02-29 | Added a column to compare your own results with typical results | mickeyl | 3 | -22/+109 |
Added a combobox and a (text) data file for known results |