source: josm/trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java

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) @12464   7 years michael2402 Apply #14923: Adjust the search dialog to allow to search for …
(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) @11464   7 years Klumbumbus fix #14243 - typo in tool tip
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11446   7 years stoecker add search option to find deleted objects (e.g. to purge them)
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @10711   8 years simon04 fix #13063 - "Select all" and "Search" ignore filters
(edit) @10658   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates (forgot some)
(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) @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) @9980   8 years Don-vip sonar - code style + javadoc
(edit) @9940   8 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9696   8 years simon04 Search dialog validation: fix MapCSSException
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @8971   8 years Don-vip Search dialog: provide real-time visual feedback on valid/invalid …
(edit) @8902   9 years Don-vip checkstyle
(edit) @8896   9 years simon04 see #10465 - SearchAction: drop isRole since role does the same
(edit) @8884   9 years simon04 fix #10465 - SearchAction: add hasRole and isRole keywords
(edit) @8883   9 years simon04 fix #11911 - SearchAction: show progress and allow to cancel operation
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(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) @8821   9 years simon04 see #11916 - Allow to unselect regexp/MapCSS search mode
(edit) @8812   9 years simon04 see #11916 - Search: allow to use MapCSS selectors
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(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) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8250   9 years simon04 fix #11358 - Search: allow negative indices for nth: to search backward
(edit) @8220   9 years simon04 fix #11351 - Search: add ways: to search for nodes with specified …
(edit) @8208   9 years simon04 see #7230 - drop code for old search dialog (hints)
(edit) @8198   9 years simon04 fix #11343 - Search: add waylength keyword to test the length of …
(edit) @8131   9 years Don-vip fix #11220 - Search within selection shows incorrect number of matches
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6844   10 years akks see #9709: "Add to toolbar" in preset list context menu (F3-right click)
(edit) @6744   10 years simon04 fix #8032 - Search history loses entries when re-using queries
(edit) @6742   10 years simon04 fix #7686 - Shorten long search expression for display purposes (in …
(edit) @6586   10 years simon04 fix #9398 - Toolbar button for search action: set expression as tooltip
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6429   10 years simon04 fix #8850 - search: support less/greater-than, e.g., start_date>1950
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
Note: See TracRevisionLog for help on using the revision log.