source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13436   6 years Don-vip fix #15958 - robustness when loading map paint styles
(edit) @12967   7 years Don-vip see #15273 - fix initialization of MapPaintStyles (NPE)
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12825   7 years Don-vip see #15229 - see #15182 - make FileWatcher generic so it has no more …
(edit) @12651   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12410   7 years Don-vip fix #14945 - InvalidPathException at startup when invalid URL is …
(edit) @12378   7 years michael2402 Document the gui.mappaint package
(edit) @12342   7 years michael2402 Change MapPaintStyles listener to use a ListenerList
(edit) @12341   7 years michael2402 Move common style update code to new method in map paint styles.
(edit) @12174   7 years michael2402 Map paint style: Invalidate the affected layers instead of triggering …
(edit) @11781   7 years michael2402 Update StyleCacheTest: Clear the style cache before each test. Add …
(edit) @11589   7 years Don-vip fix #14391 - robustness to Linux systems preventing file watcher to …
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11401   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11400   7 years Don-vip drop old stuff
(edit) @11137   8 years bastiK javadoc
(edit) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(edit) @10927   8 years simon04 see #13217 - Only one location for deprecated icon names
(edit) @10926   8 years michael2402 fix #13506 - Do not show deprecated.svg icon in add/edit tag dialog
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10567   8 years stoecker see #13084 - remove workaround - it will probably cause more trouble …
(edit) @10566   8 years stoecker see #13084 - fix some errors in icon move
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @9965   8 years Don-vip fix #12282 - drop XML mappaint support - keep XML detection in order …
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9400   8 years Don-vip see #12282 - detect missing icons for MapCSS styles
(edit) @9334   8 years Don-vip see #12282 - handle warnings for mappaint styles: - Log warnings that …
(edit) @9299   8 years Don-vip checkstyle
(edit) @9284   8 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9239   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8937   8 years Don-vip add unit tests to check validity of all map paint styles and tagging …
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8097   9 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(edit) @8085   9 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @7797   9 years Don-vip fix #10164 - handle dataset properly in mapcss icon fetching
(edit) @7563   10 years bastiK see #10529 - remove "very old" multipolygon style (area tags on both …
(edit) @7448   10 years bastiK see #10425 - fix [7447]: lock prevented mappaint code in …
(edit) @7447   10 years bastiK fixed #10425 - ConcurrentModificationException when auto update …
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7276   10 years Don-vip fix #9518 - Automatically reload MapCSS tagchecker validator rules …
(edit) @7256   10 years bastiK fixed #10173 - Modification of styles without any data layer causes an …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7198   10 years bastiK fix NPE when adding tag
(edit) @7185   10 years Don-vip see #9518 - Automatically reload local styles using new Java 7 …
(edit) @7143   10 years simon04 Log initialization time per mappaint style
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7030   10 years Don-vip see #8465 - use of try-with-resource
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(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) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6174   11 years Don-vip see #8849 - use scaled down version of images in recently added tags panel
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5891   11 years stoecker fix javadoc
(edit) @5875   11 years Don-vip fix #8614 - Mapcss in zip-file doesn't work if there's xml-files also …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5399   12 years bastiK fixed #7929 - You can't add new tag
(edit) @5383   12 years Don-vip fix #7671 - Show last N used tags in "Add key/value" dialog for …
(edit) @5219   12 years bastiK mapstyles: add automatic reloading of local styles when they have been …
(edit) @5054   12 years bastiK see #6797: load map images in background, in case they are loaded over …
(edit) @4968   12 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4960   12 years stoecker mv jump to action from G to key J
(edit) @4936   12 years bastiK remove old migration code; keep class structure for next migration …
(edit) @4820   12 years bastiK extend image sanitize options
(edit) @4721   12 years bastiK use builder pattern for ImageProvider (see #7192)
(edit) @4272   13 years bastiK mapcss: proper support for scaled icons (fixes #6560)
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @4007   13 years bastiK see #6150 mapcss - extended functionality for instruction text: ... …
(edit) @3967   13 years bastiK MapCSS: an identifier literal at the right side of a declaration is …
(edit) @3930   13 years bastiK detect style type (xml or mapcss) by looking at the first …
(edit) @3896   13 years bastiK allow a stylesource to override the background color. This may not be …
(edit) @3893   13 years bastiK mapcss: some rework of Error Handling, (Multi)Cascade and icon loading
(edit) @3886   13 years bastiK mappaint: find images relative to the source file
Note: See TracRevisionLog for help on using the revision log.