summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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...
2002-11-08change horz scroll position for when using left scrollllornkcor1-1/+5
2002-11-08option for beepllornkcor3-39/+47
2002-11-08temporarely deactivated anniversary in vcardeilers2-4/+6
2002-11-08alt shouldnt stick eitherhash1-7/+13
2002-11-08in spanishfbarros5-4/+7
2002-11-08fixed the tab keyhash1-1/+1
2002-11-08changed accent and back accent keys to unused charshash1-6/+6
2002-11-081. changed format from EUC-KR to UTF-8 (sorry about that)hash1-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-08spanish commentsfbarros83-14/+143
2002-11-07initial translation, suggested by Héctor García Álvarez from Disoftfbarros2-0/+269
2002-11-07Removed default argument!zecke1-1/+1
spotted by gcc3.2 reported by the ueberhacker tronical ;)
2002-11-07Update default config per networksetup changeskergoth2-10/+6
2002-11-07no need to allow user to disable/enable interfaces, its required for ↵kergoth2-2/+2
networksetup
2002-11-07Correct interdependencies for networksetupkergoth6-20/+24
2002-11-07Update default configskergoth2-12/+4
2002-11-07Correct namingkergoth1-1/+1
2002-11-07Correct opiemail to ensure libmail and bend are built firstkergoth3-10/+13
2002-11-07Renove Emulationhandler from MetaFactoryzecke10-42/+64
common.h clashed with TECommon.h Implement saving of history!
2002-11-07inlucde qimagezecke1-0/+2
this fixes launcher Opie/X11 compilation
2002-11-07Fix for Opie/X11zecke1-1/+1
COP is not dependant on QWS There is always a QT_NO_COP ;)
2002-11-07Fix wrong include statementzecke1-1/+1
2002-11-07- include math.h for sin() and cos()simon1-0/+2
2002-11-07removing unnecessary warningskergoth1-1/+0
2002-11-06Use optimizationskergoth2-0/+17
2002-11-06allow a means of overriding CFLAGS_RELEASE, as a means of passing in ↵kergoth61-61/+61
optimizations
2002-11-06Some ugly ifdefs inside fontdatabase for now :(zecke1-1/+16
This temp. helps the x11 port
2002-11-06Slight variable correction, to ensure clean target continues to workkergoth1-4/+1
2002-11-06Filter out itself when descendingkergoth1-2/+3
2002-11-06QMAKE looks for server.pro and not ocopserver.prozecke1-0/+10
2002-11-06Add default config for x11kergoth1-0/+299
2002-11-06incorrect default configkergoth1-0/+16
2002-11-06Adjust specfile based on x11kergoth2-6/+20
2002-11-06updated configkergoth1-49/+19
2002-11-06Only include if not a config target, as the implicit rules causes the user ↵kergoth1-1/+3
to jump through hoops (right holger? :)
2002-11-06Dont generate x11 config.in'skergoth3-1/+12
2002-11-06..kergoth1-0/+1
2002-11-06Add X11..kergoth137-144/+173