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) @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
(edit) @2863   14 years jttt Fixed #4377 routes plugin search for user names defect, added boolean …
(edit) @2857   14 years mjulius fixed some more message contexts
(edit) @2854   14 years mjulius fix some translation contexts
(edit) @2842   14 years mjulius fix messages for actions
(edit) @2791   14 years jttt Make search pattern matchers that match all/nothing public
(edit) @2790   14 years jttt Fixed #4164 Searching for type:node blocked by system many minutes
(edit) @2777   14 years mjulius fixes #2473 - Search does not work when searching for value containing …
(edit) @2768   14 years mjulius fixes #4314 - user:"foo" works, user:"foo bar" doesn't fixed parsing …
(edit) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2701   14 years stoecker fixed typo
(edit) @2695   14 years Gubaer fixed #4241: Add the ability to use JOSM Search to find an object version
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2661   14 years jttt Fixed #4204 NPE on empty search
(edit) @2645   14 years jttt SearchCompiler refactoring, use search pattern for …
(edit) @2637   14 years stoecker applied #4167 - patch by avar - fix search docs
(edit) @2636   14 years stoecker fixed #4163 - patch by avar - fixed searching
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2567   14 years Gubaer applied #3738: patch by mjulius: Searching for non-existent usernames …
(edit) @2565   14 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2510   14 years jttt SearchCompiler - prepare everything in constructor, don't throw …
(edit) @2467   14 years Gubaer applied #3961: patch by avar: Display help button in Search dialog
(edit) @2451   14 years Gubaer fixed #3434: Add search history to the search dialog
(edit) @2407   14 years jttt Added support for referrers
(edit) @2357   14 years Gubaer applied #3807: patch by avar: Add tags: operator to search engine to …
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2262   15 years stoecker applied #3544 - fix search history - patch by singularita gmail com
(edit) @2226   15 years stoecker fixed #3544 - patch by singularita gmail com - fix search dialog history
(edit) @2212   15 years Gubaer fixed #3603: Grammar error in search message
(edit) @2166   15 years stoecker see #3475 - patch by Petr Dlouhý - improve speed
(edit) @2145   15 years stoecker see #3475 - patch by Petr Dlouhý - cleanups
(edit) @2129   15 years stoecker see #3475 - minor cleanup
(edit) @2123   15 years stoecker see #3475 - patch by Petr Dlouhý - display filtering - disabled by …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2068   15 years stoecker improve search help a little bit
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1988   15 years Gubaer fixed #2691: Exception when trying to search for "http://"
(edit) @1938   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1786   15 years stoecker close #2802 - patch by dmuecke - Exception fixed
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
Note: See TracRevisionLog for help on using the revision log.