summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2005-04-20Added function to set the associated AP address. Some improvements to ↵skyhusker3-5/+38
scanNetwork(): read the signal quality, AP rates and fix channel reading when driver reports values < 1000.
2005-04-18- improve scan function using the wireless extensions.mickeyl5-31/+212
- fix bug in setSSID(). Major parts of this patch are courtesy Skyhusker - thanks!
2005-04-16Opie/X11:zecke1-0/+1
-include <qdialog.h> to allow building
2005-04-14More icon sizing updatesdrw3-47/+50
2005-04-10using big icons on small screens makes no sense. Half of screen willalwin1-6/+7
just used by unsharp icons - not a good idea. Now it depends on desktopsize
2005-04-05Use OResource for loading imagesdrw9-225/+240
2005-04-05Use OResource for loading imagesdrw1-9/+15
2005-04-05Use OResource for loading imagesdrw6-179/+163
2005-04-05Eliminate compiler warnings and doc updatesdrw2-6/+7
2005-04-05OResource has moved to Opie::Coredrw2-108/+0
2005-04-05Initial version of OResourcedrw3-6/+185
2005-04-05crash-fix in odevice.cpp while scanning the distribution table (#1565)deller1-1/+1
2005-04-03Fix buttons so images scale correctlydrw1-0/+6
2005-04-02Set pixmaps for correct buttons - thanks Mickey for findingdrw1-2/+2
2005-03-31check for '2.4' kernel rather than for an Embedix version, since we willmickeyl2-20/+8
most likely neither see a unified 2.4 OZ kernel, nor a Embedix 2.6.
2005-03-31add basic support for the Sharp SL-C1000 (Akita) PDAmickeyl3-44/+52
2005-03-25Fix for bug #1613 - scale file dialog icons appropriatelydrw1-6/+13
2005-03-24last bugfixes on opie-eye an imagescrollview. Seems that now all is workingalwin1-1/+4
as it should.
2005-03-24the filesystem-menu will executed when click on the filsystem-buttonalwin2-6/+14
not when hold the pen on it.
2005-03-24- removed a lot of useless debugoutputalwin1-16/+14
- fixed a small display problem
2005-03-23Fixing last issues on QueryByExample on SQL databases. All tests passed ↵eilers2-29/+35
successfully
2005-03-23Add debug output to help developer to find a very silly bug, which takeseilers1-1/+8
a lot of time to fix..
2005-03-22added missing interface methods for a generic imagedisplay (displayalwin2-0/+123
brightness) apps using that OImageScrollview must rebuild! this will be the last change of interface for a long time
2005-03-21on non-embedix kernel zaurii devices don't wait after suspend 'causealwin3-22/+50
apm there is synchronous. for that I had to move a variable from private to protected in abstractmobiledevice.
2005-03-20Fixing #1608, second issue: QueryByExample-Datediff does not work properly.eilers2-11/+39
This solution is not the best. I will rethink it as I have enough time. But it should work..
2005-03-20add sd path for familiarllornkcor1-1/+2
2005-03-19Oops.. member variable m_read was not initialized.eilers2-0/+2
This may cause crash as reported by #1608 (hopefully)
2005-03-19Minor update for generic sorted(): It will now ignory any categories if ↵eilers2-21/+22
filter "DoNotShowCategories" is used..
2005-03-18work on plugins finished.alwin5-8/+58
these plugins now may have a config-widget (sorry guys - I had to change the plugininterface and so the UUID again.) the plugin for nationalholidays now has such a widget, the datebook will insert configwidgets into its settingsdialog. corrected the .pro file of opiepim2/ui so it contains the header/cpp files for that pluginsystem.
2005-03-18Reworte generic sorted() and added filter for "DoNotShowWithCategory" neededeilers2-12/+25
by addressbook
2005-03-18mark this class as IDEA cause it isn't implemented.alwin1-0/+2
2005-03-17Update the API Documentation for OProcess and OApplicationFactoryzecke2-3/+3
2005-03-17I had to change interface. so the used UUID has changed, too!alwin2-2/+5
But now these plugins may give a list of EffectiveEvents back.
2005-03-16forgot an interface method required.alwin1-0/+2
from now the interface never changed again or assigned UUID must changed.
2005-03-16ok, removed last errors (i hope)alwin1-2/+1
2005-03-16sorry, guys, checked in wrong filesalwin2-9/+8
2005-03-16first shot of a generic interface for holiday plugin in datebookalwin2-0/+88
2005-03-15ok. the hinge button must have held-action set to 0.alwin1-6/+3
ToDo: make it sure that it will not set to any - otherwise it runs into trouble with autorepeat.
2005-03-15Fix addressbook sort by implementing sorting by 'File As' namedrw1-2/+6
2005-03-14hopefull speedups on keyeventhandler, eventhandler will just set whenalwin1-8/+5
device with hinge-sensor.
2005-03-13inserted a keyevent-filter just used by CL3000 and C7x0/C8x0.alwin2-48/+95
That way I map the cursor keys depending on hinge-status, eg, on portrait mode scrolling wheel down the cursor key will realy key down and not key left. If this is the wrong place, please correct and tell me - I had tooked this idea and code from iPAQ (but it works fine this moment).
2005-03-12this error will get my personal "error of the month":alwin2-2/+2
due different declarations of "readHingeSensors" (const vs. non-const) rotate-applet always got the default-implementation -> CASE_UNKNOWN. (device vs. device_zaurus). Setting it to "const" (which makes sense) let rotateapplet set light of or suspend or whatever user defined when case is closed.
2005-03-11jornada 56x device updateschicken1-1/+6
2005-03-06-When going back from BigScreen to SmallScreen we resize the widgetstack,zecke1-1/+6
show it and raise the 'main widget' This should fix all bugs alwin spotted while deploying OWidgetStack on Opie-Eye
2005-03-06Do not switch mode in the eventFilter when we're forced into one modezecke1-2/+2
(alwin thank you for noticing)
2005-03-03Some minor fixes to drawing of tab bardrw1-2/+16
2005-03-03fix a typo in the jornada 56x backlight controlchicken1-1/+1
2005-03-01mmc/sd cards may mounted via /dev/mmcblk* within linux 2.6alwin1-1/+2
2005-03-01Provide initial values for tab bar style & positiondrw1-0/+2
2005-02-25Reworked OTabWidget - optimized (now uses less runtime resources), fix ↵drw3-258/+301
display issue where tabbar appears to float a few pixels above where it should