Statistics
| Revision:

svn-document-layout / trunk / org.gvsig.app.document.layout2.app / org.gvsig.app.document.layout2.app.mainplugin / src / main / java / org / gvsig / app / project / documents / layout / fframes @ 218

Name Size Revision Age Author Comment
  gui 218 almost 10 years Cesar Martinez Izquierdo Adapt dialog to GridBagLayout to prepare it to ...
AbstractFFrameViewDependence.java 3.4 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrame.java 26.8 KB 213 almost 10 years Cesar Martinez Izquierdo Added the possibility to add a view from the ma...
FFrameBasic.java 9 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameBasicFactory.java 1.74 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameGraphics.java 17.6 KB 100 over 10 years Juan Lucas Domínguez #1265 Removed unnecessary automatic resizing of...
FFrameGraphicsFactory.java 1.77 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameGrid.java 21.2 KB 85 over 10 years Ignacio Brodín #1847 Layout grid fits the paper limits instead...
FFrameGridFactory.java 1.85 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameGroup.java 11.2 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameGroupFactory.java 1.74 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameLegend.java 30.5 KB 173 almost 10 years Cesar Martinez Izquierdo Ensure a font is assigned, as it is a mandatory...
FFrameLegendFactory.java 1.75 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameNorth.java 4.03 KB 72 almost 11 years Juan Lucas Domínguez Added utility method to allow map rotation diff...
FFrameNorthFactory.java 1.74 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameOverView.java 16.2 KB 142 almost 10 years Cesar Martinez Izquierdo Simplified and centralized the synchronization ...
FFrameOverViewFactory.java 1.76 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFramePicture.java 14.2 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFramePictureFactory.java 1.76 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameScaleBar.java 44.3 KB 213 almost 10 years Cesar Martinez Izquierdo Added the possibility to add a view from the ma...
FFrameScaleBarFactory.java 1.76 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameSymbol.java 6.06 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameSymbolFactory.java 1.75 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameTable.java 15.5 KB 125 over 10 years Juan Lucas Domínguez #2394 Fixed refreshment of icon and renamed ico...
FFrameTableFactory.java 1.75 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameText.java 25.4 KB 32 over 11 years Juan Lucas Domínguez #1310 Changed persisted value (Rectangle -> Rec...
FFrameTextFactory.java 1.74 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameView.java 42.6 KB 213 almost 10 years Cesar Martinez Izquierdo Added the possibility to add a view from the ma...
FFrameViewFactory.java 1.74 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FrameFactory.java 2.18 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
IFFrame.java 10.9 KB 176 almost 10 years Cesar Martinez Izquierdo Correctly handle scale when loading Layout docu...
IFFrameEditableVertex.java 1.46 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
IFFrameGroupSelectable.java 1.55 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
IFFrameUseFMap.java 3.44 KB 181 almost 10 years Cesar Martinez Izquierdo Draw only the visible area of the FFrameView
IFFrameUseProject.java 1.3 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
IFFrameViewDependence.java 1.76 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
ListViewModel.java 3.88 KB 213 almost 10 years Cesar Martinez Izquierdo Added the possibility to add a view from the ma...
ListWithoutOverViewModel.java 1.88 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
  • svn:ignore: .project .settings .classpath

Latest revisions

# Date Author Comment
218 08/06/2014 02:06 PM Cesar Martinez Izquierdo

Adapt dialog to GridBagLayout to prepare it to further changes

213 08/05/2014 05:39 AM Cesar Martinez Izquierdo

Added the possibility to add a view from the map configuration options, to be shown when creating a new Layout document

202 07/28/2014 02:35 PM Cesar Martinez Izquierdo

Correctly handle "Enlace vivo" events

183 07/23/2014 02:23 PM Cesar Martinez Izquierdo

Set the select tool as default tool, and always fall back to this tool after adding any fframe (view, scale, north, etc)

182 07/23/2014 02:22 PM Cesar Martinez Izquierdo

Use a single b_udpating flag for synchronization, in order to avoid infinite loops and simplify logic.
In clone(), ensure the new listener objects are created before any other property is set

181 07/17/2014 12:05 PM Cesar Martinez Izquierdo

Draw only the visible area of the FFrameView

176 07/10/2014 03:35 PM Cesar Martinez Izquierdo

Correctly handle scale when loading Layout documents from Project. Complete some Javadocs and clean up obsolete code

173 07/09/2014 10:50 AM Cesar Martinez Izquierdo

Ensure a font is assigned, as it is a mandatory field

168 07/07/2014 11:21 PM Cesar Martinez Izquierdo

Correct some selection problems on TOC, happening only with projects loaded from persistence

167 07/07/2014 04:53 PM Cesar Martinez Izquierdo

Directly notify frame additions/removals to the Frame instead of using events, as DefaultLayoutContext does not have the full overview of additions/removals.
Don't refresh extent after setting image size as it triggers chained extentChanged events

View revisions

Also available in: Atom