summaryrefslogtreecommitdiff
path: root/noncore/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2004-07-24Try to get the Keyup Event inside the IconView to not 'move'zecke2-0/+20
forward later. Long Return press triggers autorepeat
2004-07-14Problem: Opie-Drawpad loads its document delayed. This means a setDocumentzecke1-1/+24
like from the Screenshot Applet could be executed prior to the final initialisation of drawpad and the just added page vanishes. Solve: Take the fact into account and 1st) don't create an empty page if there is already a page which is the case with the setDocument call 2nd) if we load but already have pages we need to add the new pages
2004-05-31- convert qWarning to owarnar2-4/+7
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 odebugar2-2/+2
2004-04-25fix dependency problemschicken1-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-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-22resolved some problems with fullscreen mode.alwin4-14/+62
2004-04-22ok, checking for valid link isn't a good idea..alwin1-1/+1