|
|
@19050
|
15 months |
taylor.smock |
Revert most var changes from r19048, fix most new compile warnings …
|
|
|
@18715
|
2 years |
taylor.smock |
Fix #22798: Convert dialog actions which extend AbstractAction to …
|
|
|
@18311
|
4 years |
Don-vip |
fix #21488 - make our custom checkbox models extend ToggleButtonModel …
|
|
|
@18208
|
4 years |
Don-vip |
global use of Utils.isEmpty/isBlank
|
|
|
@18067
|
4 years |
Don-vip |
fix #21135 - fix help topic of mappaint dialog
|
|
|
@17648
|
4 years |
simon04 |
fix #20652 - Preferences: Update context-sensitive help page links to …
|
|
|
@17188
|
5 years |
Klumbumbus |
fix #19851 - Fix shortcut names
|
|
|
@17161
|
5 years |
simon04 |
see #7548 - Re-organize the preference dialog (map preferences)
|
|
|
@16932
|
5 years |
Klumbumbus |
see #15240 - Make style settings icon sharper
|
|
|
@16931
|
5 years |
Klumbumbus |
see #15240 - Change default icon of a mappaint style and icon of style …
|
|
|
@16901
|
5 years |
simon04 |
Map paint preferences: add ellipses to name
|
|
|
@16601
|
5 years |
simon04 |
Add TableHelper.setSelectedIndices
|
|
|
@16563
|
5 years |
simon04 |
fix #19357 - MapPaintStylesUpdateListener: fix typo
|
|
|
@16438
|
5 years |
simon04 |
see #19251 - Java 8: use Stream
|
|
|
@16252
|
5 years |
simon04 |
fix #18961 - ColorHelper: harmonize color functions
|
|
|
@15731
|
5 years |
simon04 |
see #10435, fix #18095 - MapCSS: add settings of type string/double
|
|
|
@15612
|
6 years |
Don-vip |
fix #18458 - Paint Style Dialog Window does not update styles when …
|
|
|
@15588
|
6 years |
Don-vip |
tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
|
|
|
@15492
|
6 years |
Don-vip |
see #18032, see #10435 - fix mappaint popup menu disappearance on …
|
|
|
@15293
|
6 years |
Don-vip |
sonar
|
|
|
@15289
|
6 years |
Don-vip |
see #10435 - Enable grouping of similar settings for …
|
|
|
@15287
|
6 years |
Don-vip |
see #15294, see #15484 - code cleanup, revert r12829 / r13036 now that …
|
|
|
@14153
|
7 years |
Don-vip |
see #15229 - deprecate Main.parent and Main itself
|
|
|
@13647
|
7 years |
Don-vip |
see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
|
|
|
@13036
|
8 years |
Don-vip |
fix #15484 - Java 9: workaround to …
|
|
|
@12846
|
8 years |
bastiK |
see #15229 - use Config.getPref() wherever possible
|
|
|
@12831
|
8 years |
bastiK |
see #15229 - extract GUI from StyleSetting class
|
|
|
@12651
|
8 years |
Don-vip |
see #15182 - code refactoring to avoid dependence on GUI packages from …
|
|
|
@12649
|
8 years |
Don-vip |
see #15182 - code refactoring to avoid dependence on GUI packages from …
|
|
|
@12643
|
8 years |
Don-vip |
see #15182 - deprecate Main.main.menu . Replacement: …
|
|
|
@12634
|
8 years |
Don-vip |
see #15182 - deprecate Main.worker , replace it by …
|
|
|
@12620
|
8 years |
Don-vip |
see #15182 - deprecate all Main logging methods and introduce …
|
|
|
@12279
|
8 years |
Don-vip |
sonar - squid:S3878 - Arrays should not be created for varargs parameters
|
|
|
@11881
|
8 years |
Don-vip |
findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
|
|
|
@11856
|
8 years |
Don-vip |
sonar - fb-contrib:IOI_DOUBLE_BUFFER_COPY - Performance - Method …
|
|
|
@11365
|
9 years |
Don-vip |
fix #14090 - use DefaultListSelectionModel adjusting selection mode to …
|
|
|
@10694
|
9 years |
simon04 |
fix #13249 see #13236 - No not change caret position (for editable …
|
|
|
@10627
|
9 years |
Don-vip |
sonar - squid:S1166 - Exception handlers should preserve the original …
|
|
|
@10611
|
9 years |
Don-vip |
see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
|
|
|
@10465
|
9 years |
stoecker |
Old style SideButton usage, see #12994
|
|
|
@10428
|
9 years |
stoecker |
see #9995 - patch mainly by strump - improve HIDPI behaviour
|
|
|
@10300
|
9 years |
Don-vip |
sonar - Performance - Method passes constant String of length 1 to …
|
|
|
@10179
|
9 years |
Don-vip |
sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
|
|
|
@9996
|
9 years |
Don-vip |
sonar - use JLabel.setLabelFor where applicable + add/update unit tests
|
|
|
@9833
|
9 years |
bastiK |
fixed #12507 - slow mouse wheel scrolling (based on patch by kolesar)
|
|
|
@9778
|
9 years |
bastiK |
see #12507 - fix mouse wheel scrolling at some places
|
|
|
@9760
|
9 years |
bastiK |
fixed #12507 - slow scrolling in "Map Paint Styles" window
|
|
|
@9334
|
10 years |
Don-vip |
see #12282 - handle warnings for mappaint styles:
- Log warnings that …
|
|
|
@9280
|
10 years |
Don-vip |
improve performance and simplify file copy operations (major …
|
|
|
@9078
|
10 years |
Don-vip |
sonar - Immutable Field
|
|
|
@8846
|
10 years |
Don-vip |
sonar - fb-contrib - minor performance improvements:
* Method passes …
|
|
|
@8836
|
10 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8510
|
10 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8426
|
10 years |
Don-vip |
Accessibility - global use of JLabel.setLabelFor() + various fixes …
|
|
|
@8379
|
10 years |
Don-vip |
Consecutively calls to StringBuffer/StringBuilder .append should reuse …
|
|
|
@8377
|
10 years |
Don-vip |
performance - remove useless boxing of boolean constants
|
|
|
@8376
|
10 years |
Don-vip |
code style - remove useless calls to toString()
|
|
|
@8323
|
10 years |
stoecker |
see #10684 - remove remaining overlay() calls
|
|
|
@8308
|
10 years |
Don-vip |
fix potential NPEs and Sonar issues related to serialization
|
|
|
@8285
|
10 years |
Don-vip |
fix sonar squid:S2039 - Member variable visibility should be specified
|
|
|
@8056
|
10 years |
bastiK |
fixed #11096 - png -> svg
|
|
|
@7896
|
11 years |
Don-vip |
fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
|
|
|
@7668
|
11 years |
stoecker |
cleanup icons, mark undetected icons, set proper mimetype, delete …
|
|
|
@7578
|
11 years |
Don-vip |
fix #10024 - Add an option in Preferences/Look-and-Feel to use native …
|
|
|
@7553
|
11 years |
bastiK |
see #10512 - better taginfo support
|
|
|
@7450
|
11 years |
bastiK |
fixed #10421 - User-settings for mapcss mappaint styles
* only boolean …
|
|
|
@7185
|
11 years |
Don-vip |
see #9518 - Automatically reload local styles using new Java 7 …
|
|
|
@7082
|
11 years |
Don-vip |
see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8 , new in …
|
|
|
@7033
|
11 years |
Don-vip |
see #8465 - global use of try-with-resources , according to
* …
|
|
|
@7030
|
11 years |
Don-vip |
see #8465 - use of try-with-resource
|
|
|
@7005
|
11 years |
Don-vip |
see #8465 - use diamond operator where applicable
|
|
|
@6995
|
11 years |
Don-vip |
fix #9906 - fix reliance on default encoding
|
|
|
@6969
|
11 years |
Don-vip |
fix #9913 - update icon of mappaint preferences
|
|
|
@6920
|
11 years |
Don-vip |
fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
|
|
|
@6426
|
12 years |
simon04 |
see #9309 - provide direct menu items to preset/imagery preferences
|
|
|
@6289
|
12 years |
Don-vip |
Sonar/Findbugs - fix various problems
|
|
|
@6268
|
12 years |
Don-vip |
Sonar/FindBugs - Bad practice - Method may fail to close stream
|
|
|
@6248
|
12 years |
Don-vip |
Rework console output:
- new log level "error"
- Replace nearly all …
|
|
|
@6084
|
12 years |
bastiK |
see #8902 - add missing @Override annotations (patch by shinigami)
|
|
|
@5958
|
12 years |
Don-vip |
* Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
|
|
|
@5886
|
12 years |
Don-vip |
see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
|
|
|
@5576
|
13 years |
bastiK |
add *.zip to FileFilter (closes #8184)
|
|
|
@5573
|
13 years |
bastiK |
add *.* file filter at 2 more places
|
|
|
@5538
|
13 years |
bastiK |
move window switch listener to Main class, because it is needed in a plugin
|
|
|
@5463
|
13 years |
jttt |
Fix some memory leaks (see #7980)
|
|
|
@5457
|
13 years |
Don-vip |
Restrict WMS "save as" and "load" dialogs to WMS FileFilter + refactor …
|
|
|
@5438
|
13 years |
Don-vip |
fix #6733 - File Open dialog incorrectly accepts folder selection
…
|
|
|
@5219
|
13 years |
bastiK |
mapstyles: add automatic reloading of local styles when they have been …
|
|
|
@5200
|
13 years |
akks |
see #7626, fix #7463: keys Ctrl-Shift-Up/Down, Enter, Spacebar work …
|
|
|
@5088
|
13 years |
simon04 |
fix #6895 - improve MapPaintMenu (add "Preference", keep menu open …
|
|
|
@5030
|
13 years |
jttt |
Fix #7462 No action definded for buttons (becauase of r5028)
|
|
|
@4982
|
13 years |
stoecker |
see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
|
|
|
@4956
|
13 years |
stoecker |
shortcut fixes, a lot of code cleanup in DrawAction
|
|
|
@4912
|
13 years |
framm |
override<->overwrite. sorry for three commits where one would have …
|
|
|
@4874
|
13 years |
jttt |
Use static class were appropriate
|
|
|
@4363
|
14 years |
stoecker |
use createLayout() in all internal ToggleDialog's
|
|
|
@4222
|
14 years |
stoecker |
fix #6569 - patch by Casiope - Improve translation for Mappaint
|
|
|
@4175
|
14 years |
bastiK |
fixed #6506 - shortcut to switch rendering mode doesn't work (partial …
|
|
|
@4087
|
14 years |
bastiK |
PaintVisitor refactoring, includes hook for external MapRenderers …
|
|
|
@4072
|
14 years |
jttt |
Fix #6301 Check for null mandatory in …
|
|
|