summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-16applet iconmickeyl1-0/+0
2003-04-16start documenting the packet class family - explain why deriving from ↵mickeyl1-17/+50
QObject is clever
2003-04-16fix segfault after last packet when capturing from capture filemickeyl1-2/+9
2003-04-16add sanity check for last packet when capturing from capture filemickeyl1-1/+2
2003-04-16API docu fixes...zecke18-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-16Fix API docuzecke10-34/+65
2003-04-15Add common web files for our API docuzecke49-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-15Correct the unintentional global header in the wlan ui.kergoth1-1/+1
2003-04-15changed copy method from clunky to using sendfile(). should be 1. faster and ↵llornkcor1-26/+51
2. require less memory
2003-04-15- SMTP fix preventing authorization with SMTP after POPgroucho14-50/+42
- removed debug output - smaller bug fixes
2003-04-15- Fix a bug with numbers between 0 and 1.eric2-6/+11
2003-04-15lupdate call was missinggroucho1-57/+73
2003-04-15Shoot- why did the previous commit fail ?groucho27-570/+2605
2003-04-15Set epoch to 1 on our libqt2-emb packages, thereby closing bug #838, relatingkergoth2-2/+2
to ipkg seeing 2.3.4-beta4 as being newer than 2.3.4.
2003-04-15Ipkg-build that strips out epoch from package version when namingkergoth1-8/+10
the file.
2003-04-15Unconditionally override Rot value when using the Transformed driver.kergoth1-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-15Add a third rotation direction, for 180 degree.kergoth3-9/+26
2003-04-15Remove the wep key entry item from TODOkergoth1-2/+0
2003-04-15Implement feature request. Only asterisk out the WEP key when the lineeditkergoth5-66/+160
does not have focus.
2003-04-15fixed for bug 855, changed currentChanged(...) to clicked(...). also changed ↵llornkcor1-105/+112
UnknownDocument-14 to scaled UnknownDocument
2003-04-15Only restart interface if it was UP previously.kergoth1-27/+27
2003-04-15*** empty log message ***kergoth1-3/+1
2003-04-151) When selecting dhcp, remove the static options, since we're no longerkergoth1-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-15BUGFIX: Dont cut off the last character of the ESSID.kergoth1-1/+1
2003-04-15hack for bug 840. remembers typed in messages.llornkcor1-106/+112
2003-04-14Update TODO per wireless config changeskergoth1-12/+1
2003-04-14Oops, remember to call QDialog::accept() in the accept() function :)kergoth1-0/+2
2003-04-14BUGFIX: didnt call setProfile on interfaces for which a module exists, were ↵kergoth1-5/+6
only calling it on standard InterfaceSetupImpDialog interfaces.
2003-04-14Add new wireless parser that uses the wireless-tools if-pre-up.dkergoth4-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-14Add remove methods which do not require that you pass the current value of ↵kergoth2-0/+39
the option, to avoid having to retain that information unnecessarily
2003-04-14Correct the constructor, and ensure it does not remove all interface ↵kergoth2-12/+9
options, as that interferes with the new wireless module.
2003-04-14BUGFIX: obtaining a network interface list via an ioctl does not alwayskergoth1-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-14Sometimes I feel like a parrot... but you asked for it :-Dmickeyl1-1/+1
* Default arguments in the declaration: good * Default arguments in the definition: bad
2003-04-14Linebreak prevented translation - fixedgroucho1-4/+1
2003-04-14Adjusting for translationgroucho3-0/+18
2003-04-14- inlinepics does not seem to be current in CVSgroucho18-44/+5506
- Added mailit translation
2003-04-14- Buttonlayout changed in attach dialoggroucho24-86/+156
- Removed file access for address list (reduces size) - Added header size sping box for accounts - mailit shows an icon in the message list if attachments are present - Added translations in pro file - Removed resource.* references in header files, uses qpe/resource.h instead
2003-04-14- treric8-266/+279
2003-04-14Add a constructor to InterfaceSetupImp which lets me pass in a pointer tokergoth2-33/+52
an already existing Interfaces object, so that it will play nice with a wireless module that also uses Interfaces.
2003-04-13Bugfix: (Bug #0000716) The timepicker now works in am/pm mode also, I also ↵umopapisdn5-167/+14
changed datebook to use the otimepicker class in libopie.
2003-04-13OTabWidget::getCurrentTab() is now OTabWidget::currentTab()drw4-16/+15
2003-04-13Pics for new NetSystemTimedrw3-0/+0
2003-04-13Remove old #include so it compilesdrw1-1/+0
2003-04-13Revamped NetSystemTime! Changes include: 1. improved UI (e.g. ok/cancel ↵drw19-1988/+1771
work, timezone correctly changes date, new layout better suited for running in landscape mode, etc.) 2. improved code organization 3. smaller executable
2003-04-13make opiecam work!mickeyl7-19/+235
2003-04-13New Feature: Quick entries now honors the duration selected.umopapisdn1-5/+14
2003-04-13New feature: Added the possibility to add "quick entries" in dayview merely ↵umopapisdn4-429/+469
by clicking on the calendar, which overlays a qlineedit. Right now it adds 1 hour events, this will soon be adressed.
2003-04-13More API doczecke26-246/+630
QString -> const QString& QString = 0l -> QString::null
2003-04-13Jumbo API documentation updatezecke31-174/+832
and some API fixed ColorDialog is now OColorDialog!!! keep the namespace tidy! ColorPopupMenu is now OColorPopupMenu!!! keep the namespace tidy ColorDialog TT couldn't break bc we can so make it const QColor& OTimePicker add some convience methods more I might have forgot
2003-04-13OEvent/OTodo compare by address and not by value..zecke6-4/+6
ODatebookAccess: clear does change it too