source: josm/trunk/src/org/openstreetmap/josm/tools/AudioPlayer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11472   7 years Don-vip fix #14257 - NPE
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9814   8 years Don-vip see #12229 - revert r9785 and r9803: problem with audio unit test was …
(edit) @9803   8 years Don-vip partial revert of r9779 to see if it fixes audio unit test regression
(edit) @9779   8 years Don-vip add more unit tests
(edit) @9146   8 years Don-vip see #12229 - catch SecurityException and IllegalArgumentException, …
(edit) @9144   8 years Don-vip see #12229 - add unit tests for audio playback
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8928   8 years Don-vip javadoc fixes
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5871   11 years Don-vip fix #8611 (audio slower broken) + update all audio javadoc
(edit) @3264   14 years stoecker see #5052 - fix exception, thought there should be a useful error …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1685   15 years stoecker fixed audio handling a bit
(edit) @1245   15 years stoecker added link to presets, fix #1675
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @891   16 years stoecker minor I18N fix
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @577   16 years david when dragging play head (a) fix bug re extraneous rubber band …
(edit) @572   16 years david Reorganise audio interface in light of recent usability comments
(edit) @563   16 years david implement fast/slow forward
(edit) @559   16 years david Fix hang when attempting to start playing beyond end of file
(edit) @557   16 years david implement calibration function for audio player
(edit) @556   16 years david fix problem where it wasn't jumping as far ahead in the audio as I had …
(edit) @553   16 years david (a) add preference dialog, (b) add audio tracing
(edit) @549   16 years david remove redundant jump code - jumps always done by restarting audio
(add) @547   16 years david much improved audio handling: threaded audio, controls, sync with waypoints
Note: See TracRevisionLog for help on using the revision log.