summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05First step in integrating HCIDUMPwimpie1-203/+451
2005-01-04catch up with proper inclusion of OLedBox into libopieuimickeyl2-2/+4
2005-01-04Undo previous commitdrw3-13/+5
2005-01-04Some more loggingwimpie3-3/+8
2005-01-04New bluetooth library OT2 (loosely based on kbluetooth)wimpie18-0/+3483
2005-01-04New OPietooth bluetooth appletwimpie7-0/+493
2005-01-04*** empty log message ***wimpie18-0/+4075
2005-01-04Scripts to manage routes and DNS information for pppwimpie2-0/+60
2005-01-04More NS2 fileswimpie25-0/+2363
2005-01-04*** empty log message ***wimpie1-0/+524
2005-01-04CONTROL files : changed version stringwimpie134-1960/+2772
NS2 many changes and first release of OT2
2005-01-02Implement native package linking code (removing need for ipkg-link and its ↵drw12-173/+237
shortcomings), move package linking code to OIpkg (proper place for ipkg specific code), many small code tweaks and bump version up to 0.6.1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl30-8614/+30
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl30-30/+8614
2004-12-21Hide Retrive File List button once list is retrieved in Package Info dialog, ↵drw6-49/+57
bump version up to 0.6.0, update ChangeLog/Todo/etc.
2004-12-21Fix app linking to link all dependent packages as well as selected packages.drw2-19/+35
2004-12-21Reworked destination config tab UIdrw2-134/+157
2004-12-21Reworked server config tab UI and included option to support src/gz feedsdrw2-108/+141
2004-12-21Preliminary support for src/gz feeds, it works if you manually update ↵drw4-36/+57
ipkg.conf. Still need to add configuration option on server config dialog tab.
2004-12-20Restore Changes:zecke2-5/+42
Call ifup/ifdown INTERFACE instead of ifconfig as requested by Chris Larson
2004-12-20Restore changezecke1-1/+1
-QPEApplication::qpeDir() is guranteed to be '/' terminated
2004-12-20add syslog and bump versionmickeyl4-7/+168
2004-11-181. Implemented linking of apps to root (thanks to zecke for getting this ↵drw7-63/+105
started for me) 2. Bumped version to 0.5.0 (all v1.0 functionality is there...I think) 3. Added package dependency on ipkg-link 4. Updated Opie-PM ChangeLog, TODO
2004-11-18UI tweaks for Installation dialog - 1. Show destination selection only when ↵drw3-14/+63
installing apps, 2. Update available disk space after each package is processed, 3. Disable destination selection once start button has been clicked
2004-11-17Some code clean-up items (thanks to zecke)drw12-266/+265
2004-11-16Implemented setDocument to allow installs by clicking on ipk filedrw2-12/+31
2004-11-16Add ability to install local ipkg filesdrw2-21/+52
2004-11-16Remove commented out codedrw1-1/+0
2004-11-16Minor UI tweak - fix double entry in source feed configuration when adding a ↵drw1-1/+1
new feed
2004-11-16Minor UI tweak - in filter dialog, when option is enabled, set focus to ↵drw1-21/+26
widget that corresponds to that option (less tapping)
2004-11-16Fix bug #1464 - correctly reapply filtersdrw1-21/+31
2004-11-15Make tabmanager quick launchablezecke3-13/+6
2004-11-15Move the method outzecke1-4/+11
2004-11-15-Remove char cast for homedir but use QFile::encodeNamezecke5-31/+20
-Make it quicklaunchable
2004-11-10start working on clone functionalitymickeyl1-1/+86
2004-11-07The fixed column widths break the OTabWidget rendering in windowed mode.treke1-3/+1
2004-11-04- prepare for backing up root file systems (aka clone)mickeyl4-66/+214
- add file headers - add version to .pro
2004-11-04tiny layout tweakmickeyl1-2/+0
2004-10-22Write the hardware clock after setting the datetime. This way we canzecke1-4/+10
gurantee it is set while opiealarm has not run.
2004-10-20- use busy indicator when backing up and restorear1-2/+18
2004-10-17fixed some more .pro / config.in dependencies discrepancies, that could ↵clem1-1/+1
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
2004-10-16-Remove hardcoding of "/opt/QtPalmtop/" and use QPEApplication::qpeDir insteadzecke1-6/+6
In future we need a OpieStandardDir with locateFile, locateUserSetting and such
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke4-5/+5
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-15simplified networksettings2 config.in files: NSMAIN was not necessary, and ↵clem13-33/+29
forced to have two 'config NAME' in the same config.in (the first level one), hence breaking generated deps. Now everything simply depend on (and appears in menuconfig when we select) NS2CORE
2004-10-14-FlowControl and LineTermination are saved and activated by numericalzecke6-44/+45
value now. This makes it work across different translations -Switch code to use new PPPData::enter() and PPPData::flowcontrol()
2004-10-14Old Patch from BRANCH 1.0 to install Translations of the Pluginszecke1-43/+13
2004-10-14-Make ModemQuery to use the 'current' configurationzecke3-3/+55
-Todo make FlowControl, LineTermination lwork across locales for safe and restore
2004-10-12Try harder to remove stdc++ needzecke5-16/+7
-Remove using namespace std; -Remove include <iostream> -Replace std::list with QValueList
2004-10-11'return 0' instead of no return from no void function. Lets see if thatzecke1-0/+5
fix breaks anything
2004-10-11Last missing piece to remove stdc++ dependencyzecke2-6/+1
-Remove linking against stdc++ -Remove includes of fstream and algorithm