summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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-10bit more spacing on the layoutharlekin1-4/+4
2003-04-10qpetoolbar and qpemenubar are depreciatedharlekin2-68/+68
2003-04-10No qt3 widget flags!!!kergoth1-1/+1
2003-04-09compile fixesbenmeyer2-8/+3
2003-04-09Make networksettings actually compile again. Fix the ifdef on non-kde to ↵kergoth4-14/+14
actually work, and killed off more references to qt3 widget flags.
2003-04-09Ben, please dont use Qt3 Widget Flags in Opie..kergoth1-1/+1
2003-04-09KDEafied and bugs fixesbenmeyer7-40/+111
2003-04-09kde updatebenmeyer5-83/+9
2003-04-08kde updatesbenmeyer2-28/+8
2003-04-05show mediummount maximizedharlekin2-4/+5
2003-03-29Fix for bug #701 - update time and date controls on Main tab after ↵drw1-0/+5
retrieving time from ntpdate.
2003-03-29Move Configure option under the Actions menu, allowing me to remove the ↵drw1-11/+6
top-level menu 'Options' (which only had the Config entry under it).
2003-03-29Better fix for reading feed Packages files.drw1-32/+24
2003-03-29Fix for reading feed's Package file works this time. However, this is ↵drw1-3/+3
temporary until I re-do this part of the code this weekend (don't like the way it works).
2003-03-28Bugfix: (bug #0000765) Lines in /etc/passwd & /etc/group starting with a "#" ↵umopapisdn4-17/+28
are comments and should not be editable.
2003-03-28close mediummount on exit .-)harlekin2-0/+8
2003-03-28Correct the use of OProcess.kergoth1-10/+4
2003-03-28Link networksettings against libopie, I need OProcess.kergoth1-2/+2
2003-03-28Oops...undoing last update.drw1-3/+2
2003-03-28Fix bug in reading feed's Package filedrw1-2/+4
2003-03-28Change wording from 'automatically bring up' to 'bring up on bootup' to try ↵kergoth1-1/+1
to make this option more clear..
2003-03-27Switch from 1) calling /etc/init.d/pcmcia to calling cardctl eject, cardctl ↵kergoth1-13/+14
insert.. and 2) OProcess instead of system()
2003-03-27Slower, but more appropriate status parser. Now identifies the state_status ↵kergoth1-2/+10
column and compares against installed.. This fixes the bug introduced where it hit 'ok installed' but not 'prefer installed', both of which are valid entries.
2003-03-27Add the ability to change from clockwise to counterclockwise rotation behavior.kergoth2-0/+33
2003-03-27Fix bug #780 - correctly identify whether a package is really installed or notdrw1-1/+1
2003-03-27Use libqpe's StorageInfo class for storage tab. This 1. reduces executable ↵drw4-172/+95
size by ~10% and 2. should now recognize MMC cards on iPaq's (can't verify myself, let me know if it doesn't work). Also added QScrollView on version tab so all info is visible when screen is landscape or input method is visible.
2003-03-25updatesbenmeyer1-0/+14
2003-03-23a dialog now x does not save ok saves, also some layout changesharlekin6-30/+48
2003-03-22Bugfix: Groupmembers should be separated by a comma and not by a space.umopapisdn2-5/+23
2003-03-21move system info to settingsharlekin1-1/+1
2003-03-19Fix for bug #733drw1-6/+10
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-1/+1
2003-03-19Fix for bug #741drw4-8/+33
2003-03-15Added several checks to ensure we have a valid server or destination. Fixes ↵drw1-42/+72
bug #727, and also prevents several other segfault situations.
2003-03-08no file extensionsharlekin1-6/+6
2003-03-08font icon from inlineharlekin1-2/+2
2003-03-08add pics dirharlekin1-1/+1