summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-22- properly namespace the input methods. fixes symbols clashes at run-timesimon20-25/+94
with names like 'Keyboard' or 'KeyboardConfig' . the qcom interface objects are in an anonymous namespace now and the actual keyboard implementations are in Dvorak, JumpX, etc. namespaces. What's left is to solve the symbol clashes of the multiply compiled pickboard classes. I'll leave that one (as part of the patch posted yesterday) for another day for review. This part (namespacing) sounds like a safe bet to me though, so comitting now. (got no comments anyway)
2002-11-22Make sure update frequency is initialized 1st time in (thanks to Simon)drw1-2/+2
2002-11-22trllornkcor1-3/+3
2002-11-22Hopefully corrects bug #467drw1-3/+10
2002-11-22some additionsfbarros42-537/+615
2002-11-21support for the new H3900 iPAQ in the iPAQ keyfilter. Since HP thinks it issandman1-37/+35
funny to change the screen rotation on every model, I have also restructured the keyfilter to make it more readable.
2002-11-21Added some dummy icons (press "Start Scanning") to get a basicmickeyl5-11/+71
idea of the main Net-Sniff window.
2002-11-21Adde a QWS_DISPLAY= line for iPAQ 39xxsandman1-0/+1
2002-11-21Removedandyq2-183/+0
2002-11-21Re-applied patch for gcc3.2andyq10-41/+37
2002-11-21- progress bars are now also themed (same hack/workaround, that is used insandman2-18/+124
liquid) - some speed optimizations
2002-11-21- pixmaps in in menubars are now drawn (this is uncommon, but resulted insandman3-51/+112
blank icons in nethack for example) - small size optimization - updated the QPL diff
2002-11-21icons for wellenreitermax3-0/+0
2002-11-21Package sections default to N/A unless they are set (description, etc), ↵andyq3-3/+17
changed LinkToRoot to Link To Root, and couple of other small fixes
2002-11-21categoryfilter. addedharlekin1-0/+2
2002-11-21Changed debug message slightlyandyq1-1/+2
2002-11-21Fixed bug where installed and local ipkg servers weren't shown (hopefully)andyq2-1/+3
2002-11-21usualharlekin2-0/+3
2002-11-21- new tab for the log windowmickeyl5-15/+92
- main.cpp fix - started work on scanlistitem
2002-11-21- ln -s ../../libopie/$generatedHeader $generatedHeader; done )simon1-1/+1
+ ln -sf ../../libopie/$generatedHeader $generatedHeader; done )
2002-11-21usualharlekin1-0/+2
2002-11-21usualharlekin7-0/+8
2002-11-21better way to launch edit personal dataharlekin2-15/+2
2002-11-21some pics and 'mv main.cpp gui'mickeyl7-1/+1
2002-11-21using now QInterfacePtr as Simon suggested, and another leak fix in datebook ↵harlekin2-6/+7
plugin
2002-11-21danish i18ncniehaus10-15/+25
2002-11-21- delete the guiPart object in the destructorsimon5-0/+5
2002-11-21- backporting two changes from qt3:simon1-1/+89
- added QInterfacePtr template class to take over the tedious work of manual refcounting on interface objects - the QREFCOUNT macro no longer relies on the developer to declare (and initialize!) a refcnt variable but defines a qtrefcount class variable itself, that takes care of proper initialization (fixes various missing refcounter initializations found) Harlekin suggested to commit :)
2002-11-21- do proper reference counting on the ObexInterface object. reviewed bysimon2-1/+5
sandman
2002-11-21The first set of danish files!cniehaus15-26/+1476
2002-11-21updates from José Luis Fernández Barrosharlekin2-19177/+16971
2002-11-21applied one of Simons patches.cniehaus2-2/+2
2002-11-21danish updatescniehaus14-1/+23
2002-11-21nothing interestingeilers1-1/+1
2002-11-21Sane defaults, initial qmake include for when we fix our ipk generationkergoth1-0/+32
2002-11-21The light sensor can now be calibrated "reverse" - less backlight in thesandman1-7/+7
dark and more backlight in the light
2002-11-21changed title, added maximixed mode. save to /notesllornkcor2-16/+57
2002-11-20Reverting back to use system ( "apm --suspend" );, even though I don'tsandman1-24/+14
like it. It is needed since a real apm implementation only allows suspends by uid == 0, which doesn't work with a multi-user Opie. So making apm SUID root and calling it on suspend is the only option here.
2002-11-20Dont build opiealarm when building for x86kergoth1-0/+1
2002-11-20Dont build zaurus batteryapplet unless target machine is zauruskergoth1-4/+1
2002-11-20Create sys v init script symlinks in postinst and remove in prerm rather ↵kergoth4-6/+11
than including the links in the ipk
2002-11-20Set DESTDIR to /bin rather than ../../bin/kergoth1-1/+1
2002-11-20Add opiealarm suspend/resume script for use with apmdkergoth1-0/+11
2002-11-20Add opiealarm to new buildsystemkergoth2-0/+4
2002-11-20ipaq->root, ipaq/opiealarm->core/opiealarmkergoth7-9/+9
2002-11-20Updated to 1.3andyq1-1/+1
2002-11-20Now keeps proxy settings if setandyq2-4/+51
2002-11-20why the hell is my layout not working?cniehaus2-6/+4
2002-11-20Fixed tab orderandyq2-2/+25
2002-11-20simpler char * to threadllornkcor1-4/+6