Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-11-10 | fix2 | llornkcor | 1 | -2/+2 |
2002-11-10 | fix | llornkcor | 1 | -1/+1 |
2002-11-10 | fix system version string for zaurus | llornkcor | 1 | -1/+1 |
2002-11-10 | added system,system version,model,and vendor strings | llornkcor | 1 | -8/+35 |
2002-11-09 | caption fix | llornkcor | 1 | -2/+2 |
2002-11-09 | various fixes.. saveAs and quit stuff | llornkcor | 2 | -148/+137 |
2002-11-09 | fixes and options. commandline now works a bit more sane, and makes new file ↵ | llornkcor | 3 | -71/+153 |
if not found | ||||
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 | 3 | -1/+5 |
menuconfig, to ensure the generated configs are updated | ||||
2002-11-09 | small changes | llornkcor | 2 | -9/+13 |
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 | add ftplib | llornkcor | 1 | -1/+1 |
2002-11-09 | move ftp stuff from opieftp to shared lib | llornkcor | 8 | -558/+631 |
2002-11-09 | Remove stuff which should never be committed | eilers | 2 | -8/+8 |
2002-11-09 | Sorry it should never be committed.. | eilers | 1 | -2/+1 |
2002-11-09 | Added VCard Backend. | eilers | 4 | -0/+1228 |
2002-11-09 | Removed the vcard stuff | eilers | 1 | -0/+2 |
2002-11-09 | added | eilers | 3 | -5/+16 |
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-09 | fix for #435 | llornkcor | 1 | -6/+13 |
2002-11-08 | qwsServer belongs to QWS | zecke | 1 | -2/+2 |
and not to !QT_NO_COP | ||||
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 | update | cniehaus | 32 | -404/+1854 |
2002-11-08 | added messagebox that informs the user to install citytime | tille | 1 | -1/+7 |
possibility to install automaticly would be nice... | ||||
2002-11-08 | change horz scroll position for when using left scroll | llornkcor | 1 | -1/+5 |
2002-11-08 | option for beep | llornkcor | 3 | -39/+47 |
2002-11-08 | temporarely deactivated anniversary in vcard | eilers | 2 | -4/+6 |
2002-11-08 | alt shouldnt stick either | hash | 1 | -7/+13 |
2002-11-08 | in spanish | fbarros | 5 | -4/+7 |
2002-11-08 | fixed the tab key | hash | 1 | -1/+1 |
2002-11-08 | changed accent and back accent keys to unused chars | hash | 1 | -6/+6 |
2002-11-08 | 1. changed format from EUC-KR to UTF-8 (sorry about that) | hash | 1 | -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-08 | spanish comments | fbarros | 83 | -14/+143 |
2002-11-07 | initial translation, suggested by Héctor García Álvarez from Disoft | fbarros | 2 | -0/+269 |
2002-11-07 | Removed default argument! | zecke | 1 | -1/+1 |
spotted by gcc3.2 reported by the ueberhacker tronical ;) | ||||
2002-11-07 | Update default config per networksetup changes | kergoth | 2 | -10/+6 |
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 | Update default configs | kergoth | 2 | -12/+4 |
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 | inlucde qimage | zecke | 1 | -0/+2 |
this fixes launcher Opie/X11 compilation |