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

Name Size Revision Age Author Comment
  gui 325 over 9 years Cesar Martinez Izquierdo Correctly clone FFrameText. Fixes #2384. Adjust...
AbstractFFrameViewDependence.java 3.4 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrame.java 30.3 KB 308 over 9 years Cesar Martinez Izquierdo Ensure that the persisted scale is correctly re...
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 29.3 KB 289 over 9 years Cesar Martinez Izquierdo Ensure mapcontext is not null. Possibly fixes #...
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 9.52 KB 243 almost 10 years Cesar Martinez Izquierdo Adapt FFrameOverView to the last changes in FFr...
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.2 KB 228 almost 10 years Cesar Martinez Izquierdo Correctly save/restore grid gap from preference...
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 about 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.6 KB 325 over 9 years Cesar Martinez Izquierdo Correctly clone FFrameText. Fixes #2384. Adjust...
FFrameTextFactory.java 1.74 KB 5 almost 12 years Juan Lucas Domínguez Moved gvsig-document-layout-app to new repo
FFrameView.java 50.2 KB 324 over 9 years Cesar Martinez Izquierdo Remove unused code
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 11.2 KB 232 almost 10 years Cesar Martinez Izquierdo Better handling of selection of rotated frames....
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 8.83 KB 250 over 9 years Cesar Martinez Izquierdo Add the option to set a fixed scale or extend o...
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
LayoutPanelListener.java 506 Bytes 308 over 9 years Cesar Martinez Izquierdo Ensure that the persisted scale is correctly re...
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
325 01/29/2015 12:24 PM Cesar Martinez Izquierdo

Correctly clone FFrameText. Fixes #2384. Adjust FFrameTextDialog layout as components are overlapping on Linux

324 01/29/2015 12:23 PM Cesar Martinez Izquierdo

Remove unused code

318 11/10/2014 08:10 AM Cesar Martinez Izquierdo

Only refresh the TOC when necessary, use repaint otherwise (fixes: #2985). Set DPIs on the Viewport when printing.

313 10/29/2014 10:55 AM Cesar Martinez Izquierdo

Make the window wider

308 10/29/2014 06:18 AM Cesar Martinez Izquierdo

Ensure that the persisted scale is correctly recovered when opening the project. Use the extentHistory to access the previous extent. Automatically notify FFrames implementing LayoutPanelListener whenever the LayoutPanel is activated or closed. This allows updating the scale control only when needed

303 10/23/2014 07:56 AM Cesar Martinez Izquierdo

Restore some old methods as deprecated for backwards-compatiblity

302 10/23/2014 07:55 AM Cesar Martinez Izquierdo

Load the sync extent checkbox as disabled when scale or extent is fixed. Completes fix for #2930

301 10/23/2014 06:05 AM Cesar Martinez Izquierdo

Deselect sync extent when he checkbox is disabled. Fixes #2930

298 10/17/2014 01:12 PM Cesar Martinez Izquierdo

Reworked layout of GridProperties window. Fixes #2909

291 10/16/2014 05:05 AM Cesar Martinez Izquierdo

Ensure the grid is correctly created even if not configured. Set the newFFrameView from the beginning, so that we can set the mapcontext as soon as we choose a view. Completes the fixes for #2875

View revisions

Also available in: Atom