Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-11-10 | use users default colors for ticker | llornkcor | 1 | -41/+6 |
2002-11-10 | removed left in debug | andyq | 2 | -2/+0 |
2002-11-10 | fix | llornkcor | 1 | -5/+5 |
2002-11-10 | should be selected after adding file | llornkcor | 1 | -2/+12 |
2002-11-10 | usability improvments | tille | 6 | -89/+106 |
2002-11-10 | fix file add slowdown, and make fileselector remember last directory | llornkcor | 2 | -16/+29 |
2002-11-10 | update | harlekin | 2 | -25/+25 |
2002-11-10 | display loaded playlist in caption at start | llornkcor | 1 | -1/+4 |
2002-11-10 | better seek slider code for videowidget too | harlekin | 5 | -19/+30 |
2002-11-10 | Updated | andyq | 2 | -0/+6 |
2002-11-10 | Added braces round key checking if statement to fix bug that WEP settings | andyq | 2 | -4/+10 |
were never saved if WEP was enabled | ||||
2002-11-10 | no extras here either | llornkcor | 1 | -3/+5 |
2002-11-10 | need a default m3u to write too | llornkcor | 1 | -1/+3 |
2002-11-10 | no extras for urls | llornkcor | 1 | -4/+4 |
2002-11-10 | besser seekable handling | harlekin | 8 | -26/+46 |
2002-11-10 | fixed seeking and further adaption to the new api | harlekin | 4 | -4/+21 |
2002-11-10 | use opie's FontDatabase so to be able to use freetype | llornkcor | 1 | -109/+113 |
2002-11-10 | gak.. too much coffee.. wrong stuff in wrong places fix | llornkcor | 1 | -3/+4 |
2002-11-10 | fix2 | llornkcor | 1 | -2/+2 |
2002-11-10 | fix | llornkcor | 1 | -1/+1 |
2002-11-10 | added system,system version,model,and vendor strings | llornkcor | 1 | -8/+35 |
2002-11-09 | ben! stop committing .pro files with DESTDIR commented out. | kergoth | 4 | -4/+4 |
2002-11-09 | Add ftp library. remember to make -f Makefile.test clean-configs before ↵ | kergoth | 2 | -1/+4 |
menuconfig, to ensure the generated configs are updated | ||||
2002-11-09 | Now at version 1.0 - woot! | andyq | 1 | -1/+1 |
2002-11-09 | Added filter menu - contains 3 filters - show uninstalled packages, | andyq | 4 | -17/+145 |
show installed packages and show upgraded packages | ||||
2002-11-09 | move ftp stuff from opieftp to shared lib | llornkcor | 8 | -558/+631 |
2002-11-09 | Added ability to install a remote package (one from the net) | andyq | 2 | -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 api | harlekin | 2 | -37/+32 |
2002-11-08 | Fix compile error | benmeyer | 4 | -28/+28 |
2002-11-08 | More optimizations, 1 memory leak fixed | benmeyer | 8 | -192/+186 |
2002-11-08 | Code Optimizations | benmeyer | 36 | -192/+238 |
2002-11-08 | - a couple of fixes like this one: | simon | 3 | -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: | simon | 2 | -4/+4 |
- for ( it; it != interfaces.end(); ++it ){ + for ( ; it != interfaces.end(); ++it ){ | ||||
2002-11-08 | - for ( i; i <= numberOfEntries; i++) { | simon | 1 | -1/+1 |
+ for ( ; i <= numberOfEntries; i++) { | ||||
2002-11-08 | spanish comments | fbarros | 1 | -0/+3 |
2002-11-07 | no need to allow user to disable/enable interfaces, its required for ↵ | kergoth | 2 | -2/+2 |
networksetup | ||||
2002-11-07 | Correct interdependencies for networksetup | kergoth | 6 | -20/+24 |
2002-11-07 | Correct naming | kergoth | 1 | -1/+1 |
2002-11-07 | Correct opiemail to ensure libmail and bend are built first | kergoth | 3 | -10/+13 |
2002-11-07 | Renove Emulationhandler from MetaFactory | zecke | 10 | -42/+64 |
common.h clashed with TECommon.h Implement saving of history! | ||||
2002-11-07 | - include math.h for sin() and cos() | simon | 1 | -0/+2 |
2002-11-06 | Add X11.. | kergoth | 82 | -82/+82 |
2002-11-06 | systemtime, hehe | tille | 1 | -2/+2 |
2002-11-06 | updated dependencies | kergoth | 2 | -2/+4 |
2002-11-05 | Correct depends | kergoth | 1 | -1/+1 |
2002-11-05 | libstocks isnt used | kergoth | 3 | -11/+8 |
2002-11-05 | Improving formatting | kergoth | 1 | -0/+3 |
2002-11-05 | Removing generated Makefiles. | kergoth | 2 | -400/+0 |
2002-11-05 | you know the drill | kergoth | 75 | -124/+140 |
2002-11-05 | you know the drill | kergoth | 16 | -0/+22 |