source: josm/trunk/src/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17418   3 years GerdP see #17184: Memory leaks - remove listener when layer is removed …
(edit) @17402   3 years wiktorn Refuse to download tiles if the tileset is too large Use TileSet in …
(edit) @17401   3 years GerdP fix #20222: Relation editor: Changes in member order are lost when …
(edit) @17399   3 years GerdP fix #20213: Command stack: Edits in relation editor are listed in …
(edit) @17392   3 years GerdP fix #19098: Unable to update plugin after crash of plugin - wait for …
(edit) @17390   3 years Don-vip fix #13784 - restart robustness
(edit) @17379   3 years GerdP see #17196 Undo/Redo may change data in inactive layer - fix sonar …
(edit) @17374   3 years GerdP see #20167: [patch] Improve code readability by replacing indexed …
(edit) @17371   3 years GerdP fix #18533: changeset manager: tags tab: width of column (almost) not …
(edit) @17370   3 years GerdP fix #20165: Changset manager: Discussion tab: Problem with sorting by …
(edit) @17369   3 years simon04 see #20141 - Revert "ImageProvider: cache rendered SVG images using JCS"
(edit) @17364   3 years simon04 see #20141 - ImageProvider: cache rendered SVG images using JCS This …
(edit) @17363   3 years simon04 see #20141 - Extract BufferedImageCacheEntry.pngEncoded
(edit) @17361   3 years GerdP Fix #18372: Notes description does not fit in box (sometimes) - …
(edit) @17358   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17353   3 years GerdP fix #12536: Conflict window completely hides relation 'conflicts' …
(edit) @17347   3 years GerdP fix #17196: Undo/Redo may change data in inactive layer - use separate …
(edit) @17340   3 years GerdP fix #19792: Error during conflict resolution after complex import …
(edit) @17339   3 years simon04 https://errorprone.info/bugpattern/StringSplitter
(edit) @17336   3 years GerdP fix #20037: Overpass query wizard generates wrong query with "*=value" …
(edit) @17335   3 years Don-vip see #20139 - avoid shortcut conflict between "open location" actions
(edit) @17334   3 years Don-vip see #20129 - rename file to match new class name
(edit) @17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17332   3 years Don-vip fix #20131 - fix unit tests and codestyle violations
(edit) @17331   3 years GerdP fix #19825: Advanced preferences table is empty w/o search text on Java 8
(edit) @17323   3 years Don-vip fix #20099 - make sure "OSM Server" preferences display a vertical …
(edit) @17322   3 years Don-vip fix #20018 - disable repaint timer when no animation extension is enabled
(edit) @17321   3 years Don-vip fix #20026 - fix tooltip for Date/time in gpx filter dialog
(edit) @17318   3 years Don-vip fix #20096 - restore comment initialization from dataset changeset …
(edit) @17316   3 years Don-vip see #7548 - fix #20094 - fix NPE
(edit) @17315   3 years Don-vip see #7548 - deprecate MapPreference, not used anymore
(edit) @17314   3 years Don-vip see #7548 - make clear which preferences settings allow new tabs from …
(edit) @17313   3 years Don-vip see #7548 - make tab width dynamic + add 5px padding between icon and text
(edit) @17312   3 years Don-vip see #7548 - fix UI issues in proxy preferences panel
(edit) @17311   3 years Don-vip see #7548 - distinguish i18n context of "Display" string
(edit) @17308   3 years Don-vip fix #19995 - upload dialog: separate instances for cell renderer and …
(edit) @17307   3 years GerdP see #7548: Re-organize the preference dialog - move code for expert …
(edit) @17306   3 years GerdP see #7548: Re-organize the preference dialog - let selectTabBy()
(edit) @17305   3 years GerdP see #7548: Re-organize the preference dialog - Correct handling of …
(edit) @17299   3 years simon04 see #19819 - Obtain link color using UIManager (default to JOSM blue)
(edit) @17298   3 years simon04 see #7548 - Re-organize the preference dialog (Look and Feel as subtab …
(edit) @17297   3 years simon04 see #7548 - Re-organize the preference dialog (disable tab titles for …
(edit) @17293   3 years Klumbumbus see #7548 - Move "Look an Feel" combobox to the top
(edit) @17292   3 years simon04 see #7548 - Re-organize the preference dialog (disable tab titles for …
(edit) @17281   3 years Klumbumbus - see #7548 - Add icons to preferences tabs - preferences/backup, …
(edit) @17273   3 years GerdP see #6529: Deleting locally referenced objects in conflict resolution …
(edit) @17271   3 years Don-vip see #7548 - remove unused variable
(edit) @17270   3 years Don-vip fix #19997 - Disable MapPaint style submenu for empty settings (patch …
(edit) @17269   3 years Don-vip fix #19993 - handle multiline note comments in notes dialog
(edit) @17265   3 years GerdP see #7548: Re-organize the preference dialog Apply 7548-no-empty.patch …
(edit) @17264   3 years GerdP see #7548: Re-organize the preference dialog - revert r17256, doesn't …
(edit) @17261   3 years GerdP see #19956 Double check if error still exists before executing autofix …
(edit) @17256   3 years GerdP see #7548: Re-organize the preference dialog - Use …
(edit) @17255   3 years GerdP see #18527 changeset manager: content information of (closed) …
(edit) @17252   3 years GerdP fix #19956 Double check if error still exists before executing autofix …
(edit) @17251   3 years GerdP fix #19375 Avoid to download changesets contents twice - check if …
(edit) @17250   3 years GerdP fix #18527: changeset manager: content information of (closed) …
(edit) @17248   3 years Don-vip fix #19976 - add SWEREF99 TM (EPSG:3006) in default projection choices
(edit) @17245   3 years Klumbumbus - see #7548 - Change/add icons, remove file extension - ignore …
(edit) @17238   3 years Don-vip see #17634 - enforce upload policy again (broken after #19381 changes)
(edit) @17237   4 years simon04 fix #19964 - Fix ColorPreference icon
(edit) @17235   4 years Don-vip fix #19120 - fix #19954 - Disable Shift shortcuts in text fields
(edit) @17233   4 years simon04 see #7506, fix #19953 - Revert "Add shortcut ALT+R for relation …
(edit) @17231   4 years simon04 see #7548 - Re-organize the preference dialog (add various icons) …
(edit) @17230   4 years simon04 CacheSettingsPanel: fix IllegalArgumentException: bytes must be >= 0
(edit) @17229   4 years simon04 see #7548 - Re-organize the preference dialog (hide empty tabs)
(edit) @17228   4 years simon04 see #7548 - Re-organize the preference dialog (left-align tab labels)
(edit) @17227   4 years simon04 see #7548 - Re-organize the preference dialog (remove "settings" from …
(edit) @17220   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17217   4 years GerdP fix #19913: IOOBE: Index 254 out of bounds for length 0: Saving a …
(edit) @17215   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17208   4 years GerdP see #19875: Inactive Map Paint styles cause bad performance - remove …
(edit) @17206   4 years GerdP fix #19939 Replace ParentRelationLoadingTask by DownloadReferrersTask …
(edit) @17202   4 years GerdP see #19920: Cancel doesn't work with "Download All Children" - let …
(edit) @17201   4 years GerdP see #7548: Re-organize the preference dialog Add addChangeListener …
(edit) @17196   4 years simon04 see #15102 - see #16637 - get rid of real HTTP calls to …
(edit) @17188   4 years Klumbumbus fix #19851 - Fix shortcut names
(edit) @17181   4 years simon04 fix #19918 - AutosaveTask: sort files by modify time (patch by gaben, …
(edit) @17178   4 years simon04 see #7548 - Re-organize the preference dialog (icons)
(edit) @17174   4 years GerdP fix #19055: IndexOutOfBoundsException: relation manager: refreshing …
(edit) @17172   4 years GerdP see #19913: IOOBE: Index 254 out of bounds for length 0: Saving a …
(edit) @17171   4 years GerdP see #19913: IOOBE: Index 254 out of bounds for length 0: Saving a …
(edit) @17168   4 years simon04 fix #18721 - PropertiesDialog: improve "overwrite key" dialog (based …
(edit) @17166   4 years simon04 fix #19914 - Deal with DateTimeException when using DateUtils
(edit) @17165   4 years Don-vip see #17387 - see #19746 - add more debug information in case of …
(edit) @17162   4 years simon04 see #7548 - Re-organize the preference dialog (connection preferences)
(edit) @17161   4 years simon04 see #7548 - Re-organize the preference dialog (map preferences)
(edit) @17160   4 years simon04 see #7548 - Re-organize the preference dialog (connection preferences)
(edit) @17159   4 years simon04 see #7548 - Re-organize the preference dialog (display preferences)
(edit) @17153   4 years Klumbumbus see #17809 - Don't promote spelling FIXME, deprecate Fixme in favor of …
(edit) @17150   4 years simon04 fix #7506 - Add shortcut ALT+R for relation editor
(edit) @17148   4 years Don-vip fix #19903 - Add space to title of filter dialog (patch by hiddewie)
(edit) @17146   4 years simon04 see #19902 - Advanced preferences: use FlowLayout for buttons, add tooltip
(edit) @17144   4 years simon04 fix #19751 - MapImage.rescale: use original SVG instead of rastered version
(edit) @17140   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17117   4 years simon04 see #19819 - Obtain link color using UIManager (patch by DevCharly)
(edit) @17116   4 years simon04 see #19819 - MapStatus: make color preferences work (patch by DevCharly)
(edit) @17112   4 years GerdP see #19875: Inactive Map Paint styles cause bad performance free …
(edit) @17109   4 years GerdP checkstyle
(edit) @17108   4 years GerdP fix #19887: Parallel ways tool: bottom toolbar unusable to view offset …
Note: See TracRevisionLog for help on using the revision log.