3440 Commits (cb1d3b464beb7a3ef24cb76986bfdc6e902d41d1)
 

Author SHA1 Message Date
  Chris Smith 0e47e54b08 ConfigFile now escapes # 16 years ago
  Gregory Holmes 5b5cad149d code tidying, more *_BORDER removal 16 years ago
  Chris Smith 5bf62d37f6 Fiddled the way ConfigFile does escaping to allow = in keys 16 years ago
  Chris Smith 8905c5cab0 ConfigFile now escapes/unescapes content vaguely sensibly, although it still doesn't like =s 16 years ago
  Chris Smith 466200a6e1 Update config file test to cover odd things like :, =, \r, \n, \ 16 years ago
  Gregory Holmes beb8cda1da fixes issue 1072: AMD deselects all groups when an action is changed 16 years ago
  Gregory Holmes 9f4f7a0af3 synchronised access on actions, added a few methods 16 years ago
  Gregory Holmes 7b04007cbe move the action delete action into Action instead of ActionManager 16 years ago
  Gregory Holmes 8ec5908ff6 Added ACTION_DELETED action 16 years ago
  Gregory Holmes 6358e7c737 use nice font in license panel in about dialog 16 years ago
  Gregory Holmes e7bd64c4e2 fix repainting issues with the treeview? 16 years ago
  Chris Smith 5ec6ac76b8 Switch to making the seperator invisible instead of removing it 16 years ago
  Chris Smith 8071452dcf Seperator in the window menu is now dynamically show/hidden 16 years ago
  Chris Smith 53b83f702e It's now possible to delete actions. Joy. 16 years ago
  Chris Smith 9bb5987574 Fixed synchronisation in AMD 16 years ago
  Gregory Holmes 2a0e1d562f icon changes for frame containers in the treeview are now instant not delayed until the next repaint 16 years ago
  Chris Smith 7590504657 AMD now edits the right actions 16 years ago
  Gregory Holmes 1374f6c9d7 notifications are no longer cleared on any selection change 16 years ago
  Chris Smith 69bebf138e AMD now bound-checks the saved state 16 years ago
  Chris Smith 576dc5c3a5 SwingFirstRunWizard now uses an action listener to show the profile manager 16 years ago
  Chris Smith 3d44f87b55 Fix silly bug in linux uninstaller that prevented it from working 16 years ago
  Chris Smith c1d1073350 Tidy some of the crap javadoc/code/other crappy stuff in {Linux,}Installer.java 16 years ago
  Chris Smith 7abd3f272a Fatal errors are now reported immediately, rather than being queued, and block the reporting thread until they're done 16 years ago
  Chris Smith 704717675d The minimise and close MIs are now disabled if there are no active windows 16 years ago
  Chris Smith bae43594c3 Minimise and Close items in the window menu now work 16 years ago
  Chris Smith 29b68358c6 Work around JDesktopPane not tracking selected frame in any sane manner 16 years ago
  Chris Smith 162d9ee71d Removed a bunch of unused methods from the FrameManager interface and its implementations 16 years ago
  Chris Smith 930e084741 Window menu's "toggleState" button now defaults to "Maximise" 16 years ago
  Gregory Holmes c8445f90fd fixes issue 723: Closing windows with the treeview results in wrong title/window focus 16 years ago
  Chris Smith 3fbaf0e662 Added support for line wrap notifications (only for non-commands) 16 years ago
  Chris Smith 1485c865bb TextFiles/ConfigFiles can now be instansiated with InputStreams 16 years ago
  Chris Smith 9fd626a794 Added theme panel, repurposed PluginCellRenderer to render both themes and addons 16 years ago
  Chris Smith c80dc02059 Initial work on input validation/wrapping stuff 16 years ago
  Chris Smith 3e18588f90 Plugin update components are no longer prefixed by "Plugin: " 16 years ago
  Chris Smith 56b132e606 Tidy up the theme manager 16 years ago
  Chris Smith a58c9034bb Multiple themes can now be loaded at once 16 years ago
  Chris Smith acac67d180 Themes are now applied right after the identity manager is loaded, rather than some time afterwards 16 years ago
  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 years ago
  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 years ago
  Chris Smith 3887ab0f2c All addons that registered default identities now use the addons identity 16 years ago
  Chris Smith fe54497f41 Abstracted the action's default identity to a general addon identity maintained by the identity manager 16 years ago
  Chris Smith e818df8af1 Tidy up the initialisation procedure somewhat 16 years ago
  Chris Smith 680f9555da You can no longer join channels while Servers are closing 16 years ago
  Chris Smith e0d208bfdc Fix SIOOBe when reloading an identity containing invalid settings (without a '.') 16 years ago
  Chris Smith b593565c41 URLBuilder now checks for the presence of ':' instead of assuming it 16 years ago
  Chris Smith 71f925e0a9 Themes are allowed to specify colour.* settings 16 years ago
  Chris Smith ddff2c3638 You can now customise IRC colours using colour.{0-15} settings 16 years ago
  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 years ago
  Chris Smith 62e107af7a FrameContainers now manage ConfigManagers instead of requiring their descendents to implement a getConfigManager method 16 years ago
  Chris Smith 5f8df05be4 FrameContainers now require the name of an icon rather than an icon itself 16 years ago