source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8441   9 years Don-vip see #11209 - add debug messages
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8439   9 years Don-vip fix #10512 - fix handling of icons from OSM SVN
(edit) @8438   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8437   9 years Klumbumbus improve validator message
(edit) @8436   9 years Klumbumbus fix #11297 - ignore artist_name and noname=yes for alternitive …
(edit) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8434   9 years Klumbumbus see #11445 - new icon for amenity=restaurant
(edit) @8433   9 years wiktorn Clean up handling of various error situations. Closes #11494
(edit) @8432   9 years bastiK fixed #11479 - buildings not rendering in mapnik style (patch by …
(edit) @8431   9 years Klumbumbus fix #11489 - don't warn about maxspeed together with traffic_calming
(edit) @8430   9 years Don-vip see #11209 - Make ExtendedDialog.result volatile
(edit) @8429   9 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(edit) @8428   9 years Klumbumbus fix #11471 - add sport=billiards to preset and mappaint style
(edit) @8427   9 years Klumbumbus fix #11478 - Add rooms=* and beds=* to `tourism=hotel, motel, …
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8425   9 years wiktorn Limit the tile expiration date between 1 hour to 1 month. Fix Sonar …
(edit) @8424   9 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8423   9 years wiktorn Fix unit tests and findbugs warning. Closes: #11466
(edit) @8422   9 years wiktorn Change HashMap to ConcurrentHashMap, to avoid …
(edit) @8421   9 years stoecker typo
(edit) @8420   9 years wiktorn Java docs for @8418, addresses #11456
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8418   9 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8417   9 years Don-vip add sonar nature to Eclipse project
(edit) @8416   9 years Don-vip fix #11447 - revert or r8384 for StyleCache and GeoPropertyIndex
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8414   9 years stoecker i18n update, add Belarusian
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8412   9 years Don-vip ExecutorService field doesn't ever get shutdown
(edit) @8411   9 years Klumbumbus fix #8993 - update and split the recycling preset
(edit) @8410   9 years Klumbumbus fix #9208 - add building=supermarket
(edit) @8409   9 years Klumbumbus default mappaint style: add spikes to retaining_wall and kerb
(edit) @8408   9 years Klumbumbus fix #11246 - add warning for way direction change of man_made_embankment
(edit) @8407   9 years Klumbumbus see #11347 - fix typo
(edit) @8406   9 years Don-vip Style - Method returns modified parameter
(edit) @8405   9 years Don-vip remove duplicated class JpegFileFilter
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8403   9 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8402   9 years Klumbumbus fix #11347 - add waterway=fuel to preset and mappaint style …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8400   9 years Don-vip fix #11457 - use global action to benefit from custom download tasks …
(edit) @8399   9 years Don-vip see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
(edit) @8398   9 years Don-vip add dynamic tooltip to SizeButton
(edit) @8397   9 years wiktorn addresses #11437 - introduce infinite queue for tile loading and clear …
(edit) @8396   9 years Klumbumbus fix #11450 - translation context for "Water"
(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) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8392   9 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8391   9 years Don-vip fix unit tests
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8389   9 years wiktorn addresses #11437 - properly pass information about errors during load …
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8386   9 years Klumbumbus see #11339 - adjust presets for …
(edit) @8385   9 years Don-vip fix regressions of r8384
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8383   9 years Klumbumbus fix #11439 - split hockey into field_hockey and ice_hockey
(edit) @8382   9 years Don-vip fix copyright/license headers globally (missed a few files)
(edit) @8381   9 years Klumbumbus see #11443 - update two preset links
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8375   9 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8374   9 years Don-vip code style - Unnecessary Final Modifier
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8372   9 years Don-vip code cleanup
(edit) @8371   9 years Don-vip fix #11384 - UI problem with add tag dialog
(edit) @8370   9 years Don-vip fix #11393 - treat oneway=reversible on highway=motorway_link
(edit) @8369   9 years Don-vip fix #11396 - exclude man_made from overlapping way test
(edit) @8368   9 years Don-vip avoid deadlock
(edit) @8367   9 years Don-vip fix synchronization issue seen in unit test
(edit) @8366   9 years Don-vip fix #11421 - Support 'lat="..." lon="..."' specification in "Add node" …
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8364   9 years Don-vip fix Findbugs violation - ICAST: Integral division result cast to double
(edit) @8363   9 years Don-vip exclude generated files from FindBugs analysis
(edit) @8362   9 years Don-vip fix #11415 - Wrong warnings about unclosed ways
(edit) @8361   9 years Don-vip fix #11420 - reorder list of roles for public_transport relation preset
(edit) @8360   9 years Don-vip fix #11429 - StartupNotify=true in .desktop file
(edit) @8359   9 years Don-vip fix #11422 - Help for keyboard shortcut should consider the operating …
(edit) @8358   9 years Don-vip fix #11290 - fix width of auto_increment buttons for Aqua & Nimbus …
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8356   9 years Don-vip remove public mutable array Main.commandLineArgs
(edit) @8355   9 years Don-vip update svn:ignore
(edit) @8354   9 years Don-vip fix #11432 - robustness against invalid GPX files
(edit) @8353   9 years stoecker fix #11433 - add steak_house as cuisine
(edit) @8352   9 years stoecker add Vietnamese language
(edit) @8351   9 years Don-vip fix unit test broken in r8346
(edit) @8350   9 years stoecker see #11419 - add size also to mirror
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(edit) @8348   9 years Don-vip use of Utils.getDurationString()
(edit) @8347   9 years Don-vip simplify/instrument SAX code
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8344   9 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8343   9 years Balaitous see #10748 - Move and connect way to an external node with shape …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
Note: See TracRevisionLog for help on using the revision log.