Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-04-18 | Add rotation direction to ODevice, to ensure the default is appropriate for ↵ | kergoth | 2 | -0/+17 |
the hardware in question. | ||||
2003-04-18 | add a qcop channel | harlekin | 2 | -5/+36 |
2003-04-18 | removed exerimental stuff I accidently commited | harlekin | 1 | -3/+3 |
2003-04-18 | fix typed in url file/name problem | llornkcor | 1 | -12/+22 |
2003-04-18 | add jpeg2avi for postprocessing a series of jpeg frames into an avi | mickeyl | 6 | -0/+893 |
2003-04-17 | Kill filename field in mkipks, which was breaking us | kergoth | 1 | -1/+0 |
2003-04-17 | Added better verbosity options and option to save ipkg output to a file (per ↵ | drw | 6 | -21/+79 |
'bugs' #856 & #857). Also fixed Ok/Cancel behavior on install options dialog. | ||||
2003-04-17 | - tr | eric | 9 | -270/+289 |
2003-04-16 | Updates | wudoo | 3 | -87/+105 |
2003-04-16 | add missing icon | mickeyl | 1 | -1/+1 |
2003-04-16 | Attempt to workaround oliver's reported suspend issue. Check for a qws ↵ | kergoth | 1 | -2/+9 |
server at runtime rather than init time, and set the keyboard filter in initButtons rather than init. | ||||
2003-04-16 | introduce networkapplet | mickeyl | 1 | -0/+1 |
2003-04-16 | fix dependencies | mickeyl | 1 | -4/+3 |
2003-04-16 | introducing networkapplet - monolithic now, but at some point of time pluggable | mickeyl | 8 | -0/+408 |
long term plan: merge wirelessapplet with networkapplet | ||||
2003-04-16 | add some missing APIs to ONetworkInterface | mickeyl | 2 | -15/+75 |
2003-04-16 | add OTaskbarAppletWrapper for reducing the repetition of boiler-plate-code | mickeyl | 3 | -2/+165 |
2003-04-16 | applet icon | mickeyl | 1 | -0/+0 |
2003-04-16 | start documenting the packet class family - explain why deriving from ↵ | mickeyl | 1 | -17/+50 |
QObject is clever | ||||
2003-04-16 | fix segfault after last packet when capturing from capture file | mickeyl | 1 | -2/+9 |
2003-04-16 | add sanity check for last packet when capturing from capture file | mickeyl | 1 | -1/+2 |
2003-04-16 | API docu fixes... | zecke | 18 | -45/+93 |
if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness | ||||
2003-04-16 | Fix API docu | zecke | 10 | -34/+65 |
2003-04-15 | Add common web files for our API docu | zecke | 49 | -0/+6461 |
Add the Doxyfiles for library, libopie, libopie/pim, qt Add a script to generate our API docs You need to set OPIEDIR and QTDIR ./generate_apidox and you'll find your APIDOCS inside $OPIEDIR/apidocs have fun | ||||
2003-04-15 | Correct the unintentional global header in the wlan ui. | kergoth | 1 | -1/+1 |
2003-04-15 | changed copy method from clunky to using sendfile(). should be 1. faster and ↵ | llornkcor | 1 | -26/+51 |
2. require less memory | ||||
2003-04-15 | - SMTP fix preventing authorization with SMTP after POP | groucho | 14 | -50/+42 |
- removed debug output - smaller bug fixes | ||||
2003-04-15 | - Fix a bug with numbers between 0 and 1. | eric | 2 | -6/+11 |
2003-04-15 | lupdate call was missing | groucho | 1 | -57/+73 |
2003-04-15 | Shoot- why did the previous commit fail ? | groucho | 27 | -570/+2605 |
2003-04-15 | Set epoch to 1 on our libqt2-emb packages, thereby closing bug #838, relating | kergoth | 2 | -2/+2 |
to ipkg seeing 2.3.4-beta4 as being newer than 2.3.4. | ||||
2003-04-15 | Ipkg-build that strips out epoch from package version when naming | kergoth | 1 | -8/+10 |
the file. | ||||
2003-04-15 | Unconditionally override Rot value when using the Transformed driver. | kergoth | 1 | -8/+3 |
This 1) Ensures that we dont hose QWS_DISPLAY when using a driver other than transformed, and 2) should ensure that the default rotation isnt screwed up when 'restart'ing Opie, thereby closing bug #796. | ||||
2003-04-15 | Add a third rotation direction, for 180 degree. | kergoth | 3 | -9/+26 |
2003-04-15 | Remove the wep key entry item from TODO | kergoth | 1 | -2/+0 |
2003-04-15 | Implement feature request. Only asterisk out the WEP key when the lineedit | kergoth | 5 | -66/+160 |
does not have focus. | ||||
2003-04-15 | fixed for bug 855, changed currentChanged(...) to clicked(...). also changed ↵ | llornkcor | 1 | -105/+112 |
UnknownDocument-14 to scaled UnknownDocument | ||||
2003-04-15 | Only restart interface if it was UP previously. | kergoth | 1 | -27/+27 |
2003-04-15 | *** empty log message *** | kergoth | 1 | -3/+1 |
2003-04-15 | 1) When selecting dhcp, remove the static options, since we're no longer | kergoth | 1 | -5/+52 |
removing all options. 2) Restart the network interface when saveChanges() is called. 3) Use OWait and a status message to give feedback to the user during the interface restart. | ||||
2003-04-15 | BUGFIX: Dont cut off the last character of the ESSID. | kergoth | 1 | -1/+1 |
2003-04-15 | hack for bug 840. remembers typed in messages. | llornkcor | 1 | -106/+112 |
2003-04-14 | Update TODO per wireless config changes | kergoth | 1 | -12/+1 |
2003-04-14 | Oops, remember to call QDialog::accept() in the accept() function :) | kergoth | 1 | -0/+2 |
2003-04-14 | BUGFIX: didnt call setProfile on interfaces for which a module exists, were ↵ | kergoth | 1 | -5/+6 |
only calling it on standard InterfaceSetupImpDialog interfaces. | ||||
2003-04-14 | Add new wireless parser that uses the wireless-tools if-pre-up.d | kergoth | 4 | -246/+735 |
script to handle wireless configuration, as opposed to pcmcia-cs wireless.opts. This has a number of benefits. In addition to improving clarity, this means one can now configure their wireless non-pcmcia interfaces using networksettings. The only real question is, how to handle the fact that its largely useless without the if-pre-up.d script? I'll adapt the existing wlanimp.(cpp|h) to the new .ui, and leave it as a compiletime selection for now. | ||||
2003-04-14 | Add remove methods which do not require that you pass the current value of ↵ | kergoth | 2 | -0/+39 |
the option, to avoid having to retain that information unnecessarily | ||||
2003-04-14 | Correct the constructor, and ensure it does not remove all interface ↵ | kergoth | 2 | -12/+9 |
options, as that interferes with the new wireless module. | ||||
2003-04-14 | BUGFIX: obtaining a network interface list via an ioctl does not always | kergoth | 1 | -54/+71 |
return all available interfaces. Per busybox ifconfig, use /proc/net/dev as a preferred interface list if it exists, and fall back to the ioctl method if it does not. | ||||
2003-04-14 | Sometimes I feel like a parrot... but you asked for it :-D | mickeyl | 1 | -1/+1 |
* Default arguments in the declaration: good * Default arguments in the definition: bad | ||||
2003-04-14 | Linebreak prevented translation - fixed | groucho | 1 | -4/+1 |