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) @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 …
(edit) @5948   11 years Don-vip fix #8693 - CCE in Search Dialog caused by r5886
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5813   11 years stoecker #see 8379 - add untagged to help of search
(edit) @5602   11 years simon04 typo
(edit) @5578   11 years simon04 fix #7262 - allow searching for position in way. The search keyword …
(edit) @5441   12 years bastiK remove duplicate class
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5198   12 years simon04 see #7230 - make alternative search dialog default (for testing)
(edit) @5063   12 years simon04 see #7230 - improve alternative search dialog (adapt insert text, hand …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4948   12 years xeen fix #5117 – the selection buffer (middle mouse paste) on *nix systems …
(edit) @4842   12 years stoecker i18n fixed and shortcut cleanups
(edit) @4832   12 years simon04 see #7230 - alternative search dialog for beta testing (enabled by …
(edit) @4679   12 years simon04 fix #1728 - Search for objects by modification time
(edit) @4613   12 years bastiK see #6974 - fix problem caused by preference rework
(edit) @4587   12 years stoecker fix #6974 - patch by akks - Ability to add custom search from search dialog
(edit) @4543   13 years stoecker remove some search elements in novice mode
(edit) @4507   13 years stoecker unify texts
(edit) @4503   13 years simon04 fix #6935 - Ability to auto-find based on key/value pairs (patch by ij)
(edit) @4499   13 years simon04 clarify description in search dialog, remove confusion concerning "type"
(edit) @4379   13 years stoecker unify search texts
(edit) @4377   13 years stoecker use lower case search expressions only
(edit) @4375   13 years simon04 fix #2750 - add inView, allinView to search
(edit) @4373   13 years simon04 reworked construction of description for search dialog
(edit) @4346   13 years stoecker fix #3942 - patch by simon04 - improve range handling for search
(edit) @4089   13 years stoecker lower case search commands
(edit) @4085   13 years bastiK applied #6308 (patch by Ole Jørgen Brønner) - Filter/search by …
(edit) @4018   13 years bastiK applied #6187 - Search GUI improvements (patch by bilbo)
(edit) @4012   13 years stoecker fix typo
(edit) @3684   13 years bastiK fixed #5644 - Search box help not visible if histrory contains long …
(edit) @3355   14 years jttt Simplify/optimize filters implementation
(edit) @3317   14 years stoecker allow to search incomplete elements again
(edit) @3305   14 years stoecker fix #5085 - allow to search for roles
(edit) @3300   14 years bastiK see #4998 - Impossible to select nodes with filter
(edit) @3176   14 years jttt Fix #3952 Search history not remembered across restarts
(edit) @3175   14 years jttt Allow to set parameters for actions on toolbar. Used by SearchAction …
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
Note: See TracRevisionLog for help on using the revision log.