source: josm/trunk/src/org/openstreetmap/josm/actions/search

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13545   6 years Don-vip fix #16106 - disable search button arrow when button itself is …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13432   6 years Klumbumbus see #15943 - adjust search hints. reorder, fix key= to key and add …
(edit) @13317   6 years Don-vip fix #15755 - Unprocessed HTML in search error box
(edit) @13251   6 years Don-vip fix #15695 - handle mapcss syntax errors in search dialog
(edit) @13146   6 years Don-vip javadoc/PMD
(edit) @13076   6 years Don-vip see #15560 - fix javadoc warnings with recent JDKs
(edit) @12912   7 years Don-vip fix #15375 - display a non blocking notification in case of …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12839   7 years bastiK fixed #15198 - JOSM freezes after showing popup for unsuccesfull search
(edit) @12666   7 years Don-vip see #15182 - fix #15193 - fix SearchCompiler
(edit) @12662   7 years Don-vip see #15182 - remove dependence on GUI from data.osm.search.SearchCompiler
(edit) @12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12637   7 years Don-vip see #15182 - deprecate Main.toolbar. Replacement: …
(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) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12578   7 years Don-vip fix some Sonar issues
(edit) @12547   7 years bastiK move SearchSettingsActionParameter class to better place
(edit) @12542   7 years Don-vip partial revert of r12537
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12491   7 years Don-vip fix some warnings
(edit) @12489   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @12467   7 years Don-vip see #14923 - PMD - UseIndexOfChar - String.indexOf(char) is faster …
(edit) @12464   7 years michael2402 Apply #14923: Adjust the search dialog to allow to search for …
(edit) @12409   7 years Don-vip see #11924 - fix javadoc warnings new in 9-ea+173
(edit) @12363   7 years michael2402 PushbackTokenizer: Range is in long, so use Long.MAX_VALUE instead of …
(edit) @12362   7 years michael2402 Javadoc: PushbackTokenizer
(edit) @12346   7 years michael2402 SearchAction: Use ExpertToggleAction to determine if expert mode is active.
(edit) @12345   7 years michael2402 Apply #14840: Fix alignment in search dialog. Patch by bafonins
(edit) @12344   7 years michael2402 Rename search options to search syntax
(edit) @12335   7 years michael2402 SearchAction: Remove unused DescriptionTextBuilder, it was replaced by …
(edit) @12334   7 years michael2402 Javadoc for SearchAction.
(edit) @12333   7 years michael2402 Fix #14840: Add separation borders to search dialog. Patch by bafonins
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11613   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11464   7 years Klumbumbus fix #14243 - typo in tool tip
(edit) @11453   7 years Don-vip sonar - fb-contrib:BED_BOGUS_EXCEPTION_DECLARATION - Correctness - Non …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11447   7 years Don-vip fix #14217 - replace recursive filter parsing by iterative approach to …
(edit) @11446   7 years stoecker add search option to find deleted objects (e.g. to purge them)
(edit) @11393   7 years Don-vip code style
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11192   7 years Don-vip fix #13870 - robustness against …
(edit) @10919   8 years simon04 fix #11852 - NPE in SearchCompiler
(edit) @10794   8 years Don-vip fix #13333 - add robustness against regex pattern failing to handle …
(edit) @10792   8 years simon04 fix #13296 - Fix search for incomplete relations Note that "all …
(edit) @10780   8 years simon04 MatchFactory: check for keyword collisions
(edit) @10774   8 years simon04 see #11390, see #12890 - Drop Match.{existsMatch,forallMatch} in …
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10711   8 years simon04 fix #13063 - "Select all" and "Search" ignore filters
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10658   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates (forgot some)
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10656   8 years Don-vip see #12472 - fix warning "ReferenceEquality"
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10598   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field - gsoc-core
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10459   8 years Don-vip see #13033 - fix javadoc warning
(edit) @10457   8 years Don-vip fix #13033 - JoinAreasActionTest: Do not set status line (patch by …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10220   8 years Don-vip add new icons for ParallelWayAction + findbugs - DB_DUPLICATE_BRANCHES
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9981   8 years Don-vip fix some unused code warnings
(edit) @9980   8 years Don-vip sonar - code style + javadoc
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9940   8 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9930   8 years simon04 Search: fix string representation of boolean connectives (parentheses)
(edit) @9701   8 years simon04 fix #12465 - Search dialog validation: fix UncheckedParseException
(edit) @9696   8 years simon04 Search dialog validation: fix MapCSSException
(edit) @9693   8 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9397   8 years simon04 see #12325 - Do not exclude the test for non-downloaded datasets, fix …
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9349   8 years simon04 see #12083 - Search: improve error message when keyword without a …
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9021   8 years Don-vip fix #11150 - fix wrong bounds computation for multiple data sources in …
(edit) @8979   8 years simon04 see #9463 - Refactoring * Refactor SearchCompiler to work with …
(edit) @8971   8 years Don-vip Search dialog: provide real-time visual feedback on valid/invalid …
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8902   8 years Don-vip checkstyle
(edit) @8899   9 years simon04 Refactoring in SearchCompiler: parse type, user, role as any …
Note: See TracRevisionLog for help on using the revision log.