summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2004-03-23fix typo in LIBRARIES and correct build time dependenciesmickeyl2-3/+3
2004-03-23eliminate bogus dependency on libopiemickeyl1-1/+1
2004-03-21Initial commit of qtpoia symlinker app for opiebrad6-1/+350
2004-03-16fix oggllornkcor1-1/+1
2004-03-15namespace fixalwin1-1/+1
2004-03-15namespace compile fixbrad1-0/+1
2004-03-15More LIBOPIE2 config fixesbrad3-3/+3
2004-03-15Fixed LIBOPIE2 config dependsbrad3-3/+3
2004-03-15reverted my silly changesbrad1-2/+2
2004-03-15Fixed LIBOPIE2 config dependsbrad11-12/+12
2004-03-14Add namespace_hack.h to the .pro filezecke1-1/+2
2004-03-14Take that designer...zecke6-9/+31
2004-03-14Now that using namespace if out of the header fixup todozecke4-8/+12
2004-03-14no using namespace in a headerzecke13-22/+17
2004-03-14Compile fixeszecke5-9/+11
2004-03-14More stuff cvs did not commit the first timezecke8-6/+8
2004-03-14Make use of ODP namespacezecke6-5/+10
2004-03-14Convert to ODPzecke3-4/+5
2004-03-14Opie DP changeszecke6-6/+8
2004-03-14ODP changezecke23-38/+45
2004-03-14QuickLauncher links now against opie2zecke4-6/+7
2004-03-14Fix compile and right depszecke6-5/+7
2004-03-14Convert to ODPzecke3-19/+19
2004-03-14OpiePlayer -> ODPzecke12-7/+23
2004-03-14ODP and only ODPzecke7-6/+8
2004-03-14Updatet the appletszecke33-70/+66
2004-03-14namespace fixalwin1-1/+1
2004-03-14namespace fixalwin1-1/+4
Must reviewed 'cause it uses stuff from Private namespace!
2004-03-13Fix namespaces in the launcher.. and found a problem with my scriptzecke12-27/+37
2004-03-08- add arar1-0/+1
2004-03-08catch up with logo changemickeyl2-22/+10
fix some typos
2004-03-08Consolidate Opie logo images. Apps should use common logo: ↵drw2-3/+6
pics/logo/opielogo.png, updated .cvsignore and changed KDE reference in dialog text to Opie
2004-03-08Consolidate Opie logo images. Apps should use common logo: ↵drw1-1/+4
pics/logo/opielogo.png
2004-03-08support launching applications with user defined argumentsmickeyl1-2/+3
2004-03-08Updated my e-mail addressdrw1-1/+1
2004-03-08first shot at a neat little about applet. text in about box blatantlymickeyl6-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-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-02remove dead corpsemickeyl1-10/+0
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-02run the optimize_connect scriptalwin76-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-01remove duplicated boiler plate code in favour of the OTaskbarApplet templatemickeyl31-688/+107
2004-03-01revert last commit andmickeyl2-19/+19
libopie1-->libopie2
2004-03-01fix includeschicken6-18/+0
2004-03-01fix includeschicken4-31/+0
2004-03-01fix includeschicken34-123/+1
2004-03-01fix includeschicken12-77/+2
2004-03-01fix includeschicken17-114/+2
2004-03-01osearch libopie1->libopie2harlekin23-109/+137