summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2005-05-17remove OVersatileView and OVersatileViewItem from libopieui2. This widgetmickeyl5-1819/+5
wasn't used in any application, it wasn't even completed and with the QListView in Qt4, there is something more thought-out coming soon.
2005-05-16- add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctlsmickeyl4-11/+55
- adjust example
2005-05-15submit iw_range*2 as argument to SIOCGIWRANGE.length to make it work on ↵mickeyl1-8/+6
newer hostap drivers let's see if this breaks it at another end again :/
2005-05-10add foundation for a much more intuitive API for file notificationsmickeyl2-1/+94
2005-05-10s/qWarning/qDebug/mickeyl1-2/+3
2005-05-10remove warningmickeyl1-0/+1
2005-05-09Temporarily show more images for me... until Drw or Skyhusker do it the wayzecke1-4/+3
they want it
2005-05-09add missing dependency to libopiepim2mickeyl1-1/+2
2005-05-09remove bogus commentmickeyl1-4/+0
2005-05-07introduce OFileNotifyEvent and add more signalsmickeyl2-31/+154
2005-05-06first sketch at ODirNotification classmickeyl2-10/+31
2005-05-06fix a couple of issues with OFileNotification, seems to work with single and ↵mickeyl2-33/+104
multiple file notifications now add a named trigger
2005-05-06- OManufacturerDB: check if there is a QApplication before calling ↵mickeyl3-15/+13
Global::statusMessage or qApp->processEvents() - ONetwork: skip hostap control interfaces 'wifi*' - OWirelessNetworkInterface: set \0 in SSID() and nickName() to work around (buggy) drivers not returning a zero-terminated string
2005-05-03add OAutoBoxLayout, a descendant of QBoxLayout which, depending onmickeyl3-2/+151
Desktop-Height > Desktop-Width acts as a QHBoxLayout respectively a QVBoxLayout
2005-05-02ship sanitized userland header equivalent of linux/inotify.hmickeyl2-3/+116
2005-05-02DEBUG: show why node wasn't recognizedmickeyl1-2/+2
2005-05-02Rewrite OFileNotification to use the upcoming inotify (kernel 2.6) interface ↵mickeyl2-226/+139
instead of the deprecated dnotify
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.