source: josm/trunk/src/org/openstreetmap/josm/actions@ 1936

Name Size Rev Age Author Last Change
../
audio 1245   17 years stoecker added link to presets, fix #1675
downloadtasks 1895   16 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
search 1925   16 years jttt Replaced Relation.members with Relation.getMembers()
mapmode 1935   16 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects Enabled DEL …
ToggleGPXLinesAction.java 916 bytes 1502   16 years stoecker fix #2282 - NPE
ExtensionFileFilter.java 1.8 KB 1653   16 years stoecker add support for compressed OSM files (bzip2, gzip)
ShowStatusReportAction.java 4.1 KB 1674   16 years stoecker add memory size to bug report
ExitAction.java 911 bytes 1677   16 years stoecker remove all these ugly tab stops introduced in the last half year
OpenLocationAction.java 2.0 KB 1677   16 years stoecker remove all these ugly tab stops introduced in the last half year
HistoryInfoAction.java 938 bytes 1697   16 years Gubaer #2779: patch by avar (slightly refactored in order to avoid duplicated …
InfoAction.java 939 bytes 1697   16 years Gubaer #2779: patch by avar (slightly refactored in order to avoid duplicated …
PreferencesAction.java 2.8 KB 1742   16 years stoecker fixed #2849 - patch by jttt - fix memory leak
NewAction.java 825 bytes 1790   16 years Gubaer Relation Editor: complete rework Relation Editor: had to temporarily …
SaveAction.java 1.4 KB 1808   16 years Gubaer improved enabling/disabling of menu entries and action buttons …
AddNodeAction.java 2.9 KB 1820   16 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
DeleteAction.java 1.0 KB 1820   16 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
DuplicateAction.java 947 bytes 1820   16 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
RedoAction.java 1004 bytes 1820   16 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
UndoAction.java 997 bytes 1820   16 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
AbstractInfoAction.java 3.3 KB 1847   16 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
DownloadAction.java 3.1 KB 1847   16 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
DownloadReferrersAction.java 6.2 KB 1847   16 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
HelpAction.java 8.9 KB 1847   16 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
MoveAction.java 4.4 KB 1847   16 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
GpxExportAction.java 14.5 KB 1857   16 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
AlignInLineAction.java 4.9 KB 1862   16 years jttt Way refactoring - added method that will in future replace public …
DistributeAction.java 4.7 KB 1862   16 years jttt Way refactoring - added method that will in future replace public …
MirrorAction.java 2.8 KB 1862   16 years jttt Way refactoring - added method that will in future replace public …
ReverseWayAction.java 3.6 KB 1862   16 years jttt Way refactoring - added method that will in future replace public …
SelectAllAction.java 1002 bytes 1865   16 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
UnselectAllAction.java 2.0 KB 1865   16 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
AboutAction.java 8.6 KB 1879   16 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
DiskAccessAction.java 3.8 KB 1879   16 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
OpenFileAction.java 2.2 KB 1879   16 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
SaveAsAction.java 917 bytes 1879   16 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
UpdateDataAction.java 2.7 KB 1881   16 years Gubaer fixed two issues in #3141: conflict resolution flags false conflicts …
ApiPreconditionChecker.java 5.2 KB 1885   16 years Gubaer Improved exception handling
AbstractMergeAction.java 3.2 KB 1890   16 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
MergeLayerAction.java 1.9 KB 1890   16 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
MergeSelectionAction.java 2.1 KB 1890   16 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
RenameLayerAction.java 4.0 KB 1890   16 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
UploadAction.java 21.8 KB 1894   16 years Gubaer fixed #3158: modify status is not removed for partial uploads
ZoomInAction.java 955 bytes 1895   16 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
ZoomOutAction.java 964 bytes 1895   16 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
OrthogonalizeAction.java 13.6 KB 1898   16 years jttt Way refactoring - rewritten another parts of code to the new nodes api
UpdateSelectionAction.java 7.8 KB 1898   16 years jttt Way refactoring - rewritten another parts of code to the new nodes api
AutoScaleAction.java 5.4 KB 1903   16 years Gubaer fixed #3180: Zoom to layer + GPX = NPE
SaveActionBase.java 12.5 KB 1907   16 years stoecker cleanup strings
CreateCircleAction.java 10.8 KB 1910   16 years jttt Way refactoring - finish replacing Way.nodes with the new api
AlignInCircleAction.java 8.2 KB 1912   16 years Gubaer Updated w.getNodes().contains(..) to w.containsNode(...)
JoinNodeWayAction.java 3.4 KB 1924   16 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
PasteTagsAction.java 5.4 KB 1924   16 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
CopyAction.java 5.7 KB 1925   16 years jttt Replaced Relation.members with Relation.getMembers()
PasteAction.java 5.0 KB 1926   16 years jttt Replaced Relation.members with Relation.getMember() or …
CombineWayAction.java 12.5 KB 1930   16 years jttt Replace RelationMember.role with RelationMember.getRole() and …
MergeNodesAction.java 12.1 KB 1930   16 years jttt Replace RelationMember.role with RelationMember.getRole() and …
SplitWayAction.java 14.5 KB 1930   16 years jttt Replace RelationMember.role with RelationMember.getRole() and …
UnGlueAction.java 15.0 KB 1930   16 years jttt Replace RelationMember.role with RelationMember.getRole() and …
JosmAction.java 6.8 KB 1935   16 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects Enabled DEL …
Note: See TracBrowser for help on using the repository browser.