Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | Adjusting for translation | groucho | 3 | -0/+18 |
2003-04-14 | - Buttonlayout changed in attach dialog | groucho | 24 | -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 | Add a constructor to InterfaceSetupImp which lets me pass in a pointer to | kergoth | 2 | -33/+52 |
an already existing Interfaces object, so that it will play nice with a wireless module that also uses Interfaces. | ||||
2003-04-13 | OTabWidget::getCurrentTab() is now OTabWidget::currentTab() | drw | 2 | -2/+2 |
2003-04-13 | Remove old #include so it compiles | drw | 1 | -1/+0 |
2003-04-13 | Revamped NetSystemTime! Changes include: 1. improved UI (e.g. ok/cancel ↵ | drw | 19 | -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-13 | make opiecam work! | mickeyl | 7 | -19/+235 |
2003-04-13 | Adjust to new libopie version of ColorDialog and Menu.. | zecke | 1 | -2/+2 |
I'll port first all apps an the check in the libopie changes to avoid bigger problems | ||||
2003-04-13 | - Uses mime types for attachment reading | groucho | 14 | -66/+110 |
- Addresses are read from ocontactacess | ||||
2003-04-13 | adjust for new icon size | mickeyl | 1 | -2/+2 |
2003-04-13 | add error message of camera is not found | mickeyl | 4 | -8/+42 |
remove inlines (for now) because of link-problems | ||||
2003-04-12 | hide about thingy | llornkcor | 1 | -2/+2 |
2003-04-12 | hide about item | llornkcor | 1 | -9/+9 |
2003-04-12 | - make main layout a full preview window and think about configuring ↵ | mickeyl | 8 | -262/+87 |
capturing parameters later...adding an on-demand-applet to the taskbar would be spiffy - portrait or landscape mode is now self-configuring thanks to life-rotation :-D | ||||
2003-04-11 | Lots of improvements regarding usability and stability: | groucho | 10 | -132/+200 |
- Now uses ofileselector for sending attachments (reading follows, does not crash any more) - Uses DocLnks for attachments (when composing a message) - Beautified the attachments dialog with doc icons - removed a crash when sending attachments and no account was set - smaller fixes ToDo: - Attachment viewer should use doclnk too - get rid of teh save button in ofileselector - fix the bug with GMX mail provider sending mail (user encoding wrong) - replace the Attach and Remove buttons with a nice toolbar - Maybe integrate attview into the mail sending window on demand - get rid of crashes | ||||
2003-04-10 | bit more spacing on the layout | harlekin | 1 | -4/+4 |
2003-04-10 | allways start maximized | harlekin | 1 | -3/+2 |
2003-04-10 | add sanity (non-root & dhcp running) checks for startup phase | mickeyl | 3 | -2/+72 |
2003-04-10 | some debug output | llornkcor | 2 | -2/+18 |
2003-04-10 | qpetoolbar and qpemenubar are depreciated | harlekin | 2 | -68/+68 |
2003-04-10 | goodbye qpemenubar and qpetoolbar ( both are depreciated ), using qmenubar ↵ | harlekin | 2 | -44/+46 |
now, and also the icons are in the menubar now as qtoolbutton which as side effect gives them the nice benefit if beeing centered to the right | ||||
2003-04-10 | No qt3 widget flags!!! | kergoth | 1 | -1/+1 |
2003-04-10 | java syntax added | harlekin | 1 | -1/+1 |
2003-04-10 | New Feature: Write a capture file for later dissection with ↵ | mickeyl | 4 | -215/+331 |
tcpdump-compatible tools! | ||||
2003-04-10 | Wellenreiter can now open and replay capture files as written by tcpdump, ↵ | mickeyl | 7 | -48/+121 |
ethereal, etc. Next task: writing capture files | ||||
2003-04-09 | - improve keyboard handling | mickeyl | 9 | -133/+278 |
- enable sniffer-menu - fix handling of start/stop button - add simple statistic window, fancy will follow ;-) | ||||
2003-04-09 | compile fixes | benmeyer | 2 | -8/+3 |
2003-04-09 | Make networksettings actually compile again. Fix the ifdef on non-kde to ↵ | kergoth | 4 | -14/+14 |
actually work, and killed off more references to qt3 widget flags. | ||||
2003-04-09 | Ben, please dont use Qt3 Widget Flags in Opie.. | kergoth | 1 | -1/+1 |
2003-04-09 | display a fancy ascii-animation in the titlebar while scanning... | mickeyl | 2 | -8/+30 |
... no really, it's actually pretty useful, because you can see which channel we are currently monitoring :-D | ||||
2003-04-09 | Fixing the translation issues | groucho | 1 | -17/+17 |
2003-04-09 | KDEafied and bugs fixes | benmeyer | 7 | -40/+111 |
2003-04-09 | kde update | benmeyer | 5 | -83/+9 |
2003-04-08 | kde updates | benmeyer | 2 | -28/+8 |
2003-04-08 | preparations for the standalone x11 build | mickeyl | 6 | -48/+109 |
2003-04-08 | - fix <unknown> entries bug caused by interpretating not-yet-handled 802.11 ↵ | mickeyl | 2 | -5/+16 |
management frames This thing gets complicated... I really should implement a state machine for the beta. | ||||
2003-04-07 | New feature! Finally, non-AP stations in an infrastructure network show up. | mickeyl | 3 | -36/+138 |
2003-04-07 | add missing | mickeyl | 2 | -0/+6 |
2003-04-07 | Better look, crystal icons and path corrections | groucho | 8 | -20/+20 |
2003-04-07 | opierec.control, not opierec-control ;-) | groucho | 1 | -0/+0 |
2003-04-06 | debug->release | llornkcor | 1 | -2/+2 |
2003-04-06 | OPIEDIR not QPEDIR | harlekin | 1 | -2/+2 |
2003-04-06 | add include.pro | llornkcor | 1 | -0/+1 |
2003-04-06 | remove old depends | llornkcor | 2 | -2/+0 |