3591 Commits (65fd3d686b6cc0f6b7db2c661469ef4193571eaf)
 

Autor SHA1 Mensaje Fecha
  Chris Smith 65fd3d686b /me wonders if the plugin system was designed to be hard to unit test hace 16 años
  Chris Smith 565e6c7f67 PluginInfo unit tests hace 16 años
  Shane Mc Cormack 91bec51836 Code Tidying (Issue 1274) hace 16 años
  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. hace 16 años
  Shane Mc Cormack affaa6880c Don't add dmdirc icon to default message. (Issue 1365) hace 16 años
  Shane Mc Cormack baed328e5b Show what java binary was found. hace 16 años
  Shane Mc Cormack 0f8557977d Make Launcher compatible with FreeBSD hace 16 años
  Shane Mc Cormack 49baf4e2c1 I suck - missing & hace 16 años
  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) hace 16 años
  Shane Mc Cormack 46e1016624 Try to use "md5" binary not md5sum if md5sum can't be found. hace 16 años
  Shane Mc Cormack 215b5f3b85 Remove debugging hace 16 años
  Shane Mc Cormack b34149276a Show download size better (use `bc` to convert from bytes to nice values) hace 16 años
  Gregory Holmes c10d1dc125 fixes issue 1365: Status bar messages should support icons hace 16 años
  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) hace 16 años
  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.. hace 16 años
  Shane Mc Cormack 3f96794ca5 Fix stub hace 16 años
  Shane Mc Cormack d2678fa377 Separate installer stub and makeInstallerLinux hace 16 años
  Gregory Holmes bf470550b5 fixes issue 1353: Any x setting <= 250 displays the same as x = 0 hace 16 años
  Gregory Holmes d3d29a857f Populate themes in a different thread. Issue 1334 hace 16 años
  Gregory Holmes 479fbf50fa Populate plugins in a different thread. Issue 1334 hace 16 años
  Gregory Holmes 88b2637906 JFileChooser--. Issue 1334 hace 16 años
  Chris Smith ed1db3575c Nowplaying plugin no longer queries the currently playing track when the preferences dialog is initialised hace 16 años
  Chris Smith cf1bd397c6 Parser may send socketclosed events when the server is trying to disconnect hace 16 años
  Chris Smith 5d0b2a9f4e ServerEventHandler now checks state before passing on events hace 16 años
  Chris Smith 1e9c95e4b7 Changed an assertion in Server.java to throw an exception instead hace 16 años
  Chris Smith 339e5e8150 Global Window now says its max length is -1, WritableFrameContainer now handles max line lengths of <= 0 better hace 16 años
  Chris Smith e0c72fcb24 ConfigManager.getOptions(domain) now iterates backwards over identities, so higher precendence ones get added last (and thus override others). hace 16 años
  Chris Smith 11d15369bd Initial work on addon browser hace 16 años
  Gregory Holmes 8863d40ae9 fixes issue 1329: Update manager should be dismissed with "OK" even if some items are "Restart needed" hace 16 años
  Gregory Holmes 9fd470f1c2 fixes issue 1174: No way to restore minimised window from treeview hace 16 años
  Chris Smith cae8773e08 Using nulls in unit tests is all well and good until you go and add code which tries to dereference them. hace 16 años
  Chris Smith d2d6bf2d2c WindowManager now proxies selection listener stuff, for the lazy/lazoid. Fixes issue 1199, but won't help a bit with its dependency. Hah! hace 16 años
  Chris Smith d80bdf2c54 Update checker now has/uses restart required state, and actually notifies listeners about all state changes, rather than a few select ones. hace 16 años
  Gregory Holmes a1c716ddc6 fixes issue 1336: OSD is screwed hace 16 años
  Gregory Holmes 04684f38ac fixes issue 1336: OSD is screwed hace 16 años
  Chris Smith b81a909691 Synchronise access to the FrameContainer listener list when doing icon-related stuff hace 16 años
  Chris Smith 82de393831 Servers now clear away state when disconnecting, fixes issue 1308 hace 16 años
  Chris Smith 335e9c3629 Redo the Identity/ConfigManager get options so they use maps where appropriate, rather than stupid string building hace 16 años
  Gregory Holmes f29b39e083 issue 1274: Code tidying (all layouts are now done using miglayout) hace 16 años
  Shane Mc Cormack e51714f464 Move the .update check back to the top hace 16 años
  Shane Mc Cormack 93633e6546 Don't delete the old .jar is the plugin is persistant. hace 16 años
  Gregory Holmes e68e90cf50 issue 1274: Code tidying (df sucks) hace 16 años
  Gregory Holmes 1746c09b6a fixes issue 1331 hace 16 años
  Shane Mc Cormack 4dbadfb221 Code Tidying (Issue 1274) hace 16 años
  Shane Mc Cormack e6ce30b2d3 Remove debugging (Code Tidying - Issue 1274) hace 16 años
  Shane Mc Cormack fd8fbb37ea Always prepend currentDirectory if filename is not absolute. hace 16 años
  Shane Mc Cormack b444ca713d Issue 1274: Code Tidying hace 16 años
  Shane Mc Cormack 9d0b3c68af Fixes issue 1332: bug in DCC Plugin with transfers that take less than 1 second hace 16 años
  Gregory Holmes 3c1ba96c72 issue 1274: Code tidying (df sucks) hace 16 años
  Shane Mc Cormack a4aaf5adc3 Fix issue 1330 hace 16 años