3910 Commits (2c26c8379f8076fc22ff92040bb02397b07db551)
 

Author SHA1 Message Date
  Shane Mc Cormack 9b837bc8d4 Fix some random background colours I missed before when I did Issue 1324 16 years ago
  Chris Smith abc66d62b1 ParamModePanel now uses a validating text field, and refuses to validate if the input contains spaces 16 years ago
  Shane Mc Cormack 60c256e8f2 Issue 1321 and Issue 1246 16 years ago
  Chris Smith 78ca5a7191 Intelligent linking now includes ! in trailing punct 16 years ago
  Shane Mc Cormack 6f26fcf737 Fixes issue 1321: Prefs dialog is too tall. 16 years ago
  Chris Smith 4daf219085 Added ActionListener and ParserFactory implementations to test harness package, and rejiggled TestParser a bit 16 years ago
  Gregory Holmes d0fca1222b fixes issue 1355: Topic changes don't change window title 16 years ago
  Chris Smith 02e9baa05b Added ParserFactory class and made Servers use it. Allows for unit tests to inject their own parsers. 16 years ago
  Shane Mc Cormack 989dd5a86a Fix broken logic. 16 years ago
  Shane Mc Cormack 70652cfaac Fix junit failures not raising issues 16 years ago
  Chris Smith 72bc4b6c66 Whoops. Fear the typo 16 years ago
  Chris Smith 93a574362f Parser unit tests. Fear the broken logic. 16 years ago
  Chris Smith dd3525ac71 Plugin unit tests 16 years ago
  Shane Mc Cormack df799dd3e2 Javadoc fixes (issue 1369) 16 years ago
  Shane Mc Cormack fd631b77b7 Forgetting to save ftl. (Issue 1369) 16 years ago
  Shane Mc Cormack 150539df55 Update tests to work with new PIs (Issue 1369) 16 years ago
  Shane Mc Cormack a1cb348ddc PluginInfo and PluginManager now reference plugins using URLs. 16 years ago
  Gregory Holmes 7aa904a075 fixes issue 1370: On windows, the Ok button at the bottom of the AMD is labeled Cancel 16 years ago
  Shane Mc Cormack e5615b25ea Create /usr/lib/jvm at the right place 16 years ago
  Chris Smith 65fd3d686b /me wonders if the plugin system was designed to be hard to unit test 16 years ago
  Chris Smith 565e6c7f67 PluginInfo unit tests 16 years ago
  Shane Mc Cormack 91bec51836 Code Tidying (Issue 1274) 16 years ago
  Shane Mc Cormack 2b9212f043 getResourceManager now sets a 10 second timer to clear the ResourceManager (so as not to hold the file open) rather than relying on it being closed by everything that calls it. 16 years ago
  Shane Mc Cormack affaa6880c Don't add dmdirc icon to default message. (Issue 1365) 16 years ago
  Shane Mc Cormack baed328e5b Show what java binary was found. 16 years ago
  Shane Mc Cormack 0f8557977d Make Launcher compatible with FreeBSD 16 years ago
  Shane Mc Cormack 49baf4e2c1 I suck - missing & 16 years ago
  Shane Mc Cormack cde251189c BSD tar outputs extracted file names to stderr not stdout (POSIX standard says to do it that way for some reason o.0) 16 years ago
  Shane Mc Cormack 46e1016624 Try to use "md5" binary not md5sum if md5sum can't be found. 16 years ago
  Shane Mc Cormack 215b5f3b85 Remove debugging 16 years ago
  Shane Mc Cormack b34149276a Show download size better (use `bc` to convert from bytes to nice values) 16 years ago
  Gregory Holmes c10d1dc125 fixes issue 1365: Status bar messages should support icons 16 years ago
  Shane Mc Cormack 3386666e1a Lotsa changes to the linux installer to make it also run on OpenSolaris (and possibly normal solaris aswell, I don't have gui access to a normal solaris machine from here will try when I go back to uni) 16 years ago
  Shane Mc Cormack fcb653f4b4 I'm sure I already fixed this... If pidof is found use it, rather than only trying to use it if its not found.. 16 years ago
  Shane Mc Cormack 3f96794ca5 Fix stub 16 years ago
  Shane Mc Cormack d2678fa377 Separate installer stub and makeInstallerLinux 16 years ago
  Gregory Holmes bf470550b5 fixes issue 1353: Any x setting <= 250 displays the same as x = 0 16 years ago
  Gregory Holmes d3d29a857f Populate themes in a different thread. Issue 1334 16 years ago
  Gregory Holmes 479fbf50fa Populate plugins in a different thread. Issue 1334 16 years ago
  Gregory Holmes 88b2637906 JFileChooser--. Issue 1334 16 years ago
  Chris Smith ed1db3575c Nowplaying plugin no longer queries the currently playing track when the preferences dialog is initialised 16 years ago
  Chris Smith cf1bd397c6 Parser may send socketclosed events when the server is trying to disconnect 16 years ago
  Chris Smith 5d0b2a9f4e ServerEventHandler now checks state before passing on events 16 years ago
  Chris Smith 1e9c95e4b7 Changed an assertion in Server.java to throw an exception instead 16 years ago
  Chris Smith 339e5e8150 Global Window now says its max length is -1, WritableFrameContainer now handles max line lengths of <= 0 better 16 years ago
  Chris Smith e0c72fcb24 ConfigManager.getOptions(domain) now iterates backwards over identities, so higher precendence ones get added last (and thus override others). 16 years ago
  Chris Smith 11d15369bd Initial work on addon browser 16 years ago
  Gregory Holmes 8863d40ae9 fixes issue 1329: Update manager should be dismissed with "OK" even if some items are "Restart needed" 16 years ago
  Gregory Holmes 9fd470f1c2 fixes issue 1174: No way to restore minimised window from treeview 16 years ago
  Chris Smith cae8773e08 Using nulls in unit tests is all well and good until you go and add code which tries to dereference them. 16 years ago