summaryrefslogtreecommitdiff
path: root/libopie2/opiemm
AgeCommit message (Collapse)AuthorFilesLines
2007-01-22Every file in this commit makes a call to a function which returns a value.erik1-2/+6
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked.
2005-05-19- add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCardmickeyl2-12/+13
- move linux-only subsystems in subdirectory linux - minor header cleanups
2005-05-09remove bogus commentmickeyl1-4/+0
2005-03-24last bugfixes on opie-eye an imagescrollview. Seems that now all is workingalwin1-1/+4
as it should.
2005-03-24- removed a lot of useless debugoutputalwin1-16/+14
- fixed a small display problem
2005-03-22added missing interface methods for a generic imagedisplay (displayalwin2-0/+123
brightness) apps using that OImageScrollview must rebuild! this will be the last change of interface for a long time
2005-02-02first work on input system abstractionsmickeyl1-2/+2
2005-01-30improve mixer codemickeyl2-72/+59
2005-01-24add isStereo to OMixerInterface to gather whether a given channel is a ↵mickeyl2-3/+28
stereo or mono channel
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL file :changed VERSION stringwimpie3-4/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-340/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+340
2004-11-06moved a lot of code from opie-eye_slave into libalwin2-49/+12
2004-11-01exif class added (taken from opie-eye_slave and more c++ like reworked)alwin4-6/+1346
it is used in oimageview while loading jpegs checking BEFORE loading if the image should be scaled loaded. ToDo: documentation of the interface, remove it from opie-eye_slave (it should use of course the library version)
2004-11-01removed some useless debug codealwin1-1/+0
2004-09-10added support for DEVFSschurig1-0/+5
2004-09-10The usual... fix warnings about unused parameterszecke2-4/+6
2004-06-01- convert to odebug frameworkar1-3/+3
2004-04-23reduced the need of image calculationsalwin1-4/+5
2004-04-22reworked the painting algorithm again, hopefully now it works in all casesalwin1-31/+17
2004-04-21improved painting, eg., when clip area is outside image we must notalwin1-2/+17
paint the image of course....
2004-04-16fixed painting problems when reloading images when widget is visiblealwin1-6/+10
2004-04-16- displaying a busy makes no sense here. It results in double paintingsalwin2-25/+19
- method to set autoscale/autorotate at once
2004-04-15hopefull better repainting when switching the image while view isalwin1-19/+11
visible
2004-04-15using other values when scaled loading of jpegsalwin1-1/+1
2004-04-15start of documentationalwin1-12/+97
2004-04-14added the image-display widgets to lib 'cause it may used in otheralwin5-2/+1056
applications ToDo: Interface description
2004-04-06upgrade descriptions and synchronize readme and roadmapmickeyl1-1/+1
2004-04-02added _sdf(0) to constructor to avoid warningwimpie1-1/+1
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-13Move XML class to internal PIMzecke3-1/+20
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-01fix includeschicken1-1/+0
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+0
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-01-01bye bye qDebug, hello odebugmickeyl2-20/+14
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl2-3/+3
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl1-0/+11
2003-08-25libopie2 compiles for qt3/x11 nowtille2-1/+8
run: qmake "platform=x11" libopie2.pro
2003-06-27added obj directoryschurig1-1/+1
2003-06-15just a check-in before i lose that because of my fscking harddrive...mickeyl5-0/+560
this is work-in-progress...