source: osm/applications/editors/josm/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31422   9 years nokutu Fixed EDT when the "Area is too big" dialog appears.
(edit) @31421   9 years nokutu Fixed tests errors
(edit) @31420   9 years nokutu Fix build.gradle
(edit) @31419   9 years nokutu Fixed test error
(edit) @31418   9 years nokutu Improved tests and code quality. Login is already working. Tests now …
(edit) @31417   9 years nokutu Created a few more tests. In order to run them, a JOSM window is opened.
(edit) @31416   9 years nokutu Added the possibility to do a reverse walk.
(edit) @31415   9 years nokutu Fixed several findbugs problems
(edit) @31413   9 years holgermappt Do not try to calculate direction if image has no position. See …
(edit) @31412   9 years floscher Fix some FindBugs warnings and one JavaDoc error
(edit) @31411   9 years floscher Add test for MapillaryAbstractImage.getDate()
(edit) @31410   9 years floscher Don't throw an exception in MapillaryImportedImage.getImage() when …
(edit) @31409   9 years nokutu Fixed several concurrency bugs and improved Mapillary data download …
(edit) @31408   9 years floscher Publish plugin via GitHub releases when a tag is pushed
(edit) @31407   9 years floscher Let Travis publish FindBugs report and cache Gradle dependencies
(edit) @31406   9 years floscher Automatically deploy build results of master-branch to GitHub pages
(edit) @31405   9 years nokutu Undo build.gradle edit.
(edit) @31404   9 years nokutu Fixed #11716. Concurrency bug related with semiautomatic mode when …
(edit) @31402   9 years nkaragiannakis bugFix for files extraction
(edit) @31401   9 years nokutu Formatted code and extracted a few methods from MapillaryLayer to …
(edit) @31400   9 years nokutu Fixed bug when downloading multiple times, several instances of the …
(edit) @31399   9 years nokutu Creted semiautomatic download mode. The plugins behaves like …
(edit) @31398   9 years nokutu Added buttons when in walk mode, so it can be paused, resumed and …
(edit) @31397   9 years nokutu Improved filters, you can set since when images are valid.
(edit) @31396   9 years nokutu Walk mode created. Set an interval and it will automatically switch to …
(edit) @31395   9 years floscher [mapillary] Bump Gradle to latest version 2.5
(edit) @31394   9 years floscher [mapillary] Add documentation on the contribution workflow and on how …
(edit) @31393   9 years floscher [mapillary] Added Gradle as an alternative build-system
(edit) @31392   9 years floscher [mapillary] Remove Eclipse specific files from VCS
(edit) @31391   9 years nokutu Rebased master
(edit) @31390   9 years nokutu Login system implemented
(edit) @31389   9 years nokutu More comments and made many methods and properties private.
(edit) @31388   9 years nokutu Started login system, code is already gathered, only the last POST to …
(edit) @31387   9 years nokutu More comments
(edit) @31386   9 years nokutu Code commented
(edit) @31385   9 years nokutu In select mode, when an image is highlighted, just the thumbnail is …
(edit) @31384   9 years floscher [mapillary] Fix last commit
(edit) @31383   9 years floscher Add Java-representation of a traffico-sign * …
(edit) @31382   9 years floscher Add traffico-resources These resources have been generated from …
(edit) @31381   9 years floscher Move all API-URLs into the classes resposible for downloading from the …
(edit) @31380   9 years nokutu Improved export GUI and when exporting an imported image, the EXIF …
(edit) @31379   9 years nokutu When importing images, zoom to fit all the images
(edit) @31378   9 years nokutu Now you can import a whole directory
(edit) @31377   9 years nokutu Imported images show their names and capture time in the dialog titlebar
(edit) @31376   9 years nokutu Now the imports remember the last visited directory
(edit) @31375   9 years nokutu Fixed double click and shift click for sequences of imported images.
(edit) @31374   9 years nokutu Test downloading of sequences in a given bbox The new testcase starts …
(edit) @31373   9 years nokutu Prevent overloading mapillary-server by fetching 10 sequences at a …
(edit) @31372   9 years stoecker fix external
(edit) @31369   9 years belecker Change code for new Server response.
(edit) @31368   9 years belecker Change default settings for new NRW server.
(edit) @31364   9 years donvip [josm_opendata] see #josm11624 - better GML support
(edit) @31363   9 years stoecker fix i18n
(edit) @31361   9 years stoecker fix build error
(edit) @31360   9 years floscher Delete .settings-folder from VCS to allow different settings for …
(edit) @31359   9 years floscher Improved method MapillaryImportAction.degMinSecToDouble()
(edit) @31358   9 years nokutu Finished join/unjoin mode. You can change the mode with a button in …
(edit) @31357   9 years nokutu Join mode created, press the button on the data menu to enable it. …
(edit) @31356   9 years nokutu Started working on map modes for MapillaryLayer. Atm I'm working with …
(edit) @31355   9 years nokutu New action: Import pictures into a sequence. It imports a set of …
(edit) @31353   9 years wiktorn Added implementation of new metods of Projection interface in JOSM
(edit) @31352   9 years floscher Some code formatting and code style improvements The changes are …
(edit) @31351   9 years floscher Improved Eclipse settings for compiler warnings and code formatting
(edit) @31350   9 years nokutu Now the timezone to show the image cration time is taken from the …
(edit) @31349   9 years floscher Added project-specific formatting options for Eclipse
(edit) @31348   9 years floscher Add authors.txt and improve README Also two minor formatting …
(edit) @31347   9 years floscher Test downloading of sequences in a given bbox The new testcase starts …
(edit) @31346   9 years floscher Prevent overloading mapillary-server by fetching 10 sequences at a …
(edit) @31345   9 years malcolmh update jicons
(edit) @31344   9 years malcolmh update jicons
(edit) @31343   9 years malcolmh update jicons
(edit) @31342   9 years nokutu Added externals again, JOSM doesn't support oauth 2.0
(edit) @31341   9 years nokutu Fixed Findbugs errors, improved test and removed trailing whitespaces …
(edit) @31340   9 years nokutu Started with the OAuth window
(edit) @31338   9 years nokutu Deleted externals, they are already in JOSM
(edit) @31337   9 years nokutu Fixed external
(edit) @31336   9 years nokutu Added scribe as external for oauth2
(edit) @31334   9 years nokutu Code cleaned and commented
(edit) @31333   9 years nokutu Code cleaned
(edit) @31331   9 years nokutu Improved exportation and code cleaned
(edit) @31329   9 years donvip [josm_print] update to JOSM 8554
(edit) @31328   9 years nokutu #11619, trying to fix the concurrency issues and some toher bugs
(edit) @31326   9 years nokutu Fixed concurrency bug when downloading images
(edit) @31324   9 years nokutu The date when the image was taken is shown automatically if the user …
(edit) @31322   9 years nokutu Fixed bug when downloading several sets of images and now it doesn't …
(edit) @31321   9 years nokutu Minor bugs
(edit) @31319   9 years nokutu Fixed importation of images
(edit) @31317   9 years nokutu Minor bugs fixed
(edit) @31315   9 years nokutu Added more signs
(edit) @31314   9 years nokutu Added more signs and fixed sign chooser dialog size
(edit) @31313   9 years nokutu Changed shortcut to shift+comma, you can disable moving the focus when …
(edit) @31312   9 years nokutu Code cleaned and commented
(edit) @31311   9 years nokutu Started adding test, solved bug regarding image inputs and a start crash
(edit) @31308   9 years wiktorn comment code not compiling after 8526. Not sure if its needed
(edit) @31307   9 years wiktorn comment code not compiling after 8526. Not sure if its needed
(edit) @31306   9 years nokutu Solved cache infinite loop and added more signs to the filter
(edit) @31304   9 years wiktorn Adapt to changes in JOSM 8526 - changes in interfaces of TMSLayer
(edit) @31302   9 years wiktorn Adapt to changes in JOSM 8526. getTileType method was removed.
(edit) @31300   9 years nokutu Filter almost completed
(edit) @31299   9 years nokutu Solved bugs related to timezone
Note: See TracRevisionLog for help on using the revision log.