Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-14 | Now that using namespace if out of the header fixup todo | zecke | 4 | -8/+12 |
2004-03-14 | no using namespace in a header | zecke | 13 | -22/+17 |
2004-03-14 | Compile fixes | zecke | 5 | -9/+11 |
2004-03-14 | More stuff cvs did not commit the first time | zecke | 8 | -6/+8 |
2004-03-14 | Make use of ODP namespace | zecke | 6 | -5/+10 |
2004-03-14 | Convert to ODP | zecke | 3 | -4/+5 |
2004-03-14 | Opie DP changes | zecke | 6 | -6/+8 |
2004-03-14 | ODP change | zecke | 23 | -38/+45 |
2004-03-14 | QuickLauncher links now against opie2 | zecke | 4 | -6/+7 |
2004-03-14 | Fix compile and right deps | zecke | 6 | -5/+7 |
2004-03-14 | Convert to ODP | zecke | 3 | -19/+19 |
2004-03-14 | OpiePlayer -> ODP | zecke | 12 | -7/+23 |
2004-03-14 | ODP and only ODP | zecke | 7 | -6/+8 |
2004-03-14 | Updatet the applets | zecke | 33 | -70/+66 |
2004-03-14 | namespace fix | alwin | 1 | -1/+1 |
2004-03-14 | namespace fix | alwin | 1 | -1/+4 |
Must reviewed 'cause it uses stuff from Private namespace! | ||||
2004-03-13 | Fix namespaces in the launcher.. and found a problem with my script | zecke | 12 | -27/+37 |
2004-03-08 | - add ar | ar | 1 | -0/+1 |
2004-03-08 | catch up with logo change | mickeyl | 2 | -22/+10 |
fix some typos | ||||
2004-03-08 | Consolidate Opie logo images. Apps should use common logo: ↵ | drw | 2 | -3/+6 |
pics/logo/opielogo.png, updated .cvsignore and changed KDE reference in dialog text to Opie | ||||
2004-03-08 | Consolidate Opie logo images. Apps should use common logo: ↵ | drw | 1 | -1/+4 |
pics/logo/opielogo.png | ||||
2004-03-08 | support launching applications with user defined arguments | mickeyl | 1 | -2/+3 |
2004-03-08 | Updated my e-mail address | drw | 1 | -1/+1 |
2004-03-08 | first shot at a neat little about applet. text in about box blatantly | mickeyl | 6 | -0/+643 |
stolen from the KDE about box. authors taken from AUTHORS file in cvs root directory. Add yourself if you're missing. Note: The dialog looks better when viewed in 320x240 or larger (as opposed to 240x320) because of OpieZilla ;) | ||||
2004-03-02 | libopie1->libopie2, segfaulting | harlekin | 6 | -22/+24 |
2004-03-02 | libopie1->libopie2 | harlekin | 2 | -2/+2 |
2004-03-02 | fix so it will compile with gcc2 toolchain | alwin | 1 | -1/+2 |
2004-03-02 | remove dead corpse | mickeyl | 1 | -10/+0 |
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 | run the optimize_connect script | alwin | 76 | -372/+372 |
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-01 | remove duplicated boiler plate code in favour of the OTaskbarApplet template | mickeyl | 31 | -688/+107 |
2004-03-01 | revert last commit and | mickeyl | 2 | -19/+19 |
libopie1-->libopie2 | ||||
2004-03-01 | fix includes | chicken | 6 | -18/+0 |
2004-03-01 | fix includes | chicken | 4 | -31/+0 |
2004-03-01 | fix includes | chicken | 34 | -123/+1 |
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 | today plus datebook, mail, todolist plugins libopie1->libopie2 | harlekin | 33 | -98/+109 |
2004-03-01 | libopie1-->libopie2 | mickeyl | 4 | -5/+19 |
2004-03-01 | libopie1-->libopie2 | mickeyl | 6 | -113/+20 |
2004-03-01 | libopie1->libopie2 | mickeyl | 5 | -288/+300 |
2004-03-01 | add error dialogs | llornkcor | 1 | -5/+6 |
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 | *grmpf* inserted into the wrong line (where it worked, too ;) - sorry guys. | alwin | 1 | -1/+1 |
2004-02-29 | aye - fixed the problem on startup, that on each tab inserted the tabbar ↵ | alwin | 1 | -2/+5 |
menu is re-build. and it was such simple way - just 3 lines... |