Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-05-17 | remove OVersatileView and OVersatileViewItem from libopieui2. This widget | mickeyl | 5 | -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 ioctls | mickeyl | 4 | -11/+55 |
- adjust example | ||||
2005-05-15 | submit iw_range*2 as argument to SIOCGIWRANGE.length to make it work on ↵ | mickeyl | 1 | -8/+6 |
newer hostap drivers let's see if this breaks it at another end again :/ | ||||
2005-05-10 | add foundation for a much more intuitive API for file notifications | mickeyl | 2 | -1/+94 |
2005-05-10 | s/qWarning/qDebug/ | mickeyl | 1 | -2/+3 |
2005-05-10 | remove warning | mickeyl | 1 | -0/+1 |
2005-05-09 | Temporarily show more images for me... until Drw or Skyhusker do it the way | zecke | 1 | -4/+3 |
they want it | ||||
2005-05-09 | add missing dependency to libopiepim2 | mickeyl | 1 | -1/+2 |
2005-05-09 | remove bogus comment | mickeyl | 1 | -4/+0 |
2005-05-07 | introduce OFileNotifyEvent and add more signals | mickeyl | 2 | -31/+154 |
2005-05-06 | first sketch at ODirNotification class | mickeyl | 2 | -10/+31 |
2005-05-06 | fix a couple of issues with OFileNotification, seems to work with single and ↵ | mickeyl | 2 | -33/+104 |
multiple file notifications now add a named trigger | ||||
2005-05-06 | - OManufacturerDB: check if there is a QApplication before calling ↵ | mickeyl | 3 | -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-03 | add OAutoBoxLayout, a descendant of QBoxLayout which, depending on | mickeyl | 3 | -2/+151 |
Desktop-Height > Desktop-Width acts as a QHBoxLayout respectively a QVBoxLayout | ||||
2005-05-02 | ship sanitized userland header equivalent of linux/inotify.h | mickeyl | 2 | -3/+116 |
2005-05-02 | DEBUG: show why node wasn't recognized | mickeyl | 1 | -2/+2 |
2005-05-02 | Rewrite OFileNotification to use the upcoming inotify (kernel 2.6) interface ↵ | mickeyl | 2 | -226/+139 |
instead of the deprecated dnotify | ||||
2005-04-20 | Added function to set the associated AP address. Some improvements to ↵ | skyhusker | 3 | -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. | mickeyl | 5 | -31/+212 |
- fix bug in setSSID(). Major parts of this patch are courtesy Skyhusker - thanks! | ||||
2005-04-16 | Opie/X11: | zecke | 1 | -0/+1 |
-include <qdialog.h> to allow building | ||||
2005-04-14 | More icon sizing updates | drw | 3 | -47/+50 |
2005-04-10 | using big icons on small screens makes no sense. Half of screen will | alwin | 1 | -6/+7 |
just used by unsharp icons - not a good idea. Now it depends on desktopsize | ||||
2005-04-05 | Use OResource for loading images | drw | 9 | -225/+240 |
2005-04-05 | Use OResource for loading images | drw | 1 | -9/+15 |
2005-04-05 | Use OResource for loading images | drw | 6 | -179/+163 |
2005-04-05 | Eliminate compiler warnings and doc updates | drw | 2 | -6/+7 |
2005-04-05 | OResource has moved to Opie::Core | drw | 2 | -108/+0 |
2005-04-05 | Initial version of OResource | drw | 3 | -6/+185 |
2005-04-05 | crash-fix in odevice.cpp while scanning the distribution table (#1565) | deller | 1 | -1/+1 |
2005-04-03 | Fix buttons so images scale correctly | drw | 1 | -0/+6 |
2005-04-02 | Set pixmaps for correct buttons - thanks Mickey for finding | drw | 1 | -2/+2 |
2005-03-31 | check for '2.4' kernel rather than for an Embedix version, since we will | mickeyl | 2 | -20/+8 |
most likely neither see a unified 2.4 OZ kernel, nor a Embedix 2.6. | ||||
2005-03-31 | add basic support for the Sharp SL-C1000 (Akita) PDA | mickeyl | 3 | -44/+52 |
2005-03-25 | Fix for bug #1613 - scale file dialog icons appropriately | drw | 1 | -6/+13 |
2005-03-24 | last bugfixes on opie-eye an imagescrollview. Seems that now all is working | alwin | 1 | -1/+4 |
as it should. | ||||
2005-03-24 | the filesystem-menu will executed when click on the filsystem-button | alwin | 2 | -6/+14 |
not when hold the pen on it. | ||||
2005-03-24 | - removed a lot of useless debugoutput | alwin | 1 | -16/+14 |
- fixed a small display problem | ||||
2005-03-23 | Fixing last issues on QueryByExample on SQL databases. All tests passed ↵ | eilers | 2 | -29/+35 |
successfully | ||||
2005-03-23 | Add debug output to help developer to find a very silly bug, which takes | eilers | 1 | -1/+8 |
a lot of time to fix.. | ||||
2005-03-22 | added missing interface methods for a generic imagedisplay (display | alwin | 2 | -0/+123 |
brightness) apps using that OImageScrollview must rebuild! this will be the last change of interface for a long time | ||||
2005-03-21 | on non-embedix kernel zaurii devices don't wait after suspend 'cause | alwin | 3 | -22/+50 |
apm there is synchronous. for that I had to move a variable from private to protected in abstractmobiledevice. | ||||
2005-03-20 | Fixing #1608, second issue: QueryByExample-Datediff does not work properly. | eilers | 2 | -11/+39 |
This solution is not the best. I will rethink it as I have enough time. But it should work.. | ||||
2005-03-20 | add sd path for familiar | llornkcor | 1 | -1/+2 |
2005-03-19 | Oops.. member variable m_read was not initialized. | eilers | 2 | -0/+2 |
This may cause crash as reported by #1608 (hopefully) | ||||
2005-03-19 | Minor update for generic sorted(): It will now ignory any categories if ↵ | eilers | 2 | -21/+22 |
filter "DoNotShowCategories" is used.. | ||||
2005-03-18 | work on plugins finished. | alwin | 5 | -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-18 | Reworte generic sorted() and added filter for "DoNotShowWithCategory" needed | eilers | 2 | -12/+25 |
by addressbook | ||||
2005-03-18 | mark this class as IDEA cause it isn't implemented. | alwin | 1 | -0/+2 |
2005-03-17 | Update the API Documentation for OProcess and OApplicationFactory | zecke | 2 | -3/+3 |
2005-03-17 | I had to change interface. so the used UUID has changed, too! | alwin | 2 | -2/+5 |
But now these plugins may give a list of EffectiveEvents back. |