source:
josm/trunk/src/org/openstreetmap/josm/actions@
3152
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
audio | 2857 | 15 years | fixed some more message contexts | ||
downloadtasks | 3083 | 15 years | added svn:eol-style=native to source files | ||
mapmode | 3116 | 15 years | Reuse offscreenBuffer if layers didn't change | ||
search | 3140 | 15 years | Fix #4597: search does not find id:0 | ||
upload | 3083 | 15 years | added svn:eol-style=native to source files | ||
AboutAction.java | 4.1 KB | 2370 | 15 years | reworked user agent string to match established format | |
AbstractInfoAction.java | 5.9 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
AbstractMergeAction.java | 3.1 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
AddNodeAction.java | 12.1 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
AlignInCircleAction.java | 9.9 KB | 2323 | 15 years | Added explicit help topics See also … | |
AlignInLineAction.java | 5.1 KB | 2323 | 15 years | Added explicit help topics See also … | |
AutoScaleAction.java | 9.5 KB | 2986 | 15 years | Fix some of FindBugs warnings | |
ChangesetManagerToggleAction.java | 3.2 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
CloseChangesetAction.java | 5.4 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
CombineWayAction.java | 21.7 KB | 2711 | 15 years | fix bad line endings | |
CopyAction.java | 3.1 KB | 2892 | 15 years | fixed #3135 - ability to copy id of selected object to copy-paste buffer | |
CreateCircleAction.java | 11.0 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
DeleteAction.java | 1.5 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
DiskAccessAction.java | 2.4 KB | 2702 | 15 years | fixed #4100 - unable to simply load already referenced images Added … | |
DistributeAction.java | 5.0 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
DownloadAction.java | 2.4 KB | 2990 | 15 years | Fix some eclipse warnings | |
DownloadPrimitiveAction.java | 4.7 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
DownloadReferrersAction.java | 4.3 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
DuplicateAction.java | 1.4 KB | 2323 | 15 years | Added explicit help topics See also … | |
DuplicateLayerAction.java | 2.1 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
ExitAction.java | 1021 bytes | 2715 | 15 years | fixed #3772, #4139 - fixed help browser - the external start never … | |
ExtensionFileFilter.java | 8.9 KB | 2990 | 15 years | Fix some eclipse warnings | |
FullscreenToggleAction.java | 2.6 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
GpxExportAction.java | 3.6 KB | 2842 | 15 years | fix messages for actions | |
HelpAction.java | 1.7 KB | 2990 | 15 years | Fix some eclipse warnings | |
HistoryInfoAction.java | 1.1 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
InfoAction.java | 1.1 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
JoinAreasAction.java | 35.7 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
JoinNodeWayAction.java | 3.8 KB | 2431 | 15 years | applied #3804 - patch by Daeron - reduce unnecessary changes | |
JosmAction.java | 7.5 KB | 2871 | 15 years | Partially fix situation after last layer removal - most objects still … | |
JumpToAction.java | 7.0 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
MergeLayerAction.java | 1.9 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
MergeNodesAction.java | 12.0 KB | 3142 | 15 years | see #4554 - Fixing duplicate nodes takes increasingly longer | |
MergeSelectionAction.java | 2.3 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
MirrorAction.java | 3.1 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
MoveAction.java | 4.8 KB | 2323 | 15 years | Added explicit help topics See also … | |
NewAction.java | 929 bytes | 2323 | 15 years | Added explicit help topics See also … | |
OpenFileAction.java | 10.9 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
OpenLocationAction.java | 4.4 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
OrthogonalizeAction.java | 24.2 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
PasteAction.java | 7.1 KB | 2932 | 15 years | bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove … | |
PasteTagsAction.java | 11.8 KB | 2512 | 15 years | i18n updated, fixed files to reduce problems when applying patches, … | |
PreferencesAction.java | 1.2 KB | 2748 | 15 years | new: JOSM now supports OAuth See also … | |
RedoAction.java | 1.1 KB | 2323 | 15 years | Added explicit help topics See also … | |
RenameLayerAction.java | 3.8 KB | 2512 | 15 years | i18n updated, fixed files to reduce problems when applying patches, … | |
ReverseWayAction.java | 3.9 KB | 2633 | 15 years | small optimization - use DataSet.getSelectedWays() instead of … | |
SaveAction.java | 1.8 KB | 2323 | 15 years | Added explicit help topics See also … | |
SaveActionBase.java | 7.7 KB | 2512 | 15 years | i18n updated, fixed files to reduce problems when applying patches, … | |
SaveAsAction.java | 988 bytes | 2323 | 15 years | Added explicit help topics See also … | |
SelectAllAction.java | 1.1 KB | 2512 | 15 years | i18n updated, fixed files to reduce problems when applying patches, … | |
ShowStatusReportAction.java | 5.1 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
SimplifyWayAction.java | 12.6 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
SplitWayAction.java | 21.0 KB | 3152 | 15 years | SplitWayAction slightly refactored, going to need this somewhere else | |
ToggleGPXLinesAction.java | 1.0 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
UndoAction.java | 1.1 KB | 2323 | 15 years | Added explicit help topics See also … | |
UnGlueAction.java | 15.0 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
UnselectAllAction.java | 2.1 KB | 2512 | 15 years | i18n updated, fixed files to reduce problems when applying patches, … | |
UpdateDataAction.java | 3.6 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
UpdateModifiedAction.java | 2.1 KB | 3093 | 15 years | Ouch, shouldn't have removed getData(). Fixes the previous commit. | |
UpdateSelectionAction.java | 5.0 KB | 3093 | 15 years | Ouch, shouldn't have removed getData(). Fixes the previous commit. | |
UploadAction.java | 6.9 KB | 2990 | 15 years | Fix some eclipse warnings | |
UploadSelectionAction.java | 13.3 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
WireframeToggleAction.java | 2.1 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
ZoomInAction.java | 1.5 KB | 3083 | 15 years | added svn:eol-style=native to source files | |
ZoomOutAction.java | 1.3 KB | 3083 | 15 years | added svn:eol-style=native to source files |
Note:
See TracBrowser
for help on using the repository browser.