summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-10no extras for urlsllornkcor1-4/+4
2002-11-10besser seekable handlingharlekin8-26/+46
2002-11-10update maintainerllornkcor1-2/+2
2002-11-10fixed seeking and further adaption to the new apiharlekin4-4/+21
2002-11-10use opie's FontDatabase so to be able to use freetypellornkcor1-109/+113
2002-11-10fixes for sharp rom versionllornkcor1-14/+20
2002-11-10gak.. too much coffee.. wrong stuff in wrong places fixllornkcor1-3/+4
2002-11-10fix2llornkcor1-2/+2
2002-11-10fixllornkcor1-1/+1
2002-11-10fix system version string for zaurusllornkcor1-1/+1
2002-11-10added system,system version,model,and vendor stringsllornkcor1-8/+35
2002-11-09caption fixllornkcor1-2/+2
2002-11-09various fixes.. saveAs and quit stuffllornkcor2-148/+137
2002-11-09fixes and options. commandline now works a bit more sane, and makes new file ↵llornkcor3-71/+153
if not found
2002-11-09ben! stop committing .pro files with DESTDIR commented out.kergoth4-4/+4
2002-11-09Add ftp library. remember to make -f Makefile.test clean-configs before ↵kergoth3-1/+5
menuconfig, to ensure the generated configs are updated
2002-11-09small changesllornkcor2-9/+13
2002-11-09Now at version 1.0 - woot!andyq1-1/+1
2002-11-09Added filter menu - contains 3 filters - show uninstalled packages,andyq4-17/+145
show installed packages and show upgraded packages
2002-11-09add ftplibllornkcor1-1/+1
2002-11-09move ftp stuff from opieftp to shared libllornkcor8-558/+631
2002-11-09Remove stuff which should never be committedeilers2-8/+8
2002-11-09Sorry it should never be committed..eilers1-2/+1
2002-11-09Added VCard Backend.eilers4-0/+1228
2002-11-09Removed the vcard stuffeilers1-0/+2
2002-11-09addedeilers3-5/+16
2002-11-09Added ability to install a remote package (one from the net)andyq2-53/+115
Done by clicking the download button when no packages are selected. Currently can't do it from the LOCAL-IPKGS view.
2002-11-09 adated to todays version of xine apiharlekin2-37/+32
2002-11-09fix for #435llornkcor1-6/+13
2002-11-08qwsServer belongs to QWSzecke1-2/+2
and not to !QT_NO_COP
2002-11-08Fix compile errorbenmeyer4-28/+28
2002-11-08More optimizations, 1 memory leak fixedbenmeyer8-192/+186
2002-11-08Code Optimizationsbenmeyer36-192/+238
2002-11-08- a couple of fixes like this one:simon3-4/+4
- fprintf(f, "%g", real); + fprintf(f, "%g", static_cast<double>(real)); with 'real' being a fouble object. as fprintf is a c function with variable arguments one cannot pass non-primitive objects through it and there is no way for the compiler to figure out the right conversion operator, so we give it a helping hand :)
2002-11-08- fix some more gcc3 warnings by removing statements with no effect:simon2-4/+4
- for ( it; it != interfaces.end(); ++it ){ + for ( ; it != interfaces.end(); ++it ){
2002-11-08- for ( i; i <= numberOfEntries; i++) {simon1-1/+1
+ for ( ; i <= numberOfEntries; i++) {
2002-11-08updatecniehaus32-404/+1854
2002-11-08added messagebox that informs the user to install citytimetille1-1/+7
possibility to install automaticly would be nice...
2002-11-08change horz scroll position for when using left scrollllornkcor1-1/+5
2002-11-08option for beepllornkcor3-39/+47
2002-11-08temporarely deactivated anniversary in vcardeilers2-4/+6
2002-11-08alt shouldnt stick eitherhash1-7/+13
2002-11-08in spanishfbarros5-4/+7
2002-11-08fixed the tab keyhash1-1/+1
2002-11-08changed accent and back accent keys to unused charshash1-6/+6
2002-11-081. changed format from EUC-KR to UTF-8 (sorry about that)hash1-24/+33
2. made ctrl unsticky 3. the spanish accent and back accent shouldnt be the normal backtick char, so i changed them to the chars in 0x2c6 ~ 0x2cf (extended ticks and stuff)
2002-11-08spanish commentsfbarros83-14/+143
2002-11-07initial translation, suggested by Héctor García Álvarez from Disoftfbarros2-0/+269
2002-11-07Removed default argument!zecke1-1/+1
spotted by gcc3.2 reported by the ueberhacker tronical ;)
2002-11-07Update default config per networksetup changeskergoth2-10/+6