summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-10-10Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ?mickeyl2-2/+2
Answer: It would help to give select the correct filedescriptor... /me hugs strace
2003-10-09- fix monitor mode on orinoco. Although WE > 14 define the standard modemickeyl2-2/+12
"MONITOR", the orinoco monitor patch for 0.13e still does not use that... - add documentation, a warning, and a runtime check for setChannel(0)
2003-10-09make that directory known to CVSmickeyl1-0/+1
2003-10-09Added Yopy to build system.ocheong1-0/+76
2003-10-09Added class for Yopy devices.ocheong1-2/+147
It doesn't really do much, as power and backlight is still handled by the demons running under X (Opie is meant to be used without terminating X).
2003-10-09Added definitions for Yopy model, vendor, and hardkeys.ocheong1-1/+14
2003-10-09Added Yopy to build system.ocheong2-0/+13
2003-10-09- catch up with changed sniffing behaviour in newer wlan-ng *puke* driversmickeyl3-6/+38
- new API: OPacketCapturer::next( int time )
2003-10-08include QPEApplication if you need itzecke1-0/+2
2003-10-07prepare for standalone X11-releasemickeyl2-2/+6
2003-10-07ifndef -> if defined... we want big icons on high_res_small_phyzecke1-1/+1
2003-10-07Include custom.h as wellzecke1-0/+1
2003-10-07use OPIE_NEW_MALLOC as wellzecke1-1/+1
2003-10-07instead of testing for QWS_EBX we now define OPIE_NO_SOUND_PCM_READ_BITS.zecke1-8/+8
If your platform does not have that ioctl define it
2003-10-07Add a FIXME to the MediaPlayer::blank methodzecke1-0/+1
why don't we use ODevice::inst()->setDisplayStatus() ?
2003-10-07Add the possible defines to the custom- device headerszecke6-9/+19
-storage remove stupid check for custom.h. We gurantee it to be present ( even if it is empty ) -qpeapplication -introduce OPIE_NEW_MALLOC This will use malloc and free for new and delete -introduce OPIE_HIGH_RES_SMALL_PHY define this if you've a high resolution but physical smaller display FIXME: some one needs to introduce a C7xx Custom.h or define OPIE_HIGH_RES_SMALL_PHY somewhere in the custom-sharp.h
2003-10-07Just a small example on usage of an Event Filter...zecke2-0/+13
I needed that for debugging but it looks useful as an example
2003-10-07If you decide to close the mainwindow and have say editor and views open as wellzecke1-1/+1
call closeAllWindows() after all events are dispatched
2003-10-07-Kill stupid QCOP checkzecke2-35/+35
-introduce OPIE_SOUND_FRAGMENT_SHIFT -USE_REALTIME_AUDIO_THREAD is now defined in custom.h
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl7-2/+68
2003-10-07-Kill stupid define which sets QWS_SIZE to 240x320zecke2-2/+2
-Include built-in shutdown only if OPIE_NO_BUILTIN_SHUTDOWN is defined
2003-10-07kill un-needed QCOP checkingzecke1-2/+0
2003-10-07Update the Applet Examplezecke4-3/+33
2003-10-06fix ARP decoding for wired networks. Interestingly, 802.11 encapsulatesmickeyl2-1/+17
these in IP packets, while wired ethernet just tags the type_of_protocol.
2003-10-06add client mac address decoding to DHCPmickeyl2-0/+9
2003-10-06decode DHCP ACK packets and show the extracted client IP addressmickeyl2-4/+7
2003-10-05* start with preparations for scanning wired networksmickeyl9-12/+148
* dhcp recognition now works nicely
2003-10-04Allow Opie beeing build with a Plain version of Qt without weak symbolszecke5-19/+44
2003-10-04Avoid crashing on no mouse driverzecke2-7/+9
2003-10-04Check if there is a Mouse Driverzecke3-12/+16
And get rid off the QPE_NEED_CALIBRATION define for defining the need of calibration We will find out at runtime SomeOne Apply this to core/server in the BRANCH as well
2003-10-04merges of qcopQokzecke1-3/+13
and QPIxmapCache 'calibration' for PDA needs
2003-10-04Although not yet complete, the DHCP decoding is now usablemickeyl2-0/+92
2003-10-04perform autodetection only if no configuration exists or on demandmickeyl3-230/+344
2003-10-03fix a few SIGSEGVs related to not checking the value of iface, if wemickeyl1-8/+10
are capturing from a file (DEVTYPE_FILE)
2003-10-03add defines for UDP-based protocolsmickeyl2-10/+112
detect DHCP and link it into the packet chain
2003-10-02prepare dhcp decodingmickeyl4-2/+309
2003-10-02Add coder comments and issue for ODPzecke1-0/+2
2003-10-02add note to self to look about automatic channel switching with wlan-ng devicesmickeyl1-0/+1
2003-10-02Move the #ifdef so that the code actually compiles if the expressionzecke1-1/+2
is not true
2003-10-02remove debug printingzecke1-1/+0
2003-10-02fix bug 0001185zecke2-12/+17
and state that syncing system time depends on AlarmServer using atd or opie-alarm
2003-10-02Start with some customization bits for inputmethods as part of themickeyl10-40/+200
BigScreen initiative. You can now choose to have free floating and resizable inputmethods. Two outstanding things: 1.) Hiding the inputmethod via the [x] button confuses the show/hide toggle button. 2.) The new size and position of a moved/resized inputmethod should be remembered.
2003-09-30Use a QQueue as in Qtopiazecke1-9/+11
2003-09-30Only send local QCOP Requests when you've inserted the event loop becausezecke1-1/+7
only at this point they will be delivered right ( slots connected to the signals ) Needs a backport!!!!
2003-09-30Use the improved version to iterate over windows from Qtopiazecke2-90/+75
and include the top level widgets in the to be iterated widgets
2003-09-29ocontactfields is moved to libopie/pimeilers2-516/+0
2003-09-29ocontactfields is now moved to libopie/pimeilers6-9/+6
2003-09-29Now using default font instead smallsmootheilers1-1/+2
2003-09-29Fixing umlaut problem.eilers2-7/+18
2003-09-29Improvement of PIM-SQL Databases, but search queries are still limited.eilers6-90/+740
Addressbook: Changed table layout. Now, we just need 1/3 of disk-space. Todo: Started to add new attributes. Some type conversions missing.