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 @ 182

Name Size Revision Age Author Comment
  gui 173 about 10 years Cesar Martinez Izquierdo Ensure a font is assigned, as it is a mandatory...
AbstractFFrameViewDependence.java 3.4 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrame.java 26.8 KB 176 about 10 years Cesar Martinez Izquierdo Correctly handle scale when loading Layout docu...
FFrameBasic.java 9 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameBasicFactory.java 1.74 KB 5 about 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 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameGrid.java 21.2 KB 85 almost 11 years Ignacio Brodín #1847 Layout grid fits the paper limits instead...
FFrameGridFactory.java 1.85 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameGroup.java 11.2 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameGroupFactory.java 1.74 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameLegend.java 30.5 KB 173 about 10 years Cesar Martinez Izquierdo Ensure a font is assigned, as it is a mandatory...
FFrameLegendFactory.java 1.75 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameNorth.java 4.03 KB 72 about 11 years Juan Lucas Domínguez Added utility method to allow map rotation diff...
FFrameNorthFactory.java 1.74 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameOverView.java 16.2 KB 142 about 10 years Cesar Martinez Izquierdo Simplified and centralized the synchronization ...
FFrameOverViewFactory.java 1.76 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFramePicture.java 14.2 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFramePictureFactory.java 1.76 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameScaleBar.java 44.2 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameScaleBarFactory.java 1.76 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameSymbol.java 6.06 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameSymbolFactory.java 1.75 KB 5 about 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 about 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 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameView.java 42 KB 182 about 10 years Cesar Martinez Izquierdo Use a single b_udpating flag for synchronizatio...
FFrameViewFactory.java 1.74 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FrameFactory.java 2.18 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
IFFrame.java 10.9 KB 176 about 10 years Cesar Martinez Izquierdo Correctly handle scale when loading Layout docu...
IFFrameEditableVertex.java 1.46 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
IFFrameGroupSelectable.java 1.55 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
IFFrameUseFMap.java 3.44 KB 181 about 10 years Cesar Martinez Izquierdo Draw only the visible area of the FFrameView
IFFrameUseProject.java 1.3 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
IFFrameViewDependence.java 1.76 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
ListViewModel.java 3.94 KB 93 over 10 years Juan Lucas Domínguez #448 Added warning dialog and restrictions to p...
ListWithoutOverViewModel.java 1.88 KB 5 about 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
  • svn:ignore: .project .settings .classpath

Latest revisions

# Date Author Comment
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

151 07/07/2014 09:38 AM Cesar Martinez Izquierdo

Move plugin v2 to trunk

149 07/07/2014 09:30 AM Cesar Martinez Izquierdo

Rename plugin name

148 07/07/2014 09:29 AM Cesar Martinez Izquierdo

Rename plugin folder

147 07/07/2014 09:16 AM Cesar Martinez Izquierdo

Backup commit. Complete TOC persistence

View revisions

Also available in: Atom