fisheye

Do you know a good open-source version-control viewer?

I'm looking for a tool like Atlassian's FishEye. The alternatives I've found so far (like StatCVS, ViewCVS or Bonsai) are either lacking in features or are quite a pain to install and maintain. So before staying with one of these tools, I'd like to be sure I did not miss any other good, easy to install, open-source (prefereably java) ver...

How to flatten a fish eye picture (with python)?

I've found programs to turn fish eye pictures into flat ones. I'd like to learn the process behind the scenes. Can someone share their knowledge about the technique? ...

Custom scroll layout with fisheye in WPF

I know Windows Forms quite good but I'm new to WPF. I'd like to create application similar to RSS reader - in main window every note will be displayed in Post-it like frame and all notes should be chained and scrollable up and down. I also want to include kind of fisheye view - single note will be displayed full size in the centre of t...

Getting Zend_Navigation menu to work with jQuery's Fisheye

I'm using Zend_Navigation (sweet addition to the framework, btw) to build my menu, after which it should be rendered in the page (self-evidently). I first set the container somewhere in the controller: // $pages is the array containing all page information $nav = new Zend_Navigation($pages); $this->view->navigation($nav); Then, in the...

Anyone know of a jQuery fisheye/dock navigation plugin that is able to have a fixed position?

Hi, I'm looking to put a horizontal fisheye/dock nav on my site, but I need it to be fixed positioning... all the ones I've found do not support fixed positioning. Here are links to some of the ones I've found: jQuery OS X Dock #1 - Doesn't support fixed positioning CSS Dock Menu - This is very similar to the one above... euDock 2.0 ...

First Experiment with Dojo - FishEye Menu

http://demos.dojotoolkit.org/demos/fisheye/ I want to roll such a menu into my system, so I'm doing a one-step-at-a-time approach. I did a right click - save image on each of the icons. I did a view source, grabbed the HTML and saved on my machine. I changed the pictures to my local server (like this: iconSrc="http://localhost:808...

Mac style fisheye menu with JQuery?

I found this: http://www.ndesign-studio.com/blog/design/css-dock-menu/ My problem, however, is that when setting I’ve tried everything, but I can’t get the toolbar to be FIXED to the bottom of the screen. I.e. If the page has enough text to scroll, the icons don’t stick to the bottom when you scroll. I got as far as setting #dock2’s ...

Dojo Fisheye in Grails app

I am building a web application using Grails. I decided to use dojo and I added a dojo fisheye menu for begining in the main.gsp so it would be available on all the application's pages. It works fine for the (home) index.gsp page, but once I select another one, the fisheye menu disapears. If I go back to home it is there. I revised my se...

Can't change this javascript to read less for height than width on mousemove

Hey, So I'm trying to set up this jQuery CSS dock menu and you can enter in a proximity in the setup. The proximity determines when the zoom will be triggered, but you only get to put in one distance -- same for height and width. How can I change this code to allow to enter in a single one for height and a single one for width -OR- how ...

How to create fisheye lens effect by openGL?

Hello, I am trying to create lomo fisheye effect on an image using openGL. I am new to openGL, should I use cube mapping and fisheye projection? Is there any open source that I can refer to? Thanks. ...

How to simulate fisheye lens effect by openCV?

I am looking for ways to create fisheye lens effect, looked at documentations for openCV, it looks like it contains Camera Calibration functions for radial distortions like fisheye. Is it possible to simulate fisheye distortion by openCV? If it is possible to do it by openCV, comparing to openGL, which one will generate better results?...

Cubic image converter?

I am looking for software (preferably free) that runs on either windows or osx that can take a list cubic images (broken into front, back, up, down, left, right) and turn them into a video. I am also looking for software to create fisheye projections from these images. Have had a bit of a look around and can't seem to find anything that...

which class/jar file in fisheye hooks into subversion and GIT?

which class/jar file in fisheye hooks into subversion and GIT? I want to use it to extend the functionality a bit. ...

are there any competitors to atlassians fisheye?

looking for alternatives to view source code repository and run metrics on it . . ...

Fisheye distortion of MovieClip (AS3)

Some pseudo-code for accomplishing a linear fisheye distortion of a MovieClip's contents would be very appreciated. The attached illustration shows how the "fisheye effect" is automatically applied to an area around the mouse-pointer. The Flare toolkit has examples of both Bifocal and Fisheye distortion here. ...

Semantic Fish-eye zoom on table cells in UIKit?

How would I go about implementing a table view that looks and works something as illustrated in the link below, with UIKit for the iPhone? http://img442.imageshack.us/img442/4177/uifisheyeview.png So basically I want the cell sizes to vary according to distance of focus (middle of view). And I would also want it to be semantic zooming a...

Is it possible to integrate Mercurial commits with JIRA or FishEye (via TortoiseHg or hg)?

Is there a way to link every HG commit to a specific bug tracking issue? For example, show a drop down when committing from TortoiseHg with all active JIRA issues assigned to the current user (similar to the TortoiseSVN Plugin for JIRA). Maybe a drop down is too fancy, but is there something similar to the TortoiseSVN Integration with B...

Looking for jQuery Plugin - Mix of jCarousel and FishEye / Dock

I'm looking for a jQuery plugin that is a carousel mixed with a fisheye effect, where the center images would be larger and the outer images slightly smaller. I've searched to no avail, and really don't want to have to create this, so I'm hoping I'm missing a good one. Basically, need a mix of something like these two: jCarousel - h...

jQuery Interface Fisheye left align issue

Using the groovy Fisheye function from the jQuery plugin Interface, and setting "halign" to "left" the effect seems to apply to the next image in the list rather than the one that the mouse is actually over. link ...