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) @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
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1641   15 years stoecker fix #2673 - patch by jttt - key=value operator for search action
(edit) @1625   15 years stoecker fix #2663 - patch by jttt - better errors for illegal searches
(edit) @1607   15 years stoecker fix #2612 - changed patch by avar - Cleanup regex search
(edit) @1603   15 years stoecker fixed #2602 - patch by Matt,avar - Search keywords child and parent
(edit) @1516   15 years stoecker fixed #2358 - search texts swapped - patch by avar
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1451   15 years stoecker fix #2247. patch by xeen - cleanup search history
(edit) @1397   15 years stoecker apply patches from xeen for #1977.
(edit) @1389   15 years stoecker close #2132. patch by xeen
(edit) @1375   15 years stoecker fixed #2131. patch by singularita gmail com
(edit) @1291   15 years stoecker fix #1878. modified patch by xeen
(edit) @1213   15 years stoecker fixed bugs #1864 and #1979, patches by Ævar Arnfjörð Bjarmason and …
(edit) @1212   15 years stoecker language fixes, hopefully the last set
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1168   15 years stoecker revert Unicode normalization, as it is not Java 1.5
(edit) @1155   15 years stoecker close bug #518 (normalize UTF strings)
(edit) @1149   15 years stoecker fix #1805, fix by Russ Nelson
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1063   15 years stoecker close bug #1691
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @967   16 years stoecker added search and selection improvements by Jan Peter Stotz. Closes #1306
(edit) @939   16 years stoecker reverted checkin conflict
(edit) @889   16 years stoecker another minor search fix
(edit) @888   16 years stoecker fixed search a bit. Closes #1397 and #485.
(edit) @755   16 years stoecker better sorting of selected elements and relation list, reenabled …
(edit) @753   16 years stoecker no longer select relations and incomplete elements. Fixes #616.
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
Note: See TracRevisionLog for help on using the revision log.