source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/ChangesetDialog.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(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) @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) @12373   7 years michael2402 Fix listener leak in ChangesetDialog and migrate …
(edit) @12297   7 years michael2402 Javadoc for the changeset dialogs.
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10124   8 years Don-vip refactor and move changeset download tasks to actions.downloadtasks
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @9059   8 years Don-vip checkstyle
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8254   9 years simon04 see #10789 - History dialog: add button to open changeset dialog
(edit) @7861   9 years Don-vip see #10848 - consistent naming of wiki pages for toggle dialogs
(edit) @7771   9 years bastiK fixes #1608 - remove remaining old logos
(edit) @7678   9 years stoecker fix #9059 - no more assumptions about URL for element browsing - use …
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6361   10 years Don-vip Sonar/Findbugs - Unused formal parameter
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @4459   13 years bastiK applied #6856 - Enable plugins to add actions in popup menus (patch by …
(edit) @4369   13 years stoecker fix #6646 - patch by Don-vip - don't disable changeset manager button
(edit) @4363   13 years stoecker use createLayout() in all internal ToggleDialog's
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2869   14 years jttt Removed ToggleDialog.tearDown(). All listeners should be unregistered …
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2741   14 years jttt Fixed #4261 Selection information is not updated after undo/redo, …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2710   14 years stoecker close #4222 - unify design of right menus again
(edit) @2689   14 years Gubaer new: Changeset Cache Manager for querying, downloading, browsing, and …
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2616   14 years Gubaer Completed Changeset List Dialog See also …
(add) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
Note: See TracRevisionLog for help on using the revision log.