Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2002-11-05 | remove commentedout code | llornkcor | 1 | -22/+1 |
2002-11-05 | dont trust Qt to initialize QStrings correctly always | llornkcor | 2 | -2/+2 |
2002-11-05 | changed layout and uncommented whatsthis | llornkcor | 3 | -34/+34 |
2002-11-05 | Missed a couple remnant REQUIRES | kergoth | 2 | -3/+0 |
2002-11-05 | no more unnecessary REQUIRES. | kergoth | 4 | -4/+0 |
2002-11-05 | changed icon | llornkcor | 4 | -6/+6 |
2002-11-05 | Adding initial config.in files | kergoth | 85 | -16/+367 |
2002-11-05 | pthread stuff. | llornkcor | 3 | -71/+142 |
2002-11-04 | Now using kernel calls for interface information | benmeyer | 18 | -4452/+1792 |
2002-11-04 | Correct Depends package naming | kergoth | 1 | -1/+1 |
2002-11-04 | Remove unnecessary qWarning | kergoth | 1 | -1/+0 |
2002-11-04 | correct translations too | tille | 1 | -14/+14 |
2002-11-04 | Updates | benmeyer | 2 | -8/+2 |
2002-11-04 | Removed the Config class. Now parses wireless.opts file directly | benmeyer | 6 | -698/+556 |
2002-11-04 | never code without caffeine. | kergoth | 2 | -4/+1 |
2002-11-04 | Fix bug and gives more user feedback now | benmeyer | 10 | -20/+66 |
2002-11-04 | hmmm | llornkcor | 1 | -0/+182 |
2002-11-04 | fortune plugin, though it doesnt like me | kergoth | 9 | -0/+365 |
2002-11-03 | moved ticker to oticker | llornkcor | 5 | -142/+8 |
2002-11-03 | fix ofileselector open | llornkcor | 1 | -1/+1 |
2002-11-03 | blah | llornkcor | 1 | -0/+46 |
2002-11-03 | added preferences dialog, and added slidshow | llornkcor | 9 | -184/+658 |
2002-11-03 | Added a proposal for the daemon/gui communication. | mickeyl | 1 | -1/+22 |
2002-11-03 | removecircular depens | llornkcor | 1 | -2/+2 |
2002-11-03 | Changed to version 0.9 | andyq | 1 | -1/+1 |
2002-11-03 | Added find next facility | andyq | 4 | -9/+22 |