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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @9136   8 years Don-vip sonar fixes + javadoc
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8475   9 years Don-vip fix #11219 - Open notes in browser with Ctrl-Shift-I: "Advanced info (web)"
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(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) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6743   10 years simon04 see #7326 - History dialog: move user id to toolbar, remember size/position
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5712   11 years Don-vip fix EDT violations
(edit) @5495   12 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4947   12 years stoecker shortcut fixes
(edit) @4674   12 years simon04 fix #7172 - CT isn't always loaded by the History window when looking …
(edit) @4601   12 years bastiK history panel: new column indicating CT status of the user
(edit) @4556   12 years stoecker fix #6971 - patch by olejorgenb - add tooltips to checkmarks in author …
(edit) @4353   13 years stoecker see #6731 - introduce better layout function for ToggleDialogs, …
(edit) @4078   13 years framm revert change to UserListDialog that broke relicensing display. Fixes …
(edit) @4072   13 years jttt Fix #6301 Check for null mandatory in …
(edit) @4031   13 years framm change "CT" column in user list to show a grey check mark for those …
(edit) @4026   13 years stoecker fix #6213 - license info wrong
(edit) @3995   13 years mjulius fix #3590 - Primitives or objects: Pick one
(edit) @3776   13 years framm display re-licensing status in the user list, so mappers can …
(edit) @3443   14 years jttt Fix some of the references/forgotten listeners that keeps MapView …
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3071   14 years mjulius fixes #4648 - User panel not showing data when toggled from hidden to shown
(edit) @2869   14 years jttt Removed ToggleDialog.tearDown(). All listeners should be unregistered …
(edit) @2803   14 years stoecker revert last checkin - it does not take sub translations into account
(edit) @2794   14 years stoecker fixes #4326 - author of new elements not shown in user info
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2710   14 years stoecker close #4222 - unify design of right menus again
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2073   15 years Gubaer fixed #3382: Opening a /user/ page fails for usernames with a space (" …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2042   15 years Gubaer fixed #3382: Opening a /user/ page fails for usernames with a space (" …
(edit) @2034   15 years Gubaer refactored UserListDialog fixed #3379: Add a link to …
(edit) @2033   15 years Gubaer fixed #3380: Add plural form to "Authors: {0}"
(edit) @2005   15 years Gubaer fixed #2367: panel will be empty when undocked from minimized state …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1228   15 years ulfl Improve panels on the right side: a) add a normal/minimized display …
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   16 years stoecker fixed a lot of the shortcut related translations
(edit) @1052   16 years stoecker removed some more keyboard conflicts
(edit) @1040   16 years stoecker added user selection in user dialog. Closes #1650. Patch by Jan Peter Stotz
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/gui/dialogs/UserListDialog.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.