source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/InspectPrimitiveDialog.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @13949   6 years Don-vip use IPrimitive in InspectPrimitiveDialog
(edit) @13926   6 years Don-vip add AbstractOsmDataLayer, MainLayerManager.getActiveData, …
(edit) @13636   6 years Don-vip extract style methods to a new Stylable interface
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12672   7 years Don-vip see #15182 - move ConflictCollection from OsmDataLayer to …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11177   7 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(edit) @10694   8 years simon04 fix #13249 see #13236 - No not change caret position (for editable …
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10213   8 years Don-vip fix coverity 1355245 - FS: Format string problem
(edit) @10198   8 years Don-vip add more unit tests
(edit) @9965   8 years Don-vip fix #12282 - drop XML mappaint support - keep XML detection in order …
(edit) @9284   8 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8498   9 years simon04 fix #11413 - Advanced Info: add last edit count tab (slightly modified …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7896   9 years Don-vip fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
(edit) @7563   10 years bastiK see #10529 - remove "very old" multipolygon style (area tags on both …
(edit) @7448   10 years bastiK see #10425 - fix [7447]: lock prevented mappaint code in …
(edit) @7447   10 years bastiK fixed #10425 - ConcurrentModificationException when auto update …
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6566   10 years simon04 fix #9494 - Advanced object info: add "Center of bounding box", and …
(edit) @6406   10 years Don-vip fix #9344 - advanced info: broken display with incomplete primitives
(edit) @6334   10 years Don-vip Sonar/Findbugs - Format string should use %n rather than \n
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5539   12 years Don-vip Add projected bounding box to "inspect primitive" dialog
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5328   12 years bastiK fix NPE as deleted nodes can have null coordinates now (see #7847)
(edit) @4420   13 years simon04 fix #6829 - display bounding box in advanced info dialog
(edit) @4410   13 years simon04 fix #6741 - improve Advanced Object Info - feel free to enter any …
(edit) @4357   13 years bastiK show conflicts in InspectPrimitiveDialog
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4157   13 years stoecker typo
(edit) @4156   13 years stoecker fix I18N
(edit) @4155   13 years stoecker fix typo
(edit) @4151   13 years stoecker fix #6310 - properly show new objects in inspect, translate dialog, …
(edit) @4043   13 years stoecker fix #6153 - spelling fixes
(edit) @3935   13 years mjulius fix #6023 - ChangeSet ID in Hex
(edit) @3893   13 years bastiK mapcss: some rework of Error Handling, (Multi)Cascade and icon loading
(edit) @3862   13 years bastiK mapcss: fill-image
(edit) @3848   13 years bastiK Experimental mapcss support. All *.java files in the …
(edit) @3801   13 years bastiK generalize DatasetCollection.java (make OsmPrimitive a generic type …
(edit) @3750   13 years bastiK add primitive type for members in inspect dialog
(edit) @3633   14 years bastiK add projected coordinates for inspect primitive dialogue
(edit) @3560   14 years bastiK minor fix for inspectprimitivedialog
(edit) @3411   14 years bastiK fixed #5275 - Displayed co-ordinate precision adjustment
(edit) @3398   14 years bastiK reduce number of warnings
(add) @3262   14 years bastiK extended command list dialog; added inspection panel
Note: See TracRevisionLog for help on using the revision log.