source: josm/trunk/src/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12401   7 years Don-vip see #14929 - fix NPE in unit tests
(edit) @12400   7 years Don-vip see #14929 - Automatic filters on numeric tag values (level, …
(edit) @12399   7 years bastiK fixed #14926 - repeat-image-phase: does not work
(edit) @12396   7 years michael2402 LayerVisibilityAction: Align the texts more nicely.
(edit) @12395   7 years michael2402 Add GPS colors to layer visibility panel
(edit) @12393   7 years michael2402 Hide color filter sliders if no image layer is selected.
(edit) @12392   7 years michael2402 Unify handling of visibility checkbox and opacity slider
(edit) @12391   7 years michael2402 See #14794: Documentation for the gui package
(edit) @12389   7 years Don-vip see #14929 - extract OSDLabel from FilterTableModel
(edit) @12387   7 years Don-vip see #14929 - filter dialog: invalidate only edit layer instead of …
(edit) @12384   7 years michael2402 Doument the gui.tagging package
(edit) @12381   7 years michael2402 More documentation for the gui.mappaint package
(edit) @12380   7 years Don-vip remove deprecated MapView.viewportFollowing public field
(edit) @12379   7 years michael2402 Document the gui.mappaint.mapcss package
(edit) @12378   7 years michael2402 Document the gui.mappaint package
(edit) @12377   7 years michael2402 See #14794: Document the layer.gpx package
(edit) @12373   7 years michael2402 Fix listener leak in ChangesetDialog and migrate …
(edit) @12372   7 years michael2402 See #14794: Document package gui.dialogs.changeset
(edit) @12371   7 years michael2402 See #14794: Class comment for ChangesetInSelectionListModel
(edit) @12370   7 years michael2402 Document upload dialog classes
(edit) @12369   7 years michael2402 Javadoc for gui.progress package
(edit) @12368   7 years michael2402 Fix checkstyle
(edit) @12367   7 years michael2402 Document GPX color scale
(edit) @12361   7 years michael2402 Fix #14916: Remove the unused ToggleGPXLinesAction
(edit) @12360   7 years Don-vip see #14929 - filter dialog: invalidate only edit layer instead of …
(edit) @12355   7 years michael2402 DownloadWmsAlongTrackAction: Do not require main window to be …
(edit) @12353   7 years michael2402 ConflictDialog: Do not refresh twice during show
(edit) @12352   7 years michael2402 Use new selection interface in ConflictDialog The dialog is now not …
(edit) @12347   7 years michael2402 Use preferences to store modeless setting and toggle dialog widht
(edit) @12343   7 years michael2402 Add the ability to listen to NoteData changes and use it to repaint …
(edit) @12342   7 years michael2402 Change MapPaintStyles listener to use a ListenerList
(edit) @12341   7 years michael2402 Move common style update code to new method in map paint styles.
(edit) @12340   7 years michael2402 Fix #14893: Invalidate geo image / marker layer instead of repainting …
(edit) @12339   7 years michael2402 Add javadoc to SlippyMapBBoxChooser
(edit) @12338   7 years michael2402 Sonar squid:S1125 - simplify condition.
(edit) @12332   7 years Don-vip sonar - squid:RightCurlyBraceStartLineCheck - A close curly brace …
(edit) @12328   7 years Don-vip fix #2089 - Add support for MP3, AIFF and AAC audio codecs (.mp3, …
(edit) @12326   7 years Don-vip see #2089 - move audio classes to their own package (more to come) - …
(edit) @12317   7 years michael2402 Remove dupplicate code/state in MapMover
(edit) @12310   7 years Don-vip fix #14890 - drop HistoryChangedListener
(edit) @12306   7 years bastiK fixed #14877 - make projection setting transient
(edit) @12304   7 years michael2402 Javadoc for public methods / classes in gui.util and gui.widgets
(edit) @12303   7 years michael2402 Javadoc for package org.openstreetmap.josm.gui.mappaint.styleelement
(edit) @12302   7 years michael2402 Invalidate the validator layer after repairing the errors. Remove …
(edit) @12301   7 years michael2402 Add missing javadoc in the org.openstreetmap.josm.gui.dialogs package.
(edit) @12300   7 years michael2402 See #14794: Add class javadoc for MenuItemSearchDialog
(edit) @12299   7 years michael2402 Move OSD label field to the beginning of the class.
(edit) @12298   7 years michael2402 Rename one character variables in filter dialog, add javadoc.
(edit) @12297   7 years michael2402 Javadoc for the changeset dialogs.
(edit) @12296   7 years bastiK respect default preferences when writing preset/style/rule entries …
(edit) @12293   7 years bastiK deprecate CustomProjection constructor + change removal date for …
(edit) @12292   7 years Don-vip sonar - squid:CommentedOutCodeLine - Sections of code should not be …
(edit) @12291   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12290   7 years Don-vip sonar - squid:S1199 - Nested code blocks should not be used
(edit) @12289   7 years Don-vip sonar - squid:CallToDeprecatedMethod - "@Deprecated" code should not …
(edit) @12288   7 years Don-vip sonar - squid:S3516 - Methods returns should not be invariant
(edit) @12285   7 years Don-vip remove some deprecated code, unused by now
(edit) @12282   7 years Don-vip move Swing action to gui package (causes failure when running …
(edit) @12281   7 years Don-vip sonar - squid:S1602 - Lamdbas containing only one statement should not …
(edit) @12280   7 years Don-vip drop remaining png extensions from few icons in java code so we can …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12274   7 years michael2402 Fix #14847: Fix reload of colors if data was added to/removed from gpx …
(edit) @12273   7 years Don-vip fix #14850 - NPE on launch: make sure RestartAction (and all the GUI …
(edit) @12272   7 years Don-vip fix #14849 - fix crash at startup when two initialization tasks have …
(edit) @12267   7 years Don-vip sonar - fix various recent violations
(edit) @12265   7 years michael2402 Fix #5676: Force a reload of the edit summary field if the user …
(edit) @12259   7 years bastiK see #14794 - javadoc
(edit) @12234   7 years Don-vip see #11924 - see JDK-8165641: Object.finalize() is deprecated
(edit) @12231   7 years Don-vip see #11924 - fix javadoc warnings
(edit) @12223   7 years Don-vip fix javadoc warnings
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12216   7 years bastiK deprecate unused methods
(edit) @12213   7 years michael2402 See #13415: Make code shorter by using LatLon.getEastNorth()
(edit) @12206   7 years michael2402 Fix #14814: repaint nodes layer on note click.
(edit) @12204   7 years Don-vip remove unused code (pre-HttpClient)
(edit) @12203   7 years stoecker drop CycleMap from JOSM core
(edit) @12202   7 years stoecker drop CycleMap from JOSM core
(edit) @12195   7 years michael2402 Keep a reference to the weak listener, to not let gc remove it.
(edit) @12187   7 years michael2402 Add javadoc to OsmUtils, fix constant naming.
(edit) @12182   7 years michael2402 Move viewport following option to DrawAction and make it persistent.
(edit) @12178   7 years michael2402 Remove repaint on conflict resolution - SequenceCommand will do it for us.
(edit) @12177   7 years michael2402 Remove MapView repaint in MapFrame - map view does it by itself.
(edit) @12176   7 years michael2402 Only invalidate single OSM layer after merge
(edit) @12175   7 years michael2402 Trigger a GPX layer invalidation on SoM change.
(edit) @12174   7 years michael2402 Map paint style: Invalidate the affected layers instead of triggering …
(edit) @12173   7 years michael2402 Use invalidate() on the gpx layer instead of triggering a map view …
(edit) @12172   7 years michael2402 Remove unneccessary Main.map.repaint() - invalidate is enough.
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12170   7 years michael2402 "See #13175, see #14120: Remove isChanged() method call in map view - …
(edit) @12168   7 years michael2402 Add a gap to the gpx line if the coordinates of a WayPoint are not known.
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12162   7 years michael2402 See #13415: Fix @since tags.
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12160   7 years michael2402 Fix PMD Warnings on StringBuilder
(edit) @12157   7 years michael2402 See #13124: Refresh the heat map on every invalidation (visible tacks …
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12155   7 years michael2402 GpxLayer: Javadoc
(edit) @12153   7 years michael2402 Use a data counter + StringBuilder to create the data set tooltip. Add …
(edit) @12152   7 years michael2402 Do not invalidate inactive data layers on selection change in active layer.
Note: See TracRevisionLog for help on using the revision log.