summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-10fixllornkcor1-5/+5
2002-11-10should be selected after adding filellornkcor1-2/+12
2002-11-10usability improvmentstille6-89/+106
2002-11-10fix file add slowdown, and make fileselector remember last directoryllornkcor2-16/+29
2002-11-10updateharlekin2-25/+25
2002-11-10display loaded playlist in caption at startllornkcor1-1/+4
2002-11-10better seek slider code for videowidget tooharlekin5-19/+30
2002-11-10Bugfixes..eilers4-10/+36
2002-11-10Updatedandyq2-0/+6
2002-11-10Added braces round key checking if statement to fix bug that WEP settingsandyq2-4/+10
were never saved if WEP was enabled
2002-11-10no extras here eitherllornkcor1-3/+5
2002-11-10need a default m3u to write toollornkcor1-1/+3
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...