3337 Комити (46ba750f216d71fa6be468a5f3a65f9c38367c59)
 

Аутор SHA1 Порука Датум
  Chris Smith 8905c5cab0 ConfigFile now escapes/unescapes content vaguely sensibly, although it still doesn't like =s пре 16 година
  Chris Smith 466200a6e1 Update config file test to cover odd things like :, =, \r, \n, \ пре 16 година
  Gregory Holmes beb8cda1da fixes issue 1072: AMD deselects all groups when an action is changed пре 16 година
  Gregory Holmes 9f4f7a0af3 synchronised access on actions, added a few methods пре 16 година
  Gregory Holmes 7b04007cbe move the action delete action into Action instead of ActionManager пре 16 година
  Gregory Holmes 8ec5908ff6 Added ACTION_DELETED action пре 16 година
  Gregory Holmes 6358e7c737 use nice font in license panel in about dialog пре 16 година
  Gregory Holmes e7bd64c4e2 fix repainting issues with the treeview? пре 16 година
  Chris Smith 5ec6ac76b8 Switch to making the seperator invisible instead of removing it пре 16 година
  Chris Smith 8071452dcf Seperator in the window menu is now dynamically show/hidden пре 16 година
  Chris Smith 53b83f702e It's now possible to delete actions. Joy. пре 16 година
  Chris Smith 9bb5987574 Fixed synchronisation in AMD пре 16 година
  Gregory Holmes 2a0e1d562f icon changes for frame containers in the treeview are now instant not delayed until the next repaint пре 16 година
  Chris Smith 7590504657 AMD now edits the right actions пре 16 година
  Gregory Holmes 1374f6c9d7 notifications are no longer cleared on any selection change пре 16 година
  Chris Smith 69bebf138e AMD now bound-checks the saved state пре 16 година
  Chris Smith 576dc5c3a5 SwingFirstRunWizard now uses an action listener to show the profile manager пре 16 година
  Chris Smith 3d44f87b55 Fix silly bug in linux uninstaller that prevented it from working пре 16 година
  Chris Smith c1d1073350 Tidy some of the crap javadoc/code/other crappy stuff in {Linux,}Installer.java пре 16 година
  Chris Smith 7abd3f272a Fatal errors are now reported immediately, rather than being queued, and block the reporting thread until they're done пре 16 година
  Chris Smith 704717675d The minimise and close MIs are now disabled if there are no active windows пре 16 година
  Chris Smith bae43594c3 Minimise and Close items in the window menu now work пре 16 година
  Chris Smith 29b68358c6 Work around JDesktopPane not tracking selected frame in any sane manner пре 16 година
  Chris Smith 162d9ee71d Removed a bunch of unused methods from the FrameManager interface and its implementations пре 16 година
  Chris Smith 930e084741 Window menu's "toggleState" button now defaults to "Maximise" пре 16 година
  Gregory Holmes c8445f90fd fixes issue 723: Closing windows with the treeview results in wrong title/window focus пре 16 година
  Chris Smith 3fbaf0e662 Added support for line wrap notifications (only for non-commands) пре 16 година
  Chris Smith 1485c865bb TextFiles/ConfigFiles can now be instansiated with InputStreams пре 16 година
  Chris Smith 9fd626a794 Added theme panel, repurposed PluginCellRenderer to render both themes and addons пре 16 година
  Chris Smith c80dc02059 Initial work on input validation/wrapping stuff пре 16 година
  Chris Smith 3e18588f90 Plugin update components are no longer prefixed by "Plugin: " пре 16 година
  Chris Smith 56b132e606 Tidy up the theme manager пре 16 година
  Chris Smith a58c9034bb Multiple themes can now be loaded at once пре 16 година
  Chris Smith acac67d180 Themes are now applied right after the identity manager is loaded, rather than some time afterwards пре 16 година
  Chris Smith 3a8c25ff0b The -d/--directory command line option now ensures that the specified directory has a trailing slash, so we don't end up with randomly prefixed files пре 16 година
  Shane Mc Cormack ba3a84d94b Rather than building a separate installer.jar that contains a subset of DMDirc.jar, just use java -cp DMDirc.jar com.dmdirc.installer.Main like we should have done all along really. пре 16 година
  Chris Smith 3887ab0f2c All addons that registered default identities now use the addons identity пре 16 година
  Chris Smith fe54497f41 Abstracted the action's default identity to a general addon identity maintained by the identity manager пре 16 година
  Chris Smith e818df8af1 Tidy up the initialisation procedure somewhat пре 16 година
  Chris Smith 680f9555da You can no longer join channels while Servers are closing пре 16 година
  Chris Smith e0d208bfdc Fix SIOOBe when reloading an identity containing invalid settings (without a '.') пре 16 година
  Chris Smith b593565c41 URLBuilder now checks for the presence of ':' instead of assuming it пре 16 година
  Chris Smith 71f925e0a9 Themes are allowed to specify colour.* settings пре 16 година
  Chris Smith ddff2c3638 You can now customise IRC colours using colour.{0-15} settings пре 16 година
  Chris Smith f10df1473b FrameContainer now adds a config change listener for its icon, so changes to the icon.* settings are reflected in real time пре 16 година
  Chris Smith 62e107af7a FrameContainers now manage ConfigManagers instead of requiring their descendents to implement a getConfigManager method пре 16 година
  Chris Smith 5f8df05be4 FrameContainers now require the name of an icon rather than an icon itself пре 16 година
  Chris Smith d0d67d0dab Fixed fencepost errors with jar://, zip:// and theme:// URLs in URLBuilder пре 16 година
  Chris Smith 531861474d Servers are now registered with the server manager after their windows have been created, not before пре 16 година
  Chris Smith b3411dcfa6 Synchronise access to both lists in the IdentityManager пре 16 година