summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/mainwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
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 viewsalwin1-28/+57
2005-03-02fixed some problems in bigscreen mode and when rotatingalwin1-8/+14
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-12- fixed a bug in docview-lister: different files may have same docviewalwin1-12/+35
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-07when last view state was fullscreen and user tabbed on an image thealwin1-2/+16
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,alwin1-2/+2
but still some rewrites/redesigns needed. QIconView(Item) is sometimes horrible. some default-values changed
2004-11-02if wanted the user may search directories recursivalwin1-0/+2
2004-11-02ok. now we have real working, simple solution how to act with switching ↵alwin1-15/+9
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 workalwin1-44/+84
work on saving default values some fixes
2004-11-01some menu workingalwin1-16/+38
some debug messages removed tried to remove some interesting effects when switching view mode
2004-10-31some more settings the user can doalwin1-2/+17
2004-10-31all toolbuttons etc. switched to QAction objectsalwin1-190/+264
menu mostly finished
2004-10-30most part of menu implementedalwin1-35/+138
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden
2004-10-30slide show implementedalwin1-0/+1
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-05-12- convert qDebug to odebugar1-1/+1
2004-04-23ok, I think I have all tried to reduce flicker in fullscreen when opie-eyealwin1-17/+7
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 allalwin1-2/+1
circumstances the viewer get fullscreen back and we don't run into an endless loop.
2004-04-22resolved some problems with fullscreen mode.alwin1-3/+3
2004-04-21some performance issuesalwin1-0/+1
fixed a crasher in mainwindow
2004-04-21- added DocView modealwin1-1/+2
- fixed a bug in iconview and some small fixes more
2004-04-21polish on fullscreen modealwin1-1/+6
2004-04-20some gui stuff - fullscreen now works better on smallscreen, bigscreenalwin1-14/+49
has some more problems...
2004-04-20keys in imageview handled via keyconfig manager againalwin1-5/+13
2004-04-19last iconview mode will be saved and restoredalwin1-1/+3
2004-04-16after hard-testing on real device I hade made some beauty toalwin1-1/+16
the fullscreen mode, now it seems working real fine. Zecke: I think, on real frontend side most work is finish, now we should resolve the problems with iconview and co. And find a faster rotate-algorithm ;)
2004-04-16Implemented fullscreen mode (f-key)alwin1-0/+26
2004-04-16layout of iconview can switchedalwin1-18/+23
2004-04-16use setAutoScaleRotate of the imagedisplayalwin1-2/+5
2004-04-16not all buttons will showed in every view, small beautiesalwin1-8/+35
2004-04-15previous/next image keys implementedalwin1-0/+2
ToDo: make it via keywidget, this moment the keywidget sends a key twice (on press and on release)
2004-04-14mostly all basics donealwin1-1/+1
2004-04-14Alwin thank you for beeing nice (#ifdef 0 #endif ) next time completely revertzecke1-5/+4
just to piss me off :) Anyway now add the first version of the view button
2004-04-14in BigScreen mode the imagedisplay will get a minimum size half of the screenalwin1-4/+19
Zecke: I had to deactivate your viewbuttons 'cause you forgot to add the files for it ;)
2004-04-13First bits of different IconView Viewszecke1-0/+5
2004-04-13zoomer widget better integrated, size of it depends on the size of the ↵alwin1-0/+15
displayed image, may switched off by user and so on.
2004-04-07Implement setDocument so now we could start replacing showimgzecke1-0/+10
2004-04-07keys will now be written to config filealwin1-1/+5
all view use the same config object otherwise there will be problems writing a new config
2004-04-07the ImageScrollView wrapped with another class where just thealwin1-3/+10
opie-eye specifics are implemented. So we can move that into the MM lib and use it in other programs.
2004-04-06added keyboard handler for info windowalwin1-6/+10
2004-04-05yeah - autoresize and autoscale now have toggle-buttons and the image displayalwin1-1/+40
respect these buttons ToDo: find a good way for prescaled loading of images if autoScale is on (in respect to autorotate and so on)
2004-04-05Make use of OWidgetStackzecke1-9/+100
2004-04-02-Fix realignment of the items but now it updates too oftenzecke1-1/+1
-Fix slave not to include <qt></qt> for iconViewName
2004-04-02-Use OConfigzecke1-20/+44
-Use OKeyConfigManager/Widget for Keyboard short cuts
2004-03-23Update....zecke1-4/+4
Start the Slave Add the Iface for OKeyConfigWidget
2004-03-22Initial Check in of the Eye Of Zilla. This ImageViewer featureszecke1-0/+114
Image Infos, EXIF, Jpeg,Png,Gif support. It supports scaled loading of Jpegs. an smart image cache.... GUI needs some work and we need to find a bug in QCOP as well. TODO: Add Image Service for example Mailer Add ImageCanvas/Zoomer/Display