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) @7509   10 years stoecker remove tabs
(edit) @7463   10 years Don-vip fix #10392 - rework of MenuScroller to replace static scrollCount …
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6848   10 years Don-vip fix #9718 - java.lang.ArithmeticException: / by zero. Closes black …
(edit) @6844   10 years akks see #9709: "Add to toolbar" in preset list context menu (F3-right click)
(edit) @6831   10 years akks fix #9703: key>value in search or filter gave NPE for non-existing key
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(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) @6674   10 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(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) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(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) @6102   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(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) @5909   11 years stoecker fix all remaining javadoc warnings
(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) @5848   11 years Don-vip Search: allow to search for numerical ranges for id:, changeset:
(edit) @5847   11 years Don-vip Search: fix invalid results for nodes: operator with closed ways
(edit) @5813   11 years stoecker #see 8379 - add untagged to help of search
(edit) @5740   11 years Don-vip see #8449 - fix NPE but filter does not work as expected at JOSM …
(edit) @5602   11 years simon04 typo
(edit) @5598   11 years Don-vip fix #8215 - Fix search operators ìndownloadedarea and …
(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) @5184   12 years Don-vip fix #7577 - NPE in Search Window (patch from joshdoe)
(edit) @5063   12 years simon04 see #7230 - improve alternative search dialog (adapt insert text, hand …
(edit) @5038   12 years simon04 fix #7459 - fix 'timestamp:' search
(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) @4817   12 years bastiK applied #7178 - Allow plugins to register search operators (patch by …
(edit) @4696   12 years stoecker fix typo
(edit) @4694   12 years stoecker typo
(edit) @4693   12 years stoecker i18n fix
(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) @4546   12 years jttt Extend name templates with context switch - possibility to use tags of …
(edit) @4543   12 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) @4372   13 years simon04 fix 4622 - add inDownloadedArea, allinDownloadedArea to search
(edit) @4347   13 years stoecker see #3345 - patch by simon04 - add search for new objects
(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) @3818   13 years bastiK fixed #5857 - add "closed" to search, fixed #5015 - logical AND & for …
(edit) @3811   13 years jttt Fix #5640 Operator 'OR' in search expression does not work, only 'or' …
(edit) @3684   13 years bastiK fixed #5644 - Search box help not visible if histrory contains long …
(edit) @3586   14 years jttt Fix #5497 search finds strings in username by default
(edit) @3556   14 years bastiK cleanup search - use unicode normalization (java 6 required)
(edit) @3479   14 years jttt cosmetics
(edit) @3385   14 years jttt Fix warnings
(edit) @3355   14 years jttt Simplify/optimize filters implementation
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3317   14 years stoecker allow to search incomplete elements again
(edit) @3305   14 years stoecker fix #5085 - allow to search for roles
(edit) @3304   14 years stoecker catch all errors thrown from search
(edit) @3303   14 years stoecker catch all errors thrown from search (there are also out of array index …
(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) @3140   14 years jttt Fix #4597: search does not find id:0
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3050   14 years mjulius fix last commit
(edit) @3049   14 years mjulius fixes #4627 - r3046 broke the build sorry about that
(edit) @3046   14 years mjulius fixes #4597 - Search for timestamp:2010-02 no longer works Searching …
(edit) @2995   14 years jttt Fix #4528: Search for colon-containing keys broken
(edit) @2993   14 years jttt Fix #4528 Search for colon-containing keys broken
(edit) @2973   14 years jttt Fix #4519 JOSM doesn't show nor find token (negative) IDs
(edit) @2962   14 years bastiK fixed #4499 - Search is broken
(edit) @2912   14 years jttt Fixed #4330 java.lang.ArrayIndexOutOfBoundsException: 6 >= 6, added …
(edit) @2906   14 years mjulius remove OsmPrimitive.entrySet() using keySet()/get() or getKeys() instead
Note: See TracRevisionLog for help on using the revision log.