summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2002-11-11add #include <iostream>, and std:: when not 'using namespace std'kergoth2-1/+4
2002-11-11*** empty log message ***max1-5/+2
2002-11-11beacon-decode firstmax5-0/+846
2002-11-11fix this alsollornkcor1-1/+1
2002-11-11bug fixtille1-2/+2
2002-11-11New Today weather plugindrw12-0/+860
2002-11-10added scroll speed optionsllornkcor4-6/+40
2002-11-10here it's...tille16-253/+370
2002-11-10only show popup if visibletille1-3/+4
2002-11-10Look in the correct directory for hl filesjowenn1-7/+11
2002-11-10addllornkcor1-0/+9
2002-11-10import of tiny kate. (saving not possible yet)jowenn102-0/+22364
2002-11-10*** empty log message ***llornkcor4-95/+81
2002-11-10added must restart messagebox when changing skinsllornkcor1-2/+6
2002-11-10use users default colors for tickerllornkcor1-41/+6
2002-11-10removed left in debugandyq2-2/+0
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-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-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-10gak.. too much coffee.. wrong stuff in wrong places fixllornkcor1-3/+4
2002-11-10fix2llornkcor1-2/+2
2002-11-10fixllornkcor1-1/+1
2002-11-10added system,system version,model,and vendor stringsllornkcor1-8/+35
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 ↵kergoth2-1/+4
menuconfig, to ensure the generated configs are updated
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-09move ftp stuff from opieftp to shared libllornkcor8-558/+631
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-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-08spanish commentsfbarros1-0/+3
2002-11-07no need to allow user to disable/enable interfaces, its required for ↵kergoth2-2/+2
networksetup