summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-08Fixed a lot of worse bugs in the databook-backend for SQL.eilers3-16/+24
It was found by doing equivalence checks between events, moved between xml and sql backend, using opimconverter.. More bugfixes will follow..
2004-05-08Completed missing translations, more to comegroucho8-95/+100
2004-05-08why not fix it completely while you're there? :Dmickeyl1-1/+1
2004-05-08use =, not == to check for equality in shellmickeyl1-2/+2
use rm -rf on directories, not just -f
2004-05-07If you create an array, delete it as an arrayzecke1-1/+1
2004-05-07fixchicken1-1/+1
2004-05-07fix sonamemickeyl1-1/+1
2004-05-07fix sonamemickeyl1-1/+1
2004-05-06Oh a bit older changezecke3-0/+0
-Remove the bg.png as we use it no more -Add two pictures for the clockapplet AlarmBell and AlarmBell Off (crossed)
2004-05-06Obey styleguide and show popups as in Qtopiazecke2-6/+42
2004-05-06Error spotted by Clement with Opie::Core and namespaceszecke4-5/+4
2004-05-05Package control files for the new themes mickeyl added earlierdrw5-0/+45
2004-05-05some additional styles from sandmanmickeyl144-0/+1139
it would've been nice if he had added those to Opie after GPL'ing them
2004-05-05Russian translation addedsudonix22-7/+48
2004-05-04Dutch translation updates from Sikko / Ruben Lubbesmichaelo62-2004/+2251
2004-05-04Corrected the translation of "Remote" (also a checkin test)michaelo1-1/+1
2004-05-04OOps.. Forgot to commit modification of rtti from static to nonstatic (virtual)eilers9-9/+12
2004-05-04Minor modification in debug outputeilers1-1/+3
2004-05-04This is the reason, why I sometimes hate C++ ..eilers1-1/+1
Fixed crash in find of OPimDateBookBackend_SQL
2004-05-04BUFIX # 0001108mickeyl2-4/+4
synchronize names and fix dependencies
2004-05-03- convert qDebug to odebugar29-5269/+5340
2004-05-03catch up with source changesmickeyl2-6/+4
2004-05-03bump version numberchicken1-1/+1
2004-05-03I hereby declare his Version 1.0.3.mickeyl5-22/+31
2004-05-03don't always write a capture filemickeyl3-22/+22
2004-05-03honor limited buffer size, if setmickeyl1-3/+5
2004-05-03write more settings into the .config file and read itmickeyl1-0/+9
2004-05-03remove the OPIE_WE_VERSION crap. this was a step into the wrong direction.mickeyl5-1479/+10
remove the wireless.h user headers also. we are doomed to use the kernel ones until Jean himself provides user headers. As a nice side effect, the automatic WE_VERSION detected has been removed. It was too weak anyway, since e.g. the handhelds.org community updated kernel 2.4.19 to WE V16 about 14 months ago...
2004-05-03Latvian translationsgints4-77/+78
2004-05-03*** empty log message ***gints1-64/+67
2004-05-02- convert qDebug to odebugar1-2/+2
2004-05-02- convert qWarning to owarnar7-425/+439
2004-05-02PacketViewer improvements:mickeyl5-35/+76
- expose buffer size through API - improve packet viewer logic - display time/date of capture + capture length
2004-05-02dump takes less space nowmickeyl1-4/+2
NOTE: I think dump really doesn't belong here
2004-05-02fix one odebug warningmickeyl1-2/+2
2004-05-02#define QTOPIA_INTERNAL_INITAPP must happen before #include "dropins.h" ormickeyl2-8/+11
this won't compile
2004-05-02- convert qDebug to odebugar1-2/+2
2004-05-02- convert qDebug to odebugar14-1201/+1255
2004-05-02- convert qDebug to odebugar2-1246/+1254
2004-05-02- convert qDebug to odebugar14-338/+402
2004-05-02- convert qDebug to odebugar5-1161/+1164
2004-05-02- convert qDebug to odebugar6-34/+38
2004-05-02- convert qDebug to odebugar2-115/+112
2004-05-02- use lib and inlcude dir from dependencies before the other dir'sar1-2/+2
2004-05-02- add settings for hex view buffer sizemickeyl2-45/+158
- synchronize copyright and author with reality
2004-05-01- use lib and inlcude dir from dependencies before the other dir'sar5-58/+78
2004-05-01Do not include symbols we don't need normallyzecke1-0/+2
2004-05-01Convert to quicklaunch. Integrate the Sharp ROM fixlet in c'tor and d'torzecke5-111/+107
of the mainwindow
2004-05-01patch by Michael O. to only use cpuinfozecke1-22/+14
2004-05-01Pass on the Hardware line of proc/cpuinfo so we don't need to parse the file ↵zecke14-43/+44
again.. only adjusted iPAQ backend to use it Beginning of hh22xx Linux2.6 support