summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2005-05-03GET_LINK_QUALITY_RP_SIZE has been renamed to READ_LINK_QUALITY_RP_SIZE in ↵mickeyl1-1/+3
newer versions of bluez
2005-05-03fix includesmickeyl1-6/+6
2005-05-02first stab at populating device nodesmickeyl2-10/+244
2005-05-02prepare for inclusion of DevicesInfomickeyl4-17/+141
2005-04-24Relaxed fix for errors in ntpdate command, avoiding false error messages. ↵skyhusker1-1/+1
Fixes bug #1357.
2005-04-21disable "Rescan Neighbourhood" while scanningmickeyl2-3/+5
2005-04-01Fix linking issue with libipkg >= 0.99.146, at least until I can come up ↵drw2-6/+6
with a better way to do it...
2005-03-22Disconnect signals after command executes to prevent bug where messages show ↵drw1-0/+7
up multiple times in install dialog
2005-03-20sysinfo: reduce margin on syslogtabmickeyl1-2/+2
2005-03-11Fix bug where lists_dir was not being honored at startup - thanks to hrw for ↵drw2-3/+18
identifying, also provide default value for lists_dir when none is entered in the configuration dialog
2005-03-10Some minor UI tweaksdrw4-52/+85
2005-03-07hostname should be filtered. Check return value of setting the hostnamealwin1-8/+24
and write operations.
2005-03-07let users set hostname via dialog. the same name will set asalwin3-2/+174
IRDA name so user can give their personal device a personal name. ;) ToDO: fixup init scripts in OE so hostname will set on startup into IRDA name
2005-03-04Scale icons appropriatelydrw1-1/+4
2005-03-03Scale icons appropriatelydrw2-19/+39
2005-03-02Scale icons approprtelydrw1-8/+9
2005-03-01Allow to wait 6 seconds (instead of three) when initialising the modemzecke1-1/+1
2005-03-01Fix SIGSEV I created with last updatedrw1-13/+16
2005-02-23Disable full backup option for Opie 1.2, since it might not work correctly ↵drw2-78/+26
due to memory constraints
2005-02-23Under Locations tab, change file dialog button to use folder icon for better ↵drw1-2/+12
Opie consistency
2005-02-23Fix UI to prevent error dialog from displaying when it shouldn'tdrw5-120/+152
2005-02-22Add support for lists_dir ipkg configuration option, optimize ipkg ↵drw8-108/+177
configuration file read routine, update version to 0.6.2
2005-02-20.cvsignore updatesdrw4-2/+15
2005-02-20Update needed/required version of libipkg, bug was fixed in libipkg causing ↵drw1-1/+1
packagemanager problems
2005-02-19opie sysinfo updateschicken1-0/+2
2005-02-18- #1570 - Confirmation needed before restore backup and overwrite local dataar1-0/+5
2005-02-18change to dialog so user can cancelllornkcor4-39/+55
2005-02-16Fixed stupid bug where last package in status file was not shown as ↵drw3-10/+16
installed when it should be, and removed some printfs
2005-02-08Reuse the gained space and implement the "Scrollbars on Left" GUI Settingzecke2-0/+17
2005-02-08-Kill the need to compile Opie against a patched version of Qt/Ezecke2-213/+5
Remove the setStyle and setFont overrides as a result remove settings from the buildsystem and the Apperance GUI We do this as we won't run NeoCal or TKC Apps on a GCC3 (now default compiler) libqpe, to run these applications one can use oz-compat
2005-02-01- fix bug #1536ar2-169/+142
custom locations are stored and removed immadiately after add and remove in location list.
2005-01-31enable clone for SL5000 and SL5500 - it's not fully working yet due tomickeyl1-16/+35
Mr. RAM Hog 'mkfs.jffs2' getting SIGTERMed by the OOM :/
2005-01-23show Qt version instead of the builder name which is more or less irrelevant ↵mickeyl2-3/+3
nowadays
2005-01-21- make opie compilable against qte 2.3.10 snapshotar6-7/+7
check QT_VERSION against 0x030000 instead of 300
2005-01-15remove tmpfs entry which confuses users and show mountpoints. patches ↵mickeyl1-1/+6
courtesy hrw
2005-01-12Fixed problem with selection of lowest node levelwimpie2-95/+173
2005-01-12Fixed problem with enabling profile from edit environmentwimpie6-20/+24
rename disable to enable (much more clear)
2005-01-12*** empty log message ***wimpie12-25/+121
2005-01-12Added scanning listviewwimpie1-19/+110
2005-01-12Fixed Crash in editing new profileswimpie2-5/+14
2005-01-12GUI changes to profileeditwimpie6-466/+476
2005-01-11Changes now okwimpie8-17/+19
this works again
2005-01-11Major rename of NodeCollection to NetworkSetupwimpie58-373/+393
this commit is broken (missing symbols)
2005-01-11vpn should now work IF only the vpn plugin would do something.wimpie14-54/+174
shortened logical interface names (busybox only supports 10 characters and then ONLY if you recompile it with mappings enabled) Other small fixes
2005-01-10Do not assume device is Up based on existance of profile-xx file onlywimpie3-3/+3
2005-01-09-Do not access the Array out of boundszecke2-1/+2
-Check that there is a driver before asking to query a non existant
2005-01-09Updated dependencieswimpie24-137/+139
NS2->app requires OT2Lib and NS2Lib OT2Lib requires NS2Lib Most plugins only require NS2Lib Except BTPlugin which requires als OT2Lib Also renamed owarn -> odebug
2005-01-08renamed NS2 GPRS plugin's control filewimpie1-0/+0
2005-01-07All NS2 libraries are now properly working pluginswimpie21-518/+222
2005-01-07First implementation of pluginswimpie45-77/+576
THIS VERSION DOES NOT COMPILE