Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-05-19 | - add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCard | mickeyl | 2 | -12/+13 |
- move linux-only subsystems in subdirectory linux - minor header cleanups | ||||
2005-05-09 | remove bogus comment | mickeyl | 1 | -4/+0 |
2005-03-24 | last bugfixes on opie-eye an imagescrollview. Seems that now all is working | alwin | 1 | -1/+4 |
as it should. | ||||
2005-03-24 | - removed a lot of useless debugoutput | alwin | 1 | -16/+14 |
- fixed a small display problem | ||||
2005-03-22 | added missing interface methods for a generic imagedisplay (display | alwin | 2 | -0/+123 |
brightness) apps using that OImageScrollview must rebuild! this will be the last change of interface for a long time | ||||
2005-02-02 | first work on input system abstractions | mickeyl | 1 | -2/+2 |
2005-01-30 | improve mixer code | mickeyl | 2 | -72/+59 |
2005-01-24 | add isStereo to OMixerInterface to gather whether a given channel is a ↵ | mickeyl | 2 | -3/+28 |
stereo or mono channel | ||||
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 1 | -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-04 | CONTROL file :changed VERSION string | wimpie | 3 | -4/+1 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -340/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+340 |
2004-11-06 | moved a lot of code from opie-eye_slave into lib | alwin | 2 | -49/+12 |
2004-11-01 | exif class added (taken from opie-eye_slave and more c++ like reworked) | alwin | 4 | -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-01 | removed some useless debug code | alwin | 1 | -1/+0 |
2004-09-10 | added support for DEVFS | schurig | 1 | -0/+5 |
2004-09-10 | The usual... fix warnings about unused parameters | zecke | 2 | -4/+6 |
2004-06-01 | - convert to odebug framework | ar | 1 | -3/+3 |
2004-04-23 | reduced the need of image calculations | alwin | 1 | -4/+5 |
2004-04-22 | reworked the painting algorithm again, hopefully now it works in all cases | alwin | 1 | -31/+17 |
2004-04-21 | improved painting, eg., when clip area is outside image we must not | alwin | 1 | -2/+17 |
paint the image of course.... | ||||
2004-04-16 | fixed painting problems when reloading images when widget is visible | alwin | 1 | -6/+10 |
2004-04-16 | - displaying a busy makes no sense here. It results in double paintings | alwin | 2 | -25/+19 |
- method to set autoscale/autorotate at once | ||||
2004-04-15 | hopefull better repainting when switching the image while view is | alwin | 1 | -19/+11 |
visible | ||||
2004-04-15 | using other values when scaled loading of jpegs | alwin | 1 | -1/+1 |
2004-04-15 | start of documentation | alwin | 1 | -12/+97 |
2004-04-14 | added the image-display widgets to lib 'cause it may used in other | alwin | 5 | -2/+1056 |
applications ToDo: Interface description | ||||
2004-04-06 | upgrade descriptions and synchronize readme and roadmap | mickeyl | 1 | -1/+1 |
2004-04-02 | added _sdf(0) to constructor to avoid warning | wimpie | 1 | -1/+1 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-13 | Move XML class to internal PIM | zecke | 3 | -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-01 | fix includes | chicken | 1 | -1/+0 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+0 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-01-01 | bye bye qDebug, hello odebug | mickeyl | 2 | -20/+14 |
2003-12-01 | slowly start to refactor & cleanup libopie2 before merging it with libopie1 | mickeyl | 2 | -3/+3 |
2003-10-07 | individually package libopie2 parts and make libopie2 a virtual package | mickeyl | 1 | -0/+11 |
2003-08-25 | libopie2 compiles for qt3/x11 now | tille | 2 | -1/+8 |
run: qmake "platform=x11" libopie2.pro | ||||
2003-06-27 | added obj directory | schurig | 1 | -1/+1 |
2003-06-15 | just a check-in before i lose that because of my fscking harddrive... | mickeyl | 5 | -0/+560 |
this is work-in-progress... |