Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | ||||
2002-11-07 | Fix for Opie/X11 | zecke | 1 | -1/+1 |
COP is not dependant on QWS There is always a QT_NO_COP ;) | ||||
2002-11-07 | Fix wrong include statement | zecke | 1 | -1/+1 |
2002-11-07 | - include math.h for sin() and cos() | simon | 1 | -0/+2 |
2002-11-07 | removing unnecessary warnings | kergoth | 1 | -1/+0 |
2002-11-06 | Use optimizations | kergoth | 2 | -0/+17 |
2002-11-06 | allow a means of overriding CFLAGS_RELEASE, as a means of passing in ↵ | kergoth | 61 | -61/+61 |
optimizations | ||||
2002-11-06 | Some ugly ifdefs inside fontdatabase for now :( | zecke | 1 | -1/+16 |
This temp. helps the x11 port | ||||
2002-11-06 | Slight variable correction, to ensure clean target continues to work | kergoth | 1 | -4/+1 |
2002-11-06 | Filter out itself when descending | kergoth | 1 | -2/+3 |
2002-11-06 | QMAKE looks for server.pro and not ocopserver.pro | zecke | 1 | -0/+10 |
2002-11-06 | Add default config for x11 | kergoth | 1 | -0/+299 |
2002-11-06 | incorrect default config | kergoth | 1 | -0/+16 |
2002-11-06 | Adjust specfile based on x11 | kergoth | 2 | -6/+20 |
2002-11-06 | updated config | kergoth | 1 | -49/+19 |
2002-11-06 | Only include if not a config target, as the implicit rules causes the user ↵ | kergoth | 1 | -1/+3 |
to jump through hoops (right holger? :) | ||||
2002-11-06 | Dont generate x11 config.in's | kergoth | 3 | -1/+12 |
2002-11-06 | .. | kergoth | 1 | -0/+1 |
2002-11-06 | Add X11.. | kergoth | 137 | -144/+173 |
2002-11-06 | TARGET is now qpe again | zecke | 1 | -1/+1 |
and not qpe-x11 this way we do not have to alter the .pro files | ||||
2002-11-06 | systemtime, hehe | tille | 1 | -2/+2 |
2002-11-06 | Add -DFPM_* to CXXFLAGS as well | kergoth | 1 | -0/+3 |
2002-11-06 | updated dependencies | kergoth | 2 | -2/+4 |
2002-11-06 | Set qmake var | kergoth | 1 | -0/+1 |
2002-11-06 | Removed ifs within the sources line, qmake doesnt like that at -all- .. need ↵ | kergoth | 2 | -4/+2 |
to find a workaround to pass .pro changes based on config system.. | ||||
2002-11-06 | libmad opts from root configure script. this is so much cleaner :) | kergoth | 1 | -1/+6 |
2002-11-06 | Set embeddedkonsole compile params .. converting configure script stuffs over | kergoth | 1 | -0/+2 |
2002-11-06 | Set libmpeg compile params .. converting configure script stuffs over | kergoth | 1 | -2/+6 |