summaryrefslogtreecommitdiff
path: root/noncore/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-06-24s,cardmon/pcmcia,pcmcia,mickeyl2-2/+2
2005-06-14Opie Eye:zecke3-15/+0
-Change the keyboard shortcut configuration to not blacklist keys found on the joypad (up,down,left,right,enter). This was done on request of Gints Polis
2005-05-23Resource -> OResourcedrw7-64/+93
2005-05-23Resource -> OResourcedrw2-30/+77
2005-03-25Fix for #1473:zecke2-1/+7
Like the OFileSelector patch show the popup on QToolButton press and do not use setPopup()
2005-03-24last bugfixes on opie-eye an imagescrollview. Seems that now all is workingalwin2-7/+11
as it should.
2005-03-24- increased max-thumbnail-sizealwin7-21/+84
- shortcuts for inc/dec brightness - make max thumbnail size as a static so there is one point in code where it is stored and not 4 time over the whole code
2005-03-23dirty hack let opie-eye crashalwin2-21/+8
fixed display problems the right way now I hope ToDo: fix flicker when switching images in fullscreen mode while window is visible
2005-03-22-fixed some strange display bugs depending of switch to qte 2.3.10alwin4-2/+95
-inserted the missed (and asked for) feature setting a display brightness on the fly. Known Bugs left: When starting with setting a document the image will not displayed if too large. It is since switch to qte 2.3.10 eg. seems to be a timing problem when loading cost too much time. I have no idea how to fix it this moment.
2005-03-21variable declared as slot - fixed.alwin1-2/+2
visibility changed from private to protected
2005-03-07docLnk->isValid returns if the .doclnk file existsalwin1-1/+2
so its sensless here - we want the check if the real file exists.
2005-03-06Fix bug 1600: Removing . from directory listingskyhusker1-1/+4
2005-03-06-NoForce is the default mode of the OWidgetStack. There is no needzecke1-2/+0
to set it here.
2005-03-05prepare for toggle of display mode of the different viewsalwin2-30/+61
2005-03-02fixed some problems in bigscreen mode and when rotatingalwin3-11/+55
2005-02-05Implement deletion for the Document and Camera Listezecke2-2/+12
This should fix 1540
2005-02-05Add a special MessageBox to squeeze the path to fit onto the screen.zecke4-10/+185
This is a fix for #1539
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl3-599/+3
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl3-3/+599
2004-11-14disabled code which makes problems on Zalwin1-0/+7
2004-11-12Remove the pun "Aye Caramba" from Bart Simpson inzecke1-1/+1
"Opie Eye Caramba" found as the Caption of the Mainwindow
2004-11-12Give credit to Rajko Albrecht for making Opie Eye rockzecke1-8/+10
2004-11-12- fixed a bug in docview-lister: different files may have same docviewalwin8-102/+178
name. So mapping filenames to docname isn't usefull. - when opie-eye is started from doctab closing the imagewindow closes the application - when a doc-link is changed while opie-eye is running it get the changes, too.
2004-11-11removed some useless codealwin1-3/+0
2004-11-11speed up cat selectionalwin2-4/+11
2004-11-10lister modules can insert special widgets.alwin12-8/+91
doc_dirlister will insert a category select widget
2004-11-10removed a lot of debug messagesalwin3-13/+4
2004-11-07try to improve the icon scalingalwin1-7/+10
2004-11-07fixed up the icon display, imagecache size depends on size of iconsalwin1-11/+27
2004-11-07when last view state was fullscreen and user tabbed on an image thealwin2-2/+17
imagedisplay was behind the application gui 'cause gui was painted after the imagewindow. So now opie-eye starts a short timer in setDocument when first start checking the visibility of imagewindow.
2004-11-06a lots of tests with the iconview, user can now setup the prefered icon-size,alwin5-43/+168
but still some rewrites/redesigns needed. QIconView(Item) is sometimes horrible. some default-values changed
2004-11-06moved a lot of code to the libraryalwin2-1248/+10
2004-11-02setup dlg into extra files - its a little bit cleaneralwin4-40/+77
2004-11-02if wanted the user may search directories recursivalwin8-30/+96
2004-11-02ok. now we have real working, simple solution how to act with switching ↵alwin2-15/+12
fullscreen when imagewindow is hidden. It is realy impressive what a brain can generate brainf* ideas finding such a solution - I should stop programming on holidays.
2004-11-01some layout workalwin6-62/+115
work on saving default values some fixes
2004-11-01when jpeg image is smaller than requested thumbsize it will not usealwin1-22/+30
scaled loading
2004-11-01some menu workingalwin5-23/+45
some debug messages removed tried to remove some interesting effects when switching view mode
2004-10-31minimum slideshow time should be 1 not 0alwin1-2/+2
2004-10-31some more settings the user can doalwin3-5/+23
2004-10-31a widget for some base settingsalwin2-0/+91
2004-10-31all toolbuttons etc. switched to QAction objectsalwin4-205/+326
menu mostly finished
2004-10-30most part of menu implementedalwin5-40/+159
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden
2004-10-30slide show implementedalwin5-4/+131
on next/previous images: if end/begin of list is reached it starts again on begin/end (it was required for slideshow so what ;) zecke: so we have a feature for OPIE 1.1.7 ;)
2004-10-16Disable the unimplemented 'slotRename' and reuse the ToolButtonzecke1-2/+1
to show the ImageInfo, which was only accessible by keyboard before
2004-10-15split the two config in one file into two config.in files, so the ↵clem2-4/+5
dependencies will be read (so OPIE_EYE_SLAVE is now defined in slave/config.in)
2004-10-08Use KeyPressed instead of KeyReleased for the Acceleratorzecke1-4/+10
Key in the Image Display component. This fixes the double 'next' problem when going from the browser to the viewer/display
2004-09-20don't forget to put the opie2mm library dep. here tooclem1-2/+2
2004-08-27The usual forgotten filezecke1-0/+8
so here it is
2004-08-27-Removal of debug messageszecke25-72/+487
-Cleanups of .pro files -Cleanups of source code And finally the long awaited DigiCam (dcim) Backend