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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12675   7 years Don-vip see #15182 - move the Swing-based ProgressMonitor implementations …
(edit) @12672   7 years Don-vip see #15182 - move ConflictCollection from OsmDataLayer to …
(edit) @12667   7 years Don-vip see #14704 - allow to export validator errors ("Save as" in validator …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12658   7 years michael2402 See #14794: Add javadoc for gui/dialogs/relation/sort package.
(edit) @12657   7 years michael2402 See #14794: Add javadoc for gui/dialogs/relation package.
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12651   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12639   7 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12619   7 years Don-vip initialize unit tests for TagEditHelper
(edit) @12615   7 years bastiK see #14794 - javadoc
(edit) @12549   7 years Don-vip sonar - squid:S4034 - "Stream.anyMatch()" should be preferred
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12528   7 years Don-vip fix #10780 - display undeleted relations in relation list
(edit) @12523   7 years Don-vip see #11924 - fix remaining warnings about extended modifiers
(edit) @12499   7 years Don-vip findbugs:IS2_INCONSISTENT_SYNC
(edit) @12496   7 years Don-vip fix #15055 - add synchronization to conflict dialog
(edit) @12495   7 years Don-vip fix #5869 - Download dialog, bookmarks: add "home location" bookmark …
(edit) @12494   7 years Don-vip add Changeset.getComment()
(edit) @12420   7 years Don-vip fix #14956 - wrong link to taginfo if key/value contains space character
(edit) @12419   7 years michael2402 GPX color selector: Highlight current color.
(edit) @12402   7 years Don-vip checkstyle
(edit) @12400   7 years Don-vip see #14929 - Automatic filters on numeric tag values (level, …
(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) @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) @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) @12360   7 years Don-vip see #14929 - filter dialog: invalidate only edit layer instead of …
(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) @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) @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) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12213   7 years michael2402 See #13415: Make code shorter by using LatLon.getEastNorth()
(edit) @12178   7 years michael2402 Remove repaint on conflict resolution - SequenceCommand will do it for us.
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12129   7 years Don-vip fix #14776 - NPE
(edit) @12122   7 years Don-vip sonar - squid:S2178
(edit) @12101   7 years michael2402 Fix #14765: Don't use runAndWait for table updates. UserListDialog …
(edit) @12080   7 years michael2402 Relation editor: Make button tool bars scroll if the window is too …
(edit) @12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12046   7 years michael2402 In conflict resolution dialog, only scroll tab contents and prevent …
(edit) @11993   7 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11886   7 years Don-vip see #14635 - add a new unit test (not directly related to the bug)
(edit) @11885   7 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
(edit) @11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11856   7 years Don-vip sonar - fb-contrib:IOI_DOUBLE_BUFFER_COPY - Performance - Method …
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11804   7 years Don-vip fix #14527 - Add Tag - last entry disabled for partial dataset
(edit) @11764   7 years michael2402 Fix #14271: Deleting a tag in a filtered list was using the wrong index.
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11684   7 years Don-vip fix #14193 - make sure deleted objects are not added to relations, do …
(edit) @11680   7 years Don-vip fix #14458 - sort by default in order [relations, ways, nodes] in …
(edit) @11678   7 years Don-vip fix #14459 - Error when pasting data into JOSM
(edit) @11675   7 years Don-vip update to error_prone 2.0.18
(edit) @11653   7 years Don-vip fix #14437 - NPE at AbstractProjection.latlon2eastNorth with Tools => …
(edit) @11628   7 years Don-vip see #3346 - remove debug info committed accidentally
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11610   7 years Don-vip fix #13955 - Keystroke shift pressed ESCAPE is already assigned
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11593   7 years simon04 Fix EDT violation in ChangesetCacheManager
(edit) @11587   7 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11554   7 years Don-vip fix #14356 - make sure that workaround for JDK-6322854 is used everywhere
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11552   7 years Don-vip fix #14353 - robustness to systems not defining standard Java UI color …
(edit) @11538   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
(edit) @11510   7 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
(edit) @11505   7 years Don-vip add non-regression unit test for #4539
(edit) @11496   7 years Don-vip findbugs - URF_UNREAD_FIELD
(edit) @11490   7 years Don-vip copy/paste error in comment
Note: See TracRevisionLog for help on using the revision log.