summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
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
2004-04-23fix link namemickeyl1-1/+1
2004-04-23rename library and executable name for more consistencymickeyl4-6/+10
2004-04-23gcc 3.4 fixletsmickeyl2-27/+27
2004-04-23gcc3.4 fixletmickeyl1-1/+1
2004-04-23ok, I think I have all tried to reduce flicker in fullscreen when opie-eyealwin4-44/+27
get focus back. But as long I must repaint the fullScreenwidget my self when taskbar comes visible I can not do anymore.
2004-04-23gcc3.4 fixletmickeyl1-7/+7
2004-04-22ok. next variant of fullscreen toggeling. It seems, that now within allalwin3-40/+19
circumstances the viewer get fullscreen back and we don't run into an endless loop.
2004-04-22Added libsword dependancy for daggerdrw1-1/+1
2004-04-22set fixedharlekin1-1/+4
2004-04-22do not activate support for the broken sharp rom by defaultharlekin1-1/+1
2004-04-222400 and 4800 baud added, also free font selectionharlekin11-41/+128
2004-04-22Fill the screen better on BigScreenzecke2-101/+121
2004-04-22Fixed disabling of screen blanking, implemented prev/next page scrolling and ↵drw11-34/+50
fixed search OWait useage
2004-04-22resolved some problems with fullscreen mode.alwin4-14/+62
2004-04-22ok, checking for valid link isn't a good idea..alwin1-1/+1
2004-04-21only adds valid doc-links to listalwin1-1/+1
2004-04-21saves the last view used.alwin1-4/+18
2004-04-21fixed a possible crasheralwin1-1/+2
2004-04-21some performance issuesalwin4-20/+28
fixed a crasher in mainwindow
2004-04-21- added DocView modealwin13-17/+362
- fixed a bug in iconview and some small fixes more