summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2004-05-15- convert qDebug to odebugar3-42/+43
2004-05-14fixeschicken6-6/+6
2004-05-13BUGFIX for 1314: Fix page initialization on first start of drawpad.mickeyl4-6/+10
Problem was caused by a race condition. Developers: If you have todo initializations which depend on the widget layout being finished, _don't_ do this in the widget constructor but in a callback from the mainloop, i.e. via QTimer::singleShot( 10, this, SLOT( myInitialization() ) );
2004-05-12- convert qDebug to odebugar5-41/+41
2004-05-12- convert qDebug to odebugar5-1536/+1536
2004-05-10Somehow unstable feed build is confuses of Opie::Ui::OTabWidget and looks in ↵zecke1-2/+4
OTabWidget...
2004-05-09fix sonamemickeyl1-1/+1
2004-05-08why not fix it completely while you're there? :Dmickeyl1-1/+1
2004-05-07fixchicken1-1/+1
2004-05-07fix sonamemickeyl1-1/+1
2004-05-07fix sonamemickeyl1-1/+1
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-04BUFIX # 0001108mickeyl1-0/+0
synchronize names and fix dependencies
2004-05-03- convert qDebug to odebugar29-5269/+5340
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-02PacketViewer improvements:mickeyl5-35/+76
- expose buffer size through API - improve packet viewer logic - display time/date of capture + capture length
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-01- be really paranoid about wireless extension versions for compile time vs. ↵mickeyl4-6/+56
run time - register handlers for SIGSEGV and SIGBUG to emergency-close the capture file
2004-04-30CLEANUP: match binary and .desktop namemickeyl2-2/+2
2004-04-30add missing TARGET statement. this confuses qmake in certain situationsmickeyl1-1/+1
2004-04-30some long outstanding 'freeze' bug..zecke2-3/+3
having a function pause(){} conflicts with linux version of pause. So instead of doing nothing... we were forced to pause(2)
2004-04-29- need SQL backend in libopie2pim for pimconverterar1-3/+3
2004-04-29- add libetpan lib and include dir from dependenciesar1-0/+6
2004-04-29- add libetpan lib and include dir from dependenciesar1-0/+7
2004-04-29updatemickeyl1-2/+12
2004-04-28needed stuff to create packages (untested !)eilers1-0/+10
2004-04-28First demo release of the PIM database conversion tool..eilers5-0/+574
2004-04-28CLEANUP: remove relative includes over the source treemickeyl2-3/+3
2004-04-27g++ 3.4 fix in conjunction w/ the qte fixmickeyl1-4/+4
2004-04-27fixed dependenciesalwin1-1/+1
2004-04-26remove non needed lib linkllornkcor1-1/+1
2004-04-26turn off silly casino rules solitarellornkcor2-19/+25
2004-04-25hook things upllornkcor1-87/+91
2004-04-25soundcard descriptor mucking aboutllornkcor1-23/+23
2004-04-25fix dependency problemschicken1-1/+1
2004-04-24- start ChangeLogar1-0/+17
2004-04-24gcc 3.4 fixletmickeyl1-12/+12
2004-04-24gcc 3.4 fixletmickeyl1-3/+3
2004-04-24gcc34 fixletmickeyl1-2/+2
2004-04-24gcc 3.4 fixletmickeyl1-3/+4
The inheritance brings Qt and QObject into class scope as private. If you want to access Qt and QObject from within the class scope, one has to do it via global scope (::Qt::...)
2004-04-24fix to properly refer to dependenciesmickeyl1-1/+7
2004-04-24gcc 3.4 fixletmickeyl1-5/+5