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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13149   6 years Don-vip fix #10542 - fix broken layer invalidation when selection changes in …
(edit) @12951   7 years Don-vip fix #14665 - Validator incorrectly folds first-level categories when …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(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) @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) @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) @12282   7 years Don-vip move Swing action to gui package (causes failure when running …
(edit) @12129   7 years Don-vip fix #14776 - NPE
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(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) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11298   7 years simon04 Replace TestError#getSelectablePrimitives by Java 8 stream usage
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10759   8 years Don-vip sonar - squid:S2440 - Classes with only "static" methods should not be …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10593   8 years Don-vip see #11390 - sonar - squid:S2293 - improved use of diamond operator …
(edit) @10452   8 years Don-vip fix #13019 - Make commands trigger an implicit layer redraw (patch by …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8683   9 years simon04 Typo in r8682
(edit) @8682   9 years simon04 fix #11790 - Validator dialog: lookup test errors for selected primitives
(edit) @8633   9 years Don-vip fix some compile errors that arise with openjdk-9-b74
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7949   9 years Don-vip fix #10933 - keep the same selection in selection dialog after cliking …
(edit) @7576   10 years Don-vip fix #10541 - unexpected behavior of escape key in validator ignore dialog
(edit) @7047   10 years Don-vip fix #7042 - Add "call relation editor" to context menu of validator dialog
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6436   10 years Don-vip fix #9362 - Validator dialog not filled with warning messages after …
(edit) @6361   10 years Don-vip Sonar/Findbugs - Unused formal parameter
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5971   11 years Don-vip fix #8750 - NPE in ValidatorDialog
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5673   11 years Don-vip fix #4304 - Improve error fixing performance by calling …
(edit) @5671   11 years Don-vip Improve validator layer painting performance (major slowdown seen with …
(edit) @5631   11 years Don-vip Allow to access directly to validator preferences from validator …
(edit) @5532   12 years stoecker fix #8123
(edit) @5526   12 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
(edit) @5463   12 years jttt Fix some memory leaks (see #7980)
(edit) @5415   12 years Don-vip fix #7936 - Validator dialog is not updated when the active edit layer …
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5287   12 years Don-vip fix #5764, fix #5773 - Do not create delete commands for objects that …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5200   12 years akks see #7626, fix #7463: keys Ctrl-Shift-Up/Down, Enter, Spacebar work …
(edit) @5037   12 years akks Fix exceptions (0-node way) after using validator dialog doubleclick - …
(edit) @5028   12 years jttt Add possibility to hide side buttons in toggle dialogs permanently, …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4957   12 years stoecker some shortcut fixes
(edit) @4707   12 years simon04 fix #6747 - missing connection on long ways hard to find
(edit) @4672   12 years stoecker fix #6727 - patch by Kalle Lampila - fix error with deleted objects
(edit) @4462   13 years simon04 harmonize toggle dialog names
(edit) @4363   13 years stoecker use createLayout() in all internal ToggleDialog's
(edit) @4035   13 years stoecker fix validator texts and degrade strange suspicous tag/value message
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(add) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
Note: See TracRevisionLog for help on using the revision log.