4037 次代码提交 (891d6d7dbc401455ec8f2410de554f5ff6d2f385)

作者 SHA1 备注 提交日期
  Chris Smith b30467050f Ident and lag display plugins now set their defaults in their configs 15 年前
  Gregory Holmes 7554ce3ce0 fixes unit test 15 年前
  Chris Smith 0bdebf0294 More useful error when components don't update properly 15 年前
  Gregory Holmes cbd62b49d9 fixes issue 2252: Textpane doesn't redraw after font changes; fixes issue 2250: Make a prefs dialog font selection component; fixes issue 2251: Textpane doesn't like custom font sizes (it doesn't but its the best you're getting for a while 15 年前
  Shane Mc Cormack 27994bbd4e Work. 15 年前
  Shane Mc Cormack 4dcbeaab69 Don't try to have a getPlugin() static method now that Plugin.java defines it. 15 年前
  Shane Mc Cormack ce69bcf96b Update to work with Plugin defining getPlugin itself. 15 年前
  Shane Mc Cormack 8d941c3d59 Ok, I suck. I really suck. 15 年前
  Shane Mc Cormack 3c7f721af1 oops, silly mistake! 15 年前
  Shane Mc Cormack 9dadba0c52 Commit changes that didn't commit before 15 年前
  Shane Mc Cormack 4eb23aacce Issue 2244 - Plugin defaults can now be set in the plugin.config by using the defaults: key. 15 年前
  Gregory Holmes d3707b79c5 fixed issue 2248: Fatal error dialog needs manual send button if auto send is disabled 15 年前
  Gregory Holmes 873658ed29 fixes issue 579 15 年前
  Chris Smith 5b648ae3cc Fix ConfigManager using Identity.getFile stupidly 15 年前
  Chris Smith f426265335 Synchronise getOptions, too 15 年前
  Chris Smith e249129adb Synchronise access to Identity.getOption[s], as they could auto-create 15 年前
  Chris Smith c15bd421f9 Error manager refactoring 15 年前
  Chris Smith 959c729902 Fix broken unit test 15 年前
  Gregory Holmes 787ff14dcc fixes issue 2220 15 年前
  Gregory Holmes 0a32a7d00a fixes issue 2235 15 年前
  Chris Smith 0265547e01 Add abstract method error to the list of non-reportable errors 15 年前
  Gregory Holmes e738577517 issue 2229 15 年前
  Gregory Holmes ba78a540d1 issue 2229 15 年前
  Gregory Holmes ff8c11971b issue 2229 15 年前
  Gregory Holmes 79f7220f77 issue 2229 15 年前
  Gregory Holmes 07268c7837 issue 2229 15 年前
  Chris Smith 4a41b7b18a Fixes issue 2223, but may horrendously break the universe 15 年前
  Gregory Holmes 1d9eb59743 Client never closes anymore 15 年前
  Gregory Holmes c71b8a7d90 fixes issue 2222: Quitting with the SSL dialog open blocks the EDT 15 年前
  Chris Smith 4c3d54a64e Don't default the nicklist{fore,back}groundcolour settings, just let 15 年前
  Chris Smith 35eeb74353 Add missing ui.nickListAltBackgroundColour setting 15 年前
  Gregory Holmes f37f79a0fb fixes issue 2208 15 年前
  Chris Smith 4db4496fc4 Fix incorrect notifications default 15 年前
  Chris Smith e53788f70d Add missing treeview defaults 15 年前
  Gregory Holmes 12cb35f351 fixes issue 2055: add option to remember position of channel splitpane; fixes issue 2211: Add client closing action 15 年前
  Chris Smith b61a48f5c1 Server commands 15 年前
  Chris Smith 76ca1ed8e0 Chat and global commands 15 年前
  Chris Smith 97be347f31 Channel commands 15 年前
  Chris Smith a48c5c00ee Update all plugin commands to use the new arguments 15 年前
  Gregory Holmes 9f31602382 fixes issue 2181; remove old installer ui; fatal error now outputs to stderr not stdout 15 年前
  Chris Smith c33fd01752 Initial work on moving to CommandArguments 15 年前
  Chris Smith e8594a14e5 Initial implementation of CommandArguments class 15 年前
  Chris Smith af0ce866b7 Remove remaining deprecated loadCommand method 15 年前
  Chris Smith 36509afb6a Remove utterly pointless DCC Command Parser 15 年前
  Chris Smith 89ddbfdaa6 Fiddling with method deprecation 15 年前
  Chris Smith c71f179d59 Switch command parsers from using deprecated methods, and remove those that aren't in use by plugins 15 年前
  Chris Smith 5fd1350626 Tidy up and deprecated some pointless methods in CommandManager. 15 年前
  Chris Smith b395d5d6e5 You can now register commands of types that don't already have parsers (handy for starting up) 15 年前
  Chris Smith 9d3dc80159 The help command now compiles and nearly works 15 年前
  Chris Smith fc830e35a6 Channel/Query parsers are now also registered as Chat parsers 15 年前