|
|
@15754
|
5 years |
simon04 |
SourcePrefHelper: use Stream
|
|
|
@15719
|
5 years |
simon04 |
Java 8: deprecate Utils.exists, Utils.find
|
|
|
@15496
|
5 years |
Don-vip |
fix #16796 - Rework of GPX track colors / layer preferences (patch by …
|
|
|
@15215
|
6 years |
Don-vip |
see #13458 - don't serialize null values
|
|
|
@15211
|
6 years |
Don-vip |
fix #13458 - display external resources icons in the preferences
|
|
|
@15099
|
6 years |
Don-vip |
fix ConcurrentModificationException
|
|
|
@14828
|
6 years |
GerdP |
fix #17268: There should be a method to clear ignored errors
patch …
|
|
|
@14441
|
6 years |
Don-vip |
fix SonarQube issues
|
|
|
@14208
|
7 years |
simon04 |
fix #16702 - Speed up OSM wiki help using MediaWiki API
|
|
|
@14155
|
7 years |
Don-vip |
javadoc
|
|
|
@14153
|
7 years |
Don-vip |
see #15229 - deprecate Main.parent and Main itself
|
|
|
@14152
|
7 years |
Don-vip |
see #15410, see #16604 - restore restart notification when mappaint …
|
|
|
@14138
|
7 years |
Don-vip |
see #15229 - deprecate Main.platform and related methods - new class …
|
|
|
@14119
|
7 years |
Don-vip |
see #15229 - deprecate all Main methods returning an URL
|
|
|
@14114
|
7 years |
Don-vip |
fix NPE seen in integration test
|
|
|
@14052
|
7 years |
Don-vip |
see #16010 - use JMockit to enable more extensive test coverage (patch …
|
|
|
@13901
|
7 years |
Don-vip |
add new XmlUtils class with more "safe factories" methods
|
|
|
@13776
|
7 years |
Don-vip |
don't display error dialog when loading preferences in headless mode
|
|
|
@13715
|
7 years |
Don-vip |
see #16047 - implement workaround against problem seen with IcedTeaWeb …
|
|
|
@13647
|
7 years |
Don-vip |
see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
|
|
|
@13543
|
7 years |
Don-vip |
see #15310 - remove deprecated color stuff
|
|
|
@13493
|
7 years |
Don-vip |
see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
|
|
|
@13173
|
7 years |
Don-vip |
see #15310 - remove most of deprecated APIs
|
|
|
@13021
|
8 years |
bastiK |
make Preferences more generic (see #15229, closes #15451)
* extract …
|
|
|
@13012
|
8 years |
bastiK |
remove trivial overrides, where this doesn't actually break binary …
|
|
|
@13002
|
8 years |
bastiK |
see #15229 - remove some uses of Main.pref
|
|
|
@13001
|
8 years |
bastiK |
fix javadoc
|
|
|
@12999
|
8 years |
bastiK |
see #15229 - use Config.getPref() in *Property classes
|
|
|
@12987
|
8 years |
bastiK |
see #15410 - change preferences scheme for named colors - makes …
|
|
|
@12983
|
8 years |
bastiK |
see #15410 - move cached() convenience method to super type
|
|
|
@12981
|
8 years |
bastiK |
update field name to be more clear
|
|
|
@12881
|
8 years |
bastiK |
see #15229 - move remaining classes to spi.preferences package, to …
|
|
|
@12867
|
8 years |
Don-vip |
see #15159 - optimize PluginClassLoader for complex/redundant …
|
|
|
@12847
|
8 years |
bastiK |
see #15229 - move new classes to spi package
|
|
|
@12846
|
8 years |
bastiK |
see #15229 - use Config.getPref() wherever possible
|
|
|
@12843
|
8 years |
bastiK |
see #15229 - minor fixes (Jenkins)
|
|
|
@12841
|
8 years |
bastiK |
see #15229 - fix deprecations caused by [12840]
|
|
|
@12840
|
8 years |
bastiK |
see #15229 - extract interface for Preferences class
some changes …
|
|
|
@12825
|
8 years |
Don-vip |
see #15229 - see #15182 - make FileWatcher generic so it has no more …
|
|
|
@12649
|
8 years |
Don-vip |
see #15182 - code refactoring to avoid dependence on GUI packages from …
|
|
|
@12620
|
8 years |
Don-vip |
see #15182 - deprecate all Main logging methods and introduce …
|
|
|
@12453
|
8 years |
bastiK |
see #14794 - remaining javadoc for the josm/data/ packages
|
|
|
@12385
|
8 years |
michael2402 |
See #14794: Class comment for CachedProperty
|
|
|
@12207
|
8 years |
michael2402 |
Add documentation on WeakPreferenceAdapter
|
|
|
@12199
|
8 years |
Don-vip |
checkstyle/PMD/findbugs
|
|
|
@12196
|
8 years |
michael2402 |
Remove listeners from parent preference if they were added to both …
|
|
|
@12181
|
8 years |
michael2402 |
Add a new ListenableWeakReference. Use it to not lose references to …
|
|
|
@12180
|
8 years |
michael2402 |
Fix caching property put.
|
|
|
@11746
|
8 years |
Don-vip |
PMD - Strict Exceptions
|
|
|
@11553
|
8 years |
Don-vip |
refactor handling of null values - use Java 8 Optional where possible
|
|
|
@11542
|
8 years |
stoecker |
null colors never worked in preferences and don't make much sense
|
|
|
@11496
|
8 years |
Don-vip |
findbugs - URF_UNREAD_FIELD
|
|
|
@11461
|
8 years |
Don-vip |
sonar - fb-contrib:SPP_USE_CONTAINSKEY - Style - Method calls keySet() …
|
|
|
@11453
|
8 years |
Don-vip |
sonar - fb-contrib:BED_BOGUS_EXCEPTION_DECLARATION - Correctness - Non …
|
|
|
@11394
|
8 years |
Don-vip |
simplify preference settings equals handling (already performed by …
|
|
|
@11099
|
9 years |
Don-vip |
sonar - squid:S1609 - @FunctionalInterface annotation should be used …
|
|
|
@10939
|
9 years |
Don-vip |
sonar - pmd:ImmutableField - Immutable Field
|
|
|
@10922
|
9 years |
michael2402 |
See #13309: Make PreferencesTest compile again.
|
|
|
@10874
|
9 years |
Don-vip |
fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
|
|
|
@10824
|
9 years |
Don-vip |
see #13309 - Caching and notifying preferences (patch by michael2402) …
|
|
|
@10747
|
9 years |
Don-vip |
sonar - squid:S1228 - Packages should have a javadoc file …
|
|
|
@10420
|
9 years |
Don-vip |
sonar - squid:S1166 - Exception handlers should preserve the original …
|
|
|
@10306
|
9 years |
Don-vip |
sonar - pmd:ImmutableField + remove unused code
|
|
|
@10235
|
9 years |
Don-vip |
sonar - squid:S00112 - Generic exceptions should never be thrown
|
|
|
@10087
|
9 years |
wiktorn |
Make minimum and maximum cache expires for imagery adjustable
|
|
|
@9978
|
9 years |
Don-vip |
sonar - remove useless initializations
|
|
|
@9828
|
9 years |
Don-vip |
findbugs, javadoc, unit tests
|
|
|
@9827
|
9 years |
Don-vip |
checkstyle, javadoc
|
|
|
@9823
|
9 years |
bastiK |
move preference writing to new class; some refactoring
|
|
|
@9822
|
9 years |
bastiK |
fix warnings
|
|
|
@9821
|
9 years |
bastiK |
fixed #12522 - Advanced preferences: display default entries …
|
|
|
@9818
|
9 years |
wiktorn |
Snap scale to mercator zoom levels.
See #12350
Patch submitted by: …
|
|
|
@9798
|
9 years |
stoecker |
fix Coverity issues 1351364 and 1351265
|
|
|
@9783
|
9 years |
Don-vip |
checkstyle
|
|
|
@9780
|
9 years |
bastiK |
refactor Preferences (move reader to new class)
|
|
|
@9759
|
9 years |
Don-vip |
refactor preferences settings classes
|
|
|
@9743
|
9 years |
bastiK |
applied #12438 - hide items from list of recently added tags (patch by …
|
|
|
@9689
|
9 years |
bastiK |
applied #12454 - set default values of preferences on construct (patch …
|
|
|
@9079
|
9 years |
Don-vip |
update to CheckStyle 6.13
|
|
|
@8510
|
10 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8404
|
10 years |
Don-vip |
When doing a String.toLowerCase()/toUpperCase() call, use a …
|
|
|
@8390
|
10 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@7937
|
10 years |
bastiK |
add subversion property svn:eol=native
|
|
|
@6890
|
11 years |
Don-vip |
fix some Sonar issues (Constructor Calls Overridable Method)
|
|
|
@6069
|
12 years |
stoecker |
see #8853 remove tabs, trailing spaces, windows line ends, strange …
|
|
|
@5478
|
13 years |
Don-vip |
fix #7999 - Change r5464 broke display of texts for marker layer
|
|
|
@5464
|
13 years |
Don-vip |
Rework Properties a bit to simplify management of Color properties
|
|
|
@5170
|
13 years |
Don-vip |
cleanup svn:mime-type properties preventing Java sources from being …
|
|
|
@5028
|
13 years |
jttt |
Add possibility to hide side buttons in toggle dialogs permanently, …
|
|
|
@4932
|
13 years |
stoecker |
fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
|
|
|
@4282
|
14 years |
jttt |
Allow to specify custom pattern for marker text labels
|
|
|
@3730
|
14 years |
bastiK |
improve migration when remotecontrol plugin is removed (set …
|
|
|
@3720
|
14 years |
bastiK |
added missing svn:eol-style
|
|
|
@3461
|
15 years |
bastiK |
added gui preference for autosave; fixed #5359 - Button to delete …
|
|
|
@3451
|
15 years |
jttt |
Memory leaks, minor changes needed by wmsplugin
|
|
|
@3246
|
15 years |
jttt |
Add simple wrapper for preferences, add projection changed event (will …
|